@-webkit-keyframes shine {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes shine {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.txt-green {
  color: #0ABB75 !important;
}

.txt-orange {
  color: #FF5235 !important;
}

.detail-main hr {
  border-color: #707070;
  opacity: 0.12;
}

.detail-main .deal-product-box {
  opacity: 1 !important;
}

a:hover {
  color: #191919;
}

.thumb-slider-main {
  width: 70px;
}

.thumb-slider-main .thumb-card-skel {
  height: 60px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  display: block;
}

.thumb-slider-main .thumb-card-skel:last-child {
  margin-bottom: unset;
}

.thumb-slider-main .thumb-card-skel::before {
  content: "";
  position: absolute;
  border-radius: 0.375rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 1.5s infinite;
          animation: shine 1.5s infinite;
  z-index: 999;
}

.thumb-slider-main .thumb-card-skel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 0.375rem;
}

.product-card-skel {
  height: 450px;
  position: relative;
  overflow: hidden;
  display: block;
}

.product-card-skel::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 1.5s infinite;
          animation: shine 1.5s infinite;
  z-index: 999;
}

.product-card-skel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .product-card-skel {
    height: 350px;
  }
}

@media screen and (max-width: 576px) {
  .product-card-skel {
    height: 250px;
  }
}

.detail-content-skel {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 25px;
  position: relative;
  overflow: hidden;
  display: block;
}

.detail-content-skel::before {
  content: "";
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 1.5s infinite;
          animation: shine 1.5s infinite;
  z-index: 999;
}

.detail-content-skel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 5px;
}

.comment-profile-skel {
  width: 53px;
  height: 53px;
  position: relative;
  overflow: hidden;
  display: block;
}

.comment-profile-skel::before {
  content: "";
  position: absolute;
  border-radius: 100px;
  top: 0;
  left: 0;
  width: 53px;
  height: 53px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 1.5s infinite;
          animation: shine 1.5s infinite;
  z-index: 999;
}

.comment-profile-skel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  height: 53px;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 100px;
}

.review-people .detail-content-skel {
  height: 20px;
  position: relative;
  overflow: hidden;
  display: block;
}

.review-people .detail-content-skel::before {
  content: "";
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 1.5s infinite;
          animation: shine 1.5s infinite;
  z-index: 999;
}

.review-people .detail-content-skel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 5px;
}

.product-gallery .slick-list {
  height: 100% !important;
}

.gallery-wrapper {
  height: calc(50vh + 180px);
}

@media screen and (max-width: 576px) {
  .gallery-wrapper {
    height: 400px;
  }
}

.gallery-wrapper .thumbGallery {
  height: 18%;
  margin-top: 12px;
}

.gallery-wrapper .thumbGallery .swiper-slide {
  position: relative;
  cursor: pointer;
}

.gallery-wrapper .thumbGallery .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  border-radius: 15px;
}

.gallery-wrapper .thumbGallery .swiper-slide img {
  border-radius: 15px;
}

.gallery-wrapper .thumbGallery .swiper-slide-thumb-active {
  position: relative;
}

.gallery-wrapper .thumbGallery .swiper-slide-thumb-active::before {
  content: "";
  display: none;
}

.gallery-wrapper .gallery-main {
  height: 80%;
}

.gallery-wrapper .gallery-main .swiper-slide {
  padding: 5px 0;
}

.gallery-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}

.gallery-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.detail-gallery-content input[type="radio"] {
  display: none;
}

.detail-gallery-content .color-main input[type="radio"]:checked + label {
  border: 2px solid #FF9900;
}

.detail-gallery-content .color-selection .color-select-new {
  width: 37px;
  height: 37px;
  border-radius: 100px;
  border: 2px solid #e9e9e9;
  cursor: pointer;
}

.detail-gallery-content .color-selection .color-select-new.active {
  border: 2px solid #FF9900;
}

.detail-gallery-content .color-selection .black {
  background-color: #000;
}

.detail-gallery-content .color-selection .grey {
  background-color: #DAE8E4;
}

.detail-gallery-content .color-selection .red {
  background-color: #ff4148;
}

.detail-gallery-content .badge-custom {
  border: 1px solid #EEEEEE;
  padding: 6px 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  font-weight: 600;
}

.detail-gallery-content .rounded-select-badge input[type="radio"]:checked + label {
  background-color: #FF5235;
  border: 1px solid #FF5235;
  color: #fff;
}

.detail-gallery-content .share-icons a {
  background: #fff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #3f7fec1a;
          box-shadow: 0px 3px 6px #3f7fec1a;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.detail-gallery-content .share-icons a:hover {
  -webkit-box-shadow: 0px 3px 6px #ff523559;
          box-shadow: 0px 3px 6px #ff523559;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.checkout-box {
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #7070701f;
  border-radius: 20px;
  padding: 20px;
}

.checkout-box .round-box {
  background: #fff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #3f7fec1a;
          box-shadow: 0px 3px 6px #3f7fec1a;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.cart-add-main .bi {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
}

.cart-add-main div {
  cursor: pointer;
}

.cart-add-main .minus i {
  background-color: #EEEEEE;
  color: #191919;
}

.cart-add-main .plus i {
  background-color: #191919;
  color: #fff;
}

.cart-add-main .quant-num {
  min-width: 30px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.product-ship-detail .product-ship-img {
  width: 170px;
  height: 90px;
}

.product-ship-detail .delivery-img-logo {
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.descp-main {
  position: relative;
}

.descp-main .navbar {
  position: sticky;
  top: 0px;
  padding: 10px 0 0 0;
  background-color: #fff;
  z-index: 999;
  z-index: 999;
}

.descp-main .navbar .nav-item {
  margin: 0 25px 0 0;
  border-bottom: 2px solid transparent;
}

.descp-main .navbar .nav-item:last-child {
  margin: 0 0px 0 0;
}

.descp-main .navbar .nav-item.active {
  border-bottom: 2px solid #191919;
  font-weight: 600;
}

.descp-main .navbar .nav-link {
  padding: 0 0 5px 0;
  color: #191919;
  border-radius: unset;
}

.descp-main h4 {
  height: 500px;
}

.descp-main .description-main ul {
  counter-reset: section;
  list-style-type: none;
}

.descp-main .description-main ul li {
  margin-bottom: 15px;
}

.descp-main .description-main ul li::before {
  counter-increment: section;
  content: counters(section, ".") " ";
  background-color: #191919;
  color: #fff;
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  border-radius: 26px;
  vertical-align: bottom;
  position: relative;
  left: -3px;
}

.descp-main .description-main ul li:last-child {
  margin-bottom: unset;
}

.descp-main .description-main ol li {
  margin-bottom: 8px;
}

.descp-main .description-main ol li:last-child {
  margin-bottom: unset;
}

.descp-main .video-main .video-div {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 991px) {
  .descp-main .video-main .video-div {
    height: auto;
    aspect-ratio: 16/9;
  }
}

.descp-main .video-main .video-div video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}

.descp-main .customer-reviews-main .star-icon i {
  color: #FF9900;
  font-size: 1.375rem;
  /* 12px / 16 = 1.375remrem */
}

.descp-main .customer-reviews-main .review-people .star-icon.people-star i {
  color: #FF9900;
  font-size: 16px;
}

.descp-main .customer-reviews-main .review-people .post-tym {
  color: #A2A2A2;
}

.descp-main .customer-reviews-main .review-people .profile-img {
  width: 53px;
  height: 53px;
}

.descp-main .customer-reviews-main .review-people .profile-img img {
  border-radius: 50px;
}

.scroll-top-main {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 9999;
}

@media screen and (max-width: 991px) {
  .scroll-top-main {
    bottom: 20px;
  }

  .scroll-top-main.active {
    -webkit-transform: translateY(-55px) !important;
            transform: translateY(-55px) !important;
  }
}

.scroll-top-main i {
  background: transparent linear-gradient(217deg, #FF640E 0%, #FF3000 100%) 0% 0% no-repeat padding-box;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}

.scroll-top-main.active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.position-absolute.onimage-position {
  top: 15px;
  right: 20px;
  z-index: 99;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

