/* Detail Page */
@media (min-width: 992px) {
    .mb-63 {
        margin-bottom: 63px;
    }
    .product__price h4, 
    .product__title h4,
    .product-detail--price {
      font-size: 32px;
      line-height: 40px;
    }
    .product__info-address {
        margin-bottom: 56px;
    }
}
.product__image .slick-slide img {
    max-width: 400px;
    width: 100%; }
  
  .product__image .slick-list {
    padding: 0 !important; }
  
  .product__image .slide-image.slick-slider {
    margin: 0;
    margin-bottom: 10px; }
  
  .product__image .slick-dots li {
    width: 10px;
    height: 10px; }
  
  .product__image .slick-dots li button:before {
    font-size: 9px; }
  
  .product__image .slick-dots li.slick-active button:before {
    color: #d5ad20; }
  
  .product__image .slide-thumb .slick-track {
    /* display: -ms-flexbox; */
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  
  .product__image .slide-thumb__item {
    margin:10px;
    border: 0.5px solid #ddd;
    overflow: hidden;
  }
  
  .product__title h4, .product__price h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; }

    .product__title h1{
      font-size: 16px;
      font-weight: 600;
      line-height: 24px; 
      text-transform: capitalize;
    }
  
  .product__reaction {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 14px;
    font-weight: bold; }
    .product__reaction .fas {
      color: #d5ad20;
    }
    .product__reaction--line {
      margin-left: 12px;
      margin-right: 12px;
      width: 1px;
      height: 24px;
      background-color: #000000; }
  
  .product__price {
    margin-bottom: 27px; 
    font-size: 20px;
    font-weight: bold;
  }
  
  .product__action--icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); }
  
  .product__add .form-select {
    width: 64px;
    font-size: 14px;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid; }
  
  .product__add .btn-outline-primary {
    height: 48px;
    border: 2px solid;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 40px;
    border-radius: 20px; }
  
  .product__pick {
    margin-bottom: 32px; }
    .product__pick .value {
      font-size: 14px;
      margin-bottom: 16px; }
    .product__pick--item {
      border-radius: 8px;
      border: 1px solid #b8b8b8;
      margin-right: 8px; }
      .product__pick--item:nth-last-child(1) {
        margin-right: 0; }
  
  .product__info-address {
    padding: 16px 24px;
    border-radius: 8px;
    border: 1px solid #ececec;
    font-size: 14px;
    margin-bottom: 24px; }
    .product__info-address--location {
      margin-bottom: 8px;
      font-size: 16px; }
      .product__info-address--location a {
        text-decoration: none;
        color: #d5ad20;
        font-weight: 500; }
    .product__info-address .date-send {
      color: #138a11; }
  
  .product__description {
    font-size: 16px;
    line-height: 24px; }
  
  .product__rating .rate__value {
    font-weight: 600;
    font-size: 20px; }
    .product__rating .rate__value--number {
      font-size: 32px;
      line-height: 40px;
      margin-right: 8px; }
    .product__rating .rate__value span {
      color: #888888; }
  
  .product__rating .rate__display {
    line-height: 20px; }
    .product__rating .rate__display--star {
      color: #ececec; }
      .product__rating .rate__display--star .fas.active {
        color: #d5ad20; }
    .product__rating .rate__display--line {
      position: relative;
      width: 192px;
      height: 8px;
      border-radius: 20px;
      background-color: #ececec; }
      .product__rating .rate__display--line:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 160px;
        background-color: #d5ad20;
        height: 100%;
        border-radius: 20px; }
    .product__rating .rate__display--value {
      font-size: 14px;
      font-weight: bold; }
  
  .product__rating .btn-outline-primary {
    border: 2px solid;
    font-size: 14px;
    padding: 8px 24px;
    font-weight: bold;
    border-radius: 20px; }
  
  .product__comment {
    margin-top: 32px;
    border-bottom: 1px solid #ececec; }
    .product__comment--avatar {
      margin-right: 9px;
      width: 40px;
      height: 40px;
      object-fit: cover;
      max-width: 100%; }
    .product__comment--content .info-comment {
      color: #888888;
      font-size: 12px; }
      .product__comment--content .info-comment__title {
        font-size: 14px;
        line-height: 20px;
        /* font-weight: bold; */
        color: #222428; }
        .product__comment--content .display-rate {
          line-height: 20px;
          font-size: 14px;
          color: #888888;
          text-align: left; 
          padding-bottom: 10px;
        }
      .product__comment--content .display-rate .fas.active {
        /* font-size: 16px; */
        color: #d5ad20; }
    .product__comment--content .report-content {
      font-size: 18px;
      font-weight: bold;
      line-height: 24px;
      margin-bottom: 10px; }
    .product__comment--content .description {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 16px; }
    .product__comment--content .reaction {
      padding-bottom: 16px; }
      .product__comment--content .reaction__like {
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        margin-right: 14px; }
      .product__comment--content .reaction__dislike {
        font-size: 14px;
        line-height: 20px;
        font-weight: bold; }
  
  .product .btn-primary {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 40px;
    border-radius: 20px;
    margin-bottom: 38px; }
  
  .product .styled-checkbox {
    position: absolute;
    opacity: 0; }
    .product .styled-checkbox + label {
      position: relative;
      cursor: pointer;
      padding-left: 13px;
    }
    .product .styled-checkbox + label:before {
      content: "";
      margin-left: 5px;
      margin-right: 5px;
      display: inline-block;
      vertical-align: text-top;
      width: 5px;
      border-radius: 50%;
      height: 5px;
      background: #fff;
      float: right;
      margin-top: 4px;
      /* border: 2px solid #888888;  */
    }
    .product .styled-checkbox:hover + label:before {
      background: #d5ad20; }
    .product .styled-checkbox:focus + label:before {
      box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
    .product .styled-checkbox:checked + label:before {
      background: #d5ad20;
      border-color: transparent; }
    .product .styled-checkbox:disabled + label {
      color: #b8b8b8;
      cursor: auto; }
    .product .styled-checkbox:disabled + label:before {
      box-shadow: none;
      background: #ddd; }
    .product .styled-checkbox:checked + label:after {
      content: "";
      position: absolute;
      right: 25px;
      top: 19px;
      background: #fff;
      width: 2px;
      height: 2px;
      box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  
  .product .unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  
  .product .comment-user {
    margin-top: 24px;
    margin-bottom: 24px; }
  
  .product .pagination {
    margin-top: 32px; }
    .product .pagination .page-item .page-link {
      padding: 5px 11px;
      color: #222428;
      line-height: 20px;
      font-weight: bold; }
    .product .pagination .page-item:first-child .page-link {
      border-top-left-radius: 16px;
      border-bottom-left-radius: 16px; }
    .product .pagination .page-item:last-child .page-link {
      border-top-right-radius: 16px;
      border-bottom-right-radius: 16px; }
    .product .pagination .page-item.disabled .page-link {
      color: #ececec; }
    .product .pagination .page-item.active .page-link {
      z-index: 3;
      color: #fff;
      background-color: #222428;
      border-color: #222428; }
  
  .product .product-view .slick-slider {
    margin: 0 -16px 0 0; }
  
  .product .product-view .slick-slide {
    margin-right: 16px;
    margin-left: 0; }
  
  .product .flash-sale__direc-left {
    border-radius: 20px; }
  
  .product .flash-sale__direc-right {
    right: 0;
    border-radius: 20px; }
  
  .product .product-view__content {
    margin-bottom: 0; }
  
  .product .product-view {
    margin-bottom: 48px; }
  
  .product .banner {
    margin-bottom: 80px; }
  
  .product .btn-fix-scrolling {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ececec;
    padding: 16px 8px; }
    .product .btn-fix-scrolling .btn {
      font-size: 16px;
      line-height: 24px;
      padding: 8px 24px;
      border-radius: 20px;
      font-weight: 600;
      -ms-flex-pack: center;
          justify-content: center;
      width: 100%; }
      .product .btn-fix-scrolling .btn.btn-outline-primary {
        border: 2px solid;
        margin-right: 4px; }
      .product .btn-fix-scrolling .btn.btn-primary {
        margin-bottom: 0;
        margin-left: 4px; }
  
  .product-view__content--label p {
    background: #d5ad20; }
  
  .product-view__content--price {
    margin-bottom: 10; }
  
  .mb-63 {
    margin-bottom: 40px; }
  
  .flash-sale__direc-left.slick-disabled:after,
  .flash-sale__direc-right.slick-disabled:after {
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6); }
  
  .slide__direc--button.slick-disabled {
    border: 1px solid rgba(213, 173, 32, 0.6); }
            @media (min-width: 992px) {
                .mb-63 {
                  margin-bottom: 63px; }
                .product .comment-user {
                  margin-top: 45px;
                  margin-bottom: 80px; }
                .product__title h4, .product__price h4 {
                  font-size: 16px;
                  /* line-height: 40px;  */
                }
                .product__image .slide-image .slick-dots {
                  display: none !important; }
                .product__info-address {
                  margin-bottom: 56px; }
                .product__rating .rate__value {
                  font-size: 20px; }
                  .product__rating .rate__value--number {
                    font-size: 40px;
                    line-height: 44px; }
                .product__rating .rate__display--line {
                  width: 204px; }
                .product__comment {
                  border-bottom: 1px solid #ececec; }
                  .product__comment--avatar {
                    margin-right: 32px;
                    width: 64px;
                    height: 64px; }
                  .product__comment--content .info-comment {
                    font-size: 14px; }
                    .product__comment--content .info-comment__title {
                      font-size: 20px;
                      line-height: 28px; }
                  .product__comment--content .display-rate .fas {
                    font-size: 15px; }
                  .product__comment--content .reaction {
                    padding-bottom: 32px; } }
              
              @media (max-width: 767.77px) {
                .product .product-view .slick-list {
                  padding: 0 20% 0 0; }
                .product__image .slide-image .slick-slider {
                  margin: 0 -16px 0 0; }
                .product__image .slide-image .slick-slide {
                  margin-right: 16px;
                  margin-left: 0; }
                /* .product__image .slide-image .slick-list {
                  padding: 0 8% 0 0 !important; } */
                .product__pick {
                  margin-top: 16px; }
                .product__rating {
                  padding-bottom: 16px; }
                .product__comment--content .report-content,
                .product__comment--content .description {
                  margin-left: -50px; }
                .product .pagination {
                  -ms-flex-pack: center;
                      justify-content: center;
                  margin-top: 24px;
                  margin-bottom: 24px; }
                  .product .pagination .page-item .page-link {
                    color: #d5ad20; }
                  .product .pagination .page-item.active .page-link {
                    background-color: #d5ad20;
                    border-color: #d5ad20; }
                .product .btn-outline-primary.mobile {
                  border: 2px solid;
                  font-size: 14px;
                  padding: 8px 24px;
                  font-weight: 700;
                  border-radius: 20px;
                  width: 95%;
                  margin-bottom: 64px; } }
              
              .product-filter {
                padding: 0;
                /* background-color: #ffffff;
                border-radius: 8px;
                box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);  */
              }
              
              .filter-group .filter-title {
                font-size: 16px;
                font-weight: 600;
                margin-bottom: 10px;
              }
              
              .filter-group .form-select {
                font-size: 16px;
                color: #000000;
                padding: 8px 16px;
                line-height: 24px;
                border: 1px solid #b8b8b8;
                border-radius: 8px; }
              
              .filter-group .styled-checkbox {
                position: absolute;
                opacity: 0; }
                .filter-group .styled-checkbox + label {
                  position: relative;
                  cursor: pointer; }
                .filter-group .styled-checkbox + label:before {
                  content: "";
                  display: inline-block;
                  vertical-align: text-top;
                  width: 24px;
                  border-radius: 3px;
                  height: 24px;
                  background: #000000;
                  float: right; }
                .filter-group .styled-checkbox:hover + label:before {
                  background: rgba(255, 255, 255, 0.9);
                  border: 1px solid #000000; }
                .filter-group .styled-checkbox:focus + label:before {
                  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
                .filter-group .styled-checkbox:checked + label:before {
                  background: #000000;
                  border-color: #000000; }
                .filter-group .styled-checkbox:disabled + label {
                  color: #b8b8b8;
                  cursor: auto; }
                .filter-group .styled-checkbox:disabled + label:before {
                  box-shadow: none;
                  background: #ddd; }
                .filter-group .styled-checkbox:checked + label:after {
                  content: "";
                  position: absolute;
                  right: 15px;
                  top: 13px;
                  background: #fff;
                  width: 2px;
                  height: 2px;
                  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
                  -ms-transform: rotate(45deg);
                      transform: rotate(45deg); }
              
              .filter-group .rating-dis {
                margin-bottom: 12px; }
              
              .filter-group .rate__display--star {
                color: #ececec;
                font-size: 20px; 
              }
                .filter-group .rate__display--star .fas.active {
                  color: #d5ad20; }
              
              .filter-group .rate__display--value {
                font-size: 14px; }
              
              .filter-group .range-slide {
                position: relative;
                height: 4px;
                width: 240px; }
                .filter-group .range-slide .slide-range-dis {
                  position: absolute;
                  top: 0;
                  height: 8px;
                  border-radius: 20px;
                  background: #ececec;
                  left: 9px;
                  right: 9px; }
                  .filter-group .range-slide .slide-range-dis .line {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    height: 8px;
                    background-color: #fcde4e;
                    border-radius: 20px; }
                  .filter-group .range-slide .slide-range-dis .thumb {
                    position: absolute;
                    z-index: 2;
                    text-align: left;
                    background-color: #d5ad20;
                    border-radius: 50%;
                    outline: none;
                    top: -7px;
                    height: 21px;
                    width: 21px;
                    margin-left: -9px; }
                .filter-group .range-slide input {
                  -webkit-appearance: none;
                  appearance: none;
                  position: absolute;
                  pointer-events: none;
                  z-index: 3;
                  height: 3px;
                  top: 0;
                  width: 100%;
                  opacity: 0;
                  margin: 0; }
                .filter-group .range-slide input::-webkit-slider-thumb {
                  -webkit-appearance: none;
                  appearance: none;
                  pointer-events: all;
                  border-radius: 50%;
                  cursor: pointer;
                  width: 18px;
                  height: 18px; }
              
              .filter-group .display-value {
                margin-bottom: 14px; }
                .filter-group .display-value span {
                  font-weight: bold; }
              
              .filter-group .partner-asgin {
                list-style: none;
                padding-left: 0; }
                .filter-group .partner-asgin li {
                  margin-bottom: 16px; }
                  .filter-group .partner-asgin li a {
                    line-height: 20px;
                    font-size: 14px;
                    text-decoration: none;
                    color: #000000; }
              
              .br-30 {
                border-radius: 20px; }
              
              .product-view-list .flash-sale__direc-left {
                left: 16px; }
              
              .product-view-list .flash-sale__direc-right {
                right: 16px; }
              
              .product-view-list__banner {
                margin-bottom: 93px; }
              
              .product-view-list__filter-mobile {
                background-color: #ffffff;
                margin-left: -15px;
                margin-right: -15px;
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08); }
                .product-view-list__filter-mobile a {
                  text-decoration: none;
                  color: #888888; }
                  .product-view-list__filter-mobile a span {
                    color: #000; }
              
              .slide__direc--button.slick-disabled {
                background: transparent; }
              
              @media (max-width: 767.77px) {
                .product-view-list {
                  margin-top: -16px; }
                  .product-view-list .position-relative.mb-lg-3 {
                    margin-left: -15px;
                    margin-right: -15px; }
                  .product-view-list__slide--item img {
                    height: 25vh;
                    object-fit: cover; }
                  .product-view-list__banner {
                    margin-bottom: 48px; }
                    .product-view-list__banner img {
                      height: 160px;
                      object-fit: cover; } }
              
              .shop-cart .title {
                font-size: 24px;
                line-height: 28px;
                margin-bottom: 16px; }
              
              .shop-cart__login {
                font-size: 16px;
                line-height: 24px; }
                .shop-cart__login--title {
                  margin-bottom: 16px;
                  font-weight: 600; }
                .shop-cart__login .btn-primary {
                  padding: 8px 36px;
                  font-size: 16px;
                  font-weight: 600; }
              
              .shop-cart .value {
                margin-bottom: 40px; }
              
              .shop-cart__content {
                border: 1px solid #ececec;
                padding: 24px; }
                .shop-cart__content--item {
                  padding-bottom: 24px;
                  margin-bottom: 24px;
                  border-bottom: 1px solid #ececec;
                  display: -ms-flexbox;
                  display: flex; }
                  .shop-cart__content--item .image-product-cart {
                    border: 1px solid #ececec;
                    width: 60px;
                    height: 60px;
                    object-fit: cover; 
                  }
                  .shop-cart__content--item .cart-info {
                    -ms-flex-positive: 1;
                        flex-grow: 1;
                    font-size: 16px;
                    line-height: 24px; }
                    .shop-cart__content--item .cart-info .fas {
                      font-size: 20px; }
                      .shop-cart__content--item .cart-info .fas.active {
                        color: #d5ad20; }
                    .shop-cart__content--item .cart-info__title {
                      font-weight: 600;
                      margin-bottom: 0; }
                    .shop-cart__content--item .cart-info__description {
                      font-size: 14px;
                      line-height: 20px; }
                    .shop-cart__content--item .cart-info__price {
                      color: #d5ad20;
                      text-align: right;
                      font-size: 14px; }
                      .shop-cart__content--item .cart-info__price1 {
                        color: #00bfa5;
                        text-align: right;
                        text-decoration: line-through;
                        font-size: 14px;
                      }
                    .shop-cart__content--item .cart-info .form-select {
                      width: 64px;
                      font-size: 14px;
                      color: #888888; }
                    .shop-cart__content--item .cart-info__button a {
                      color: #000000;
                      font-size: 14px;
                      line-height: 20px;
                      font-weight: 600;
                      text-decoration: none; }
                  .shop-cart__content--item:nth-last-child(1) {
                    padding-bottom: 0;
                    border-bottom: none;
                    margin-bottom: 0; }
                .shop-cart__content--line {
                  background-color: #a7a7a7;
                  margin: 24px 0; }
                  .shop-cart__content--line.minus {
                    margin: 24px -24px; }
                .shop-cart__content .payroll {
                  font-size: 14px;
                  line-height: 20px;
                  margin-bottom: 18px; 
                  font-weight: 600;
                }
                  .shop-cart__content .payroll__title {
                    font-weight: 600; }
                  .shop-cart__content .payroll__voucher {
                    color: #000000;
                    text-decoration: none; }
                .shop-cart__content .input-voucher {
                  position: relative; }
                  .shop-cart__content .input-voucher__place {
                    border-radius: 8px;
                    height: 48px;
                    padding: 12px;
                    border: 1px solid #888888;
                    width: 100%; }
                  .shop-cart__content .input-voucher__button {
                    position: absolute;
                    right: 0;
                    height: 100%;
                    font-size: 16px;
                    font-weight: 600;
                    padding: 11px;
                    border-radius: 0 8px 8px 0; }
                .shop-cart__content .cart-total {
                  line-height: 20px;
                  font-size: 14px; }
                  .shop-cart__content .cart-total__price {
                    font-size: 14px;
                    font-weight: 500;
                  }
                    .shop-cart__content .cart-total__price--final {
                      color: #d5ad20;
                      font-size: 14px;
                      font-weight: 600; 
                    }
                  .shop-cart__content .cart-total .btn-primary {
                    width: 100%;
                    height: 40px;
                    font-size: 14px;
                    /* padding: 12px 24px;  */
                  }
              
              .shop-cart .flash-sale__direc-left,
              .shop-cart .flash-sale__direc-right {
                border-radius: 50%; }
              
              @media (min-width: 768px) {
                .shop-cart .title {
                  font-size: 40px;
                  line-height: 44px;
                  margin-bottom: 24px; } }
              
              @media (max-width: 767.77px) {
                .shop-cart__content {
                  border: none;
                  padding: 0; }
                  .shop-cart__content--item {
                    padding-bottom: 0;
                    margin-bottom: 16px;
                    border-bottom: none;
                    display: -ms-flexbox;
                    display: flex; }
                    .shop-cart__content--item .image-product-cart {
                      width: 60px;
                      height: 60px;
                      object-fit: cover;
                      /* margin-left: -10px;  */
                    }
                    .shop-cart__content--item .cart-info {
                      font-size: 12px;
                      line-height: 16px; }
                      .shop-cart__content--item .cart-info__title {
                        font-weight: 600;
                        margin-bottom: 0;
                        font-size: 12px;
                        line-height: 16px; }
                      .shop-cart__content--item .cart-info__description {
                        font-size: 12px;
                        line-height: 16px; }
                .shop-cart .product-view .position-relative.overflow-hidden {
                  padding: 0 15px; } }
              
              .manage-store {
                margin-top: 200px; }
                .manage-store__menu {
                  list-style: none;
                  padding-left: 0; 
                  /* background: lemonchiffon; */
                }
                  .manage-store__menu--item {
                    font-size: 14px;
                    font-weight: 20px;
                    margin-bottom: 16px; }
                    .manage-store__menu--item a {
                      font-size: 14px;
                      font-weight: 20px;
                      text-decoration: none;
                      color: #000000; }
                .manage-store__infomation {
                  border: 1px solid #ececec;
                  /* border-radius: 8px;  */
                }
                  .manage-store__infomation--title {
                    padding: 16px 24px;
                    border-bottom: 1px solid #ececec;
                    font-size: 20px;
                    line-height: 24px;
                    font-weight: 600; }
                  .manage-store__infomation--content {
                    padding: 0 24px; }
                    .manage-store__infomation--content .table {
                      font-size: 14px;
                      /* line-height: 5px;  */
                      line-height: normal;
                    }
                      .manage-store__infomation--content .table__title {
                        font-weight: 600; }
                      .manage-store__infomation--content .table a {
                        font-size: 14px;
                        line-height: 20px;
                        color: #d5ad20;
                        font-weight: 600;
                        text-decoration: none; }
                      .manage-store__infomation--content .table tbody tr:nth-last-child(1) th,
                      .manage-store__infomation--content .table tbody tr:nth-last-child(1) td {
                        border-bottom: none; }
                    .manage-store__infomation--content .table > :not(caption) > * > * {
                      padding: 24px 5px; }
              
              @media (min-width: 576px) {
                .modal-dialog {
                  max-width: 416px; } }
              
              @media (min-width: 768px) {
                .slide {
                  margin-bottom: 30px;
                  margin-top: 151px; }
                  .slide .slick-dots li button:before {
                    font-size: 16px; }
                  .slide .slick-slide img {
                    height: auto;
                    object-fit: inherit; }
                .product-list {
                  padding-top: 50px;
                  margin-bottom: 32px; }
                  .product-list .title {
                    margin-bottom: 40px; }
                .title {
                  font-size: 32px; }
                .flash-sale .title {
                  margin-bottom: 0; }
                .flash-sale .title-inline {
                  -ms-flex-direction: row;
                      flex-direction: row; }
                .flash-sale__content label {
                  font-size: 12px; }
                .flash-sale__content .time {
                  font-size: 20px; }
                .header .logo {
                  height: auto; }
                .view-all {
                  font-size: 16px; } }
              
              @media (min-width: 768px) and (max-width: 991px) {
                .slide {
                  margin-top: 128px; } }
              
              @media (min-width: 992px) {
                .header .navbar .container {
                  -ms-flex-wrap: nowrap;
                      flex-wrap: nowrap; }
                .product-list {
                  margin-bottom: 40px; }
                .title {
                  font-size: 40px; }
                .bot-footer__content {
                  -ms-flex-direction: row;
                      flex-direction: row; } }
              
              @media (min-width: 992px) and (max-width: 1199px) {
                .header .navbar {
                  font-size: 14px; }
                  .header .navbar .navbar-nav .nav-item .nav-link {
                    padding: 5px 10px; }
                  .header .navbar .navbar-nav .nav-item .line-space {
                    margin: 0 10px; } }
              
              @media (min-width: 1200px) {
                .col-lgx-25 {
                  -ms-flex: 0 0 auto;
                      flex: 0 0 auto;
                  width: 20%; }
                .col-xlg-7 {
                  -ms-flex: 0 0 auto;
                      flex: 0 0 auto;
                  width: 14.2857143%; }
                .header .navbar .form-search {
                  left: 75px;
                  width: 50%; }
                .header .navbar .navbar-nav {
                  margin-top: 0px; }
                  .header .navbar .navbar-nav .nav-item .nav-link {
                    padding: 5px 14px; }
                  .header .navbar .navbar-nav .nav-item .line-space {
                    margin: 0 14px; }
                .product-list {
                  margin-bottom: 80px; } }
              
              @media (max-width: 480px) {
                .flash-sale__content--item {
                  text-align: center; }
                .product-view__content--image {
                  margin: auto; } }
              
              @media (max-width: 991px) {
                .header .collapse:not(.show) {
                  display: contents; }
                .header .collapse ul.navbar-nav {
                  display: inherit;
                  margin: 0; }
                  .header .collapse ul.navbar-nav li:nth-last-child(1) {
                    margin-left: 22px; }
                .header .navbar {
                  padding: 10px 0; }
                  .header .navbar .navbar-toggler {
                    margin-right: 16px;
                    padding: 0;
                    border-color: transparent; }
                    .header .navbar .navbar-toggler .line {
                      float: left;
                      padding: 4px;
                      position: relative;
                      z-index: 12; }
                      .header .navbar .navbar-toggler .line i {
                        display: block;
                        margin: 2px 0;
                        height: 2px;
                        background: #000000;
                        border-radius: 4px;
                        width: 15px; }
                    .header .navbar .navbar-toggler:focus {
                      box-shadow: 0 0 5px 0.01rem; }
                  /* .header .navbar .navbar-nav .nav-item.shop-cart .dropdown-menu {
                    display: block; } */
                .header .navbar-bottom .mainmenu .item_small.active {
                  border-radius: 0;
                  padding: 8px 16px 16px 16px;
                  border-top: 1px solid #585858;
                  max-height: calc(100vh - 100px);
                  overflow: auto; }
                  .header .navbar-bottom .mainmenu .item_small.active .row {
                    --bs-gutter-x: 0.4rem; }
                  .header .navbar-bottom .mainmenu .item_small.active .item_small__content {
                    border-radius: 3px;
                    margin-bottom: 8px; }
                    .header .navbar-bottom .mainmenu .item_small.active .item_small__content .item_small__content--item .title-cate {
                      font-size: 16px;
                      margin-bottom: 0; }
                    .header .navbar-bottom .mainmenu .item_small.active .item_small__content .item_small__content--item .image-cate {
                      border-radius: 3px; }
                    .header .navbar-bottom .mainmenu .item_small.active .item_small__content .item_small__content--item:before {
                      border-radius: 3px; }
                .title img {
                  width: auto; }
                .product-list {
                  background-image: none; }
                .banner img {
                  height: 160px;
                  width: 100%;
                  object-fit: cover; }
                .mb-80,
                .flash-sale {
                  margin-bottom: 24px; }
                .product-view__content {
                  margin-bottom: 24px; }
                .mb-48 {
                  margin-bottom: 16px; } }
.slide-image__item img {
    max-width: 100%;
}
.btn-buy-now {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 40px;
    border-radius: 20px;
    margin-bottom: 38px;
}
.product__image {
  height: 400px;
  width: 400px;
}
.product__image .slide-thumb img {
    height: 130px;
    width: auto;
}
.product__image .slide-image img {
    height: 500px;
    object-fit: cover;
}
.product__action--icon a {
    color: #212529;
}
.product__action--icon a:hover {
    color: #d5ad20;
}
.network-share ul, ol {
    list-style: none;
}
.network-share ul li {
    display: inline;
    margin-right: 5px;
}
.section-banner img {
    height: 135px;
    object-fit: cover;
}

.title-page {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px; }

.favorite__empty {
  font-size: 16px;
  line-height: 24px; }
  .favorite__empty--title {
    font-size: 20px;
    line-height: 28px; }
    @media (max-width: 767.77px) {
      .modal.modal-dropdown .modal-content .modal-header .modal-title {
        margin: auto; } }
@media (min-width: 768px) {
  .title-page {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 24px; } }
    .shop-cart__content--item .cart-info .fas {
      font-size: 20px;
  }

  .header .navbar .navbar-nav .nav-item.shop-cart.favorite .btn.add-payment {
    font-size: 14px;
    font-weight: 600;
    border: 2px solid;
    padding: 4px 18px;
    width: auto;
    line-height: 20px;
    margin-top: 6px;
    height: auto; }
    .header .navbar .navbar-nav .nav-item.shop-cart .dropdown-menu {
      box-shadow: 0px 4px 24px 0px rgba(9, 44, 76, 0.4);
      padding: 16px;
      border-radius: 16px;
      min-width: 22rem;
      right: 0;
      left: auto;
      border: none;
      -ms-transform: inherit;
          transform: inherit; }
      .header .navbar .navbar-nav .nav-item.shop-cart .dropdown-menu .shop-cart__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        color: #222428; }
      .header .navbar .navbar-nav .nav-item.shop-cart .dropdown-menu .shop-cart__description {
        font-size: 14px;
        line-height: 20px;
        color: #222428;
        margin-bottom: 20px; }
      .header .navbar .navbar-nav .nav-item.shop-cart .dropdown-menu .shop-cart__view-more {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #d5ad20;
        text-decoration: none; }
      .header .navbar .navbar-nav .nav-item.shop-cart .dropdown-menu .btn-not-login {
        padding-top: 20px; }
      .header .navbar .navbar-nav .nav-item.shop-cart .dropdown-menu .btn {
        border-radius: 20px;
        width: 100%;
        padding: 8px 16px;
        font-weight: 600;
        font-size: 14px; }
        .header .navbar .navbar-nav .nav-item.shop-cart .dropdown-menu .btn.btn-outline-primary {
          border: 2px solid; }

          .modal.modal-dropdown .modal-dialog {
            min-width: 100%;
            margin: 0;
            position: fixed;
            top: auto;
            right: auto;
            left: auto;
            bottom: 0; }
          
          .modal.modal-dropdown .modal-content {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0; }
            .modal.modal-dropdown .modal-content .modal-header {
              border-bottom: 1px solid #fff; }
              /* .modal.modal-dropdown .modal-content .modal-header .modal-title {
                margin: inherit; } */
            .modal.modal-dropdown .modal-content .basket__item--info .description {
              margin-bottom: 10px; }
            .modal.modal-dropdown .modal-content .basket__item--info .btn {
              width: auto;
              font-size: 14px;
              font-weight: bold;
              padding: 2px 18px;
              height: 28px; display: block;}
          
          .modal .modal-content {
            border-radius: 16px; }
            .modal .modal-content .modal-header {
              border-bottom: 1px solid #ececec; }
              .modal .modal-content .modal-header .modal-title {
                margin: auto;
                font-size: 18px; }
              .modal .modal-content .modal-header button.close {
                position: absolute;
                right: 16px;
                width: 24px;
                height: 24px;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                    align-items: center;
                border: none;
                background: transparent; }
                .modal .modal-content .modal-header button.close span {
                  font-size: 24px; }
            .modal .modal-content .modal-body .notice {
              font-size: 14px;
              margin-bottom: 1rem; }
            .modal .modal-content .modal-body .form-group input.form-control {
              height: 48px;
              padding: 14px;
              border-radius: 8px;
              font-size: 14px;
              color: #000000;
              border: 1px solid #c4c4c4; }
            .modal .modal-content .modal-body .form-group input:focus {
              border-color: #000000; }
            .modal .modal-content .modal-body .form-group input:focus + .label-title {
              top: 20%;
              font-size: 12px; }
            .modal .modal-content .modal-body .form-group .forgot-pass {
              font-size: 14px;
              color: #000;
              text-decoration: none;
              position: absolute;
              top: 50%;
              right: 0;
              -ms-transform: translate(0%, -50%);
                  transform: translate(0%, -50%);
              padding: 0 14px; }
            .modal .modal-content .modal-body .form-select {
              height: 48px;
              padding: 12px;
              border-radius: 8px;
              font-size: 14px;
              color: #000000;
              border: 1px solid #c4c4c4; }
            .modal .modal-content .modal-body .date .form-select {
              width: 32%; }
            .modal .modal-content .modal-body .btn {
              width: 100%;
              border-radius: 20px;
              height: 40px; }
              .modal .modal-content .modal-body .btn.btn-primary {
                margin: 26px 0 8px; }
              .modal .modal-content .modal-body .btn.btn-outline-primary {
                border: 2px solid; }
            .modal .modal-content .modal-body .send-done {
              padding: 2px 8px;
              font-weight: bold;
              border-radius: 8px;
              font-size: 14px;
              color: #138a11;
              border: 2px solid #138a11; }
              .shop-cart__content--item .cart-info__description {
                font-size: 12px;
                line-height: 16px;
            }
            .open-backdrop {
              cursor: pointer;
              position: fixed;
              width: 100%;
              height: 100%;
              top: 0%;
              left: 0;
              z-index: 1;
              background-color: rgba(0, 0, 0, 0.3); }
            
            .basket__item--image {
              width: 72px;
              height: 72px;
              object-fit: cover;
              border: 1px solid #ececec; }
            
            .basket__item--info {
              font-size: 12px;
              line-height: 16px;
              width: 100%;
            }
              .basket__item--info .basket-title {
                font-weight: 600;
                font-size: 12px;
                line-height: 16px;
                min-width: 160px;
              }
              .basket__item--info .price {
                font-weight: 600;
                text-align: right;
              }
              .basket__item--info > div {
                margin-bottom: 6px; }
              .basket__item--info .btn {
                width: auto;
                font-size: 14px;
                font-weight: bold;
                padding: 4px 18px; }
            
            .total {
              margin-left: -16px;
              margin-right: -16px;
              padding: 16px 16px 0;
              border-top: 1px solid #ececec; }
              .total.favorite {
                border-top: none; }
              .total .total-title {
                font-size: 14px;
                font-weight: 600; }
                .total .total-title span {
                  font-weight: 400; }
              .total .total-price {
                font-size: 12px;
                font-weight: 600; }
              .total .btn-primary {
                font-size: 16px;
                font-weight: 600;
                padding: 8px 16px; }



                .manage-store__infomation--content .form-group {
                  position: relative; }
                  .manage-store__infomation--content .form-group label {
                    transition: 0.2s;
                    color: #888888;
                    font-size: 12px;
                    line-height: 16px;
                    position: absolute;
                    left: 16px;
                    top: 50%;
                    -ms-transform: translateY(-50%);
                        transform: translateY(-50%); }
                  .manage-store__infomation--content .form-group input {
                    border-radius: 8px;
                    height: 48px;
                    width: 100%;
                    color: #000000;
                    padding: 20px 14px 6px;
                    border: 1px solid #888888; }
                    .manage-store__infomation--content .form-group input.address {
                      padding: 14px; }
                    .manage-store__infomation--content .form-group input:focus {
                      border-radius: 8px; }
                    .manage-store__infomation--content .form-group input:focus + label {
                      top: 30%; }
                  .manage-store__infomation--content .form-group select {
                    font-size: 13px;
                    border-radius: 8px;
                    height: 48px;
                    width: 100%;
                    color: #888888;
                    padding-left: 14px;
                    border: 1px solid #888888; }
                  .manage-store__infomation--content .form-group .btn {
                    width: 96px;
                    font-weight: 600;
                    border-radius: 20px; }
                    .manage-store__infomation--content .form-group .btn.btn-outline-primary {
                      border: 2px solid; }
                  .manage-store__infomation--content .form-group.edit label {
                    top: 30%;
                    left: 0px !important;
                   }
                   .form-group.custom label {
                    top: 10px;
                    left: 10px !important;
                   }
                .manage-store__infomation--content .payment-content__show {
                  border-radius: 8px;
                  padding: 10px 16px;
                  background-color: #f6f6f6;
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-align: center;
                      align-items: center; }
                  .manage-store__infomation--content .payment-content__show .bg-sucess {
                    padding: 4px 13px;
                    font-size: 12px;
                    line-height: 16px; }
                  .manage-store__infomation--content .payment-content__show hr {
                    background: #b7b7b7;
                    padding: 24px 0; }
                .manage-store__infomation--content .payment-content__action {
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-positive: 1;
                      flex-grow: 1; }


.color-sucess {
  color: #138A11; }

.bg-sucess {
  background-color: #138A11;
  color: #fff; }

.color-primary {
  color: #d5ad20 !important; }
/* Custom Not change */
.cart-info__title a,
.favourite-product a {
  color: #212529;
  text-decoration: none;
}
.remove-wishlist {
  cursor: pointer;
  text-decoration: none;
}
.remove-useraddress {
  cursor: pointer;
  text-decoration: none;
}
.sugget-product img {
  height: 195px;
  object-fit: cover;
  width: 100%;
}
.section-sugget-product .flash-sale__direc-left,
.section-sugget-product .flash-sale__direc-right {
  border-radius: 50%; }
.favourite-image {
  margin-right: 20px !important;
}
.section-favourite-product img {
  width: 72px;
    height: 72px;
    max-width: 100%;
    object-fit: cover;
    border: 1px solid #ececec;
  margin-right: 30px !important;
}
.view-all-fauvorite a, 
.btn-payment a {
  color: #fff;
  text-decoration: none;
}
.cart-info__button a {
  cursor: pointer;
}

.number-cart {
  color: #fff;
  background: rgb(251, 55, 55);
  height: 20px;
  left: 27px;
  top: -7px;
  border-radius: 40px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  padding: 0px 7px;
}
.number-favourite {
  color: #fff;
  background: rgb(71, 125, 241);
  height: 20px;
  left: 27px;
  top: -7px;
  border-radius: 40px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  padding: 0px 7px;
}
@media (max-width: 767.77px) { 
  .number-cart,
  .number-favourite {
    left: 15px;
    top: 0px;
  }
  .product-view-list__slide--item img {
    height: 179px !important;
    object-fit: cover;
  }
  .content-text img,
  .product__description img {
    width: 100% !important;
  }
  .slide .slick-slide img.w-100 {
    height: 100% !important;
  }
}

.open-sub-menu li a,
.section-sub-category li a {
  margin-left: 35px;
}
.mb-lg-5 {
  margin-bottom: 3rem!important;
}

.recently-product-category .flash-sale__direc-left,
.recently-product-category .flash-sale__direc-right {
  border-radius: 20px 20px 20px 20px !important;
}
.product-view-list__slide--item img {
  height: 200px;
  object-fit: cover;
}
.banner-advertive-chobut img {
  height: 110px;
  object-fit: cover;
  border-radius: 10px;
}
a.recentyly-a-viewed {
  color: #fff;
  text-decoration: none;
}
a.manage-user.active-menu-user {
  font-weight: bold;
}
.empty-my-order, 
.address-form {
  margin: 20px 0px;
}
.name-title a {
  color: #000 !important;
}
.rate-product .rating-md {
  font-size: 1.5em !important;
}
.bg-sucess {
  background-color: #138A11;
  color: #fff;
}
.section-user-payment {
  margin: 30px 0;
}
a.section-cancel-btn {
  color: #d5ad20 !important;
  text-decoration: none;
}
a {
  color: #fff;
  text-decoration: none;
}
.modal-body .price {
  margin-left: 10px;
}
.dropdown-toggle::after {
  display: none !important;
}
.login.section-information-user {
  left: -10px;
}

.chobut-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
}
.chobut-popup-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
}
.chobut-popup-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  overflow: visible;
  max-height: 100%;
  max-width: 100%;
}
.chobut-popup-close-btn {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 2.5rem;
  height: 1.875rem;
  width: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #5a5a5a;
  top: -.325rem;
  right: -.625rem;
  border-radius: 1.25rem;
  border: 3px solid #fff;
}
.chobut-popup-close-btn .sen-but-svg-icon {
  font-size: .75rem;
  color: #fff;
}
.sen-but-svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  position: relative;
}
img.img-popup {
  border-radius: 15px;
  height: 27rem;
  object-fit: cover;
}
.chobut-no-scroll {
  overflow: hidden;
}
.label-information {
  font-weight: 700;
}

.navbar {
  min-height: 88px;
  margin-bottom: 0px !important;
}
.detail-product-cart {
  position: fixed;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background: #fff;
  filter: drop-shadow(0px -4px 24px rgba(0, 0, 0, 0.08));
  padding:15px;
}
.detail-product-cart button{width: 100%;}
.detail-product-cart .btn {
  border-radius: 20px;
  height: 40px;
}
.cart-total-mobile {
  margin-left: 17px;
  position: relative;
  top: 10px;
}
.total-money-mobile {
  color: #d5ad20;
  font-weight: 600;
  font-size: 16px;
  margin-right: 20px;
}
.btn-buy-now-mobile {
  position: relative;
  top: -10px;
}
.no-cart-detail-mobile {
  display: none;
}
.cart-detail-mobile {
  height:70px;
  display:  block;
}
.cur-rate {
  cursor: pointer;
}
.slide .slick-slide img.w-100 {
  /* height: 568px; */
  height: 100%;
  object-fit: cover;
}
.flash-sale__slide img.img-product {
  width: 96% !important;
}
.product-detail-suggest .product-view__content,
.main-favourite .product-view__content {
  margin-left: 10px;
  margin-right: 10px;
}
.section-sm-display {
  display: none;
}
@media (max-width: 992px) {
  .section-none {
    display: none !important;
  }
  .section-sm-display {
    display: block !important;
  }
  .sugget-product img {
    height: 95px !important;
  }
}

.basket .cart-item {
  max-height: 386px;
  overflow-y: auto;
  display: inline-block;
  overflow-x: hidden;
}
.main-cart {
  margin-top: 21px;
}
.payment-btn {
  text-align: center;
    border-radius: 8px;
}
.payment-method ul {
  /* background: #fcde4e42; */
  padding: 15px;
  /* border-radius: 10px;
  box-shadow: 0px 0px 1px 0px rgba(9, 44, 76, 0.4); */
}

.modal.rating .modal-content .modal-body .basket__item--image {
  width: 56px;
  height: 56px;
  margin-right: 16px; }

.modal.rating .modal-content .modal-body .basket__item--info .basket-title {
  font-size: 14px;
  font-weight: 600; }

.modal.rating .modal-content .modal-body .rate-us h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-top: 16px; }

.modal.rating .modal-content .modal-body .rate-us .fa-star {
  font-size: 28px;
  color: #ececec; }
  .modal.rating .modal-content .modal-body .rate-us .fa-star.active {
    color: #d5ad20; }

.modal.rating .modal-content .modal-body .form-rate-done {
  padding: 16px 48px 24px; }
  .modal.rating .modal-content .modal-body .form-rate-done .happy-face {
    width: 96px;
    height: 96px;
    object-fit: cover;
    margin-bottom: 32px; }
  .modal.rating .modal-content .modal-body .form-rate-done .rate-us h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px; }

    @media (max-width: 767.77px) {
      .modal.modal-dropdown .modal-content .modal-header .modal-title {
        margin: auto; }
      .modal.rating {
        padding-right: 0 !important; }
        .modal.rating .modal-dialog {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          min-height: calc(100% - 1rem); } }
    
    @media (min-width: 576px) {
      .modal.rating .modal-dialog {
        max-width: 544px; } }




.rating-stars ul {
  list-style-type:none;
  padding:0;      
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}
.rating-stars ul > li.star > i.fa {
  font-size:2.5em;
  color:#ccc;
}

.rating-stars ul > li.star.hover > i.fa {
  color:#d5ad20 !important;
}

.rating-stars ul > li.star.selected > i.fa {
  color:#d5ad20 !important;
}
.form-rate-done {
  display: none;
}
#vote-alert-error,
#cannot-vote-alert-error {
  display: none;
}
.product__pick {
  margin-bottom: 20px; }
  .product__pick .value {
    font-size: 14px;
    margin-bottom: 16px; }
  .product__pick--item {
    border-radius: 8px;
    border: 1px solid #b8b8b8;
    margin-right: 8px; }
    .product__pick--item:nth-last-child(1) {
      margin-right: 0; }

      .product .styled-checkbox {
        position: absolute;
        opacity: 0; }
        .product .styled-checkbox + label {
          position: relative;
          cursor: pointer;
          padding-left: 13px;

        font-size: 12px; }
        .product .styled-checkbox + label:before {
          content: "";
          margin-left: 5px;
          margin-right: 5px;
          display: inline-block;
          vertical-align: text-top;
          width: 10px;
          border-radius: 50%;
          height: 10px;
          background: #fff;
          float: right;
          margin-top: 4px;
          /* border: 2px solid #888888;  */
        }
        .product .styled-checkbox:hover + label:before {
          background: #d5ad20; }
        .product .styled-checkbox:focus + label:before {
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
        .product .styled-checkbox:checked + label:before {
          background: #d5ad20;
          border-color: transparent; }
        .product .styled-checkbox:disabled + label {
          color: #b8b8b8;
          cursor: auto; }
        .product .styled-checkbox:disabled + label:before {
          box-shadow: none;
          background: #ddd; }
        .product .styled-checkbox:checked + label:after {
          content: "";
          position: absolute;
          right: 25px;
          top: 19px;
          background: #fff;
          width: 2px;
          height: 2px;
          box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }

.color-selected {
  font-weight: bold;
}
.section-price-category {
  width: 100%;
  border: 1px solid #b8b8b8;
  padding: 8px 16px;
  border-radius: 8px;
}
.section-price-category-mobile {
  width: 100%;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
}
.partner-asgin {
  height: 496px;
  overflow-y: auto;
}
.big {
  height: auto;
}
.product__comment--content {
  width: 100%;
}
/*======Update Menu feed back=======*/
.header .navbar-bottom {
  background-color: #ffffff; }
  .header .navbar-bottom .mainmenu {
    color: #000; }
    .header .navbar-bottom .mainmenu .recently-label,
    a.recentyly-a-viewed .text-end {
      color: #000; }
    .header .navbar-bottom .mainmenu .recently-search a.recentyly-a-viewed {
      color: #464646; }

.navbar {
  min-height: 80px;
}

.header .navbar-bottom .mainmenu__button {
  padding: 0;
}

.main-wrapper .partner {
  padding: 35px 30px 15px;
}

.main-wrapper .news {
  padding-bottom: 15px !important;
  margin-bottom: 0 !important;
}

.flash-sale {
  margin-bottom: 40px;
}

.footer {
  padding: 30px 0;
}

.product__add {
  margin-bottom: 20px !important;
}

.product__pick {
  margin-bottom: 25px;
}

.mb-38 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 30px;
}

.product-view-list__banner {
  margin-bottom: 40px;
}

.box-border.shipping-services {
  margin: 5px 0 20px;
}

.shipping-services .customer-info {
  display: none;
  font-size: 14px;
    /* position: absolute;
    margin-left: 150px; */
}

.page-content.checkout-page h3 {
  font-size: 22px;
}

.shipping-services .customer-info p {
  margin-bottom: 0;
}

.shipping-services .box-border_title {
  color: #ee4d2d;
  font-size: 14px;
}

.shipping-services .customer-info.active {
  display: flex;
  align-items: center
}

.type-address {
  color: #138A11;
  font-size: 0.9em;
  font-weight: 600;
  margin: 0 10px;
}

.customer-info_name {
  font-weight: 600;
  margin-right: 10px;
}

.customer-info_change_address {
  color: #05a;
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: 500;
  cursor: pointer;
  font-size: 0.875em;
}

.shipping-services-item {
  display: none;
  padding-left: 10px;
  margin: 10px 0;
}

.shipping-services-item .service-name {
  font-weight: 600;
}

.shipping-services-item .service-fee.total-pay {
  margin-left: 20px;
  color: #ee4d2d;
}

.shipping-services-item .change-type {
  color: #05a;
  text-transform: uppercase;
  margin-left: 20px;
  font-weight: 500;
  cursor: pointer;
  font-size: 0.875em;
}

.change-shipping-service {
  color: #05a;
  text-transform: uppercase;
  margin-left: 20px;
  font-weight: 500;
  cursor: pointer;
  font-size: 0.875em;
}

.first-onload-data {
  display: flex;
}

.first-onload-data p {
  display: flex;
}

.shipping-services-item.active {
  display: inline-block;
}

.row-shipping {
  font-size: 0.95em;
}

.row-shipping_title {
  color: #00bfa5;
  margin: 20px 0;
  font-size: 14px;
}

.row-shipping_title.free-ship {
  color: #194bb7;
}

.row-shipping_store {
  margin: 0;
  font-size: 14px;
}

.name-service {
  margin-bottom: 0;
  font-weight: 600;
  padding: 10px 0;
  cursor: pointer;
}

.services-type-item_label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 5px;
  padding-left: 10px;
  flex-grow: 1;
  flex-wrap: wrap;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
.data-shipping-services {
  display: flex;
  justify-content: center;
  align-items: center;
}

.data-shipping-services .delivery-time {
  font-size: 0.9em;
  display: block;
  margin: 4px 0;
}

.data-shipping-services .delivery-time-expect {
  font-size: 0.9em;
  display: block;
  margin: 4px 0;
}
.services-type-item .type-name {
  margin-bottom: 0;
}

.services-type-item .total-fee {
  color: #ee4d2d;
}
.services-type-item .type-description {
  flex: 0 0 100%;
  padding-left: 23px;
  font-size: 0.9em;
  font-style: italic;
}

.services-type-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 10px;
  flex-wrap: wrap;
}

.services-type-item .services-child-types {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 80%;
}

.services-type-item .name-service {
  flex: 0 0 100%;
}

.services-type-item .services-child-types-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-scroll {
  overflow: hidden;
}
.loading-spinner-popup {
  display: flex;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  background-color: #dcdcdc61;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #EE4D2D;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

.payment-btn button:active {
  background-color: #bd9a07 !important;
  box-shadow: unset;
}

.payment-btn button:active:focus {
  box-shadow: 0 0 0 0.25rem #d5ad2045;
}

.payment-btn button:focus {
  box-shadow: unset;
}

.group-radio-address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}

.group-radio-address .custom-control-label {
  flex-grow: 1;
}

.group-radio-address .custom-control-label strong {
  flex: 0 0 100%;
}

.custom-control-label {
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
.detail-shipping-order {
  cursor: pointer;
}

.detail-content {
  transition: all 0.5s;
  font-size: 0.975em;
}

.detail-content .link_tracking a {
  color: #05a;
}
.detail-content th {
  padding: 5px 0;
}
.detail-content td {
  padding-left: 20px;
  font-size: 0.975em;

}

.none-shipping-service, .text-onload {
  display: inline-block;
  color: #ff424f;
  margin: 10px 0;
  font-size: 14px;
}

.product__info-address--pick {
  display: flex;
  margin-bottom: 8px;
}

.product__info-address--pick .title-pick {
  /* margin-right: 16px; */
  color: #636363;
  text-transform: capitalize;
  font-size: 14px;
  margin-left: 20px;
}

.product__info-address--pick .pick-content {
  position: relative;
}

.product__info-address--pick .pick-content__title {
  /* font-size: 15px; */
  /* font-weight: 600; */
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product__info-address--pick .pick-content__place--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffd800;
  background-color: #f5f5f5;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.625rem;
  width: 20rem;
}

.product__info-address_header {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-weight: bold;
  /* font-size: 14px; */
}
.product__info-address_header .border{border: 0.5px solid #ddd;}
.address-picker {
  position: absolute;
  margin-top: 1px;
  top: 100%;
  left: 0;
  display: none;
}

.address-picker.show {
  display: block;
}

.address-picker {
  width: 20rem;
  border: 1px solid rgba(0,0,0,.09);
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
  border-radius: .125rem;
  overflow: hidden;
}

.address-picker__search-bar {
  background-color: #fff;
  padding: .3125rem .625rem;
}

.address-picker__last-selected-address-level {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ee4d2d;
  background-color: #f5f5f5;
  display: none;
}

.address-picker__last-selected-address-level.show {
  display: flex;
}

.address-picker__last-selected-address-level span {
  margin-left: 5px;
}

.address-picker__current-level-list.district {
  display: none;
}

.address-picker__current-level-list, .address-picker__search-result {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 17.5rem;
  overflow-y: scroll;
}

.address-picker__last-selected-address-level .icon-arrow-left {
  font-size: .625rem;
  margin-right: .625rem;
}

svg:not(:root) {
  overflow: hidden;
}

.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  position: relative;
}

.address-picker__current-level-list-item, .address-picker__last-selected-address-level, .address-picker__search-result-item {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .625rem;
}

.address-picker__search-bar {
  background-color: #fff;
  padding: .3125rem .625rem;
}

.address-picker__search-bar input {
  outline: none;
  border: none;
  background-color: #f5f5f5;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0 .625rem;
  border-radius: 2px;
}

.shipping_infos_money {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #222;
}

.shipping_infos {
  position: relative;
}

.shipping_infos:hover .shipping_infos_money {
  color: #d5ad20;
}
.shipping_infos:hover .shipping_infos_detail {
  opacity: 1;
  display: block;
}
.shipping_infos_detail {
  border: .0625rem solid rgba(0,0,0,.09);
  max-width: 31.25rem;
  max-height: 25rem;
  overflow-y: auto;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
  padding: 10px;
  position: absolute;
  z-index: 400;
  opacity: 0;
  transition: opacity 0.5s;
  display: none;
  top: calc(100%);
  min-width: 220px;
}

.shipping_infos_detail h5 {
  font-size: 0.9em;
}

.shipping_infos_list p {
  margin-bottom: 5px;
  font-size: 0.9em;
  display: flex;
  justify-content: space-between;
  margin-left: 2px;
}

.shipping_infos_list p span {
  font-size: 0.987em;
  color: #d5ad20;
  margin-left: 10px;
}

.errors {
  background: #ffffff !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: unset !important;
}

.errors li {
  font-size: 14px;
  line-height: unset !important;
  color: #a94442;
}

.select-stores {
  border: 0;
  outline: none;
}

.manage-store__infomation--content .products .card {
  border: 0;
}

.manage-store__infomation--content .distributor {
  font-size: 14px;
  margin: 10px 0;
}

.manage-store__infomation--content .product-item_image {
  display: flex;
  flex: 0 0 80px;
  max-width: 80px;
}

.manage-store__infomation--content .product-item_info {
  display: flex;
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
}

.manage-store__infomation--content .product-item_image img {
  object-fit: cover;
  max-width: 80px;
}

.manage-store__infomation--content .transports p {
  font-size: 14px;
  margin: 10px 0;
}

.manage-store__infomation--content .transports .btn-cancel__order:hover {
  text-decoration: underline;
}

.product-item_info .card-body {
  padding: 0.5rem 1rem;
}

.product-item_info .card-body .card-text {
  margin-bottom: 5px;
  font-size: 14px;
}

.product-item_info .card-title {
  font-size: 14px;
  font-weight: bold;
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .news__content .title-cate, .news__content--description {
    height: auto;
  }
}

@media (min-width: 992px) {
  .header .navbar .container {
    max-height: 40px;
  }

  .product__title h4, .product__price h4 {
    font-size: 16px;
  }

  .product__rating .rate__value--number {
    font-size: 20px;
    line-height: 29px;
  }

  .product__price h4, .product__title h4, .product-detail--price {
    font-size: 16px;
  }

  .product__info-address {
    margin-bottom: 40px;
  }

  .product .comment-user {
    margin-bottom: 50px;
  }

  .title {
    font-size: 15px;
  }

  .modal-service-type .modal-dialog {
    max-width: 600px;
  }
  .modal-address-user .modal-dialog {
    max-width: 700px;
  }
}

@media (min-width: 768px) {
  .product-list {
    padding-top: 40px;
  }

  .product-list .title {
    margin-bottom: 30px;
  }

  .slide {
    margin-top: 107px;
    margin-bottom: 0;
  }
}
.payment-method ul li {
  line-height: 39px;
}
.navigation_page a {
  color: #a8a4a4;
}
.navigation_page a:hover {
  color: #d5ad20;
}
/* ==== Khou Edit ==== */
@media (max-width:767.77px){
  .product-filter{
    padding: 16px 16px;
    box-shadow: 0 8px 24px rgb(0, 0, 0, .1);
  }
  .product-filter .filter-title {
    font-size: 16px;
  }
  .tree-menu  li  a {
    font-size: 14px;
  }
  .mb-lg-5 {
    margin-bottom: 12px!important;
  }
  .filter-group .rate__display--star{
    font-size: 16px;
  }
  .filter-group .rating-dis {
    margin-bottom: 4px;
  }
}
/* .header .navbar .navbar-nav .nav-item.dropdown.login:hover .dropdown-menu {
  display: none; 

}*/
/*=========Khou-fix=============*/
.scrollToTopBtn {
  background-color: #d5ad20;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 16px;
  line-height: 48px;
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  transition: all .5s ease;
  opacity: 0;
  transform: translateY(100px);
  display: none;
}
@media (min-width:992px){
  .scrollToTopBtn{
    display: block;
  }
}
.scrollToTopBtn:hover{
  background-color: #fdc913;
}
.scrollToTopBtn:focus{
  outline: none;
}
.showBtn {
  opacity: 1;
  transform: translateY(0)
}
.product-detail-favourite .slick-track{
  display: flex;
  align-items: stretch;
}
.product-detail-favourite .slick-track .slick-slide{
  height: auto;
}
.product-detail-favourite .slick-track .slick-slide .product-view__content{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-detail-favourite .slick-track .slick-slide .product-view__content .product-view__content--description{
  flex-grow: 1;
}
.product-detail-favourite .slick-track .slick-slide .product-view__content .product-view__content--price-inactive{
  margin-bottom: 0;
}

.product__action--icon.active i{
  color: #e8c637;
  transition: .2s;
}
/*== table==*/
.cart_product .contain_cart{
  display: none;
}
@media (max-width: 767.77px){
  .page-content.checkout-page .cart_summary thead tr th:nth-child(2){
    display: none;
  }
  .page-content.checkout-page .cart_summary thead tr th:nth-child(3){
    display: none;
  }
  .page-content.checkout-page .cart_summary thead tr th:nth-child(4){
    display: none;
  }
  .page-content.checkout-page .cart_summary thead tr th:nth-child(5){
    display: none;
  }
  .page-content.checkout-page .cart_summary thead tr th:nth-child(6){
    display: none;
  }
  /*--tbody--*/
  .page-content.checkout-page .cart_summary tbody tr td:nth-child(2){
    display: none;
  }
  .page-content.checkout-page .cart_summary tbody tr td:nth-child(3){
    display: none;
  }
  .page-content.checkout-page .cart_summary tbody tr td:nth-child(4){
    display: none;
  }
  .page-content.checkout-page .cart_summary tbody tr td:nth-child(5){
    display: none;
  }
  .page-content.checkout-page .cart_summary tbody tr td:nth-child(6){
    display: none;
  }
  /* .page-content.checkout-page .cart_summary thead tr th.cart_product{
    width: 100px;
  } */
  /*--footer---*/
  .page-content.checkout-page .cart_summary tfoot tr:nth-child(1) td:nth-child(1){
    display: none;
  }
  /*--- contai  ---*/
  .cart_product .contain_cart{
    display: block;
  }
  .cart_product .product-name{
    margin-bottom: 0px;
  }
  .cart_product .contain_cart .contain_cart-qty{
    margin: 8px 0;
  }
  .cart_product .contain_cart .contain_cart-qty label, .cart_product .contain_cart .contain_cart-total_price label{
    font-size: 15px;
  }
  .cart_product .contain_cart .contain_cart-qty .form-control{
    width: 70px;
  }
  .cart_product .contain_cart .contain_cart-total_price {
    padding: 8px 0;
  }
  .cart_product .contain_cart .contain_cart-total_price span{
    font-weight: bold;
  }
  .cart_product .contain_cart .contain_cart-action{
    text-align: right;
    font-size: 15px;
    color: #f01;
    margin-top: 10px;
  }
  .order-detail-content .cart_product img, .checkout-page .cart_product img{
    padding-right: 16px;
  }
}

.btn-filter{
  border: 1px solid #dad7d7;
  font-size: 15px;
  color: #4c4c4c;
  margin-bottom: 24px;
  margin-top: 24px;
}
/*----Modal Filter ------ */
  
.filter .modal-body{
  max-height: 90vh;
  overflow-y: auto;
}
.filter .modal-body .product-filter.left-module{
  margin-bottom: 20px;
}
.filter .modal-body .product-filter {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border-bottom: 1px solid #dad7d7;
  border-radius: 0;
}
.filter .modal-body .product-filter .filter-title{
  font-size: 14px;
  margin-bottom: 12px;
}
.filter .modal-body .product-filter .block_content .tree-menu{
  list-style: none  ;
  padding-left: 0;
}
.filter .modal-body .product-filter .form-select{
  height: 40px;
  padding: 8px;
}
.filter .modal-body .product-filter .filter-group .rate__display--star{
  font-size: 14px;
}
.filter .modal-body .product-filter .filter-group .section-price-category{
  padding: 6px;
  width: 100%;
}
.filter .modal-body .product-filter .filter-group .section-price-category-mobile{
  padding: 6px;
  width: 100%;
}
.payment-method .icon-payment{
  width: 52px;
  margin-right: 8px;
}
.icon-payment {
  width: 100%;
    height: auto;
    object-fit: scale-down;
}
@media (min-width:992px){
  .banner img {
    max-height: 265px;
    object-fit: cover;
  }
}

.login-system {
  margin-top: 118px !important;
}

.shop-cart__content--item .cart-info .form-select {
  padding: .375rem;
}

.section-comment-rating .cke_editable_inline {
  position: relative;
  height: 100px;
  border: 1px solid #ededed;
  border-radius: 5px;
  margin: 50px 0px;
  text-align: left;
  padding: 10px;
}
.section-response {
  display: block;
    align-items: center;
    border-bottom: 1px solid #ececec;
    background-color: #ececec;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
}
/* .section-response img {
  width: 32px;
  height: 32px;
} */

@media (max-width:767.88px){
  .zoomContainer{
    display: none!important;
  }
  .chobut-popup-container{
    max-width: 90%;
    width: 100%;
  }
  .chobut-popup-container img.img-popup{
    width: 100%;
    height: auto;
  }
}

.view-products-category.product-view__content {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;

}
.view-products-category.product-view__content .product-view__content--description{
  flex-grow: 1;
}
.view-products-category.product-view__content .product-view__content--price-inactive{
  margin-bottom: 0;
}

.product-detail-suggest .slick-track{
  display: flex;
  align-items: stretch;
}
.product-detail-suggest .slick-track .slick-slide{
  height: auto;
}
.product-detail-suggest .slick-track .slick-slide .product-view__content{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-detail-suggest .slick-track .slick-slide .product-view__content .product-view__content--description{
  flex-grow: 1;
}
.product-detail-suggest .slick-track .slick-slide .product-view__content .product-view__content--price-inactive{
  margin-bottom: 0;
}
.product .col-lg-7 p img{
  max-width: 100%!important;
  object-fit: contain;
}
.product .product-detail-des table, .product .product-detail-des table tbody tr td{
  width: auto!important;
}
.product .product-detail-des table tbody tr td{
  white-space: normal!important;
}
.product__pick {
  margin-bottom: 10px;
}
.product-detail-des {
  margin-top: 180px;
  text-align: justify;
}
.icon-qa{
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.question-answer .other-qa{
  border-bottom: 1px solid #ececec;
  padding-bottom: 12px;
  margin: 40px 0 24px;
}
.question-answer .comment-user{
  margin: 0;
  padding-bottom: 32px;
  border-bottom: 1px solid #ececec;
}
.question-answer .product__comment{
  border-bottom: none;
}
.question-answer .comment-user.empty{
  padding-top: 24px;
  text-align: center;
  color: #9a9a9a;
}
@media (max-width:575.77px) {
  .product-detail-suggest .product-view__content, .main-favourite .product-view__content{
    margin-left: 0;
    margin-right: 0;
  }
  .price-product{
    height: auto;
  }
}
/*======K edit 7/8=======*/
.product-view__content--description{
  display: none;
}
.product-view__content--price-inactive{
  margin-bottom: 0;
}
.product-view__content {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
  /* padding-bottom: 12px; */
}
.product-view__content:hover {
  box-shadow: 0 6px 12px 0 rgb(0, 0, 0,  .19);
  -webkit-transform: all .3s ease-in-out;
  -ms-transform: all .3s ease-in-out;
  transform: all .3s ease-in-out;
  border-radius: 3px;
  transition: all .2s ease-in-out;
}
.title-product{
  height: auto;
}
.product-view__content--title{
  flex-grow: 1;
}
.product-view__content--title, .product-view__content--price, .product-view__content--price-inactive{
  /* padding: 0 8px; */
  font-size: 13px;
}
.view-products-category img.img-product{
  width: 100%;
}
.product-detail-favourite .slick-track .slick-slide, .product-detail-suggest .slick-track .slick-slide{
  margin-bottom: 24px;
  margin-left: 8px;
  margin-right: 8px;
}
#sen-but{
  /* width: initial;d */
}
.product-cover .row{
  width: auto!important;
}
.section-price-category{
  width: 100%;
  height: 35px;
  margin-right: 6px;
  margin-top: 10px;
}
.section-price-category-mobile{
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
}
.section-response p{
  margin-bottom: 0;
  font-size: 14px;
}
.msg_invalid_voucher {
  color: red;
  display: none;
}

.apply_voucher_success {
  color:#fdc913;
  display: none;
}

.product__comment--content .description{
  font-size: 14px;
}
.product__comment--content .display-rate{
  font-size: 12px;
}
.product__comment--content .display-rate .fas.active{
  font-size: 15px;
}
.option-quality .btn-option-quality{
    width: 32px;
    height: 32px;
    border-radius: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eff0f5;
    color: #9e9e9e;
}
.option-quality .btn-option-quality:focus{
  box-shadow: none;
  outline: none;
}
.option-quality .btn-option-quality.disable{
  background-color: #fafafa;
  color: #dadada;
}
.option-quality .form-select{
  height: 32px;
  width: 44px;
  color: #333333;
  font-size: 14px;
  text-align: center;
  padding: 4px;
  background-image: none;
  border: none;
}
.option-quality .form-select:focus{
  outline: none;
  box-shadow: none;
}
.product__pick--label{
  display: inline-block;
  margin: 0;
  width: 98px;
  word-wrap: break-word;
  color: #757575;
  font-size: 14px;
}
@media (max-width: 767.77px){
  .product__comment--content .report-content, .product__comment--content .description{
    margin-left: 0;
  }
}
@media (min-width: 992px){
  .product__comment--avatar {
    margin-right: 24px;
    width: 25px;
    height: 25px;
  }
  .product__comment--content .info-comment__title{
    font-size: 14px;
    line-height: unset;
  }
}
.product__add .btn-outline-primary, .product__add .btn-primary {
  width: 180px;
  padding: 4px;
  height: 44px;
  font-size: 14px;
}
.section-product-list.grid #sen-but{
  width: auto;
}
/* Canh lề đều 2 bên justify cho nội dung bài viết */
.entry-ci .entry-excerpt p, .entry-ci .entry-excerpt {
  text-align: justify;
}
.detail-page .detail-page__info {
  vertical-align: top;
  width: 100%;
}

.product__info--address {
  background-color: #fafafa;
  width: 40%;
  font-size: 14px;
  padding-right:20px;
}

@media (max-width:991.77px){
  .modal-backdrop.show {
    display:none
  }
  .breadcrumb {
    background: none;
    line-height: normal;
    margin-top: 80px;
    display: inherit;
  }
  .product__price {
    font-weight: bold;
    font-size: 15px;
    color: #dc3545;
  }
  .product__image .slide-image img {
    height: 400px;
    object-fit: cover;
  }
  .product__image .slick-slide img {
      max-width: 400px;
      width: 400px;
  }
  .product-view__content--price-inactive {
    color: #b8b8b8;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-decoration: line-through;
  }
  .detail-page .detail-page__info {
    flex-direction: column;
  }
  .product__info--address {
    width: 100%;
  }
  .banner-cate-name-title {
    margin-bottom: 10px;
  }
  .footer {
    text-align: center;
  }
}
/* Css for products detail */

@media (min-width:1200px){
  .detail-page .detail-page__image{
    width: 400px;
    height: 400px;
  }
  .detail-page .product__image .slide-image img{
    width: 400px;
    height: 400px;
  }
  .col-xlg-2{
    flex: 0 0 auto;
    width: 20%;
  }
  .col-xlg-8{
    flex: 0 0 auto;
    width: 80%;
  }
}
@media (min-width:992px){
  .detail-page {
    display: flex;
  }
  .detail-page .detail-page__image{
    width: 400px;
    height: 400px;
  }
  .detail-page .product__image .slide-image img{
    width: 400px;
    height: 400px;
  }
}
.detail-page .detail-page__info {
  vertical-align: top;
  width: 100%;
}
.detail-page .detail-page__info .detail-page__info--main {
  width: 60%;
  margin-left: 30px;
  padding-right: 20px;
}

.product__action{flex:1;justify-content: flex-end;}

@media (max-width: 991.77px) {
  .detail-page .detail-page__info .detail-page__info--main {
      padding-left: 0;
      width: 100%;
      margin-left: unset;
  }
  .product-detail-des {
    margin-top: 20px;
    text-align: justify;
  }
}
/* css for category list on homepage */
.product-list__content--item:before{
  content: none;
}
.product-list__content--item .image-cate, .product-list__content--item:before, .product-list__content{
  border-radius: 0px;
}
.product-list__content--item .title-cate{
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
}
.product-list.seven-core .row, .product-view.seven-core .row{
  --bs-gutter-x: 0;
}
.product-list.seven-core .product-list__content, .product-view.seven-core .product-list__content{
  margin-bottom: 0;
}
.product-list.seven-core .product-list__content, .product-view.seven-core .product-list__content {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
}
.product-list__content--item .image-cate{
  width: 65%;
  height: 65%;
}
.product-list__content--item{
  padding-top: 16px;
  text-align: center;
}
.product-list__content--item .title-cate{
  margin-bottom: 0;
  margin-top: 16px;
  color: #404040;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
}
.product-list__content:hover{
  box-shadow: 0 2px 4px 0 rgb(0, 0, 0, 0.25);
  z-index: 9;
  transition: .2s;
}

.product-list.seven-core .col-lg-seven:nth-child(1) .product-list__content, .product-view.seven-core .col-lg-2:nth-child(1) .product-list__content{
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}
.product-list.seven-core .col-lg-seven:nth-child(2) .product-list__content, .product-view.seven-core .col-lg-2:nth-child(2) .product-list__content{
  border-top: 1px solid #e2e2e2;
}
.product-list.seven-core .col-lg-seven:nth-child(3) .product-list__content, .product-view.seven-core .col-lg-2:nth-child(3) .product-list__content{
  border-top: 1px solid #e2e2e2;
}
.product-list.seven-core .col-lg-seven:nth-child(4) .product-list__content, .product-view.seven-core .col-lg-2:nth-child(4) .product-list__content{
  border-top: 1px solid #e2e2e2;
}
.product-list.seven-core .col-lg-seven:nth-child(5) .product-list__content, .product-view.seven-core .col-lg-2:nth-child(5) .product-list__content{
  border-top: 1px solid #e2e2e2;
}
.product-list.seven-core .col-lg-seven:nth-child(6) .product-list__content, .product-view.seven-core .col-lg-2:nth-child(6) .product-list__content{
  border-top: 1px solid #e2e2e2;
}
.product-list.seven-core .col-lg-seven:nth-child(7) .product-list__content, .product-view.seven-core .col-lg-2:nth-child(7) .product-list__content{
  border-top: 1px solid #e2e2e2;
} 
.product-view.seven-core .col-lg-2:nth-child(7) .product-list__content{
  border-left: 1px solid #e2e2e2;
}
.product-list.seven-core .col-lg-seven:nth-child(8) .product-list__content{
  border-left: 1px solid #e2e2e2;
}
/*=== Start Khoi Edit===*/
.sub-menu {
  idth: 20%;
  float: left;
  position: inherit;
  box-shadow: 0 0 2px 0 rgb(0 0 0 / 25%);
  background-color: #fff;
  z-index: 200;
  height: 350px;
  overflow: auto;
  /* margin-top: 30px; */
  padding-top: 10px;
}


.sub-menu .aside-title{
    border-radius: 15px;
    background: #e8c637 ;
    padding: 12px 20px;
    margin-bottom: 16px;
    position: sticky;
    top: 0;

}
.sub-menu .aside-title .title-head{
  font-size: 17px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  background: none;
  margin-bottom: 0;
}
.sub-menu .sub-menu__content{
  padding: 0px 15px;
  list-style: none;
  margin-bottom: 0;
}
.sub-menu .sub-menu__content .sub-menu__content--item{
  line-height: 24px;
  /* border-top: 1px #ebebeb solid; */
  display: flex;
  align-items: center;

}
.sub-menu .sub-menu__content .sub-menu__content--item a{
  color: #3b2b2b;
  background:url(../images/drop_arrow.png) no-repeat 0;
  display:block;
	font-size:13px;
	padding:2px 15px;
  margin:0 5px;
  text-transform:uppercase;	
}
.sub-menu .sub-menu__content .sub-menu__content--item:hover a{
  color: #e8c637;
  transition: .3s;
}
.sub-menu .sub-menu__content .sub-menu__content--item:hover i{
  color: #e8c637;
  transition: .3s
}
@media (max-width:767.99px){
  .slide-info .sub-menu{
    display: none;
  }
  .slide-info .slide{
    margin-left:0;
    margin-right: var(--bs-gutter-x,-.75rem);
    margin-left: var(--bs-gutter-x,-.75rem);
    padding-top: 40px;
  }
  
}
.slide {
  /* width: 100%; */
  /* height: 376px;
  margin-left: 200px;
  overflow: hidden;
  margin-top: 30px; */
  /* padding-top: 10px; */
  height: 350px;
    overflow: hidden;
}
.slide__content{
  height: 100%;
    /* left: 5%; */
}
.slide__content .slick-list{
  height: 100%;
}
.slide__content .slick-list .slick-track{
  height: 100%;
}
.slide .col-lg-9{
  position: relative;
}
.banner-brand {
  padding: 30px 0;
  background-color: #f5f5f5;
}
.banner-brand .banner-brand__content{
  color: #000;
  font-size: 18px;
  height: 40px;
  background: #fff;
  border-radius: 20px;
  /* border:1px solid #f1f1f1; */
  display: block;
}
.banner-brand .banner-brand__content:hover{
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.banner-brand .banner-brand__content .banner-brand__content--image{
  width: 32px;
  height: 32px;
  margin: 4px;
  object-fit: cover;
}
.product-list__content--item:before{
  content: none;
}
.product-list__content--item .image-cate, .product-list__content--item:before, .product-list__content{
  border-radius: 0px;
}
.product-list__content--item .title-cate{
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
}
.product-list.seven-core .row, .product-view.seven-core .row{
  --bs-gutter-x: 0;
}
.product-list.seven-core .product-list__content, .product-view.seven-core .product-list__content{
  margin-bottom: 0;
}
.product-list.seven-core .product-list__content, .product-view.seven-core .product-list__content {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
}
.product-list__content--item .image-cate{
  width: 65%;
  height: 65%;
}
.product-list__content--item{
  padding-top: 16px;
  text-align: center;
}
.banner img{
  border-radius: 2px;
  height: 120px;
}
.banner1 img{
  border-radius: 2px;
  height: 60px;
  margin-top: 5px;
}
.product-list__content--item .title-cate{
  margin-bottom: 0;
  margin-top: 16px;
  color: #404040;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
}
.product-list__content:hover{
  box-shadow: 0 2px 4px 0 rgb(0, 0, 0, 0.25);
  z-index: 9;
  transition: .2s;
}
.product-list.seven-core .col-lg-seven:nth-child(1) .product-list__content, .product-view.seven-core .col-lg-2:nth-child(1) .product-list__content{
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}
.product-list.seven-core .col-lg-seven:nth-child(2) .product-list__content, .product-view.seven-core .col-lg-2:nth-child(2) .product-list__content{
  border-top: 1px solid #e2e2e2;
}
.product-list.seven-core .col-lg-seven:nth-child(3) .product-list__content, .product-view.seven-core .col-lg-2:nth-child(3) .product-list__content{
  border-top: 1px solid #e2e2e2;
}
.product-list.seven-core .col-lg-seven:nth-child(4) .product-list__content, .product-view.seven-core .col-lg-2:nth-child(4) .product-list__content{
  border-top: 1px solid #e2e2e2;
}
.product-list.seven-core .col-lg-seven:nth-child(5) .product-list__content, .product-view.seven-core .col-lg-2:nth-child(5) .product-list__content{
  border-top: 1px solid #e2e2e2;
}
.product-list.seven-core .col-lg-seven:nth-child(6) .product-list__content, .product-view.seven-core .col-lg-2:nth-child(6) .product-list__content{
  border-top: 1px solid #e2e2e2;
}
.product-list.seven-core .col-lg-seven:nth-child(7) .product-list__content, .product-view.seven-core .col-lg-2:nth-child(7) .product-list__content{
  border-top: 1px solid #e2e2e2;
} 
.product-view.seven-core .col-lg-2:nth-child(7) .product-list__content{
  border-left: 1px solid #e2e2e2;
}
.product-list.seven-core .col-lg-seven:nth-child(8) .product-list__content{
  border-left: 1px solid #e2e2e2;
}
.product-list{
  background-image: none;
}
.footer{
  background-color: #ffffff;;
  color: #222428;
  height: 400px;
}
.footer__list--item a{
  color: var(--bs-gray-dark);
}
.footer__list .form .form-receive{
  border: 1px solid #cecece;
}
.footer__list .form .btn-register{
  background: #212121;
  color: #ececec;
}
.bot-footer{
  background-color: #ffffff;
}
.mb-40{
  margin-bottom: 24px;
}
.header .navbar-bottom .mainmenu .item_small .row{
  --bs-gutter-x: 0;
}
.header .navbar-bottom .mainmenu .item_small__content{
  border-radius: 0;
  background-color:#Fff;
  margin-bottom: 0;
}
.header .navbar-bottom .mainmenu .item_small__content--item{
  text-align: center;
  padding-top: 16px;
}
.header .navbar-bottom .mainmenu .item_small__content--item .title-cate{
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  color: #dc3545d9;
  margin-bottom: 0;
  margin-top: 16px;
  font-size: 14px;
}
.header .navbar-bottom .mainmenu .item_small__content--item .image-cate{
  width: 65%;
  height: 65%;
}
.header .navbar-bottom .mainmenu .item_small__content--item:before{
  content: none;
}
.header .navbar-bottom .mainmenu .item_small__content{
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
}
.header .navbar-bottom .mainmenu .item_small__content:nth-child(1){
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}
.header .navbar-bottom .mainmenu .item_small__content:nth-child(2){
  border-top: 1px solid #e2e2e2;
}
.header .navbar-bottom .mainmenu .item_small__content:nth-child(3) {
  border-top: 1px solid #e2e2e2;
}
.header .navbar-bottom .mainmenu .item_small__content:nth-child(4) {
  border-top: 1px solid #e2e2e2;
}
.header .navbar-bottom .mainmenu .item_small__content:nth-child(5) {
  border-top: 1px solid #e2e2e2;
}
.header .navbar-bottom .mainmenu .item_small__content:nth-child(6) {
  border-top: 1px solid #e2e2e2;
}
.header .navbar-bottom .mainmenu .item_small__content:nth-child(7){
  border-top: 1px solid #e2e2e2;
} 

.header .navbar-bottom .mainmenu .item_small__content:nth-child(8) .product-list__content{
  border-left: 1px solid #e2e2e2;
}
.header .navbar-bottom .mainmenu .item_small{
  background-color: #fff;
  border-radius: 0;
}
@media (min-width: 768px){
  .view-all{
    color: rgba(238, 10, 10, 0.76);
    font-size: 14px;
  }
}
@media (min-width: 992px){
  .col-lg-seven {
    flex: 0 0 auto;
    width: 14.2%;
  }
}

.slide-image .slick-list{border: 0.5px solid #ddd;}
.color-gray{color: #757575;}
.color-orange{color: #ff6000;}
.wrap-material{border-top: 0.5px solid #ddd;padding-top:20px;}
.item-color{
  display: inline-block; font-size: 13px; border: 1px solid #ececec;
  padding: 4px;
}
@media (max-width: 768px){
  .hide-mb{display: none;}
  .breadcrumb{margin-top:10px;}
  .wrap-price{margin-top:20px;}
  .product__image{
    width: 100%;
    border: 0.5px solid #ddd;
  }
  .wrap-material{
    border-top: 0.5px solid #ddd;
    padding-top: unset;
  }
  .product__image .slick-list{border: 0.5px solid #ddd;}
  .slick-dots{bottom: 10px;}
  #columns{padding-top:unset !important;}
  
  .product__action{flex:1;justify-content: flex-end;}
  .product__reaction{font-weight: 400;}
  .detail-page__info--main{margin-left: 0px;}
  #product-price2{font-size: 20px;}
  #product-price1{color: black;font-weight: lighter;}
  .product__info-address_header{font-weight: bold;color:black;}
  .product__action--icon{width:30px;height:30px;}
  .form-search .btn-search{left: 0px !important;}
  .slide-info .position-relative{margin-top: unset !important;}
  .slide-info .slide{padding-top: unset;height: 200px;margin-top:95px;}
  .partner__content--item {
      padding-left: unset;
      padding-right: unset;
      margin-bottom: 24px;
      max-width: 100%;
  }
  .header .navbar-bottom .mainmenu .item_small__content--item{padding-top:unset;overflow: hidden;}
  .header .navbar-bottom .mainmenu .item_small__content--item .title-cate{margin-top: 5px;}
}

/*=== End Khoi Edit ===*/
.wrap-size{
  display: flex;align-items: flex-start;
}
.item-size{
  display: inline-block;
  padding: 2px 4px;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}

.slide .slick-slide img{width: 100% !important;object-fit:unset !important;}

.popup-mark{
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-img{
  max-height: 90%;
  max-width: 90%;
  position: relative;
}
.popup-img .p-delete{
  width: 30px;
  height:30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position:absolute;
  right: -15px;
  top: -15px;
  background: #FFFFFF;
  color: #000000;
  border-radius: 100%;
  cursor: pointer;
}

.popup-img .p-delete:hover{
  background: #fcde4e ;
}
.popup-img img{
  max-height: 100%;
  max-width: 100%;
}