#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu {
  width: auto;
  line-height: 1;
}
#cssmenu ul {
  display: block;
}
#cssmenu ul li:hover > ul > li {
  height: auto;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  display: none;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu ul ul li {
  height: 0;
  transition: height 0.2s ease;
}
#cssmenu ul ul li a {
  padding: 11px 20px;
  width: 250px;
  font-size: 14px;
  background: #e7b000;
  text-decoration: none;
  color: #fff;
  transition: color 0.2s ease;
}
#cssmenu ul ul li a:hover {
  color: #333;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  content: "";
  transform: rotate(-45deg);
  transition: border-color 0.2s ease;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #fff;
}
#cssmenu ul ul li:hover > a {
  color: #333;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li {
  float: none;
}
#cssmenu > ul > li > a {
  padding: 0 20px 0 10px;
  height: 46px;
  font-size: 14px;
  text-decoration: none;
  line-height: 46px;
  color: #333;
  transition: color 0.2s ease;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  transform: rotate(45deg);
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #fff;
}
#cssmenu > ul > li:hover > a {
  color: #ed1c24;
}
#cssmenu > ul > li.active > a {
  color: #ed1c24;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu li:hover > ul {
  left: auto;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  transition: all 0.25s ease-out;
  display: none;
}
@media all and (max-width: 1920px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1920px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1920px), only screen and (-o-min-device-pixel-ratio: 2) and (max-width: 1920px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1920px), only screen and (min-resolution: 192dpi) and (max-width: 1920px), only screen and (min-resolution: 2dppx) and (max-width: 1920px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu ul li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a {
    width: 100%;
  }
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu ul ul li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul ul li a {
    width: 100%;
    padding: 14px 20px 14px 30px;
    font-size: 14px;
    color: #333;
    background: none;
    height: 46px;
  }
  #cssmenu ul ul li a:hover {
    color: #333;
  }
  #cssmenu ul ul li:hover > a {
    color: #333;
  }
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul ul li li a {
    padding-left: 50px;
  }
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu #menu-button {
    display: none;
    padding: 25px 20px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 17px;
    right: 20px;
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 22px;
    height: 10px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 16px;
    right: 22px;
    display: block;
    width: 1px;
    height: 11px;
    background: #333;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    right: 17px;
    top: 21px;
    display: block;
    width: 11px;
    height: 1px;
    background: #333;
    z-index: 99;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    float: none;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;
    display: block;
  }
  #cssmenu > ul > li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
}
.button-nav {
  width: 44px;
  height: 44px;
  position: relative;
  float: left;
  display: block;
  margin: 0;
  cursor: pointer;
  margin-left: 6px;
}
.button-nav:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background: #2d7eaf;
  top: 17px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.button-nav:after {
  content: '';
  width: 30px;
  height: 10px;
  border-top: 2px solid #2d7eaf;
  border-bottom: 2px solid #2d7eaf;
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.box-nav {
  width: 270px;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  left: -300px;
  top: 0;
  z-index: 9999;
  box-shadow: 10px 5px 22px rgba(0, 0, 0, .3);
}
.box-nav.open {
  left: 0;
  transition: 0.2s all ease;
}
.black-drop {
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
  display: none;
}
.black-drop.open {
  display: block;
}
.title-category {
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  padding: 0 15px;
  line-height: 46px;
  margin: 0;
  position: relative;
  background: #ed1c24;
}
.change-desktop {
  height: 40px;
  background: #e3e3e3;
  width: 100%;
  margin-top: 20px;
}
.change-desktop a {
  line-height: 40px;
  text-align: center;
  display: block;
  color: #333;
}
body {
  font-family: Arimo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #000000;
  max-width: 1920px;
  margin: auto;
  box-shadow: 0 5px 5px #ddd;
}
.bg-main {
  background-color: #ed1c24;
}
.box-product-style2 h3:before {
  background-color: #ed1c24;
}
.box-product-style2 .nav_title li {
  padding: 0 15px 0 0;
}
.box-product-style2 .nav_title li a::before {
  display: none;
}
.box-product-style2 .nav_title li a {
  text-transform: inherit;
  font-weight: normal;
  font-size: 15px;
}
.box-product-style2 .nav_title li a.pdropcap:first-letter {
  font-size: 16px;
  color: #383838;
  font-weight: normal;
  text-transform: lowercase;
  display: block;
  padding: 8px 20px !important;
  position: relative;
}
.box-product-style2 .tab-product .nav_title {
  border: none;
  margin: 0;
}
.nav-tabs-01 .nav-tabs li.active span {
  background-color: #ed1c24;
}
.nav-tabs-01 .nav-tabs li.active span .demo-icon {
  color: #ed1c24;
}
.nav-tabs-01 .nav-tabs li.active i.icon-dot-circled {
  color: #ed1c24;
}
.nav-tabs-01 .nav-tabs li span .demo-icon {
  color: #ed1c24;
}
.nav-tabs-01 li.active .arrow-left::after {
  border-right-color: #ed1c24;
  border-right-color: #ed1c24;
}
.color-main {
  color: #071474;
}
.title-desc-detail {
  color: #ed1c24;
}
.thub-image {
  padding: 0;
  margin-top: 20px;
}
.thub-image .item:hover img {
  border: 1px solid #ed1c24;
}
.thub-image .item.active img {
  border: 1px solid #26c6d0;
}
.thub-image .owl-theme .owl-controls .owl-buttons div {
  font-size: 25px;
}
.thub-image .owl-theme .owl-controls .owl-buttons div.owl-prev {
  top: 15px;
}
.thub-image .owl-theme .owl-controls .owl-buttons div.owl-next {
  top: 15px;
}
.btn-main {
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
  color: #fff;
  border-radius: 0;
}
.btn-main.focus {
  background-color: #ea0009;
  border-color: #ea0009;
}
.btn-main:focus {
  background-color: #ea0009;
  border-color: #ea0009;
}
.btn-main:hover {
  background-color: #ea0009;
  border-color: #ea0009;
}
.btn-primary {
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
  color: #fff;
  color: #fff;
}
.btn-primary.focus {
  background-color: #ea0009;
  border-color: #ea0009;
}
.btn-primary:focus {
  background-color: #ea0009;
  border-color: #ea0009;
}
.btn-primary:hover {
  background-color: #ea0009;
  border-color: #ea0009;
}
a.btn-primary {
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
  color: #fff;
  color: #fff;
}
a.btn-show-search {
  color: #fff;
}

.bg-default {
  background-color: #383838;
}
.btn-default.focus {
  background-color: #e3e3e3;
  border-color: #ea0009;
  color: #ea0009;
}
.btn-default:focus {
  background-color: #e3e3e3;
  border-color: #ea0009;
  color: #ea0009;
}
.btn-default:hover {
  background-color: #e3e3e3;
  border-color: #ea0009;
  color: #ea0009;
}
.jslider .jslider-pointer {
  background: url(../images/jslider.png) no-repeat 0 0;
  background-position: 0 -60px;
}
.jslider .jslider-bg i {
  background: url(../images/jslider.png) no-repeat 0 0;
}
.nav-right .btn-show-search {
  font-size: 24px !important;
  padding: 0;
  line-height: 55px;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
}
.nav-right > .box-search-mobile > .btn-show-search {
  margin: 0;
  padding: 0;
}
.box-search-mobile {
  float: right;
}
.box-search-mobile .box-search {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
  display: none;
  background: #fff;
  border-radius: 0;
  z-index: 999;
  padding: 20px;
  box-shadow: 0 0 5px #000;
  width: 300px;
  left: initial;
  padding: 0;
}
.box-search-mobile .box-search > .form-inline {
  border: none;
}
.box-search-mobile .box-search > .form-inline > .form-group {
  width: calc(100% - 39px);
}
.box-search-mobile .btn-search {
  right: 0;
  height: 38px;
}
@media (min-width: 1200px) {
  .box-search .form-inline input.form-control {
    width: 310px;
  }
}
@media (min-width: 992px) {
  .top-product-mon .col-xs-6:nth-child(3n + 1) {
    clear: both;
  }
  .search-product .list-item:nth-child(3n + 1) {
    clear: none;
  }
  .search-product .list-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .top-product-mon .col-xs-6:nth-child(2n + 1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .hotline {
    padding: 0;
    margin-top: -50px;
    text-align: right;
  }
}
@media (max-width: 480px) {
  .hotline {
    margin: 0;
    text-align: left;
  }
  .dropdown {
    float: right;
  }
  .ab-1-right {
    margin-left: -15px;
    padding-right: 12px !important;
  }
  .ab-1-left {
    padding-right: 0;
    padding-right: 15px;
    margin-left: -5px !important;
  }
}

.clear-both {
  clear: both;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.padding-t-10 {
  padding-top: 10px !important;
}
.padding-b-10 {
  padding-bottom: 10px !important;
}
.padding-t-15 {
  padding-top: 15px !important;
}
.margin-r-10 {
  margin-right: 10px !important;
}
.margin-l-10 {
  margin-left: 10px !important;
}
.margin-b-10 {
  margin-bottom: 10px !important;
}
.margin-b-15 {
  margin-bottom: 15px !important;
}
.margin-t-10 {
  margin-top: 10px !important;
}
.vertical-middle {
  vertical-align: middle !important;
}
.sk-cube-grid {
  width: 60px;
  height: 60px;
}
.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #de4a4a;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0% {
    transform: scale3D(1, 1, 1);
  }
  70% {
    transform: scale3D(1, 1, 1);
  }
  100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0% {
    transform: scale3D(1, 1, 1);
  }
  70% {
    transform: scale3D(1, 1, 1);
  }
  100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.ajax-loading-icon {
  top: 35%;
  left: 47%;
  position: absolute;
}
.warp-loading-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
}
.warp-loading-all {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
}
.warp-bg {
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
}
.wrap-suggestion {
  background: #fff;
  width: 35%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.wrap-suggestion .item-suggestion {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 10px;
}
.wrap-suggestion .item-suggestion:last-child {
  border-bottom: none;
}
.wrap-suggestion .item-suggestion.ui-state-focus {
  border-bottom: 1px solid #ddd;
  border-top: none;
  border-left: none;
  border-right: none;
  background: #f0f0f0;
  color: #333;
  font-weight: normal;
  margin: 0;
}
.wrap-suggestion .item-suggestion.ui-state-focus:last-child {
  border-bottom: none;
}
.wrap-cart-modal .modal-content {
  border-radius: 0;
}
.wrap-cart-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ed1c24;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  opacity: 1;
  z-index: 1;
}
.wrap-cart-modal .text-modal {
  margin-bottom: 5px;
}
.wrap-cart-modal .product-name-modal {
  font-size: 17px;
  padding-right: 20px;
  font-weight: normal;
}
.wrap-cart-modal .price-modal {
  color: #ed1c24;
  font-size: 16px;
  font-weight: bold;
}
.wrap-cart-modal .price-sale-modal {
  display: inline;
  text-decoration: line-through;
  opacity: 0.5;
  font-size: 13px;
}
.button-modal .btn {
  border-radius: 0;
}
.button-modal .continue-shopping {
  background: #ed1c24;
}
.related-modal-cart {
  height: 70px;
}
.item-reldated {
  width: 50px;
  height: 70px;
}
.item-reldated img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ddd;
  padding: 1px;
}
.image-cart-modal {
  border: 1px solid #ddd;
  padding: 1px;
}
.image-cart-modal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-related {
  padding: 0 30px;
}
.slider-related.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
  content: '\eaa5';
  font-size: 20px;
  line-height: 70px;
  display: block;
}
.slider-related.owl-theme .owl-buttons div.owl-next:before {
  content: '\eaa6';
  font-size: 20px;
  line-height: 70px;
  display: block;
}
.slider-related .owl-controls .owl-buttons div.owl-prev {
  left: 0;
  width: 25px;
  height: 70px;
  text-align: center;
  opacity: 1;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.slider-related .owl-controls .owl-buttons div.owl-next {
  right: 0;
  width: 25px;
  height: 70px;
  text-align: center;
  opacity: 1;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.item-suggestion .warp-img-suggestion {
  height: 50px;
  width: 50px;
  margin-right: 10px;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
}
.item-suggestion .name-suggestion {
  font-size: 15px;
  margin-bottom: 5px;
}
.item-suggestion .price-suggestion {
  margin-bottom: 0;
}
.item-suggestion .price-well {
  margin-right: 10px;
  color: #ed1c24;
  font-size: 16px;
  font-weight: bold;
}
.item-suggestion .price-sale {
  text-decoration: line-through;
  opacity: 0.7;
  color: #333;
  display: inline;
}
.item-suggestion img.img-suggestion {
  height: 100%;
  width: auto;
}
.slider-thumb {
  border-top: none;
  border-bottom: none;
}
.slider-thumb.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
  content: '\eaa5';
}
.slider-thumb.owl-theme .owl-buttons div.owl-next:before {
  content: '\eaa6';
}
.slider-thumb .owl-controls {
  margin: 0;
}
.slider-thumb .owl-wrapper-outer {
  padding: 0;
}
.slider-thumb .item {
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 3px;
  background: #fff;
}
.slider-thumb .item.active {
  border: 1px solid #26c6d0;
  border-radius: 3px;
}
.slider-thumb img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border: none !important;
}
.xzoom-preview {
  background: #fff !important;
  border: 0 !important;
}
.advanced-product .ui-state-default {
  border: 1px solid #26c6d0;
  background: #26c6d0;
}
.advanced-product .ui-state-hover {
  background: #26c6d0;
  cursor: pointer;
}
.advanced-product .ui-state-active {
  background: #383838;
  cursor: pointer;
}
.advanced-product .box-left {
  margin-bottom: 10px;
}
.advanced-product .nav_title {
  margin-bottom: 10px;
}

.a-row label {
  display: inline;
  color: #888;
  font-weight: 400;
}
.a-row .selection {
  font-weight: 700;
}
.product-available {
  border-radius: 0;
  padding: 0;
  margin: 0 0 5px 0;
  border: none;
  background: none;
}
.product-available .item-available:hover {
  background: #f3f3f3;
}
.product-available .item-available .num-quantity {
  padding: 0 5px;
  line-height: 25px;
}
.product-available .item-available .price-well {
  font-size: 14px;
  color: #333;
  text-shadow: 0 2px 0 #e9e9e9;
}
.product-available .item-available .price-before {
  font-size: 12px;
  height: 17px;
}
.description-product-detail {
  padding: 0;
  font-size: 15px;
  letter-spacing: 0.2px;
  margin: 0;
}
.description-product-detail ul {
  list-style: none;
}
.description-product-detail li {
  list-style: none;
}
.zoomLens {
  width: 100px !important;
  height: 100px !important;
}
.form-group {
  position: relative;
  clear: both;
}
.form-group .icon-required {
  position: absolute;
  top: 4px;
  right: 15px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #a94442;
}
#order-list .btn-primary {
  background-color: #428bca !important;
  border-color: #428bca;
  color: #fff;
}
#order-list .btn-pink {
  background-color: #d6487e !important;
  border-color: #d6487e;
  color: #fff;
}
#order-list .btn-grey {
  background-color: #a0a0a0 !important;
  border-color: #a0a0a0;
  color: #fff;
}
.captcha-input {
  font-size: 13px;
  border: 1px solid #ccc;
  padding: 2px 5px;
  /* margin-left: 20px; */
  /* margin-top: 5px; */
}
.btn-reload-captcha {
  color: #383838;
  line-height: 35px;
  font-size: 18px;
}
.nh-video-item .more-blogs {
  margin: 5px 0;
  color: #383838;
}
.nh-video-item .title-video-item {
  font-size: 20px;
  color: #383838;
  margin: 5px 0;
}
.nh-video-item .image-hover i[class*=icon-] {
  opacity: 0.5;
}
.result-validate {
  position: relative;
  clear: both;
  font-size: 12px;
}
.file-input .file-caption {
  height: 38px;
}
.file-input .file-actions {
  display: none;
}
.file-input .file-upload-indicator {
  display: none;
}
@media (min-width: 768px) {
  .nav_desktop {
    margin-left: 0;
  }
}
.item-download {
  height: 150px;
  overflow: hidden;
}
.item-download .media .media-body p {
  height: 40px;
  overflow: hidden;
}
#main_img {
  text-align: center;
  height: 100%;
  border: 1px solid #ddd;
  background: #fff;
}
#main_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.checkbox .level-2 {
  padding-left: 20px;
}
.checkbox .level-3 {
  padding-left: 40px;
}
.checkbox .level-4 {
  padding-left: 60px;
}
.position-relative {
  position: relative;
}
ul.slider-news li {
  list-style: none;
}
ul.main_menu_mega > li > ul {
  position: static;
}
.contacts-list {
  margin: 20px 0;
}
.contact-address-wrap {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.contact-address {
  padding: 5px 15px;
  cursor: pointer;
}
.address-active {
  border: 1px solid #ddd;
  box-shadow: 0 0 10px #ccc;
}
#add_another_contact {
  margin-top: 15px;
  font-weight: bold;
  display: block;
  cursor: pointer;
  font-size: 14px;
}
.new-contact {
  margin-right: -15px;
  margin-left: -15px;
}
.price-detail-page {
  border: none;
}
.price-detail-page .dvt {
  font-size: 19px;
  color: #ed1c24;
}

.top-detail-product {
  margin-top: 0;
  position: relative;
}
.top-detail-product .code-product {
  margin-bottom: 5px;
  padding: 0;
}
.tag-discount {
  background: #ed1c24;
  color: #fff;
  padding: 2px 6px;
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
  position: relative;
}

.version {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.title-ver {
  margin: 0;
  position: relative;
  line-height: 35px;
}
.btn-ver {
  padding: 2px 5px 0 3px;
  border-radius: 0;
}
.title-name-product {
  margin-bottom: 5px;
  padding: 0;
}
#search-type {
  padding: 0;
  border: none;
}
#search-type .dropdown-toggle {
  font-size: 14px;
  color: #454545;
  padding: 0 20px;
}
.status-product {
  padding: 0 10px;
  width: auto !important;
}
.out-of-stock {
  color: #ec353c;
  font-size: 20px;
}
.modal-content {
  border-radius: 0;
}
.title-cart {
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  color: #414141 !important;
}
.icon-list-address {
  display: inline-block;
  width: 20px;
}
.list-products-order {
  max-height: 370px;
}
@media (max-width: 767px) {
  .menu-ft {
    margin-bottom: 15px !important;
  }
  #footer .menu-ft .list-menu-fy {
    display: none;
  }
  #footer .menu-ft h4.title-menu-ft:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    float: right;
    position: absolute;
    right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .gritter-center {
    left: 10% !important;
    right: 10% !important;
  }
}
.display-theme-1 {
  display: block;
}
.display-theme-2 {
  display: none;
}

.wapper.open {
  left: 270px;
  position: absolute;
  width: 100%;
}
.fancybox-gallery:hover .image-hover {
  opacity: .65;
  background: #44577e;
}
.nav-tabs-03.nav-tabs > li.active > a {
  background-color: #26c6d0;
}
.nav-tabs-03.nav-tabs > li.active > a:focus {
  background-color: #26c6d0;
}
.nav-tabs-03.nav-tabs > li.active > a:hover {
  background-color: #26c6d0;
}
.box-step ul li.active .demo-icon {
  background-color: #26c6d0;
}
.nav_title li a::before {
  background-color: #26c6d0;
}
.title_style2 h3::after {
  background-color: #26c6d0;
}
.opticon-select li:hover .btn-ver {
  background-color: #26c6d0;
}
.opticon-select li.active .btn-ver {
  background-color: #26c6d0;
}
.list-bank li label:before {
  background-color: #26c6d0;
}
.box-style-1 .demo-icon:before {
  color: #26c6d0;
}
.bottom-download span {
  color: #26c6d0;
}
.cart-order .dropdown-toggle span.number {
  color: #26c6d0;
}
.view-style .btn-view.active {
  color: #26c6d0;
}

.nav_desktop ul li.sub-menu-style2 ul li a:hover {
  color: #26c6d0;
}
.nav_desktop ul li.sub-menu-style2:hover ul li a:hover {
  color: #26c6d0;
}
.nav_desktop ul li:hover ul li a:hover {
  color: #26c6d0;
}
.title-product a:hover {
  color: #26c6d0;
}
.breadcrumb > .active {
  color: #ed1c24;
}
.newsletter .btn-default {
  color: #ed1c24;
}
.btn-icon:hover {
  color: #ed1c24;
  border-color: #ed1c24;
}
.name-suggestion .mark {
  padding: 0;
  text-decoration: underline;
  background: none;
  font-weight: normal;
}
.xzoom-lens-nh .xzoom-lens {
  border: none !important;
  max-height: 100%;
  max-width: 100%;
}
.item-available .img {
  width: 36px;
  text-align: center;
}
.item-available .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.zoomWindowContainer .zoomWindow {
  border: 0 !important;
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, .3);
}
.list-meta-product > li {
  list-style: none;
  float: left;
  margin: 0 10px 10px 0;
}
.list-meta-product > li > a {
  color: #383838;
  padding: 5px 10px;
  border: 1px solid #ddd;
  line-height: 25px;
}

.list-meta-product > li > a.active {
  color: #fff;
  border-color: #ed1c24;
  background: rgba(237, 28, 36, 0.57);
}
#register-modal .form-group {
  height: 40px;
  clear: inherit;
}
#frm-profile .form-group {
  position: relative;
  min-height: 45px;
}
#frm-profile .form-group > div {
  position: relative;
  height: 40px;
}
.modal .modal-header {
  padding: 10px;
}
.modal-header .modal-title {
  font-size: 25px;
}
.account-user .dropdown-menu {
  border-radius: 0;
}
.has-error .result-validate .form-control-feedback {
  top: -40px;
}
.has-success .result-validate .form-control-feedback {
  top: -35px;
}
.wrap-avatar-member > img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 45px;
  margin-bottom: 5px;
}
.list-download .media-heading {
  line-height: 17px;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
}
.style-view-small .img {
}
.media-body h4.media-title-video {
  margin-top: 0;
  margin-bottom: 5px;
}
.file-download .file-name {
  max-height: 35px;
  line-height: 17px;
  overflow: hidden;
}
.col-sm-1 > .item-download .description-list-file {
  display: none;
}
.col-sm-1 > .item-download .file-name {
  display: none;
}
.col-sm-1 > .item-download .btn-download span {
  display: none;
}
.col-sm-1 > .item-download .btn-download i {
  font-size: 20px !important;
}
.col-sm-1 > .item-download .file-download i {
  font-size: 20px !important;
}
.col-sm-3 > .item-download .description-list-file {
  display: none;
}
.col-sm-3 > .item-download .file-name {
  display: none;
}
.col-sm-3 > .item-download .btn-download span {
  display: none;
}
.col-sm-3 > .item-download .btn-download i {
  font-size: 20px !important;
}
.col-sm-3 > .item-download .file-download i {
  font-size: 20px !important;
}
.col-sm-4 > .item-download .description-list-file {
  display: none;
}
.col-sm-4 > .item-download .file-name {
  display: none;
}
.col-sm-4 > .item-download .btn-download span {
  display: none;
}
.col-sm-4 > .item-download .btn-download i {
  font-size: 20px !important;
}
.col-sm-4 > .item-download .file-download i {
  font-size: 20px !important;
}

.box-right-download .media {
  margin: 0 0 20px 0;
}
.short_intro p {
  font-size: 15px;
  font-weight: bold;
}
.welcome .box_content {
  margin-top: 50px;
}
.tabs-block .tab-content {
  min-height: 100px;
}
.select2-container .select2-choice .select2-arrow b {
  background: url(../images/select2.png) no-repeat 4px 7px !important;
}
.item-product .img {
  background-size: cover !important;
}
.img-blogs img {
}
.img-80 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nhslider .item_block {
  margin-bottom: 45px;
}
.banner-img.col-1 > div {
  padding-right: 0;
  padding-left: 0;
}
.style-view-1 .img {
  min-height: 155px;
}
.bg-cart .nav-tabs a {
  text-transform: uppercase;
  font-size: 16px;
}
.list-shipping-address .address-option {
  cursor: pointer;
  z-index: 99;
  ox-sizing: border-box;
  position: relative;
  display: block;
  padding: 15px 15px 15px 30px;
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}
.list-shipping-address .address-option:hover {
  border: 1px solid #9ca643;
}
.list-shipping-address .address-option.active {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
  border: 1px solid #9ca643;
}
.address-option p {
  margin-bottom: 0;
}
.address-option p b {
  font-weight: bold;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.3;
}
.box-cart-left > .card {
  background: none;
  box-shadow: none;
  border: 1px solid #ddd;
}
.box-cart-left > .card > .nav-tabs > li > a::after {
  content: '';
}
.box-cart-right-cont .delete-order {
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #666;
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #666;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #666;
}
.shoppingcart-box .list {
  max-height: 400px;
}


/* Order pages */

.box-payment .title_style4 h3 {
	border: none;
	padding: 0 0 15px 0;
}

.box-payment .box-cart-right {
	border: none;
	background: #fff;
	padding: 15px;
}

.box-payment .price-well {
	color: #0070c9;
	font-size: 14px;
}

.box-payment .input-cart {
	position: static;
	border: none;
	font-size: 19px;
	font-weight: bold;
	color: #0070c9;
}

.box-payment .order-quantity>p {
	display: inline-block;
}

.box-payment .order-quantity {
	margin-top: 15px;
}

.box-payment .media-body .media-heading a {
	font-size: 14px;
}

.box-payment .media.position-relative.product-item-order {
	display: flex;
}

.box-payment .img-80 {
	height: 100%;
}

.box-payment .price-before {
	font-size: 12px;
	display: inline-block;
}

.box-cart-right-cont .media-body .price-well {
    padding-right: 15px;
    display: inline-block;
}

.box-payment .title-promotion {
	padding: 0;
}

.box-payment .item-promotion {
	margin: 5px 0;
	padding: 10px 0;
}

.box-payment .button-cart.text-right {
	text-align: center;
}

.box-payment button#btn-process-payment,
.box-payment .btn-continue-pay,
.box-payment .btn-cancel,
.box-payment .btn-login {
	background: linear-gradient(#3f9fea, #0077cc);
	border: none;
}

.box-payment .box-cart-left>.card {
	border: none;
	background: #fff;
	/* padding: 15px; */
}

.box-payment .nav-tabs {
	border: none;
}

.box-payment .price {
	color: #000;
	font-weight: bold;
}

.alert-success>span {
	display: block;
	height: 48px;
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
	width: 48px;
	border-radius: 25px;
	background: #4caf50;
	font-size: 24px;
	color: #fff;
}

.alert-success {
	background: #fff;
	border: none;
}

.alert-success span:before {
	vertical-align: -webkit-baseline-middle;
}

.success-announce {
	font-size: 24px;
	font-weight: bold;
	color: #4caf50;
}

.col-md-6.col-md-offset-3.col-xs-12.cart-right {
	width: 100%;
	padding: 0;
	margin: 0;
	float: none !important;
}

.box-cart-left>.card>.tab-content {
	padding: 40px 30px;
	margin-left: auto;
	margin-right: auto;
}

a.product-item-info.delete-order.pull-right {
	color: #000;
	font-size: 20px;
}

.black-text {
	color: #000 !important;
}

.box-payment .btn-login {
	width: 180px;
	height: 42px;
}

#order-info .nav-step {
	background: #fff;
	margin-bottom: 50px;
}

#order-info {
	background: #f2f2f2;
}

#order-info .breadcrumb-box {
	margin: 0;
}

.p-25 {
	padding: 25px;
}

.p-15-30 {
	padding: 15px 30px;
}

.box-payment .box-step3 {
	background: #fff;
	border: none;
	padding: 15px;
}

.box-payment td.td-width2 {
	padding: 15px 0 !important;
}

.p-50 {
	padding: 50px;
}

.p-30 {
	padding: 30px;
}

.order-success-detail {
	margin: 20px 0 5px;
	font-weight: bold;
}

.order-product-title {
	width: 33%;
	display: inline-block;
	float: left;
}

div#login-cart {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
}
.choose-bank {
    padding: 0;
    width: calc(100% - 325px);
    margin: 0;
}
.payment-methods .box-payment .box-cart-left>.card {
    padding: 30px;
}

.payment-methods .box-payment .box-cart-right {
    padding: 30px;
}

.box-step3 .title_style3 h3 {
    width: 100%;
}





#list-method ul.nav.nav-tabs li {
  width: 100%;
  margin-bottom: 20px;
}
#list-method .nav-tabs {
  border: none;
  position:  relative;
  margin-left: -1px;
}
@media (max-width: 560px) {
  .card ul.nav.nav-tabs li {
    width: 100%;
  }
}
.box-cart-left > .card > .nav-tabs > li.active > a {
  border-width: 0;
  border: none;
  color: #0070c9!important;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.box-cart-left > .card > .nav-tabs > li.active > a:focus {
  border-width: 0;
}
.box-cart-left > .card > .nav-tabs > li.active > a:hover {
  border-width: 0;
}
.box-cart-left > .card > .nav-tabs > li > a {
  border: none;
  color: #333;
  font-weight: 600;
  background: #ccc;
  margin: 0;
  padding: 14px 15px;
  border-radius: 0;
}
.box-cart-left > .card > .nav-tabs > li > a:hover {
  border: none;
  color: #0070c9 !important;
  background: transparent;
  /* font-size: 16px; */
  /* font-weight: bold; */
  /* text-transform: uppercase; */
}
.box-cart-left > .card > .nav-tabs > li:hover > a::after {
  /* transform: scale(1); */
}
.box-cart-left > .card > .tab-pane {
  padding: 15px 0;
}

.box-cart-left > .card > .tab-nav > li > a::after {
  background: #21527d none repeat scroll 0 0;
  color: #fff;
}

.cicle-icon {
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
th {
  text-align: inherit;
}
.bottom-big {
  margin-bottom: 30px;
}
.img-80 {
  width: 80px;
  height: 80px;
}
.img-80-bor {
  width: 80px;
  height: 80px;
  border: 1px solid #ddd;
  padding: 1px;
}
.input-cart {
  width: 30px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  border: 1px solid #ddd;
  height: 30px;
  margin-top: -15px;
}
.box-cart-right {
  border: 1px solid #ddd;
}
.font-small {
  font-size: 13px;
  text-transform: capitalize;
  color: #777;
  font-weight: normal;
}

.box-step a {
    display:  block;
    position:  relative;
    line-height: 38px;
}

.box-step ul li span.num-of-step {
    height:  38px;
    width:  38px;
    line-height: 33px;
    font-size: 20px;
    border: 2px solid;
    display:  block;
    margin-right:  15px;
    float:  left;
    border-radius: 100%;
    border-color: #0070c9;
    color: #0070c9;
    font-weight: 400;
}
.box-step ul li.active span.num-of-step {
    color: #fff;
    background-color: #0070c9;
}
.box-step {
  padding: 15px 0 15px;
}
.box-step ul {
  list-style: none;
  margin: 0;
  height: auto;
  position: relative;
  padding: 0;
  display:  block;
}
.box-step ul li .demo-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  border-radius: 50%;
  margin-left: -20px;
  line-height: 36px;
  color: #fff;
  background: #999;
  border: 2px solid #ddd;
}
.box-step ul li span {
  top: 0px;
  color: #0070c9;
  float: left;
  text-transform:  uppercase;
  font-weight: 700;
}
.bottom0 {
  margin: 0 !important;
  padding: 0 !important;
}
.bg-white {
  background: #fff;
}

.bg-cart .nav-tabs a {
  text-transform: uppercase;
  font-size: 16px;
}

.list-shipping-address .address-option {
  cursor: pointer;
  z-index: 99;
  ox-sizing: border-box;
  position: relative;
  display: block;
  padding: 15px 15px 15px 30px;
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}

.list-shipping-address .address-option:hover {
  border: 1px solid #9ca643;
}

.list-shipping-address .address-option.active {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
  border: 1px solid #9ca643;
}

.address-option p {
  margin-bottom: 0;
}

.address-option p b {
  font-weight: bold;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.3;
}

.box-cart-left > .card {
  background: none;
  box-shadow: none;
  border: 1px solid #ccc;
}
.box-cart-left > .card .form-control, .box-cart-left > .card .chosen-container-single .chosen-single {
  height: 45px;
  font-size: 16px;
  border-radius: 3px;
}

.media-left a {
    display: block;
}
.box-cart-left > .card .chosen-container-single .chosen-single div  {
  height: 50px;
  font-size: 16px;
  border-radius: 3px;
  padding-top: 13px;
}
.box-cart-left > .card .chosen-container-single .chosen-single span{
  /* height: 50px; */
  /* line-height:  50px; */
}
.box-cart-right-cont .delete-order {
  right: 0;
}

.title-cart {
  width: 100%;
  float: left;
  position: relative;
  display: block;
  border-bottom: 2px solid #ddd;
  color: #2874f0 !important;
  background: transparent;
  padding: 10px 15px;
  font-size: 14px;
  margin: 0;
}
.nav-tabs-bank .nav-tabs > li.active > a:focus {
  background: none;
  border: 1px solid #ffba00;
}

.img-80 {
    width: 80px;
    height: 80px;
}
#list-method {
    width: 325px;
    /* margin-left: 15px; */
    margin-top: 15px;
}

.nav-tabs-bank .nav-tabs > li > a > span {
  display: block;
  border: 0;
  border-radius: 0;
  color: #555;
  margin-bottom: 15px;
  overflow: hidden;
  height: auto;
  text-align:  left;
  line-height: 22px;
  float: right;
  width: calc(100% - 50px);
  font-weight: 700;
}
.nav-tabs-bank .nav-tabs li span .demo-icon {
  width: 25px;
  height: 25px;
  line-height: 25px;
  left: 5px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  top: 4px;
}
.nav-tabs-bank .tab-content {
  padding: 20px 0;
}
.nav-tabs-bank > .nav-tabs > li {
  width: 20%;
  float: left;
}
.nav-tabs-bank > .nav-tabs > li > a {
  border-radius: 0 !important;
  text-align: center;
  margin: 0;
  display: block;
  padding: 20px 15px;
  padding-bottom: 49px !important;
  border: 1px solid;
}
.nav-tabs-bank > .nav-tabs > li > a:hover, .nav-tabs-bank .nav li.active a {
  background: none;
  border: 1px solid #ffba00;
}
.nav-tabs-bank > .nav-tabs > li > a > img {
  width: auto;
  height: 30px;
  float:  left;
  display:  inline-block;
}
.nav-tabs-bank > .nav-tabs > li > a > input {
  position: absolute;
  opacity: 0;
}


#btn-process-payment {
    margin-left: 5px;
    height: 42px;
    border-radius: 3px;
}

.card ul.nav.nav-tabs li {
    width: 50%;
    text-align: center;
}

.box-cart-right-cont .media-body .media-heading {
    padding-top: 15px;
    padding-right: 50px;
    margin-bottom: 0;
}
.shoppingcart-box .item-cart {
    padding: 0 15px 10px;
}
.sort-by-product .form-group {
    display:  inline-block;
}
#other-sort {
    background:  transparent;
    height: 37px;
}

.item-product .desc-product-thumb {
    max-height: 123px;
    overflow: hidden;
    text-overflow:  ellipsis;
}
@media (max-width: 1200px) {
	.box-payment .box-cart-left>.card>.tab-content {
	    padding: 15px;
	}
	.col-xs-12.col-sm-10.col-sm-offset-1.text-center {
		width: 100%;
		margin-left: 0;
		padding: 0;
	}
	.col-xs-12.col-sm-10.col-sm-offset-1.text-center li {
		padding: 0;
	}
}

@media only screen and (max-width:1023px){
    #list-method {
    width: 100%;
}
    .choose-bank {
    width: 100% !important;
    margin: 0;
}
}

@media (max-width: 767px) {
    		div#login-cart {
    width: 100%;
}
    .payment-methods .box-payment .box-cart-right {
    padding: 15px;
}
    .payment-methods .box-payment .box-cart-left>.card{
        padding: 15px;
    }
    .box-step {
    width: 90%;
    margin: 0 auto;
    }
    
	#order-info .nav-step {
		margin-bottom: 15px !important;
	}
	li.step1 span,
	li.step2 span {
		margin-bottom: 30px;
	}
	.p-50 {
		padding: 15px;
	}
	.order-product-title {
		width: 100% !important;
		display: block !important;
		float: left !important;
	}
}
@media (max-width: 500px) {
  .card ul.nav.nav-tabs li {
    width: 100%;
  }
}
@media (max-width: 350px) {
    .nav-tabs-bank > .nav-tabs > li > a > img {
        display: none;
    }
    
    .nav-tabs-bank .nav-tabs > li > a > span {
        width: 100%;
        padding-left: 20px;
        font-size: 12px;
    }
}
.note-payment {
    border: 1px solid #ddd;
    margin-top:  15px;
    margin-bottom:  20px;
    margin-left:  15px;
    margin-right: 15px;
}

.note-payment p {
    margin:  0;
    padding: 15px;
}

.content-preview .top-detail-product {
    margin: 0;
}

.content-preview  .product-detail {
    min-height: auto;
}

#preview-product-modal button.close {
    z-index: 1111;
    position:  absolute;
    right: 8px;
    top: 5px;
    font-size: 28px;
}

.content-preview .select-item-product .top-detail-product .box-images {
    width: 40%;
    float: left;
}

.content-preview .select-item-product .top-detail-product .info-product {
    width: 60%;
    float: left;
}

.lg-on div#preview-product-modal {
    opacity: 0;
}
/*404*/
.page-four {
  padding-top: 180px;
  padding-bottom: 180px;
  text-align: center;
}
.page-four>.logo {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
.page-four>div>h1 {
  width: 100%;
  font-size: 160px;
  font-weight: bold;
  line-height: 160px;
}
.page-four>div:nth-child(2) {
  margin-bottom: 50px;
}
.page-four>div:nth-child(2)>p {
  font-weight: 300;
  font-size: 24px;
}
body.page-404 {
    max-width: initial;
    min-height: 100vh;
}

.menu-vertical .bs-docs-sidenav {
    border: 1px solid #ddd;
}
