@charset "UTF-8";
.section-product__category .sort-product {
  min-width: 14.6875rem;
  border: 1px solid rgba(34, 36, 38, 0.15);
  height: 2.6875rem;
}

.form-filter__product .filter-content__detail {
  padding: 0.8125rem 0;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.form-filter__product .filter-content__detail .content {
  display: none;
}
.form-filter__product .filter-content__detail .content label {
  width: 100%;
  display: block;
  margin: 0.625rem 0;
}
.form-filter__product .filter-color {
  padding-left: 1.875rem;
  cursor: pointer;
}
.form-filter__product .filter-color input:checked ~ .color::after {
  display: block;
}
.form-filter__product .filter-color .color {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-filter__product .filter-color .color::after {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #7f7f7f;
  z-index: inherit;
  pointer-events: none;
  border-radius: 100%;
  display: none;
}
.form-filter__product .filter-checkbox {
  cursor: pointer;
}
.form-filter__product .filter-checkbox input:checked ~ .text::after {
  display: block;
}
.form-filter__product .filter-checkbox .text {
  position: relative;
  padding-left: 1.875rem;
}
.form-filter__product .filter-checkbox .text::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #7f7f7f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: inherit;
}
.form-filter__product .filter-checkbox .text::after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: #000;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  display: none;
}

.show-filter__detail {
  position: relative;
  color: #242424;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.show-filter__detail i {
  position: absolute;
  top: 50%;
  right: 0.3125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-product__detail .module-product__detail {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}
.section-product__detail .module-product__detail .price {
  padding-bottom: 0.4375rem;
  border-bottom: 1px solid #cfcfcf;
}
.section-product__detail .module-product__detail .price .price-item {
  position: relative;
}
.section-product__detail .module-product__detail .price .price-item::after {
  content: "|";
  color: #000;
  margin: 0 0.5rem;
}
.section-product__detail .module-product__detail .check-color {
  gap: 0.9375rem;
}
.section-product__detail .module-product__detail .check-color .color-item input:checked ~ .span-color::after {
  display: block;
}
.section-product__detail .module-product__detail .check-color .color-item input:checked ~.span-color{
  border: 2px solid orange;
}
.section-product__detail .module-product__detail .check-color .color-item .span-color {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  border: 2px solid #ebebeb;
}
.section-product__detail .module-product__detail .check-color .color-item .span-color::after {
  content: "";
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 1px solid #979797;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: inherit;
  pointer-events: none;
  border-radius: 100%;
  display: none;
}
.section-product__detail .module-product__detail .select {
  height: 3.25rem;
}
.section-product__detail .row-product {
  margin-bottom: 4.375rem;
}

.gift-message__block {
  gap: 1.5625rem;
  background-color: #f0f0f0;
  padding: 0.625rem;
}
.gift-message__block .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 8.75rem;
}
.gift-message__block .btn-border__black {
  font-size: 0.875rem;
  height: 2.625rem;
}

.item-sidebar__cart {
  border: 1px solid #ccc;
  padding: 0.9375rem;
}
.item-sidebar__cart:not(:last-child) {
  margin-bottom: 0.75rem;
}
.item-sidebar__cart .gift-link img {
  margin-right: 0.625rem;
}
.item-sidebar__cart .gift-link span {
  text-decoration: underline !important;
}
.item-sidebar__cart.checkout-cart .sub-price {
  padding: 0.5rem 0;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.item-sidebar__cart.checkout-cart .urgency__notice {
  gap: 0.3125rem;
}
.item-sidebar__cart.checkout-cart .urgency__notice svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.3125rem;
}
.item-sidebar__cart.checkout-cart .urgency__notice a {
  text-decoration: underline !important;
}
.item-sidebar__cart.checkout-cart .or {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.item-sidebar__cart.checkout-cart .or::before {
  content: "";
  width: 100%;
  height: 0.5px;
  background: #dfdfdf;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(15px, -50%);
          transform: translate(15px, -50%);
  z-index: 0;
}
.item-sidebar__cart.checkout-cart .or::after {
  content: "";
  width: 100%;
  height: 0.5px;
  background: #dfdfdf;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(-15px, -50%);
          transform: translate(-15px, -50%);
  z-index: 0;
}
.item-sidebar__cart.checkout-cart .method-payment li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin-bottom: 0.625rem;
}
.item-sidebar__cart.checkout-cart .method-payment li .item-payment {
  width: 100%;
  height: 3.375rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
}
.item-sidebar__cart.checkout-cart .method-payment li .item-payment img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  max-width: 80%;
  max-height: 80%;
}
.item-sidebar__cart.block-new .show-blocknew__content {
  gap: 0.9375rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.item-sidebar__cart.block-new .show-blocknew__content i {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 1;
}
.item-sidebar__cart.block-new .block-new__content {
  margin-top: 0.9375rem;
  display: none;
}

.form-infomation .logo {
  max-width: 35%;
}
.form-infomation .breadcrumb_cart li {
  position: relative;
}
.form-infomation .breadcrumb_cart li:not(:last-child)::after {
  content: "";
  font-family: "fontAwesome";
  margin: 0 0.5rem;
}
.form-infomation .breadcrumb_cart li a {
  font-size: 0.75rem;
  color: #737373;
}
.form-infomation .form-control,
.form-infomation .select {
  height: 2.5rem;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  font-size: 0.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
}
.form-infomation .form-control:focus,
.form-infomation .select:focus {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-infomation .checkbox {
  cursor: pointer;
}
.form-infomation .checkbox input:checked ~ .text::before {
  background: #737373;
  border: 1px solid #737373;
}
.form-infomation .checkbox input:checked ~ .text::after {
  display: block;
}
.form-infomation .checkbox .text {
  position: relative;
  padding-left: 1.875rem;
}
.form-infomation .checkbox .text::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  position: absolute;
  z-index: inherit;
  top: 2px;
  left: 0;
}
.form-infomation .checkbox .text::after {
  content: "";
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 6px;
  display: none;
  z-index: 1;
}
.form-infomation .button-form .btn-black__all {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}

.module-method__payment {
  background: #fafafa;
  padding: 1.875rem;
}
.module-method__payment .item-method-payment {
  padding: 1.25rem 0;
  border-top: 1px solid rgba(175, 175, 175, 0.34);
}
.module-method__payment .info-product {
  gap: 0.625rem;
}
.module-method__payment .info-product .img {
  width: 4.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 4.0625rem;
  border-radius: 8px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  background-color: #fff;
  position: relative;
}
.module-method__payment .info-product .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.module-method__payment .info-product .img .count {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 100%;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 0.75rem;
  background: rgba(114, 114, 114, 0.9);
  z-index: 1;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.module-method__payment .info-product .ct-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.module-method__payment .gift-cart-discount {
  gap: 0.625rem;
}
.module-method__payment .gift-cart-discount .btn-apply {
  background: #c8c8c8;
  color: #fff;
  min-height: 2.8125rem;
  text-transform: inherit;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 5px;
}
.module-method__payment .gift-cart-discount .btn-apply:hover, .module-method__payment .gift-cart-discount .btn-apply:focus {
  background: #a5a0a0;
}
.module-method__payment .gift-cart-discount .form-control {
  min-height: 2.8125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
}
.module-method__payment .gift-cart-discount .form-control:focus {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

@media (min-width: 992px) {
  .slide-product__detail .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .slide-product__detail .swiper-wrapper .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .form-filter__product .filter-content__detail{
    max-height: 400px;
    overflow-y: auto;
  }
  .form-filter__product .filter-content__detail::-webkit-scrollbar-track {
    background-color: #fff;
  }
  
  .form-filter__product .filter-content__detail::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5;
  }
  
  .form-filter__product .filter-content__detail::-webkit-scrollbar-thumb {
    background-color: #ebebeb;
  }
  .slide-product__detail .swiper-slide{
    height: auto;
  }
  .slide-product__detail .image {
    height: 100%;
  }
  .slide-product__detail .image img{
    height: 100%;
  }
}
@media (max-width: 991px) {
  .form-filter__product {
    position: fixed;
    top: 0;
    left: -100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    max-width: 21.875rem;
    height: 100%;
    overflow-y: auto;
    z-index: 100;
    background: #fff;
    padding: 0.9375rem;
  }
  .form-filter__product.show {
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .slide-product__detail .image {
    position: relative;
    padding-top: 100%;
  }
  .slide-product__detail .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    z-index: inherit;
  }

  .pagination-product__detail {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    left: unset !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .title-desc__prd {
    font-size: 1.25rem;
  }

  .item-new__category:not(:first-child) .ct-text {
    padding-left: 1.25rem;
  }
}
@media (max-width: 767px) {
  .section-cart .item-cart .ct-text .cart-content {
    display: block !important;
  }
  .section-cart .item-cart .ct-text .cart-content .item {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .section-cart .item-cart .ct-text .cart-content .module-price {
    margin-top: 0.625rem;
  }
  .section-cart .item-cart .ct-text .form-action {
    margin-top: 0.625rem;
    width: 100%;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .section-cart .item-cart .btn-border__gray {
    margin-left: 0;
    margin-right: auto;
  }

  .gift-message__block .img {
    max-width: 5rem;
  }

  .module-method__payment {
    padding: 0.9375rem;
  }
}
@media (max-width: 575px) {
  .form-filter__product {
    max-width: 80%;
  }

  .module-method__payment .item-method-payment {
    display: block !important;
  }
  .module-method__payment .item-method-payment .price {
    margin-top: 0.3125rem;
  }
}