body {
  color: #2d2e2f;
}

.wrapper-header .nav-pills > li:first-of-type > a {
  padding-right: 0;
}

.wrapper-header .dropdown-menu {
  z-index: 10003;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background: rgba(0, 0, 0, 0);
}

.navbar {
  margin-bottom: 0;
  background-color: transparent;
  border-color: transparent;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.nAccountButton {
  margin-top: 20px;
}

.dropdown-menu {
  margin: 0;
}

.nMobileNav {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .nMobileNav {
    display: none;
  }
}
.nMobileNav li {
  width: 24%;
}
.nMobileNav li a {
  color: #fff;
  font-size: 12px;
}
.nMobileNav li a:hover {
  color: #fff;
}
.nMobileNav li a .icon {
  font-size: 25px;
}

@media (max-width: 767.98px) {
  .navbar-nav .dropdown-menu {
    background-color: transparent;
    border: 0;
    padding: 0;
    display: block;
  }
  .navbar-nav .dropdown-menu .dropdown-item {
    color: #fff;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.33333;
}

h1,
.h1 {
  font-size: 24px;
}

h2,
.h2 {
  font-size: 20px;
}

h3,
.h3 {
  font-size: 18px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 13px;
}

#main-content {
  background-color: #fff;
}

.nsearchinput-pl.well {
  margin-top: 44px !important;
  border: 2px solid #efefef;
}

.neto-placeholder {
  padding: 110px 0;
  font-size: 30px;
}

.neto-placeholder-rotator {
  display: block;
  background: #f8f9fa;
  color: #ced4da;
  text-align: center;
}
.neto-placeholder-rotator:hover {
  color: #ced4da;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .carousel-indicators {
    display: none;
  }
}

.carousel-caption {
  text-shadow: 0 0 8px black;
}
@media (min-width: 576px) {
  .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    background: rgba(255, 255, 255, 0.30196);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0.4))
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(0, 255, 255)', endColorstr='rgb(102, 255, 255)',GradientType=0 );
  }
}
@media (max-width: 767.98px) {
  .carousel-caption {
    bottom: 0;
    padding: 0;
  }
  .carousel-caption .h3 {
    font-size: 14px;
  }
  .carousel-caption .btn-lg {
    display: none;
  }
}

.nav-pills.nav-pills-right > li {
  float: right;
}

.thumbnail > .caption .h3 {
  font-size: 18px;
  height: 4em;
}

.thumbnail .savings-container {
  top: 1px;
  left: 3px;
  right: 3px;
}

#n_product .qty {
  text-align: left;
}

.ui-widget-header {
  background: #f8f9fa !important;
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #6c757d !important;
  background: #f8f9fa !important;
}

ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.header-mid-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-mid-right > li {
  margin-left: 28px;
}
.header-mid-right > li:first-child {
  margin-left: 0;
}
.header-mid-right > li a {
  display: inline-block;
  text-align: center;
  padding: 0 !important;
}
.header-mid-right > li a:hover {
  text-decoration: none !important;
}
.header-mid-right > li a .icon {
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0 auto;
}
.header-mid-right > li a .icon .cart-number {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 4px));
  transform: translateX(calc(-50% + 4px));
  font-size: 12px;
  font-weight: 700;
  color: white;
  background-color: #f15a29;
  line-height: 16px;
  padding: 0 2px;
  min-width: 16px;
  text-align: center;
  border-radius: 50%;
}
.header-mid-right > li a p {
  margin-bottom: 0;
  color: white;
  font-weight: 700;
}
.header-mid-right a#cartcontentsheader {
  background-color: transparent;
}
.header-mid-right .dropdown-toggle::after {
  display: none;
}

.brands-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.brands-wrapper .brand-item {
  width: 12.5%;
  padding: 15px;
}

.section {
  padding: 56px 0 64px;
}
.section .section-title {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 24px;
}

.list-section .section:nth-child(2n + 1) {
  background-color: #f5f5f5;
}

.row .card.thumbnail {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.row .card.thumbnail .product-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer-top {
  position: relative;
  background-color: #f15a29;
}
.footer-top__left {
  height: 350px;
  max-width: 545px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-top__left > p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}
.footer-top__left h1 {
  font-size: 36px;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.footer-top__left > form {
  max-width: 100%;
}
.footer-top__left .input-group {
  width: 500px;
  max-width: 100%;
  height: 50px;
}
.footer-top__left .input-group .form-control,
.footer-top__left .input-group .btn {
  height: 50px;
  border: 0;
  outline: none;
}
@media screen and (max-width: 575.98px) {
  .footer-top__left .input-group .btn span {
    display: none;
  }
}
.footer-top__right {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-top__border {
  height: 30px;
  width: 100%;
  background-position: center;
  background-size: auto 30px;
}

.header-top {
  height: 140px;
  background-color: #000;
}
.header-top .logo {
  height: 120px;
}
.header-top .nav-link {
  display: inline-block;
  color: white;
  font-size: 14px;
  margin: 6px 12px;
  padding: 0;
}
.header-top .nav-link:hover {
  background-color: transparent;
  color: white;
}
.header-top .nav-header-top .dropdown-menu {
  left: auto;
  right: 0;
}
.header-top .nav-header-top .dropdown-menu .dropdown-item:active {
  background-color: white;
}

.header-search .input-group .form-control {
  background-color: #2d2e2f;
  border: 0;
  font-size: 16px;
  color: white;
  height: 50px;
}
.header-search .input-group .form-control:hover,
.header-search .input-group .form-control:focus {
  border: 0;
  outline: none;
}
.header-search .input-group .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header-search .input-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header-search .input-group .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header-search .input-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.header-search .input-group .btn {
  background-color: #2d2e2f;
  padding: 1px;
  height: 50px;
  border: 0;
}
.header-search .input-group .btn:hover,
.header-search .input-group .btn:focus,
.header-search .input-group .btn:active {
  border: 0 !important;
  background-color: #2d2e2f;
  outline: none;
}

.separator {
  display: block;
  width: 100%;
  height: 30px;
  background-position: center;
  background-size: auto 30px;
}

.nav-dropdown-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-dropdown-header .categories,
.nav-dropdown-header .brands {
  margin-right: 16px;
}
.nav-dropdown-header .categories > .dropdown-toggle,
.nav-dropdown-header .brands > .dropdown-toggle {
  height: 100%;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nav-dropdown-header .categories > .dropdown-toggle::after,
.nav-dropdown-header .brands > .dropdown-toggle::after {
  display: none;
}
.nav-dropdown-header .categories > .dropdown-toggle img,
.nav-dropdown-header .brands > .dropdown-toggle img {
  width: 32px;
  min-width: 32px;
  height: 32px;
}
.nav-dropdown-header .categories > .dropdown-toggle img:not(.ic-close),
.nav-dropdown-header .brands > .dropdown-toggle img:not(.ic-close) {
  display: inline-block;
}
.nav-dropdown-header .categories > .dropdown-toggle .ic-close,
.nav-dropdown-header .brands > .dropdown-toggle .ic-close {
  display: none;
}
.nav-dropdown-header .categories > .dropdown-toggle p,
.nav-dropdown-header .brands > .dropdown-toggle p {
  margin-bottom: 0;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
.nav-dropdown-header .categories.show > .dropdown-toggle .ic-close,
.nav-dropdown-header .brands.show > .dropdown-toggle .ic-close {
  display: inline-block;
}
.nav-dropdown-header .categories.show > .dropdown-toggle img:not(.ic-close),
.nav-dropdown-header .brands.show > .dropdown-toggle img:not(.ic-close) {
  display: none;
}

.nav-cate-header {
  padding: 6px 0;
}
.nav-cate-header .end-right .dropdown-menu.lv1 {
  left: auto;
  right: 0;
}
.nav-cate-header .end-right .dropdown-menu.lv2 {
  left: auto;
  right: 100%;
}
.nav-cate-header .dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  min-width: 240px;
}
.nav-cate-header .dropdown-menu.lv1 {
  background-color: #f5f5f5;
}
.nav-cate-header .dropdown-menu.lv2 {
  background-color: white;
}
.nav-cate-header .dropdown-menu .dropdown-item {
  font-weight: 700;
  position: relative;
  padding: 9px 15px 10px;
  white-space: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.nav-cate-header .dropdown-menu .dropdown-item:after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  left: 15px;
  bottom: 0;
  background-color: #e8e8e8;
}
.nav-cate-header .dropdown-menu .dropdown-item i {
  color: #f15a29;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 4px;
}
.nav-cate-header .dropdown-menu .dropdown-item:hover {
  background-color: white;
  color: #f15a29;
}
.nav-cate-header .dropdown-menu li:last-child .dropdown-item {
  text-transform: uppercase;
}
.nav-cate-header .dropdown-menu li:last-child .dropdown-item:after {
  display: none;
}
.nav-cate-header .nav-link {
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 8px !important;
}
.nav-cate-header > li:hover > .nav-link {
  color: #f15a29 !important;
}
.nav-cate-header .dropdown-toggle::after {
  display: none;
}

@media screen and (max-width: 575.98px) {
  .js-custom-dropdown-menu {
    top: 0 !important;
    height: 100% !important;
  }
}

.close-dropdown {
  position: fixed;
  left: 268px;
  top: 0;
  background-color: #2d2e2f;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  display: none;
}

@media screen and (max-width: 575.98px) {
  .nav-dropdown-header .categories.show .close-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10003;
  }
}

.js-custom-dropdown-menu .top {
  display: none;
  background-color: black;
  height: 50px;
}
@media screen and (max-width: 575.98px) {
  .js-custom-dropdown-menu .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.js-custom-dropdown-menu .top a {
  color: white;
}

.overlay-for-dropdownmenu-header {
  display: none;
  position: fixed;
  top: 50px;
  top: 50px;
  width: 100vw;
  height: calc(100vh - 50px);
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 9998;
}
.overlay-for-dropdownmenu-header.show {
  display: none !important;
}
@media screen and (max-width: 575.98px) {
  .overlay-for-dropdownmenu-header {
    height: 100vh;
    top: 0;
  }
}

.wrapper-footer h4 {
  margin: 30px 0 15px;
}

.wrapper-footer .list-inline,
.wrapper-footer address {
  margin-top: 30px;
}

.footer-nav .row-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-col-nav {
  padding-left: 15px;
  padding-right: 15px;
}

.footer-nav {
  padding: 40px 0 60px;
  background-color: #000;
}
.footer-nav .nav-link {
  padding: 6px 0;
}
.footer-nav h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-nav h3 img {
  width: 32px;
  height: 32px;
  margin-right: 4px;
}

.js-row-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: hidden;
}
.js-row-filter .btn-dropdown-filter {
  width: 110px;
  padding: 9px 8px;
  color: #707070;
  text-transform: uppercase;
}
.js-row-filter .btn-dropdown-filter .h-hide {
  display: none;
}
.js-row-filter .btn-dropdown-filter .h-filter {
  display: inline-block;
}
.js-row-filter .btn-dropdown-filter.active .h-filter {
  display: none;
}
.js-row-filter .btn-dropdown-filter.active .h-hide {
  display: inline-block;
}
.js-row-filter .sort_container {
  display: none;
  width: calc(100% - 110px);
  margin-right: -15px;
}
@media screen and (max-width: 991.98px) {
  .js-row-filter .sort_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 575.98px) {
  .js-row-filter .sort_container .viewby {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .js-row-filter .sort_container .viewby a:nth-child(1) {
    margin-right: 4px;
  }
}
.js-row-filter .sort_container .col-form-label {
  white-space: nowrap;
}
@media screen and (max-width: 575.98px) {
  .js-row-filter .sort_container .col-form-label {
    display: none;
  }
}
.js-row-filter .sort_container .number-found {
  font-size: 14px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 575.98px) {
  .js-row-filter .sort_container .select-wrapper {
    margin-left: 12px;
  }
}

@media screen and (min-width: 992px) {
  #filters {
    display: block !important;
  }
}

@media screen and (max-width: 991.98px) {
  #filters:not(.show) {
    display: none !important;
  }
  #filters.collapsing {
    display: block !important;
  }
}

.nav-brand-footer,
.nav-cate-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nav-brand-footer li,
.nav-cate-footer li {
  width: 50%;
}
.nav-brand-footer li:nth-child(2n + 1),
.nav-cate-footer li:nth-child(2n + 1) {
  padding-right: 6px;
}
.nav-brand-footer li:nth-child(2n),
.nav-cate-footer li:nth-child(2n) {
  padding-left: 6px;
}

.footer-bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-bottom-left .logo {
  height: 90px;
}
.footer-bottom-left .box-info {
  margin-left: 24px;
}
.footer-bottom-left .box-info .copyright {
  margin-bottom: 10px;
}
.footer-bottom-left .box-info .terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-bottom-left .box-info .terms li {
  padding: 0 10px;
  border-right: 1px solid white;
}
.footer-bottom-left .box-info .terms li:first-child {
  padding-left: 0;
}
.footer-bottom-left .box-info .terms li:last-child {
  border-right: 0;
  padding-right: 0;
}
.footer-bottom-left .box-info .terms .nav-link {
  padding: 0;
  line-height: 1;
}

.footer-bottom {
  background-color: #2d2e2f;
  min-height: 110px;
}
.footer-bottom .list-payment {
  padding: 18px 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-dropdown-header {
  height: 100%;
  padding: 8px 0;
}
.nav-dropdown-header .categories > .dropdown-menu {
  background-color: #f5f5f5;
}
.nav-dropdown-header .brands > .dropdown-menu {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.nav-dropdown-header .categories .dropdown-menu {
  width: 268px;
}
.nav-dropdown-header .categories,
.nav-dropdown-header .brands {
  height: 100%;
}
.nav-dropdown-header .categories .dropdown-menu,
.nav-dropdown-header .brands .dropdown-menu {
  padding: 12px 0;
}
.nav-dropdown-header .categories .submenu-header,
.nav-dropdown-header .brands .submenu-header {
  top: 0;
  left: 100%;
  height: 100%;
  width: 268px;
}
.nav-dropdown-header .categories .submenu-header h2,
.nav-dropdown-header .brands .submenu-header h2 {
  padding: 0 15px;
  line-height: 26px;
  margin-bottom: 15px;
}
.nav-dropdown-header li {
  padding: 0 15px;
}
.nav-dropdown-header li.top {
  padding: 0 15px 0 10px;
}
.nav-dropdown-header li .nav-link {
  padding: 8px 0;
  line-height: 24px;
  border-bottom: 1px solid #e8e8e8;
}
.nav-dropdown-header li.lv1 {
  padding: 0;
}
.nav-dropdown-header li.lv1 > .nav-link {
  padding: 8px 15px;
}
.nav-dropdown-header .dropdown-menu {
  border: 0;
}
.nav-dropdown-header .dropdown-menu > li:last-child > .nav-link {
  border-bottom: 0;
}
.nav-dropdown-header .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
  font-weight: 700;
}
.nav-dropdown-header .nav-link:not(.nav-link--primary):hover {
  background-color: white;
}
.nav-dropdown-header .nav-link.dropdown-toggle::after {
  display: none;
}
.nav-dropdown-header .nav-link--primary:hover {
  color: #f15a29;
}

.brands-page .js-sab-alphabet-secondary {
  margin-bottom: 0;
  padding-bottom: 30px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  overflow-x: hidden;
}

.brands-page .js-sab-alphabet-secondary .sab-alphabet-secondary__letter {
  display: none;
  margin-right: 15px;
  margin-left: 15px;
}

.brands-page .js-sab-alphabet-secondary span a {
  color: #222;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.brands-page .js-sab-alphabet-secondary span a.active {
  color: #999;
}

.brands-page .brands-container .col-alphabe {
  border-top: 1px dotted #cccccc;
}

.brands-page .brands-container .col-alphabe:first-child {
  border-top: 0;
}

.brands-page .brands-container > .col-alphabe {
  padding: 0px 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.brands-page .brands-container h3 {
  width: 132px;
  display: inline-block;
  padding-top: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .brands-page .brands-container h3 {
    width: 100%;
  }
}

.brands-page .brands-container h3 span {
  font-size: 36px;
  line-height: 40px;
  display: inline-block;
  font-weight: 700;
}

.brands-page .brands-container div > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 132px);
}
@media screen and (max-width: 767.98px) {
  .brands-page .brands-container div > ul {
    width: 100%;
  }
}

.brands-page .brands-container div > ul li {
  padding: 15px;
  width: 20%;
}
@media screen and (max-width: 767.98px) {
  .brands-page .brands-container div > ul li {
    width: 25%;
  }
}
@media screen and (max-width: 575.98px) {
  .brands-page .brands-container div > ul li {
    width: 33.33333%;
  }
}
@media (max-width: 480px) {
  .brands-page .brands-container div > ul li {
    width: 50%;
  }
}

.brands-page .brands-container div > ul li a {
  display: inline-block;
}

.brands-page .brands-container div > ul li a img {
  max-width: 100%;
}

.wrapper-usp {
  background-color: #f5f5f5;
  padding: 18px 0;
}
.wrapper-usp .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wrapper-usp .usp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
.wrapper-usp .usp__icon {
  width: 64px;
  height: 64px;
}
.wrapper-usp .usp__icon img {
  width: 64px;
  height: 64px;
}
.wrapper-usp .usp__content {
  width: calc(100% - 64px);
  padding-left: 16px;
}
.wrapper-usp .usp__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.wrapper-usp .usp__subtitle {
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 0;
}

.btn.btn-success.npopup-checkout,
.btn.btn-success.checkout {
  background-color: #f15a29;
  border-color: #f15a29;
}
.btn.btn-success.npopup-checkout:hover,
.btn.btn-success.checkout:hover {
  background-color: #cb4c23;
  border-color: #cb4c23;
}

.page-title {
  text-align: center;
  margin-bottom: 52px;
}

#main-content {
  padding-bottom: 32px;
}

.unuse-maincontent {
  margin-top: -32px;
}

.js-carousel-categories-home {
  display: none;
}
.js-carousel-categories-home .carousel-control-prev,
.js-carousel-categories-home .carousel-control-next {
  width: 26px;
  display: none;
  opacity: 1;
}
.js-carousel-categories-home .carousel-control-prev img,
.js-carousel-categories-home .carousel-control-next img {
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  .js-carousel-categories-home .carousel-control-prev,
  .js-carousel-categories-home .carousel-control-next {
    width: 12px;
  }
}
.js-carousel-categories-home .carousel-control-prev {
  left: -30px;
}
@media screen and (max-width: 991.98px) {
  .js-carousel-categories-home .carousel-control-prev {
    left: -15px;
  }
}
.js-carousel-categories-home .carousel-control-next {
  right: -30px;
}
@media screen and (max-width: 991.98px) {
  .js-carousel-categories-home .carousel-control-next {
    right: -15px;
  }
}

.section-categories {
  overflow-x: hidden;
}

.breadcrumb {
  background-color: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 0 12px;
  margin-bottom: 0;
}
.breadcrumb .breadcrumb-item a {
  color: #000;
}
.breadcrumb .breadcrumb-item:last-child {
  pointer-events: none;
  cursor: default;
}
.breadcrumb .breadcrumb-item:last-child a {
  color: #707070;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:last-child::before {
  color: #000;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/assets/icons/ic_arrow_down_bold.png");
  background-size: 32px 32px;
  background-position: calc(100% - 2px) 9px;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.product-name {
  font-size: 36px;
}

.page-title {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
}

.section-recently-viewed .card.thumbnail {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-recently-viewed .card.thumbnail .thumbnail-image {
  min-width: 120px;
  width: 120px;
  height: 120px;
  padding-top: 0;
  margin-bottom: 0 !important;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1439.98px) {
  .section-recently-viewed .card.thumbnail .thumbnail-image {
    min-width: 110px;
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 1199.98px) {
  .section-recently-viewed .card.thumbnail .thumbnail-image {
    min-width: 100px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 991.98px) {
  .section-recently-viewed .card.thumbnail .thumbnail-image {
    min-width: 90px;
    width: 90px;
    height: 90px;
  }
}
.section-recently-viewed .card.thumbnail .product-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 16px;
}
.section-recently-viewed .card.thumbnail .card-title {
  text-align: left;
  margin-bottom: 8px;
}
.section-recently-viewed .card.thumbnail .price {
  text-align: left;
  margin-bottom: 0;
}
.section-recently-viewed .card.thumbnail .buying-options {
  display: none;
}

.sort_container .number-found {
  font-size: 20px;
  margin-bottom: 0;
}

.sort_container .viewby {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ddd;
}
.sort_container .viewby a {
  opacity: 0.3;
}
.sort_container .viewby a:nth-child(1) {
  margin-right: 8px;
}
.sort_container .viewby a.active {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}

.sort_container .col-form-label {
  font-weight: 700;
}

.sort_container .select-wrapper {
  margin-left: 20px;
}

.sort_container .sort-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767.98px) {
  .col-quantity {
    width: 96px;
  }
}

@media screen and (max-width: 767.98px) {
  .col-wishlist {
    width: 56px;
  }
}

.col-wishlist .wishlist_toggle {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .col-wishlist .wishlist_toggle {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767.98px) {
  .col-btn {
    width: calc(100% - 152px);
  }
}

.btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 16px;
}
.btn .fa.fa-chevron-down,
.btn .fas.fa-chevron-down,
.btn .far.fa-chevron-down {
  font-size: 12px;
}

.buying-options .btn {
  min-height: 50px;
}
@media screen and (max-width: 767.98px) {
  .buying-options .btn {
    min-height: 40px;
  }
}

.btn.btn-outline-dark {
  color: #2d2e2f;
  border-color: #2d2e2f;
  background-color: white;
}
.btn.btn-outline-dark i {
  color: #2d2e2f;
}
.btn.btn-outline-dark i.text-orange {
  color: #f15a29;
}
.can-hover .btn.btn-outline-dark:hover {
  background-color: #2d2e2f;
  color: white;
}
.can-hover .btn.btn-outline-dark:hover i {
  color: white;
}
.can-hover .btn.btn-outline-dark:hover i.text-orange {
  color: white;
}

.wishlist_toggle .fa-heart {
  color: #2d2e2f;
  margin-left: 0;
}

.btn-outline-default {
  color: #2d2e2f;
  border: 1px solid #2d2e2f;
  background-color: white;
}
.btn-outline-default:hover {
  color: white !important;
  background-color: #f15a29;
  border: 1px solid #f15a29;
}

.btn.btn-large {
  padding: 19px 16px;
}

.btn-primary {
  background-color: #2d2e2f;
  border-color: #2d2e2f;
}
.btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

.btn-contained-primary {
  background-color: #2d2e2f;
  color: white;
  border: 1px solid #2d2e2f;
  outline: none;
}
.btn-contained-primary:hover {
  color: white;
  background-color: #f15a29;
  border: 1px solid #f15a29;
  outline: none;
}

.btn-contained-orange,
.btn-success {
  background-color: #f15a29;
  color: white;
  border: 1px solid #f15a29;
  outline: none;
}
.btn-contained-orange .fa,
.btn-contained-orange .fas,
.btn-contained-orange .far,
.btn-success .fa,
.btn-success .fas,
.btn-success .far {
  color: white;
}
.btn-contained-orange:hover,
.btn-success:hover {
  color: white;
  background-color: #cb4c23;
  border: 1px solid #cb4c23;
  outline: none;
}

.text-orange {
  color: #f15a29;
}

.text-gray {
  color: #acacac;
}

.text-blue {
  color: #0138a6;
}

.nav-dropdown-header .list-brand-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.dropdown-menu {
  background-clip: border-box;
}

.feature-products-header {
  position: absolute;
  width: 804px;
  background-color: white;
  left: 268px;
  top: 0;
  height: 100%;
  z-index: 9;
  display: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.feature-products-header .carousel {
  width: 248px;
  margin: 8px 20px 0 0;
}
.feature-products-header .carousel .carousel-control-prev,
.feature-products-header .carousel .carousel-control-next {
  width: 32px;
}

.nav-dropdown-header
  .categories
  > .dropdown-menu
  > li:hover
  > .feature-products-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card.thumbnail {
  border: 0;
  background-color: transparent;
}
.card.thumbnail .thumbnail-image {
  background-color: white;
  position: relative;
  padding-top: 100%;
}
.card.thumbnail .thumbnail-image:focus {
  outline: none;
}
.card.thumbnail .product-image {
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.card.thumbnail .card-title {
  text-align: center;
  margin-bottom: 24px;
}

.card.thumbnail .card-title a {
  font-size: 16px;
  color: #57595c;
}

.card.thumbnail .price {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px;
}

@media screen and (max-width: 767.98px) {
  .header-top .nav-dropdown-header .nav-icon img {
    display: none;
  }
}

.header-top .nav-dropdown-header .nav-icon i {
  display: none;
  color: #f15a29;
}
@media screen and (max-width: 767.98px) {
  .header-top .nav-dropdown-header .nav-icon i.fa-plus {
    display: inline-block;
  }
}

.header-top
  .nav-dropdown-header
  .nav-item.active
  > .nav-link
  .nav-icon
  i.fa-plus {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .header-top
    .nav-dropdown-header
    .nav-item.active
    > .nav-link
    .nav-icon
    i.fa-minus {
    display: inline-block;
  }
}

.jumbotron {
  padding: 15px;
}

@media screen and (max-width: 575.98px) {
  .product-infos .jumbotron {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.variation-name {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .variation-name {
    font-size: 14px;
  }
}
.variation-name label {
  margin-bottom: 0;
}

.nav-header-bottom {
  background-color: #2d2e2f !important;
}

.form-label {
  font-weight: 700;
  position: relative;
}
.form-label.required::after {
  content: "*";
  color: #f15a29;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -10px;
}

.form-control:not(textarea) {
  height: 50px;
}
@media screen and (max-width: 767.98px) {
  .form-control:not(textarea) {
    height: 40px;
  }
}

.form-control.form-control--md {
  height: 40px;
}

.decoration-none {
  text-decoration: none;
}
.decoration-none:hover {
  text-decoration: none;
}

@media screen and (max-width: 767.98px) {
  .btn {
    padding: 9px 16px;
  }
}

.btn-dark {
  background-color: #2d2e2f;
  border-color: #2d2e2f;
}
.btn-dark:hover {
  background-color: #000;
  border-color: #000;
}

.btn.btn-sm-spacing {
  padding: 10px 16px;
}
@media screen and (max-width: 767.98px) {
  .btn.btn-sm-spacing {
    padding: 7px 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .btn.btn-sm-spacing svg {
    width: 24px;
    height: 24px;
  }
}
.btn.btn-sm-spacing svg path {
  fill: #f15a29;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.btn.btn-sm-spacing:hover svg path {
  fill: white;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

.btn.btn-md-spacing.btn-contained-orange {
  padding: 15px 16px;
}
.btn.btn-md-spacing.btn-contained-orange.addtocart {
  font-size: 22px;
  line-height: 28px;
}
@media screen and (max-width: 767.98px) {
  .btn.btn-md-spacing.btn-contained-orange.addtocart {
    font-size: 16px;
    padding: 8px;
  }
}
.btn.btn-md-spacing.btn-contained-orange svg path {
  fill: white;
}
.btn.btn-md-spacing.btn-contained-orange:hover svg path {
  fill: white;
}

@media screen and (max-width: 767.98px) {
  #shipbox .col-xs-spacing-md-down .form-control {
    padding: 4px;
  }
}

@media screen and (max-width: 767.98px) {
  #shipbox .col-xs-spacing-md-down .btn {
    padding: 9px 4px;
  }
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.js-product-img {
  cursor: pointer;
}

.slider-product-img-wrapper .js-slider-product-img {
  display: none;
  max-width: 510px;
  margin: 0 auto;
}
.slider-product-img-wrapper .js-slider-product-img.slick-initialized {
  display: block;
}

.slider-product-img-wrapper .slick-initialized .slick-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.slider-product-img-wrapper .slick-initialized .slick-slide img {
  max-width: 100%;
  max-height: 100%;
}

.slider-product-img-wrapper .slick-arrow {
  position: absolute;
  z-index: 1;
  border: 0;
  outline: none;
  background-color: transparent;
  font-size: 40px;
  color: #b8b8b8;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
}
@media screen and (max-width: 1199.98px) {
  .slider-product-img-wrapper .slick-arrow {
    font-size: 32px;
  }
}
@media screen and (max-width: 991.98px) {
  .slider-product-img-wrapper .slick-arrow {
    font-size: 28px;
  }
}
.slider-product-img-wrapper .slick-arrow:hover,
.slider-product-img-wrapper .slick-arrow:focus,
.slider-product-img-wrapper .slick-arrow:active {
  border: 0;
  outline: none;
}
.slider-product-img-wrapper .slick-arrow.btn-slick-prev {
  left: 6px;
}
.slider-product-img-wrapper .slick-arrow.btn-slick-next {
  right: 6px;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-track::before,
.slick-track::after {
  display: none;
}
.slick-track .slick-slide {
  float: none;
  height: auto;
}

.js-slick-product-grid {
  width: 100%;
}
.js-slick-product-grid .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.js-slick-product-grid .slick-arrow {
  position: absolute;
  z-index: 1;
  border: 0;
  outline: none;
  background-color: transparent;
  font-size: 40px;
  color: #b8b8b8;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
}
@media screen and (max-width: 1199.98px) {
  .js-slick-product-grid .slick-arrow {
    font-size: 32px;
  }
}
@media screen and (max-width: 991.98px) {
  .js-slick-product-grid .slick-arrow {
    font-size: 28px;
  }
}
.js-slick-product-grid .slick-arrow:hover,
.js-slick-product-grid .slick-arrow:focus,
.js-slick-product-grid .slick-arrow:active {
  border: 0;
  outline: none;
}
.js-slick-product-grid .slick-arrow.btn-slick-prev {
  left: -16px;
}
.js-slick-product-grid .slick-arrow.btn-slick-next {
  right: -16px;
}

select.form-control--md {
  background-position: calc(100% - 2px) 4px;
}

@media screen and (max-width: 767.98px) {
  select.form-control {
    background-position: calc(100% - 2px) 4px;
  }
}

.category-thumbnail .category-info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 16px;
  min-height: 54px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #2d2e2f;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
@media screen and (max-width: 1439.98px) {
  .category-thumbnail .category-info {
    min-height: 50px;
  }
}
@media screen and (max-width: 1023.98px) {
  .category-thumbnail .category-info {
    min-height: 40px;
    padding: 4px 15px;
  }
}
@media screen and (max-width: 575.98px) {
  .category-thumbnail .category-info {
    min-height: 26px;
    padding: 3px 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.category-thumbnail .category-info .category-title {
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 12px;
}
@media screen and (max-width: 1439.98px) {
  .category-thumbnail .category-info .category-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023.98px) {
  .category-thumbnail .category-info .category-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 575.98px) {
  .category-thumbnail .category-info .category-title {
    font-size: 12px;
    line-height: 16px;
    margin-right: 0;
  }
}
.category-thumbnail .category-info .alt-img {
  max-height: 44px;
}
@media screen and (max-width: 1439.98px) {
  .category-thumbnail .category-info .alt-img {
    max-height: 40px;
  }
}
@media screen and (max-width: 1023.98px) {
  .category-thumbnail .category-info .alt-img {
    max-height: 32px;
  }
}
@media screen and (max-width: 575.98px) {
  .category-thumbnail .category-info .alt-img {
    display: none;
  }
}

.category-thumbnail a {
  display: block;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.category-thumbnail a .main-img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}
.category-thumbnail a:hover .category-info {
  background-color: #f15a29;
}
.category-thumbnail a:hover .category-info .alt-img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.category-thumbnail a[data-alt=""] .category-title {
  margin-right: 0;
}
.category-thumbnail a[data-alt=""] .alt-img {
  display: none;
}

.list-brand h2 {
  padding: 0 16px;
  margin-bottom: 20px;
}

.list-brand-wrapper {
  width: 804px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-brand-wrapper .brand-item {
  width: calc(33.33333% - 30px);
}

.favourite-brands {
  padding-left: 15px;
  padding-right: 15px;
  width: 268px;
}
.favourite-brands h2 {
  margin-bottom: 20px;
}
.favourite-brands .brand-thumbnail a {
  display: block;
  text-align: center;
  position: relative;
}
.favourite-brands .brand-thumbnail a .brand-name{
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background: #000;
  color: #FFF;
  opacity: 0;
  transition: 0.6s;
  font-size: 12px;
}
.favourite-brands .brand-thumbnail a:hover .brand-name{
  opacity: 1;
}
.favourite-brands .brand-thumbnail img {
  max-width: 100%;
}

.bg-gray {
  background-color: #f5f5f5;
}

.section-product-info {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  font-size: 24px;
  font-weight: 700;
  height: 100%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-tabs .nav-link i {
  font-size: 18px;
}
.nav-tabs .nav-link svg {
  margin-right: 4px;
}
.nav-tabs .nav-link svg,
.nav-tabs .nav-link path {
  fill: #2d2e2f;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
  color: #f15a29;
}
.nav-tabs .nav-link:hover svg,
.nav-tabs .nav-link:hover path,
.nav-tabs .nav-link.active svg,
.nav-tabs .nav-link.active path {
  fill: #f15a29;
}

.tabbable .tab-content {
  padding-top: 40px;
}

.js-quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.js-quantity-wrapper .form-control {
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  width: calc(100% - 60px);
  height: 50px;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px;
  text-align: center !important;
}
@media screen and (max-width: 767.98px) {
  .js-quantity-wrapper .form-control {
    height: 40px;
    width: calc(100% - 48px);
  }
}

.js-quantity-wrapper .quantity-button {
  width: 30px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  cursor: pointer;
  font-size: 18px;
  color: #999;
  border: 1px solid #ddd;
}
@media screen and (max-width: 767.98px) {
  .js-quantity-wrapper .quantity-button {
    width: 24px;
    height: 40px;
  }
}

.js-quantity-wrapper .quantity-down {
  border-right: 0;
}

.js-quantity-wrapper .quantity-up {
  border-left: 0;
}

.js-quantity-wrapper .form-control::-webkit-outer-spin-button,
.js-quantity-wrapper .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.carousel-categories-home .category-thumbnail {
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-dropdown-header.show-tablet {
  display: none;
}

.row-item-space {
  padding-top: 15px;
  padding-bottom: 15px;
}

.wrapper-header {
  position: relative;
}

#filters > .card {
  border: 1px solid #ddd;
}
#filters > .card .list-group-item {
  border: 0;
  margin-bottom: 0;
}
#filters > .card .list-group-item:hover {
  text-decoration: none;
}

.header-search-sp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 15px;
  background-color: #000;
  z-index: 9;
}
.header-search-sp form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 300px;
}

label.js-toggle-search-sp {
  margin-bottom: 0;
}

.banner-home-sp {
  display: none;
}

.banner-home .carousel-indicators {
  margin-bottom: 20px;
}

.banner-home .carousel-control-next,
.banner-home .carousel-control-prev {
  opacity: 1;
}
.banner-home .carousel-control-next img,
.banner-home .carousel-control-prev img {
  width: 26px;
}

.banner-home-sp .carousel-control-next,
.banner-home-sp .carousel-control-prev {
  opacity: 1;
}
.banner-home-sp .carousel-control-next img,
.banner-home-sp .carousel-control-prev img {
  width: 13px;
}

.brands-wrapper-sp .dropdown-menu {
  position: static;
  padding: 0 !important;
  margin-left: -15px;
}

.brands-wrapper-sp .brand-item {
  padding-left: 30px !important;
}

.label-success {
  color: #1aab63;
  margin-bottom: 0;
  font-weight: 700;
}
.label-success i {
  margin-right: 4px;
}

.label-save {
  border: 2px solid #ef5713;
  color: #ef5713;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  padding: 0 2px;
  border-radius: 2px;
  margin-bottom: 0;
}

.product-group-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.product-group-price .product-price {
  margin-bottom: 0;
  font-size: 28px;
}
.product-group-price > span,
.product-group-price > label {
  margin-left: 16px;
}

.nav-tabs-wrapper {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs-wrapper .nav-tabs {
  border-bottom: 0;
}

.list-social a img {
  width: 50px;
  height: 50px;
}

.carousel-product-image .carousel-control-prev,
.carousel-product-image .carousel-control-next {
  width: 32px;
}
.carousel-product-image .carousel-control-prev i,
.carousel-product-image .carousel-control-next i {
  color: #000;
  font-size: 24px;
}

.carousel-product-image .thumb-image a {
  display: block;
  position: relative;
  padding-top: 100%;
  background-color: white;
}
.carousel-product-image .thumb-image a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.row-sm-spacing {
  margin-left: -8px;
  margin-right: -8px;
}
.row-sm-spacing .col-sm-spacing {
  padding-left: 8px;
  padding-right: 8px;
}

@media screen and (max-width: 767.98px) {
  .row-xs-spacing-md-down {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media screen and (max-width: 767.98px) {
  .row-xs-spacing-md-down .col-xs-spacing-md-down {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.subpage {
  width: 100%;
}
.subpage .nav-tabs {
  border: 1px solid #ddd;
  padding: 12px 0;
}
.subpage .nav-tabs .nav-item {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}
.subpage .nav-tabs .nav-item:last-child {
  border-bottom: 0;
}
.subpage .nav-tabs .nav-link {
  padding: 12px 24px;
  font-size: 14px;
  line-height: 22px;
  text-transform: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 0;
}
.subpage .nav-tabs .nav-link:hover,
.subpage .nav-tabs .nav-link.active {
  background-color: #f8f8f8;
  color: #f15a29;
  border: 0;
}
@media (max-width: 767.98px) {
  .subpage .tab-content {
    padding-top: 32px;
  }
}

.main-image .zoom {
  padding-top: 100%;
}
.main-image .zoom img:first-child {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1199.98px) {
  .wrapper-usp .usp__content {
    padding-left: 12px;
    width: calc(100% - 48px);
  }
  .wrapper-usp .usp__title {
    font-size: 16px;
    white-space: nowrap;
  }
  .wrapper-usp .usp__subtitle {
    font-size: 14px;
    white-space: nowrap;
  }
  .wrapper-usp .usp__icon,
  .wrapper-usp .usp__icon img {
    width: 48px;
    height: 48px;
  }
  .nav-dropdown-header .categories .submenu-header h2,
  .nav-dropdown-header .brands .submenu-header h2 {
    font-size: 16px;
  }
  .nav-dropdown-header .categories .dropdown-menu {
    width: 212px;
  }
  .nav-dropdown-header .categories .submenu-header,
  .nav-dropdown-header .brands .submenu-header {
    width: 212px;
  }
  .feature-products-header {
    width: 636px;
    left: 212px;
  }
  .feature-products-header .carousel {
    width: 200px;
    margin: 8px 12px 0 0;
  }
  .list-brand-wrapper {
    width: 636px;
  }
  .favourite-brands {
    width: 212px;
  }
  .favourite-brands h2 {
    font-size: 16px;
  }
  .list-brand h2 {
    font-size: 16px;
  }
  .carousel-categories-home .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .carousel-categories-home .category-thumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .section .section-title {
    font-size: 24px;
    line-height: 36px;
  }
  .brands-wrapper .brand-item {
    width: 20%;
  }
  .brands-wrapper .brand-item:nth-child(n + 16) {
    display: none;
  }
  .footer-top__left h1 {
    font-size: 24px;
  }
  .footer-top__left > p {
    font-size: 16px;
  }
  .footer-nav h3 {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .header-top > .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .header-top > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .header-top > .container > .row > .col-5 {
    padding-left: 0;
    padding-right: 0;
  }
  .col-sm-spacing-tablet {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row-sm-spacing-tablet {
    margin-left: -8px;
    margin-right: -8px;
  }
  .nav-tabs .nav-link {
    font-size: 20px;
  }
  .row-space {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .row-item-space {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .list-brand-wrapper {
    width: 690px;
  }
  .nav-dropdown-header .categories .dropdown-menu {
    width: 230px;
  }
  .nav-dropdown-header .categories .submenu-header,
  .nav-dropdown-header .brands .submenu-header {
    width: 230px;
  }
  .header-top {
    height: auto;
  }
  .header-top .nav-header-right {
    padding: 6px 0;
  }
  .header-top .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-dropdown-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    height: 70px;
  }
  .nav-dropdown-header.show-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .nav-dropdown-header .categories {
    border-right: 1px solid black;
  }
  .nav-dropdown-header .brands,
  .nav-dropdown-header .categories {
    background-color: #2d2e2f;
    margin-right: 0;
    padding: 0 4px;
    min-width: 56px;
  }
  .nav-dropdown-header .categories > .dropdown-toggle img,
  .nav-dropdown-header .brands > .dropdown-toggle img {
    min-width: 32px;
    width: 32px;
    height: 32px;
  }
  .nav-dropdown-header .categories > .dropdown-toggle p,
  .nav-dropdown-header .brands > .dropdown-toggle p {
    font-size: 12px;
  }
  .header-mid-right > li {
    margin-left: 12px;
  }
  .header-mid-right a .icon .cart-number {
    padding: 0;
    line-height: 12px;
    font-size: 10px;
    min-width: 13px;
  }
  .header-mid-right a .icon,
  .header-mid-right a .icon img {
    width: 32px !important;
    height: 32px !important;
  }
  .header-mid-right a p {
    font-size: 12px;
  }
  .header-search .input-group .form-control,
  .header-search .input-group .btn {
    height: 40px !important;
  }
  .header-search .input-group .btn img {
    width: 32px;
    height: 32px;
  }
  .header-top .logo {
    width: auto;
    height: 70px;
  }
  .nav-header-top {
    display: none;
  }
  .wrapper-usp .usp__content {
    padding-left: 8px;
    width: calc(100% - 32px);
  }
  .wrapper-usp .usp__title {
    font-size: 12px;
    white-space: normal;
  }
  .wrapper-usp .usp__subtitle {
    font-size: 10px;
    white-space: normal;
  }
  .wrapper-usp .usp__icon,
  .wrapper-usp .usp__icon img {
    width: 32px;
    height: 32px;
  }
  .nav-header-bottom {
    display: none !important;
  }
  .header-top .nav-dropdown-header .nav-link {
    margin: 0 !important;
    color: black;
    position: relative;
    padding-right: 32px;
  }
  .nav-dropdown-header .nav-link:not(.nav-link--primary):hover {
    background-color: transparent;
  }
  .header-top .nav-dropdown-header .nav-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 40px;
    right: -15px;
    top: 0;
    height: 40px;
    z-index: 1;
  }
  .header-top .nav-dropdown-header .nav-item > .feature-products-header {
    display: none !important;
    width: 460px;
    left: 230px;
  }
  .header-top .nav-dropdown-header .nav-item.active > .feature-products-header {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .page-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .footer-nav .row-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-nav {
    padding: 36px 0 24px;
  }
  .footer-col-nav {
    width: 50%;
    margin-top: 24px;
  }
  .footer-col-nav:nth-child(1),
  .footer-col-nav:nth-child(2) {
    margin-top: 0;
  }
  .footer-nav h3 {
    margin-bottom: 12px;
  }
  .footer-nav h3 img {
    width: 24px;
    height: 24px;
  }
  .footer-top__right {
    display: none;
  }
  .footer-top__left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    height: auto;
    padding: 32px 0;
  }
  .footer-bottom-left .logo {
    height: 60px;
  }
  .footer-bottom {
    min-height: 100px;
  }
  .footer-bottom .list-payment {
    padding: 6px 0;
  }
  .footer-bottom .row.align-items-center {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .section {
    padding: 40px 0;
  }
  .card.thumbnail .card-title {
    margin-bottom: 16px;
  }
  .card.thumbnail .card-title a {
    font-size: 14px;
  }
  .card.thumbnail .price {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .btn {
    font-size: 14px;
  }
  .header-top .nav-dropdown-header .nav-item.active {
    background-color: white;
  }
}

@media screen and (max-width: 991.98px) {
  .nav-tabs .nav-link svg {
    width: 24px;
    height: 24px;
  }
}

.section-product-info .tab-pane .card {
  border: 0;
}

.section-product-info .tab-pane .card-header {
  padding: 2px 15px;
  background-color: transparent;
  border: 0;
}
.section-product-info .tab-pane .card-header .btn {
  padding: 8px 15px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-product-info .tab-pane .card-header .btn:focus,
.section-product-info .tab-pane .card-header .btn:active,
.section-product-info .tab-pane .card-header .btn:hover label {
  text-decoration: none;
}
.section-product-info .tab-pane .card-header .btn label {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.section-product-info .tab-pane .card-header .btn label i {
  font-size: 18px;
  margin-right: 8px;
}
.section-product-info .tab-pane .card-header .btn label svg {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.section-product-info .tab-pane .card-header .btn .icon i {
  color: #999;
}
.section-product-info .tab-pane .card-header .btn .icon i.fa-minus {
  display: none;
}
.section-product-info .tab-pane .card-header .btn.active {
  background-color: #2d2e2f;
}
.section-product-info .tab-pane .card-header .btn.active label {
  color: white;
}
.section-product-info .tab-pane .card-header .btn.active label svg path {
  fill: white;
}
.section-product-info .tab-pane .card-header .btn.active label i {
  color: white;
}
.section-product-info .tab-pane .card-header .btn.active .icon i {
  color: white;
}
.section-product-info .tab-pane .card-header .btn.active .icon i.fa-plus {
  display: none;
}
.section-product-info .tab-pane .card-header .btn.active .icon i.fa-minus {
  display: inline-block;
}

.section-product-info .tab-pane .card-body {
  padding: 16px 0;
}

.brands-wrapper-sp {
  display: none;
}

@media (max-width: 767.98px) {
  .section {
    padding: 32px 0;
  }
  .header-mid-right {
    margin-right: -15px;
  }
  .wrapper-product-title {
    margin-top: 12px;
  }
  body.overflowhidden {
    overflow: hidden;
  }
  .overlay-for-dropdownmenu-header.show {
    display: block !important;
  }
  .header-mid-right > li {
    padding: 0 4px;
  }
  .header-top .nav-dropdown-header .nav-item.active > .feature-products-header {
    display: none !important;
  }
  .header-top .nav-dropdown-header .nav-item .nav-icon img {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .header-top .nav-dropdown-header .nav-item.active > .nav-link .nav-icon img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .nav-dropdown-header .categories .submenu-header {
    position: static;
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav-dropdown-header .categories .submenu-header.submenu-header-lv1 {
    margin-left: -15px;
    padding-left: 15px;
  }
  .nav-dropdown-header .categories .submenu-header.submenu-header-lv2 {
    margin-left: -30px;
    padding-left: 30px;
  }
  .nav-dropdown-header .categories .submenu-header h2 {
    display: none;
  }
  .header-mid-right a p {
    display: none;
  }
  .nav-dropdown-header {
    height: 50px;
  }
  .header-top .logo {
    height: 50px;
  }
  .nav-dropdown-header .categories > .dropdown-toggle p,
  .nav-dropdown-header .brands > .dropdown-toggle p {
    display: none;
  }
  .nav-dropdown-header .brands {
    display: none;
  }
  .brands-wrapper-sp {
    display: block;
  }
  .header-top .nav-header-right {
    padding: 0;
  }
  .nav-dropdown-header .categories {
    border-right: 0;
  }
  .wrapper-usp {
    padding: 10px 0;
  }
  .wrapper-usp .usp {
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .brands-wrapper .brand-item {
    width: 33.33333%;
  }
  .brands-wrapper .brand-item:nth-child(n + 10) {
    display: none;
  }
  .footer-nav .nav-link {
    text-align: left;
  }
  .footer-bottom .list-payment {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header-mid-right > li {
    margin-left: 0;
  }
  .nav-dropdown-header .categories .dropdown-menu {
    width: 268px;
  }
  .nav-dropdown-header .categories .submenu-header {
    width: 268px;
  }
  .js-custom-dropdown-menu {
    position: fixed;
    height: calc(100% - 50px);
    top: 50px;
    left: 0;
    overflow-y: auto;
    padding: 0 !important;
    z-index: 9999;
  }
  .nav-dropdown-header .brands,
  .nav-dropdown-header .categories {
    min-width: 50px;
  }
}

@media (max-width: 575.98px) {
  .footer-col-nav {
    width: 100%;
  }
  .footer-col-nav:nth-child(1),
  .footer-col-nav:nth-child(2) {
    margin-top: 24px;
  }
  .separator {
    height: 7px;
    background-size: auto 7px;
  }
  .banner-home {
    display: none;
  }
  .banner-home-sp {
    display: block;
  }
  .js-slick-product-grid .slick-arrow.btn-slick-next {
    right: -12px;
  }
  .js-slick-product-grid .slick-arrow.btn-slick-prev {
    left: -12px;
  }
}

.cursor-pointer {
  cursor: pointer;
}

@media (min-width: 1199px){
  .js-showmore-option:hover{
    color: #f15a29;
  }
}
