#n_product .wrapper-pricing {
  position: relative; }
  #n_product .wrapper-pricing .button-tabs-size {
    position: absolute;
    bottom: 0;
    left: 15px; }
    #n_product .wrapper-pricing .button-tabs-size span {
      font-weight: 700; }
    #n_product .wrapper-pricing .button-tabs-size:hover {
      cursor: pointer; }

#n_product #accordionSizeGuide img {
  max-width: 100% !important;
  height: auto !important;
}
.group-link-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
a#cartcontentsheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  height: 45px;
}
.btn-group-cart .icon-cart {
  width: 50px;
  min-width: 50px;
  background-color: #57cf00;
  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;
}
.btn-group-cart .subtotal {
  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;
  padding: 0 16px;
  white-space: nowrap;
  border-top: 1px solid #57cf00;
  border-bottom: 1px solid #57cf00;
  background-color: white;
}
.btn-group-cart .subtotal .number {
  display: inline-block;
  color: #9d9fa2;
  font-weight: 700;
}
.btn-group-cart .subtotal .price {
  display: inline-block;
  color: #000;
  font-weight: 700;
}
.btn-group-cart .cart-text {
  padding: 0 16px;
  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;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  font-size: 18px;
  background-color: #57cf00;
}
a#cartcontentsheader.dropdown-toggle::after {
  display: none;
}
.header-top .nav-link {
  margin-bottom: 0;
  padding: 12px 10px;
}
.header-top .nav-link i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 4px;
}
.list-brands {
  padding: 15px;
}
.list-brands-wrapper {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -8px;
  margin-bottom: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-brands .brand-item {
  width: calc(20% - 16px);
  margin: 8px;
}
.list-brands .brand-item a:hover {
  text-decoration: none;
}
.h-100 {
  height: 100%;
}
@media (max-width: 1199.98px) {
  .btn-group-cart .icon-cart {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .btn-group-cart .cart-text {
    padding: 0 8px;
    font-size: 13px;
  }

  .link-acc a {
    padding-right: 12px;
    font-size: 12px;
  }

  .link-acc img {
    height: 28px;
  }

  .btn-group-cart .subtotal {
    padding: 0 8px;
  }
}
.d-block-sp {
  display: none !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.brand-pc .nav-link {
  text-transform: uppercase;
  color: white;
}
@media (max-width: 767.98px) {
  .d-none-sp {
    display: none !important;
  }
  .d-block-sp {
    display: block !important;
  }
  .group-link-right {
    display: none;
  }
  .list-brands-wrapper {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-brands .brand-item {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #2B2F32;
  }
  .list-brands .brand-item a {
    color: white;
    border-bottom: 1px solid rgba(255,255,255, 0.15);
  }
  .navbar-expand-md .navbar-nav li .brand-item a {
    display: block;
    padding: 12px 30px !important;
    width: 100%;
  }
  .list-brands.dropdown-menu {
    position: static;
  }
  .navbar-nav .dropdown-menu.show {
    display: block;
  }
  .nav-link-brand {
    padding: 13px 30px !important;
    margin-bottom: 0;
    text-transform: uppercase;
    color: white;
    font-size: 14px !important;
  }
  .nav-link-brand i {
    position: absolute;
    right: 0;
    top: 0;
    height: 47px;
    width: 30px;
    text-align: center;
    display: inline-block;
  }
  .nav-link-brand i::before {
    display: table-cell;
    vertical-align: middle;
    height: 47px;
    width: 30px;
  }
}
