body,
a {
  color: #363232;
}
.container {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}
.container-lg {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}

.grid-container {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.modal-popup .modal-dialog {
  max-width: 380px;
}
@media (max-width: 979px) {
  .container {
    width: 100% !important;
    max-width: 979px !important;
  }
}

@media (min-width: 992px) {
  .account-offset {
    padding-top: 140px;
  }
}

.btn {
  border-radius: 30px;
}

/*Whatsapp*/

#whatsapp-order {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 20rem;
  height: 5rem;
  background: #128c7e;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 0.4rem;
  text-decoration: none;
}

#whatsapp-order .wp-icon {
  font-size: 18px;
}

/* Tablet (≤ 768px) */
@media (max-width: 768px) {
  #whatsapp-order {
    width: 16rem;
    height: 4.5rem;
    font-size: 1.2rem;
  }
}

/* Phone (≤ 576px) */
@media (max-width: 576px) {
  #whatsapp-order {
    width: 14rem;
    height: 4rem;
    font-size: 1rem;
    right: 5px;
    bottom: 5px;
    gap: 0.6rem;
  }

  #whatsapp-order .wp-icon {
    font-size: 16px;
  }
}

/*Whatsapp*/

.scrollup {
  background: url("/Skins/shared/images/scrollup.png") no-repeat scroll 0 0
    transparent;
  bottom: 20px;
  display: none;
  height: 44px;
  position: fixed;
  right: 20px;
  width: 44px;
  z-index: 9;
}
.cart-product .cart-description .campaign-prbox .price {
  color: #e0101f;
}
/*#region search*/

/*#region quick search*/
.search-new {
  position: relative;
}
.quick-search-result.open-search {
  position: absolute;
  top: auto;
  right: 0;
  left: auto;
  z-index: 2;
  margin: 0 auto;
}

.quick-search-result.close-search {
  display: none;
}

.km-search {
  box-shadow: 0 6px 10px rgb(0 0 0 / 40%);
}

.search-sidebar {
  background: #fff;
  padding: 10px 0px;
  border-right: 1px solid #ededed;
}

.search-sidebar h3 {
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #ededed;
  margin: 5px 20px;
  padding-bottom: 5px;
}

.search-sidebar > div {
  display: flex;
  flex-direction: column;
}

.search-sidebar ul {
  padding: 10px 0;
}

.search-sidebar ul li a {
  font-size: 13px;
  display: block;
  padding: 5px 20px;
}

.search-sidebar ul li a:hover {
  background: #ededed;
}

.search-products {
  background: #fff;
  padding: 10px 15px;
}

.search-products h3 {
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 5px;
  margin: 5px 0;
}

.search-products > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
  flex-wrap: wrap;
}

.search-products .border-box {
  padding: 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border: 1px solid #ededed;
}

.search-products img {
  max-height: 70px;
  margin: 0 8px 0 0;
}

.search-products .prd-name {
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-letter-spacing: normal;
  -moz-letter-spacing: normal;
  -ms-letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 28px;
}

.search-products .discount {
  background: #363232;
  font-weight: 600;
  padding: 2px 4px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin-right: 8px;
}

.search-products .price {
  display: flex;
  align-items: center;
}

.search-products .price-box {
  min-height: auto;
  line-height: 1;
}

.search-products .price-sales {
  line-height: 16px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.search-products .price-standard {
  color: #999999;
  line-height: 14px;
  font-size: 12px;
  text-decoration: line-through;
}
@media (min-width: 992px) {
  .quick-search-result.open-search {
    width: 700px;
  }
}

@media (max-width: 991px) {
  .quick-search-result {
    width: 100%;
  }
  .km-search {
    flex-direction: column;
  }
  .search-products .border-box {
    flex-direction: column;
  }
}
/*#endregion quick search*/

.input-group .search-input.form-control {
  float: left;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  z-index: 2;
  height: 32px;
  box-shadow: none;
  border-radius: 30px;
  opacity: 1;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  padding: 2px 0;
  letter-spacing: 1px;
  max-width: 100%;
  text-align: left;
  background: #f1f1f1;
  text-indent: 16px;
  -webkit-transition-property: color, width, opacity, border;
  transition-property: color, width, opacity, border;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.8, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 0.8, 0.5, 1);
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.search-input-box {
  display: table;
  max-width: 100% !important;
  width: 150px;
  position: relative;
  transition: all 0.45s ease 0s;
  background: #f1f1f1;
  border-radius: 30px;
}

span.input-group-btn {
  line-height: 0;
}

.search-input-box .search-btn {
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  line-height: 0;
  border: none;
  border-radius: 30px;
  background: #f1f1f1;
  color: #000 !important;
}

.search-input::-webkit-input-placeholder {
  opacity: 0.6;
  color: #666;
}

.search-input:-moz-placeholder  {
  opacity: 0.6;
  color: #666;
}

@media (min-width: 1440px) {
  .search-input-box .search-input:focus {
    width: 220px;
  }
}

@media (max-width: 1112px) and (min-width: 991px) {
  .search-input-box {
    width: 170px;
  }
}

@media (max-width: 991px) {
  .search-new-mobile {
    padding: 10px;
    background: #f5f5f5;
    margin-top: 92px;
  }
  .search-input-box {
    background: #fff;
    width: 100%;
  }

  .input-group .search-input.form-control {
    height: 40px;
    background: #fff;
    text-indent: 15px;
    font-size: 13px;
    box-shadow: none;
    text-align: left;
    padding: 0;
    max-width: 100%;
  }

  .search-input-box .search-btn {
    padding: 7px 18px;
    font-size: 24px;
    background: #fff;
  }
}

/*#endregion search*/

/*#region header*/

/*#region marquee*/
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee2 {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-200%);
  }
}

.header-free {
  background: #d21519;
  height: 32px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.header-free-box {
  padding: 0 60px;
  max-width: 1800px;
  margin: 0 auto;
  overflow: hidden;
}

.header-free .toptext .top-text1 {
  white-space: nowrap;
  will-change: transform;
  animation: marquee 60s linear infinite;
  animation-delay: -60s;
}

.header-free .toptext .top-text2 {
  white-space: nowrap;
  will-change: transform;
  animation: marquee2 60s linear infinite;
  animation-delay: -30s;
}

.header-free .toptext span {
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
  position: relative;
  padding-right: 38px;
  margin-right: 38px;
  line-height: 32px;
  letter-spacing: 2.2px;
}

.header-free .toptext span:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 13px;
  right: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

/*#endregion marquee*/

.headerv2.navbar-km {
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(177, 177, 177, 0.5);
  border: none;
}

.navbar .navbar-top {
  height: 33px;
  font-weight: 400;
}

.headerv2.header-cart .navbar-top {
  height: 80px;
  background: #fff;
}

.navbar.stuck .navbar-top {
  margin-top: -33px;
}

.navbar.stuck .brandWrap {
  height: auto;
  overflow: visible;
}

.brandWrap {
  position: relative;
}

.navbar-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-menu {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.header-offset {
  padding-top: 130px;
}

.home-header-offset {
  padding-top: 111px;
}

.login-container.header-offset {
  padding-top: 60px;
}

.step-address.header-offset {
  padding-top: 76px;
}

.category-header-offset {
  padding-top: 0;
}

.headerv2.header-cart .navbar-brand {
  display: block;
  left: 0;
  margin-left: auto !important;
  margin-right: auto;
  padding: 6px 0;
  position: absolute;
  right: 0;
  width: 210px;
  height: 80px;
}
.headerv2 .navbar-brand {
  display: block;
  height: auto;
  padding: 6px 60px 6px 0px;
  width: 270px;
}

.headerv2 .cart-page .navbar-brand {
  display: block;
  height: 70px;
  left: 0;
  margin-left: auto !important;
  margin-right: auto;
  padding: 15px 0;
  position: absolute;
  right: 0;
  width: 308px;
  margin-top: 0;
}

.headerv2 .user-menu {
  float: right;
}

.headerv2 .user-menu > li > a {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #363232;
  text-transform: none;
  padding: 25px 0 25px 30px;
}
.headerv2 .hasUserMenu > .dropdown-menu > li > a {
  text-transform: none;
  font-size: 14px;
  padding: 8px 20px;
}

.headerv2 .hasUserMenu > .dropdown-menu > li > a i {
  font-size: 20px;
  width: 15px;
}
.headerv2 .dropdown-menu {
  border: medium none;
  border-radius: 0;
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.headerv2 .cart-menu > a {
  color: #363232;
  padding: 26px 0 26px 16px;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
}

.headerv2 .cart-menu.dropdown:hover div.dropdown-menu {
  min-width: 400px;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 450px;
}

.cart-menu a .cart-quantity {
  bottom: 27px;
  right: 0px;
}

@media (max-width: 1319px) and (min-width: 992px) {
  .headerv2 .navbar-brand {
    padding: 15px 20px 18px 0px;
    width: 200px;
  }
}

@media (max-width: 1099px) and (min-width: 992px) {
  .headerv2 .navbar-brand {
    padding: 15px 20px 18px 0px;
    width: 160px;
  }
}

@media (min-width: 992px) {
  .brandWrap {
    height: 80px;
  }

  .headerv2 .cart-page.brandWrap {
    height: 70px;
  }
  .headerv2 .hasUserMenu .dropdown-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .headerv2 .user-menu i {
    margin-right: 5px;
    font-size: 30px;
  }

  .headerv2 .cart-menu > a i {
    font-size: 28px;
  }
}

@media (max-width: 991px) and (min-width: 838px) {
}

@media (max-width: 838px) and (min-width: 767px) {
}

@media (max-width: 991px) {
  .header-offset {
    padding-top: 12px;
  }

  .home-header-offset {
    padding-top: 0px;
  }

  .content-header-offset {
    padding-top: 0px;
  }

  .headerv2 .navbar-nav {
    margin: 7.5px -10px 0;
  }

  .headerv2.navbar-km {
    background: #fff;
    border-bottom: none;
  }

  .headerv2 .navbar-top {
    height: 60px;
    background: #fff;
  }

  .headerv2.header-cart .navbar-top {
    height: 60px;
    background: #fff;
  }

  .headerv2 .navbar-brand.mobile-logo {
    display: block;
    height: 60px;
    left: 0;
    margin-left: auto !important;
    margin-right: auto;
    padding: 8px 0;
    position: absolute;
    right: 0;
    width: 160px;
    margin-top: 0;
  }
  .headerv2.header-cart .navbar-brand {
    display: block;
    left: 0;
    margin-left: auto !important;
    margin-right: auto;
    padding: 6px 0;
    position: absolute;
    right: 0;
    width: 160px;
    height: 80px;
  }
  .headerv2 .user-menu > li > a {
    color: #000;
    padding: 17px 8px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    margin: 0;
  }

  .user-menu > li > a i {
    font-size: 26px;
  }

  .headerv2 .cart-menu > a {
    padding: 17px 12px 18px 12px;
  }

  .cart-menu a .cart-quantity {
    bottom: 24px;
    right: 10px;
  }
}

@media (max-width: 400px) {
  .headerv2 .navbar-brand img {
    max-width: 100%;
  }
}
/*#endregion header*/

/*#region footer*/
.footer {
  padding-bottom: 0px;
  background: #ffffff;
  border: none;
  margin-top: 40px;
}
.footer .footer-center {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.footer .footer-bottom {
  background: none;
  padding: 15px 0;
  border-top: 1px solid #efefef;
}
.footer ul {
  margin-top: 0;
  font-size: 15px;
}
.footer .footer-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.footer .bottommenu {
  display: flex;
  flex-direction: row;
  padding-right: 0;
  padding-left: 0;
}
.footer .bottommenu > div:first-child {
  border-right: 1px solid #efefef;
  padding-left: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .bottommenu > div:nth-child(2) {
  padding-left: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer ul li a {
  line-height: 2;
  padding: 0;
}

.footer .newsletter {
  border-left: 1px solid #efefef;
  padding-left: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .news-letter-box {
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.footer .news-letter-box > i {
  font-size: 20px;
  padding-left: 18px;
}
.footer .news-letter-box input {
  height: 42px;
  width: 80%;
  border: none;
  text-indent: 6px;
  box-shadow: none;
  margin: 0;
}
.footer .news-letter-box .btn {
  box-shadow: none;
  color: #39454d;
  float: right;
  font-size: 13px;
  height: 42px;
  width: 20%;
  border-radius: 0 30px 30px 0;
  padding: 3px 0 0 0;
  font-weight: 600;
  background: #fff;
}
.footer .news-letter-box .btn > i {
  font-size: 26px;
}
.footer .newsletter p {
  padding-bottom: 20px;
}
.footer .social {
  display: flex;
  gap: 16px;
}
.footer .social span {
  border-radius: 0;
  height: auto;
  padding: 0;
  width: auto;
  border: none;
  background: none;
  margin: 0;
}

.footer .social span a {
}

.footer .social span:hover a {
  color: #d21519;
}
.footer .social span a i {
  font-size: 24px;
  margin: 0;
  padding: 0;
}

.footer .footer-free {
  text-align: right;
  margin-top: 10px;
}

.footer .contact {
  border-right: 1px solid #efefef;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .contact a,
.footer .contact p {
  display: block;
  line-height: 2;
}

.footer .credit-cards {
  opacity: 1;
  filter: none;
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
}

.footer .credit-cards img {
  margin: 0;
}
.footer .km-sign {
  text-align: right;
  margin-top: 10px;
}
.footer .footer-free-area {
  text-align: center;
  margin-top: 10px;
}

.footer .km-sign a {
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.footer .km-sign span {
  font-weight: 400;
  line-height: 1;
  border-right: 1px solid #efefef;
  display: inline-block;
}

.footer .footer-top {
  padding: 40px 0;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
}
.footer .footer-top .card-box {
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer .footer-top span {
  display: block;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}
.footer .footer-top p {
  display: block;
}

.footer .footer-top .card-box .card-box-icon {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 84px;
  height: 88px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.footer .footer-top .card-box .card-box-icon i {
  font-size: 46px;
  z-index: 1;
}
.footer-cart {
  background: #f8f8f8;
}
@media (max-width: 1200px) {
  .footer .footer-top .card-box {
    padding: 0;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .footer .footer-top .card-box .card-box-icon {
    margin-right: 0;
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .footer .newsletter {
    border-left: none;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .footer .bottommenu > div:first-child {
    border-right: none;
    padding-left: 10px;
    padding-top: 30px;
  }
  .footer .bottommenu > div:nth-child(2) {
    padding-left: 10px;
    padding-top: 30px;
  }
  .footer .contact {
    border-right: none;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .footer .km-sign {
    text-align: center;
  }
  .footer .social {
    text-align: left;
    margin-top: 20px;
  }
  .footer .social span {
    margin: 0 20px 0 0px;
  }
  .footer .credit-cards {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer .footer-top {
    padding: 15px 0;
  }

  .footer .footer-top .card-box > div:nth-child(2) {
    min-height: 80px;
  }

  .footer .footer-top span {
  }
  .footer .footer-top p {
    font-size: 13px;
  }
  .footer .footer-top ul li {
    margin-bottom: 15px;
  }
  .footer .footer-center {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .contact {
    padding-bottom: 50px;
  }
  .footer .credit-cards {
    text-align: center;
  }
}
/*#endregion footer*/
.description {
  min-height: 90px;
}
.item-review > span {
  font-size: 12px;
}

/*PRODUCT-LIST*/

.item .product-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #222;
  margin-top: 30px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-status {
  bottom: -20px;
}

.free-ship {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  font-weight: 600;
  border-radius: 20px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  overflow: hidden;
  z-index: 0;
  margin-top: 8px;
}

.free-ship::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #27ae60, #2ecc71);
  z-index: -1;
  transition: opacity 0.4s ease;
  opacity: 1;
}

.free-ship:hover::before {
  opacity: 0;
}

.free-ship::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #2ecc71, #27ae60);
  z-index: -2;
}

.has-gift {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  max-width: 80px;
  max-height: 80px;
  width: auto;
  height: auto;
}

.isen-route {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 20;
  max-width: 110px;
  max-height: 35px;
  width: auto;
  height: auto;
}

.product .price {
  display: flex;
}

.product .price-standard {
  font-size: 14px;
}

.product .price-sales {
  font-size: 16px;
  font-weight: 700;
}

.product .discount {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 10px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.product .discount:hover {
  transform: scale(1.05);
}

.product:hover .buy-action .btn {
  margin-top: 14px;
}

@media (min-width: 890px) {
  .product .price {
    gap: 10px;
  }
}

@media (max-width: 889px) {
  .product .price {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .product .discount {
    font-size: 14px;
    padding: 6px 8px;
    line-height: 1.2;
    letter-spacing: 0.3px;
  }
}

@media (max-width: 767px) and (min-width: 0) {
  .free-ship {
    font-size: 13px;
    padding: 7px 12px;
  }

  .item .product-name {
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    font-size: 14px;
  }
}

/*PRODUCT-LIST END*/
/*PRODUCT-DETAIL*/

.breadcrumb {
  border: none;
  border-radius: 0;
  padding: 0px;
}

.breadcrumb a {
  font-size: 15px;
  color: #000;
}

.category-path {
  border-bottom: 0px solid #fff;
  margin-bottom: 0px;
}

hr.hr-base {
  border-color: #efefef;
}
.pd-top {
  padding-top: 20px;
  align-items: flex-start;
}
h1.product-title {
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}
.product-code {
  font-size: 13px;
  display: inline-block;
  margin: 0;
  letter-spacing: 1px;
  font-weight: 400;
}
.pdetail .product-code:before {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.pdetail .product-code.brand-code:before {
  display: none;
}
.pd-discount {
  font-size: 22px;
  text-align: center;
  white-space: nowrap;
  background: #e4322b;
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  color: #fff;
  height: 55px;
  vertical-align: top;
  width: 62px;
}

.pd-discount span {
  padding-top: 15px;
  display: inline-block;
}

.pdetail .price-box {
  display: inline-block;
}

.product-default-image {
  border: 1px solid #efefef;
}

.product-image-list a {
  margin: 0px 5px 5px 0;
  border: 1px solid #efefef;
  display: inline-block;
  padding: 0;
}

.product-image-list a:last-child {
  margin-right: 0;
}

.product-image-list a img {
  max-width: 100%;
}

.product-image-list {
  text-align: center;
  margin-top: 10px;
}

.product-images {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 18px;
}
.prd-branddetail {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 10px;
  text-align: right;
  font-weight: 700;
  padding-right: 0;
}
.prd-branddetail a {
  text-decoration: underline;
  font-weight: 400;
  line-height: 13px;
  display: block;
  font-size: 13px;
  padding-top: 7px;
}
.product-marketplace {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 10px;
}
.product-marketplace .marketplace:first-child {
  margin-right: 10px;
}
.product-marketplace .marketplace img {
  max-width: 190px;
}
.campaign {
  border: 4px double #ddd;
  color: #2d3e50;
  background-color: #ffffff;
  padding: 10px 10px 2px 10px;
  border-radius: 0;
}
.product-subtitle {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 10px;
  text-align: right;
  font-weight: 700;
}

.product-subtitle a {
  text-decoration: underline;
  font-weight: 400;
  line-height: 13px;
  display: block;
  font-size: 13px;
  padding-top: 7px;
}
.product-price {
  align-items: flex-end;
}
.pdetail .price-standard {
  font-weight: 500;
  text-decoration: line-through;
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  color: #7a7474;
  margin-right: 8px;
}
.product-price-rate {
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
  color: #d21519;
  height: auto;
  width: auto;
}
.installment-price {
  margin-top: 10px;
}
.pdetail .product-price .price-sales {
  font-size: 25px;
  font-weight: 700;
  color: #ed1c24;
}
.delivery-time {
  display: flex;
  align-items: center;
  padding: 10px 0px 8px;
}
.delivery-time i {
  font-size: 21px;
  padding-right: 6px;
  color: #dc3545;
}
.delivery-time span {
  font-size: 14px;
  font-weight: 600;
  color: #dc3545;
}
.prd-subtitle {
  padding: 14px 0 0px;
  display: block;
  font-weight: 600;
}
.cnt-quantity {
  width: auto;
  max-width: 120px;
  margin-top: 0;
}
.cnt-quantity .input-group {
  border: none;
  border-radius: 0;
}
.cnt-quantity .quantity {
  width: 100px;
}

.cnt-quantity .quantity-title {
  display: none;
}

.cnt-quantity .input-group input.form-control {
  height: 53px;
  text-align: center;
  padding: 1px;
  border: 1px solid #9e9e9e;
  box-shadow: none;
  border-right: none;
  border-left: none;
  font-weight: 700;
  font-size: 18px;
}

.cnt-quantity .form-control:focus {
  border-color: #9e9e9e !important;
}

.cnt-quantity .bootstrap-touchspin .btn,
.cart-actions .btn-quanity:hover {
  border: 1px solid #9e9e9e;
  line-height: 0;
  padding: 25px 13px 26px;
  background: none !important;
  color: #000;
}

.cnt-quantity .bootstrap-touchspin .bootstrap-touchspin-down,
.cnt-quantity .bootstrap-touchspin .bootstrap-touchspin-down:hover,
.cnt-quantity .bootstrap-touchspin .bootstrap-touchspin-down:active,
.cnt-quantity .bootstrap-touchspin .bootstrap-touchspin-down:focus {
  border-right: none;
  box-shadow: none;
}

.cnt-quantity .bootstrap-touchspin .bootstrap-touchspin-up,
.cnt-quantity .bootstrap-touchspin .bootstrap-touchspin-up:hover,
.cnt-quantity .bootstrap-touchspin .bootstrap-touchspin-up:active,
.cnt-quantity .bootstrap-touchspin .bootstrap-touchspin-up:focus {
  border-left: none;
  box-shadow: none;
}

.cart-actions {
  padding-top: 15px;
}

.cart-actions button,
.cart-actions .btn-cart {
  letter-spacing: 0;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 16px 15px;
  border: none;
  background: #d21519;
}

.pdetail_info,
.btn-shopping-list,
.btn-compare-list {
  color: #343434;
  font-size: 14px;
  line-height: 26px;
  padding-left: 0;
}

.pdetail_info i,
.btn-shopping-list i,
.btn-compare-list i {
  padding-right: 5px;
  font-size: 16px;
  float: left;
  line-height: 26px;
}

.pdetail_installmentopt {
  font-size: 13px;
  line-height: 22px;
  display: block;
  margin-top: 20px;
  color: #9c9c9c;
}

.pdetail_installmentopt i {
  font-size: 18px;
  margin-right: 6px;
  vertical-align: sub;
}

.product-icon a {
  border: 1px solid #9e9e9e;
  padding: 10px 8px 4px;
  vertical-align: middle;
  width: 108px;
  box-shadow: 3px 3px 0px rgba(219, 219, 219, 0.5);
}

.prd-group-container .prd-group-title {
  font-size: 13px;
  font-weight: 700;
}

.prd-group-container #prd-group-items .owl-stage-outer {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 10px;
}

.prd-group-container .item .product {
  border-color: #eee;
  padding: 0;
}

.pd-chapps {
  margin: 10px 0;
  padding: 0;
}

.pd-chapps-box {
  padding: 10px 0;
  display: inline-block;
}

.pd-chapps-box i {
  font-size: 37px;
  color: #767676;
  display: inline-block;
  margin-right: 10px;
  vertical-align: super;
  float: left;
}
.pd-chapps-box i.fl-chapps-box-3 {
  font-size: 43px;
  margin-top: 2px;
}
.pd-chapps-box span {
  display: inline-block;
  color: #343434;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.4px;
  margin-top: 6px;
}
.pd-chapps-box p {
  color: #767676;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 13px;
  margin-top: -2px;
  letter-spacing: 0.4px;
}

.detaysosyalmedya {
  display: inline-block;
  float: right;
}

.social-title {
  float: left;
  padding: 3px 10px 0 0;
}

.addthis_toolbox.addthis_default_style {
  float: left;
}

.addthis_toolbox.addthis_default_style a.at300b .at-icon-wrapper {
  background-color: #000 !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  border-radius: 0;
}

.addthis_toolbox.addthis_default_style a span svg.at-icon {
  height: 20px !important;
  width: 20px !important;
  padding: 2px;
}

.product-icon-new {
  margin-bottom: 20px;
  margin-top: 7px;
}

.pdetail .product-icon-new i {
  font-size: 1.2em;
  margin-right: 6px;
}

.pdetail-icon-text {
  display: inline-block;
}

.product-icon-new > span {
  padding: 1px 15px 0 0px;
  vertical-align: middle;
  width: auto;
  display: inline-block;
  margin-right: 5px;
}

.product-icon-new .icon-instock {
  color: #4dc247;
}

.product-icon-new .icon-sold-out {
  color: #d71920;
}
.stock-alert,
.price-alert {
  display: inline-block;
}
.stock-alert .incaps i {
  font-size: 15px;
}
.product-tab .nav-tabs {
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #e6e6e6;
}
.nav-tabs:after {
  display: none;
}
.product-tab .nav-tabs li a {
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: none;
  background: none !important;
  border: none;
  color: #878787 !important;
  padding: 20px 30px 20px;
  font-weight: 600;
  border-radius: 0;
  box-shadow: none;
}

.product-tab .nav-tabs > li.active > a,
.product-tab .nav-tabs > li.active > a:hover,
.product-tab .nav-tabs > li.active > a:focus,
.product-tab .nav-tabs > li.hover > a {
  background: none !important;
  color: #d21519 !important;
  border: none;
  padding: 20px 30px 20px;
  border-radius: 0;
  box-shadow: none;
}

.product-tab .nav-tabs > li.active > a:before,
.product-tab .nav-tabs > li.active > a:hover:before,
.product-tab .nav-tabs > li.active > a:focus:before,
.product-tab .nav-tabs > li.hover > a:before {
  position: absolute;
  content: "";
  background: #d21519;
  bottom: -2px;
  width: 90px;
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
}

.grey-bg {
  background: #ffffff;
  margin-bottom: 21px;
}
.prd-properties > table > thead > tr > th {
  background-color: #fff;
}
.product-tab .tab-content {
  padding: 10px 0px;
}

.tab-content .table > tbody > tr > td {
  font-size: 13px;
  line-height: 1;
}

.table > thead > tr > td.light-tbl,
.table > tbody > tr > td.light-tbl,
.table > tfoot > tr > td.light-tbl,
.table > thead > tr > th.light-tbl,
.table > tbody > tr > th.light-tbl,
.table > tfoot > tr > th.light-tbl,
.table > thead > tr.light-tbl > td,
.table > tbody > tr.light-tbl > td,
.table > tfoot > tr.light-tbl > td,
.table > thead > tr.light-tbl > th,
.table > tbody > tr.light-tbl > th,
.table > tfoot > tr.light-tbl > th {
  background-color: #fff;
}

.tab-content .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.brand-img img {
  margin: 0;
}

@media (min-width: 767px) {
  .product-image-list {
    margin-top: 0px;
  }

  .product-tab .nav-tabs > li {
    margin-bottom: 0;
    float: none;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .category-path {
    padding-left: 10px;
  }

  .pdetail {
    clear: both;
  }
  h1.product-title {
    font-size: 20px;
  }
  .product-code {
    font-size: 11px;
    letter-spacing: 0px;
  }
  .product-images {
    padding: 0 10px;
  }

  .product-default-image {
    border: none;
  }

  .detaysosyalmedya {
    float: left !important;
    margin-top: 20px;
    margin-left: 10px;
  }
  .delivery-time span {
    font-size: 12px;
  }

  .cart-actions button,
  .cart-actions .btn-cart,
  .cart-actions .btn-custom-form {
    padding: 16px 0 !important;
    font-size: 22px !important;
  }

  .pd-chapps {
    margin: 12px 0 !important;
    display: inline-block;
  }

  .pd-chapps-box p {
    font-size: 11px !important;
    letter-spacing: 0px !important;
    line-height: 12px !important;
  }

  .pd-chapps-box i {
    font-size: 36px !important;
  }

  .pd-chapps-box span {
    font-size: 11.93px !important;
  }

  .pdetail_info,
  .btn-shopping-list,
  .btn-compare-list {
    font-size: 17px !important;
    font-weight: 700;
  }

  .pdetail_info i,
  .btn-shopping-list i,
  .btn-compare-list i {
    font-size: 21px !important;
  }
  .product-tab .nav-tabs li a {
    padding: 20px 15px 20px;
  }
  .product-tab .nav-tabs > li.active > a:before,
  .product-tab .nav-tabs > li.active > a:hover:before,
  .product-tab .nav-tabs > li.active > a:focus:before,
  .product-tab .nav-tabs > li.hover > a:before {
    bottom: -1px;
    width: 70px;
  }
}

@media (max-width: 916px) {
  .cnt-quantity .quantity {
    width: 100px;
  }
}

@media (max-width: 480px) {
  .cnt-quantity .form-control {
    height: 37px;
  }

  .cart-actions .btn-quanity,
  .cart-actions .btn-quanity:hover {
    padding: 17px 9px 18px !important;
  }

  .product-subtitle {
    font-size: 13px;
    text-align: left;
    margin-top: 20px;
    padding: 0;
  }

  .product-subtitle a {
    font-size: 12px;
    display: inline-block;
  }
}
/*PRODUCT-DEAIL END*/
h1.category-name {
  font-size: 22px;
  font-weight: 700;
}
.module-title > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.module-title h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 16px;
}
.module-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #363232;
  transition: all 0.3s ease;
  font-size: 13px;
}
.module-link svg {
  margin-left: 4px;
}
.module-title a:hover {
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}
.ps-nav {
  opacity: 0.5;
  font-size: 44px;
  top: 44%;
}

.temp3-desc {
  text-align: center;
  padding: 30px 0;
}
.temp3-desc .title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 8px;
}
.temp3-desc a {
  display: inline-flex;
  flex-direction: row;
  font-weight: 700;
  border-bottom: 1px solid #363232;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 13px;
}
.content-temp3 .inner > a {
  position: relative;
  overflow: hidden;
}
.content-temp3 .inner > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(116, 116, 116, 0) 60.38%,
    rgba(63, 63, 63, 0.5) 79.87%,
    #171717 100%
  );
  z-index: 1;
}
.instagram-banner {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.instagram-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instagram-banner img {
  transition: all 0.2s linear;
}

.instagram-banner-hover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  color: #363232;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.2s linear;
}

.instagram-banner:hover img {
  filter: blur(6px);
}
.instagram-banner-hover i {
  font-size: 26px;
  padding-bottom: 5px;
}
.instagram-banner:hover .instagram-banner-hover {
  opacity: 1;
}

#store-list > div {
  margin-bottom: 20px;
}
.btn + .btn {
  margin-left: 10px;
}

#store-list .bg-white {
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.brand-list .inner {
  margin-bottom: 20px;
}
/*BEST SELLER*/

.best-seller.item {
  margin-bottom: 0px;
}

.best-seller .product-list {
  border-bottom: 1px solid #eee;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
}

.best-seller .description {
  text-align: left;
  border: none;
  min-height: initial;
  margin: auto;
}

.best-seller .description h4 {
  margin: auto;
  padding: 10px 0 4px 0;
}

.best-seller .description h4 a {
  font-weight: 300;
  font-size: 18px;
}

.best-seller .price {
  text-align: left;
  font-weight: 400;
}

.best-seller .price-standard,
.best-seller .price-sales {
  display: inline !important;
  margin-right: 6px;
}

.best-seller .discount {
  margin-top: 0;
  padding: 3px 5px;
}

.best-seller .list-image-hover {
  min-height: 80px;
}

.best-seller .product-number {
  padding-top: 20px;
}

.best-seller .product-number span {
  background: #f9f9f9;
  border: 2px solid #eee;
  border-radius: 5px;
  display: inline-block;
  font-size: 17px;
  height: 38px;
  line-height: 32px;
  margin-left: 10px;
  text-align: center;
  width: 38px;
}

.best-seller .km-percentage {
  margin-top: 36px;
}

.best-seller .km-percentage-bar {
  width: 130px;
  background: #f9f9f9;
  border: 2px solid #eee;
  margin-right: 5px;
  padding: 3px 6px;
  border-radius: 5px;
  display: inline-block;
}

.best-seller .km-percentage-bar span {
  display: block;
  width: 2px;
  height: 8px;
  background: #91dc5a;
  border-radius: 3px;
}

.best-seller .km-percentage-text {
  font-size: 13px;
  color: #666;
  vertical-align: top;
  line-height: 16px;
  display: inline-block;
}

@media (max-width: 767px) {
  .best-seller .description h4 {
    margin: 15px 0 8px;
  }

  .best-seller .km-percentage {
    margin-top: 15px;
  }
}

@media (max-width: 600px) {
  .best-seller .description h4 {
    margin: 5px 0 8px;
    text-align: left !important;
    padding: 6px 0 4px 0;
  }

  .best-seller .km-percentage {
    margin-top: 8px;
  }

  .best-seller .description h4 a {
    font-size: 15px;
  }

  .best-seller .price {
    font-size: 20px;
  }

  .best-seller .km-percentage-bar {
    padding: 2px 6px;
  }

  .best-seller .km-percentage-bar span {
    height: 5px;
  }
}

@media (max-width: 414px) {
  .best-seller .description h4 {
    margin: 0;
    text-align: left !important;
    padding: 4px 0 2px 0;
  }

  .best-seller .km-percentage {
    margin-top: 5px;
  }

  .best-seller .description h4 a {
    font-size: 14px;
  }

  .best-seller .price {
    font-size: 16px;
    min-height: 30px;
  }

  .best-seller .discount {
    margin-top: 0;
    padding: 1px 3px;
    font-size: 14px;
  }
}
/*BEST SELLER*/

/*Blog Menu*/

.blog-panel {
  background: none;
  box-shadow: none;
}

.blog-panel .panel-heading {
  padding-left: 0;
}

.blog-panel .panel-heading .panel-title {
  padding-left: 10px;
}

.blog-panel .panel-heading .panel-title a {
  display: block;
  width: 100%;
}

.blog-panel .panel-body {
  color: #2b2b2b;
  margin-bottom: 16px;
  padding: 0px;
  padding-top: 4px;
  font-size: 15px;
  line-height: 28px;
}

.panel.blog-panel {
  background: #fff;
  box-shadow: 0 0 18px 5px rgba(240, 240, 240, 0.4);
}

.blog-panel .badge {
  background: none;
  color: #d6d6d6;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}

.blog-panel .blog-tags a {
  border: 1px solid #eeeeee;
  margin: 0px 3px 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 4px;
}

/* Tag Cloud */
.tag {
  position: relative;
  display: inline-block;
  margin: 0 6px 3px 0;
  line-height: 16px;
  font-size: 12px;
}

.tag > span {
  font-weight: 400;
  display: inline-block;
  border: 1px solid #e3e3e3;
}

.tag.selected > span {
  border: 1px solid #c4c4c6;
}

.tag > span.txt {
  color: #666;
  letter-spacing: 1px;
  padding: 6px 8px;
  text-transform: uppercase;
  float: left;
}

.tag > span.num {
  background: rgba(0, 0, 0, 0.01);
  padding: 6px 8px 6px 11px;
  border-left: 1px solid #e3e3e3;
  color: #aaa;
  position: relative;
  margin-left: -1px;
  float: left;
}

.tag > span.num:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c6c6c6;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  left: 0px;
  position: absolute;
  top: 12px;
}

.tag > span.num:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  left: -1px;
  position: absolute;
  top: 12px;
}

/*region AI summary*/
.ai-summary-box {
  background-color: #efefef;
  border-radius: 10px;
  padding: 16px;
  font-size: 14px;
  color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  margin: 5px 0 20px;
}

.ai-summary-box strong {
  color: #2f2f2f;
}

.ai-summary-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.ai-summary-header span {
  font-weight: 600;
  font-size: 16px;
}

.feedback {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  font-size: 12px;
  color: #555;
  justify-content: flex-end;
}

.feedback button {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
}

.feedback button img {
  max-width: 18px;
}
/*endregion AI summary*/

/* section review*/
.item-review span {
  font-size: 12px;
  color: #999;
}
.rating .rating-number {
  margin-left: 0;
  padding: 0 5px 0 5px;
}
.section-review {
  padding: 30px 10px 10px;
}

.section-review .review-header {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 0;
}

.section-review .review-head .rating {
  gap: 10px;
}

.section-review .review-count-title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.section-review .rating .rating-number {
  font-size: 28px;
}

.section-review .rating-info {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
}
.section-review .review-filter {
  gap: 15px;
}

.section-review .review-bar .review-progress .rating-info {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
}

.section-review .review-bar .rating-count {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
}

.section-review .review-bar .progress {
  height: 8px;
}

.section-review .review-filter-box {
  margin-top: 16px;
}

.section-review .review-filter .review-filter-item a {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

.section-review .review-filter .review-filter-item a small {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  margin-left: 4px;
}

.section-review .review-sort .dropdown > a {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

.section-review .review-item {
  padding: 12px 0;
}

.section-review .review-item .review-username {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.section-review .review-item .review-date {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}

.section-review .review-item .review-comment {
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
  margin-top: 8px;
}

.section-review .add-review .btn {
  font-size: 14px;
  padding: 10px 14px;
  line-height: 1.2;
  font-weight: 600;
}

.section-review .view-more-review-btn {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 12px 16px;
  min-width: 200px;
}

.modal-customer-img .pop-review-top .commentname,
.modal-customer-img .commentname {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.modal-customer-img .commentdate {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}

#modal-comment,
.modal-customer-img .modal-comment {
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
}

@media (max-width: 768px) {
  .section-review {
    padding: 10px;
  }
  .section-review .review-header {
    font-size: 18px;
  }
  .section-review .rating .rating-number {
    font-size: 20px;
  }
  .section-review .review-filter .review-filter-item a {
    font-size: 13px;
  }
  .section-review .review-sort .dropdown > a {
    font-size: 13px;
  }
  .section-review .view-more-review-btn {
    width: 100%;
    min-width: 0;
  }
}

/* section review*/

/* CART DETAIL*/
.mini-cart-table .mini-cart-product img {
  height: auto;
}

/* CART DETAIL END*/
