@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');
/*
Template Name: Shopingo - eCommerce HTML Template
Author: codervent
Email: codervent@gmail.com
File: style.css
*/

/*
Table of index
*/

/* 
- General
- Header
- Navigation
- Page content
- breadcrumb
- Footer
- Utilitis
- Back Button
 */



/* General */

body {
  color: #797979;
  letter-spacing: 0.5px;
  background-color: #ffffff;
  font-family: 'Raleway', sans-serif;
}

a {
  text-decoration: none;
}

::placeholder {
  opacity: 0.5 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #323232;
}


/* loader */

.loader-wrapper {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #ffffff;
}



/* Header */

.top-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 0 1rem;
  z-index: 20;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.top-header .primary-menu .navbar-nav a.nav-link {
  color: #222121;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  height: auto;
  display: flex;
  align-items: center;
  padding-right: 1rem;
  padding-left: 1rem;
  border-bottom: 1px solid #e1e1e1;
}


.top-header .primary-menu .navbar-nav a.nav-link:hover,
.top-header .primary-menu .navbar-nav a.nav-link:focus,
.top-header .primary-menu .nav-link.active,
.top-header .primary-menu .show>.nav-link {
  background-color: #ffffff;
}

.top-header .primary-menu .dropdown-menu .dropdown-item.active,
.top-header .primary-menu .dropdown-menu .dropdown-item:active {
  color: #343434;
  text-decoration: none;
  background-color: #f1f0f0
}


.top-header .secondary-menu.navbar-nav a.nav-link {
  color: #222121;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 0.6rem;
  padding-left: 0.6rem
}


.top-header .navbar .dropdown-menu {
  border: 0;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.top-header .secondary-menu .cart-badge {
  position: absolute;
  top: 6px;
  right: 0px;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff2c2c;
}


@-webkit-keyframes animdropdown {
  from {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
    opacity: 0
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes animdropdown {
  from {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
    opacity: 0
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}


/* Navigation */

.primary-menu {
  background-color: #ffffff;
}

.primary-menu.offcanvas-body {
  padding: 0rem 0rem;
}

.offcanvas-header {
  height: 65px;
  border-bottom: 1px solid #e1e1e1;
}

.offcanvas-start {
  width: 280px;
}

.top-header .primary-menu .dropdown-large-menu {
  width: auto;
  padding: 0.5rem;
}

.top-header .primary-menu .dropdown-large-menu .large-menu-title {
  font-size: 15px;
  font-weight: 600;
  padding: 0.25rem 1rem;
}

.top-header .primary-menu .dropdown-large-menu ul li a {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}


@media all and (min-width: 1200px) {


  .top-header .primary-menu .dropdown-large-menu {
    width: 630px;
    padding: 0.5rem;
  }

  .top-header .primary-menu .navbar-nav a.nav-link {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
    height: 65px;
    border-bottom: 0px solid #e1e1e1;
  }


  .top-header .primary-menu .navbar-nav a.nav-link:hover,
  .top-header .primary-menu .navbar-nav a.nav-link:focus,
  .top-header .primary-menu .nav-link.active,
  .top-header .primary-menu .show>.nav-link {
    background-color: #f4f4f4;
  }

  .primary-menu {
    background-color: rgba(33, 37, 41, 0);
  }

  .primary-menu .navbar-nav .nav-item .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
    animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
  }

  .primary-menu .navbar-nav .nav-item:hover>.dropdown-menu {
    display: block;
  }


}


.footer-widget-6 .logo-img {
  width: 100px;
}

.top-header .logo-img {
  width: 100px;
}

.dropdown-toggle-nocaret:after {
  display: none
}

.mobile-menu-btn,
.mobile-menu-btn:hover {
  color: #464444;
  font-size: 1.5rem;
}



/*Page content*/

.product-tab-menu .nav-pills .nav-link {
  color: #292626;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  border: 1px solid #292626;
  margin: 0 10px;
  border-radius: 0;
  white-space: nowrap;
}

.product-tab-menu .nav-pills .nav-link.active,
.product-tab-menu .nav-pills .show>.nav-link {
  color: #ffffff;
  background-color: #212529;
}


.tabular-product .card,
.product-thumbs .card,
.product-grid .card {
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgb(218 218 253 / 55%), 0 2px 6px 0 rgb(206 206 238 / 44%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.product-zoom-images .img-thumb-container img {
  cursor: zoom-in;
}

.product-zoom-images img,
.tabular-product .card img,
.product-thumbs .card img,
.product-grid .card img,
.cartegory-box .card img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  border-radius: 0;
}

.product-options {
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.65);
}

.tabular-product .card:hover .product-options,
.product-thumbs .card:hover .product-options,
.product-grid .card:hover .product-options {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

.similar-products .card {
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}


.similar-products .card:hover {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.product-short-title {
  color: #212529;
  font-size: 18px;
}

.product-short-name {
  color: #898989;
  font-size: 16px;
}

.product-count {
  color: #212529;
  font-weight: 600;
}

.product-options a {
  width: 35px;
  height: 35px;
  font-size: 16px;
  border-radius: 0;
  background-color: #212529;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.btn-ecomm {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  border-radius: 0;
  z-index: 6;

}

.btn-ecomm:focus {
  border: 1px solid #2f3338;
  box-shadow: 0 0 0 .25rem rgba(33, 37, 41, 0.25)
}



.separator {
  display: flex;
  align-items: center;
}

.separator .line {
  height: 1px;
  flex: 1;
  background-color: #dee2e6;
}

.separator h3 {
  padding: 0 1.5rem;
}

.address-info .form-check-input,
.filter-sidebar .form-check-input,
.filter-sidebar .form-check-label {
  cursor: pointer;
}

.filter-sidebar .product-number {
  color: #b7b7b7;
  margin-left: 7px;
}

.filter-sidebar .form-check-input[type=checkbox] {
  border-radius: 0;
}

.address-info .form-check-input:checked,
.filter-sidebar .form-check-input:checked {
  background-color: #212529;
  border-color: #212529;
}

.address-info .form-check-input:focus,
.filter-sidebar .form-check-input:focus {
  border-color: #212529;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(34, 38, 42, 0.0)
}


/* width */
.filter-sidebar ::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.filter-sidebar ::-webkit-scrollbar-track {
  background: #e9e9e9;
}

/* Handle */
.filter-sidebar ::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

/* Handle on hover */
.filter-sidebar ::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.filter-column .offcanvas-start {
  width: 320px;
}


.filter-column .offcanvas {
  z-index: 21;
}



@media (min-width: 1200px) {

  .filter-column .offcanvas {
    z-index: 19;
  }

}

.filter-column .offcanvas-backdrop {
  z-index: 20;
}

.btn-filter-mobile {
  position: fixed;
  top: 30%;
  left: 0;
  background-color: #212529;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  z-index: 2;
}


.view-type .grid-type-3 {
  background-color: #ffffff;
  padding: 4px;
  border: 1px solid #e1e2e3;
  cursor: pointer;
}

.view-type .grid-type-3 span {
  width: 7px;
  height: 16px;
  background-color: #cfcfcf;
}

.view-type .grid-type-3.active span {
  background-color: #3e3d3d;
}

.product-pagination .page-link {
  color: #4b5157;
}

.product-pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.product-pagination .page-link:focus {
  color: #212529;
  box-shadow: 0 0 0 .25rem rgba(33, 37, 41, 0.25)
}

.product-pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.product-pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.form-control:focus {
  box-shadow: 0 0 0 .25rem rgba(33, 37, 41, 0.25)
}

.ribban {
  position: absolute;
  top: 16px;
  left: 0%;
  padding: 2px 7px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f50a3b;
  cursor: pointer;
  z-index: 1;
}

.depth {
  box-shadow: 0 2px 6px 0 rgb(218 218 253 / 55%), 0 2px 6px 0 rgb(206 206 238 / 44%);
}

.brands .brand-box {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

@media all and (min-width: 1024px) {

  .product-zoom-images img:hover,
  .tabular-product .card:hover img,
  .product-thumbs .card:hover img,
  .product-grid .card:hover img,
  .cartegory-box .card:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  .brands .brand-box:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

}



.blog-cards .card,
.cartegory-box .card {
  border-radius: 0;
  border: 0;
  box-shadow: 0 2px 6px 0 rgb(218 218 253 / 55%), 0 2px 6px 0 rgb(206 206 238 / 44%);
}


.subscribe-banner {
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.542), rgba(0, 0, 0, 0.73)),
    url('https://images.pexels.com/photos/5864245/pexels-photo-5864245.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
}

.bubscribe-control {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.119);
  border: 1px solid rgb(255 255 255 / 62%);
}

.bubscribe-control:focus {
  color: #ffffff;
  background-color: rgb(255 255 255 / 0%);
  border-color: rgba(255, 255, 255, 0.71);
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25)
}

.bubscribe-control::placeholder {
  color: #ffffff !important;
}


.bubscribe-button {
  color: rgb(50, 46, 46);
  background-color: #ffffff;
  border-color: #ffffff;
}

.bubscribe-button:focus {
  border-color: rgba(255, 255, 255, 0.71);
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25)
}




/* breadcrumb */

.breadcrumb li a {
  color: #636363;
}

.breadcrumb li.active {
  color: #222121;
}


/* Footer */

.footer-section .widget-link li {
  margin-bottom: 0.3rem;
}

.footer-section .widget-link li a {
  color: #636363;
  font-size: 14px;
  text-decoration: none;
}


.footer-section .widget-link li a:hover {
  color: #262424;
  text-decoration: underline;
}


.footer-widget-6 {
  color: #636363;
  font-size: 14px;
  text-decoration: none;
}


.footer-widget-7 .widget-link li a {
  text-transform: capitalize;
}


.footer-widget-9 .social-link a {
  width: 40px;
  height: 40px;
  color: #212529;
  background-color: rgb(255 255 255 / 0%);
  border: 1px solid #212529;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer-widget-9 .social-link a:hover {
  color: #ffffff;
  background-color: #212529;
}



/* Utilitis*/


.section-padding {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.bg-section-1 {
  background-color: #ffffff;
}

.bg-section-2 {
  background-color: #f9f9f9;
}

.bg-green {
  background-color: #21ad61 !important;
}

.bg-pink {
  background-color: #ed4264 !important;
}

.bg-skyblue {
  background-color: #2ea5c2 !important;
}

.bg-skyblue-light {
  background-color: #b8dde9 !important;
}

.bg-red-light {
  background-color: #fdd9de !important;
}

.bg-purple {
  background-color: #723da6 !important;
}

.bg-green-light {
  background-color: #9fffd1 !important;
}

.bg-purple-light {
  background-color: #e1c4ff !important;
}

.bg-yellow {
  background-color: #fdc200 !important;
}

.bg-yellow-light {
  background-color: #feffaa !important;
}

.bg-red {
  background-color: #ff2c2c !important;
}

.bg-twitter {
  background-color: #00acee !important;
}

.bg-facebook {
  background-color: #3b5998 !important;
}

.bg-linkden {
  background-color: #0072b1 !important;
}

.bg-youtube {
  background-color: #e2251f !important;
}

.bg-pinterest {
  background-color: #c8232c !important;
}

.text-purple {
  color: #723da6 !important;
}

.text-orange {
  color: #ff2c2c !important;
}

.text-brown {
  color: #ce5334 !important;
}

.text-cyane {
  color: #00FFFF !important;
}

.text-ten {
  color: #5eff00 !important;
}

.text-pink {
  color: #ff006f !important;
}

.ratings {
  font-size: 13px;
  ;
}

.width-content {
  width: fit-content
}

.rating-number {
  color: #212529;
}

.text-content {
  color: #212529;
}

.size-chart div button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  color: #222121;
  font-weight: 600;
  background-color: #ffffff;
}

.size-chart div button:hover,
.size-chart div button:focus {
  color: #ef2424;
  border: 1px solid #ef2424;
}


.more-colors .color-box {
  width: 40px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #dee2e6;
  border-radius: 0%;
  color: #222121;
  font-weight: 600;
  background-color: #ffffff;
  cursor: pointer;
}


.product-share .btn-social {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 0px solid #dee2e6;
  border-radius: 0%;
  color: #ffffff;
  font-weight: 600;
  background-color: #ffffff;
  cursor: pointer;
}

.height-1 {
  position: relative;
  scrollbar-width: thin;
  height: 260px;
  overflow-y: scroll;
  scrollbar-width: thin;
}

.wishlist-close {
  background-color: #ffffff;
  border-radius: 50%;
  padding: 10px;
  margin: 7px;
}

.wrap-modal-slider.open {
  opacity: 1;
}

.wrap-modal-slider .slider-for .slick-slide {
  margin: 0 0px
}

.wrap-modal-slider .slider-for .slick-list {

  margin: 0 0px
}

.wrap-modal-slider .slider-nav .slick-slide {
  margin: 0 10px
}

.wrap-modal-slider .slider-nav .slick-list {
  margin: 0 -10px
}

.modal-close-button {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 0%;
  opacity: 1;
  z-index: 1;
  box-shadow: 0 0 24px 2px rgb(0 0 0 / 20%);
}


.payment-method .nav-link {
  color: #212529;
  padding: 0.7rem 1rem;
  text-align: left;
  border-bottom: 1px solid #dedede;
  font-weight: 600;
}

.payment-method .nav-pills .nav-link.active,
.payment-method .nav-pills .show>.nav-link {
  color: #212529;
  background-color: #ffffff;
}

.account-menu .list-group-item {
  color: #212529;
}

.account-menu .list-group-item.active {
  color: #ffffff;
  background-color: #212529;
  border-color: #212529;
}

/*Back Button */

.back-to-top {
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  position: fixed;
  border-radius: 50%;
  bottom: 20px;
  right: 12px;
  background-color: #212529;
  z-index: 5;
}

.back-to-top:hover {
  color: #fff;
}






.detail-page-first-section-add-to-cart .mid-style-d-content-sec .ratings-style svg {
  color: #f8a654;
}

.detail-page-first-section-add-to-cart .mid-style-d-content-sec .ratings-style .count-rate-set-s {
  color: #7d879c;
}

.detail-page-first-section-add-to-cart .mid-style-d-content-sec .ratings-style .rate-count-sec-style-s span {
  color: #4d55ac;
}

.detail-page-first-section-add-to-cart .mid-style-d-content-sec .price-style-main-s-d {
  color: #4d55ac;
}

.detail-page-first-section-add-to-cart .mid-style-d-content-sec .inc-dec-btn-style-sec-s .btn-box-style-inc-dec {
  border: 1px solid #4d55ac;
  border-radius: 5px;
  background-color: white;
}

.detail-page-first-section-add-to-cart .mid-style-d-content-sec .inc-dec-btn-style-sec-s .btn-box-style-inc-dec .increment-btn {
  border: 0;
  color: #4d55ac;
  padding: 5px 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.detail-page-first-section-add-to-cart .mid-style-d-content-sec .inc-dec-btn-style-sec-s .btn-box-style-inc-dec .decrement-btn {
  border: 0;
  color: #4d55ac;
  padding: 5px 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.detail-page-first-section-add-to-cart .mid-style-d-content-sec .total-p-q-style-set-d h6 {
  color: #4d55ac;
}

.detail-page-first-section-add-to-cart .mid-style-d-content-sec .total-p-q-style-set-d small {
  font-size: 11px;
}

.mid-style-d-content-sec .add-to-cart-btn-style-row-set-d .by-nw-set {
  border-radius: 5px;
  background-color: #f58300;
  color: white;
  padding: 8px 25px;
  border: 1px solid #f58300;
  transition: 0.5s;
}

.mid-style-d-content-sec .add-to-cart-btn-style-row-set-d .by-nw-set:hover {

  background-color: #cf7002;

}

.mid-style-d-content-sec .add-to-ct-set {
  border-radius: 5px;
  background-color: #4d55ac;
  color: white;
  padding: 8px 20px;
  border: 1px solid #4d55ac;
  transition: 0.5s;
}

.mid-style-d-content-sec .add-to-ct-set:hover {

  background-color: #333b8f;

}

.mid-style-d-content-sec .fav-icon-style-s-set {
  padding: 8px 20px;
  border: 1px solid #cecfd2;
  transition: 0.5s;
  border-radius: 5px;
}

.mid-style-d-content-sec .fav-icon-style-s-set svg {
  color: #4d55ac;
}

.mid-style-d-content-sec .fav-icon-style-s-set:hover {

  border: 1px solid #9c9da0;

}

.right-section-detail-p .del-box-style-s-rows-set {
  background-color: white;
  border-radius: 5px;
}

.right-section-detail-p .del-box-style-s-rows-set .circle-c {
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.right-section-detail-p .del-box-style-s-rows-set .circle-c svg {
  height: 100%;
}

.right-section-detail-p .del-box-style-s-rows-set hr {
  color: #ccc;
}

.right-section-detail-p .chat-w-box-style-s-d {
  background-color: white;
  border-radius: 5px;
}

.right-section-detail-p .chat-w-box-style-s-d .bag-img-style .img-bag {
  height: 55px;
  width: 55px;
}

.right-section-detail-p .chat-w-box-style-s-d .bag-img-style .img-bag img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}



.left-img-magnify-section-style-set .img-magnifier-container {
  position: relative;
  max-width: 500px;
  margin: 50px auto;
}

.left-img-magnify-section-style-set .img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  width: 150px;
  height: 150px;
  display: none;
}

.left-img-magnify-section-style-set .product-image {
  height: 266px !important;
  object-fit: cover;
}

.left-img-magnify-section-style-set .product-image {
  max-width: 100%;
  height: auto;
}

.left-img-magnify-section-style-set .thumbnail-container {
  display: flex;
  justify-content: left;
  gap: 10px;
  margin-top: 20px;
}

.left-img-magnify-section-style-set .thumbnail {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.left-img-magnify-section-style-set .thumbnail:hover {
  border-color: #0d6efd;
}










.tabs-detail-page-section {
  border: 3px solid #e7f2fd;
  border-radius: 10px;
}

.tabs-detail-page-section .nav-tabs {
  border: 0;
}

.tabs-detail-page-section .nav-link {
  border: 0;
  padding: 12px 18px 12px 18px;
  transition: 0.3s;
  color: #2c4964;
  border-radius: 0;
  border-bottom: 2px solid white;
  font-weight: 600;
  font-size: 14px;
}

.tabs-detail-page-section .nav-link:hover {
  color: #1977cc;
}

.tabs-detail-page-section .nav-link.active {
  color: white;
  background-color: #4d55ac;
  border-radius: 30px;
}

.tabs-detail-page-section .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.tabs-detail-page-section .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.tabs-detail-page-section .details p {
  color: #777777;
  margin-top: 16px;
}

@media (max-width: 992px) {
  .tabs-detail-page-section .nav-link {
    padding: 15px;
  }

  .tabs-detail-page-section .nav-link.active {
    color: #FFFFFF;
    background: #1977cc;
  }
}


@media(max-width: 442px) {
  .ratings-style {
    flex-direction: column !important;
  }
}










#v2ProductDetailPage .detail-page-first-section-add-to-cart .mid-style-d-content-sec .ratings-style svg {
  color: #f8a654;
}

#v2ProductDetailPage .detail-page-first-section-add-to-cart .mid-style-d-content-sec .ratings-style .count-rate-set-s {
  color: #7d879c;
}

#v2ProductDetailPage .detail-page-first-section-add-to-cart .mid-style-d-content-sec .ratings-style .rate-count-sec-style-s span {
  color: #4d55ac;
}

#v2ProductDetailPage .detail-page-first-section-add-to-cart .mid-style-d-content-sec .price-style-main-s-d {
  color: #4d55ac;
}

#v2ProductDetailPage .detail-page-first-section-add-to-cart .mid-style-d-content-sec .inc-dec-btn-style-sec-s .btn-box-style-inc-dec {
  border: 1px solid #4d55ac;
  border-radius: 5px;
  background-color: white;
}

#v2ProductDetailPage .detail-page-first-section-add-to-cart .mid-style-d-content-sec .inc-dec-btn-style-sec-s .btn-box-style-inc-dec .increment-btn {
  border: 0;
  color: #4d55ac;
  padding: 5px 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#v2ProductDetailPage .detail-page-first-section-add-to-cart .mid-style-d-content-sec .inc-dec-btn-style-sec-s .btn-box-style-inc-dec .decrement-btn {
  border: 0;
  color: #4d55ac;
  padding: 5px 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#v2ProductDetailPage .detail-page-first-section-add-to-cart .mid-style-d-content-sec .total-p-q-style-set-d h6 {
  color: #4d55ac;
}

#v2ProductDetailPage .detail-page-first-section-add-to-cart .mid-style-d-content-sec .total-p-q-style-set-d small {
  font-size: 11px;
}

#v2ProductDetailPage .mid-style-d-content-sec .add-to-cart-btn-style-row-set-d .by-nw-set {
  border-radius: 5px;
  background-color: #f58300;
  color: white;
  padding: 8px 25px;
  border: 1px solid #f58300;
  transition: 0.5s;
}

#v2ProductDetailPage .mid-style-d-content-sec .add-to-cart-btn-style-row-set-d .by-nw-set:hover {

  background-color: #cf7002;

}

#v2ProductDetailPage .mid-style-d-content-sec .add-to-ct-set {
  border-radius: 5px;
  background-color: #4d55ac;
  color: white;
  padding: 8px 20px;
  border: 1px solid #4d55ac;
  transition: 0.5s;
}

#v2ProductDetailPage .mid-style-d-content-sec .add-to-ct-set:hover {

  background-color: #333b8f;

}

#v2ProductDetailPage .mid-style-d-content-sec .fav-icon-style-s-set {
  padding: 8px 20px;
  border: 1px solid #cecfd2;
  transition: 0.5s;
  border-radius: 5px;
}

#v2ProductDetailPage .mid-style-d-content-sec .fav-icon-style-s-set svg {
  color: #4d55ac;
}

#v2ProductDetailPage .mid-style-d-content-sec .fav-icon-style-s-set:hover {

  border: 1px solid #9c9da0;

}

#v2ProductDetailPage .right-section-detail-p .del-box-style-s-rows-set {
  background-color: white;
  border-radius: 5px;
}

#v2ProductDetailPage .right-section-detail-p .del-box-style-s-rows-set .circle-c {
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 50%;
}

#v2ProductDetailPage .right-section-detail-p .del-box-style-s-rows-set .circle-c svg {
  height: 100%;
}

#v2ProductDetailPage .right-section-detail-p .del-box-style-s-rows-set hr {
  color: #ccc;
}

#v2ProductDetailPage .right-section-detail-p .chat-w-box-style-s-d {
  background-color: white;
  border-radius: 5px;
}

#v2ProductDetailPage .right-section-detail-p .chat-w-box-style-s-d .bag-img-style .img-bag {
  height: 55px;
  width: 55px;
}

#v2ProductDetailPage .right-section-detail-p .chat-w-box-style-s-d .bag-img-style .img-bag img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}



#v2ProductDetailPage .left-img-magnify-section-style-set .img-magnifier-container {
  position: relative;
  max-width: 500px;
  margin: 50px auto;
}

#v2ProductDetailPage .left-img-magnify-section-style-set .img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  width: 150px;
  height: 150px;
  display: none;
}

#v2ProductDetailPage .left-img-magnify-section-style-set .product-image {
  height: 266px !important;
  object-fit: cover;
}

#v2ProductDetailPage .left-img-magnify-section-style-set .product-image {
  max-width: 100%;
  height: auto;
}

#v2ProductDetailPage .left-img-magnify-section-style-set .thumbnail-container {
  display: flex;
  justify-content: left;
  gap: 10px;
  margin-top: 20px;
}

#v2ProductDetailPage .left-img-magnify-section-style-set .thumbnail {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

#v2ProductDetailPage .left-img-magnify-section-style-set .thumbnail:hover {
  border-color: #0d6efd;
}

#v2ProductDetailPage .tabs-detail-page-section {
  border: 3px solid #e7f2fd;
  border-radius: 10px;
}
#v2ProductDetailPage .tabs-detail-page-section .nav-tabs {
  border: 0;
}

#v2ProductDetailPage .tabs-detail-page-section .nav-link {
  border: 0;
  padding: 12px 18px 12px 18px;
  transition: 0.3s;
  color: #2c4964;
  border-radius: 0;
  border-bottom: 2px solid white;
  font-weight: 600;
  font-size: 14px;
}

#v2ProductDetailPage .tabs-detail-page-section .nav-link:hover {
  color: #1977cc;
}

#v2ProductDetailPage .tabs-detail-page-section .nav-link.active {
  color: white;
  background-color: #4d55ac;
  border-radius: 30px;
}

#v2ProductDetailPage .tabs-detail-page-section .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

#v2ProductDetailPage .tabs-detail-page-section .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

#v2ProductDetailPage .tabs-detail-page-section .details p {
  color: #777777;
  margin-top: 16px;
}

@media (max-width: 992px) {
  #v2ProductDetailPage .tabs-detail-page-section .nav-link {
    padding: 15px;
  }

    #v2ProductDetailPage .tabs-detail-page-section .nav-link.active {
    color: #FFFFFF;
    background: #1977cc;
  }
}

#v2ProductDetailPage
{
  margin-top:60px !important;
}


@media(max-width: 442px) {
  .ratings-style {
    flex-direction: column !important;
  }
}








.product-listing-p-style-set-ss .product-header-with-filter {
  box-shadow: 0px 0px 3px 0px rgba(27, 127, 237, 0.15);
}

.product-listing-p-style-set-ss .product-header-with-filter .sorting-item {
  border-radius: 5px;
  border: 1px solid rgba(76, 144, 236, 0.15);
  box-shadow: 0px 4px 5px rgba(20, 85, 172, 0.05);
  padding-inline-start: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
}

.product-listing-p-style-set-ss .product-header-with-filter label {
  padding-top: 0.0625rem;
  font-size: 0.875rem;
}

.product-listing-p-style-set-ss .product-header-with-filter .sorting-item select {
  box-shadow: none !important;
  background: transparent;
  padding-inline-end: 15px;
  outline: none !important;
  border: none !important;
  height: 40px;
  font-size: 13px;
}

.product-listing-p-style-set-ss .product-header-with-filter .filter-btn-responsive-style-s {
  display: none;
}

.product-listing-p-style-set-ss .listing-product-box-style-div-set-section .product-image-container {
  position: relative;
  overflow: hidden;
  margin: 10px;
  padding-top: 10px;
  height: 200px;
  border-radius: 10px;
}

.product-listing-p-style-set-ss .listing-product-box-style-div-set-section .product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* margin-bottom: 5px; */
  transition: transform 0.3s ease;
  /* border: 1px solid #e1f1f3; */

  border-radius: 10px;
}

.product-listing-p-style-set-ss .listing-product-box-style-div-set-section .view-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgba(64, 83, 124, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 5px;
  margin-top: 5px;
}

.product-listing-p-style-set-ss .listing-product-box-style-div-set-section .view-icon {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d6efd;
}

.product-listing-p-style-set-ss .listing-product-box-style-div-set-section .discount-box-style-set-d {
  background-color: #1455ac;
  color: white;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  /* left: 10px; */
  font-size: 14px;
  font-weight: bold;
  z-index: 3;
}

.product-listing-p-style-set-ss .listing-product-box-style-div-set-section .product-card:hover .view-overlay {
  opacity: 1;
}

.product-listing-p-style-set-ss .listing-product-box-style-div-set-section .product-card:hover .product-image {
  transform: scale(1.05);
}

.product-listing-p-style-set-ss .listing-product-box-style-div-set-section .product-price {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}

.product-listing-p-style-set-ss .listing-product-box-style-div-set-section .discounted-price-style-set-d {
  color: #9b9b9b;
  font-size: 13px;
}

.product-listing-p-style-set-ss .listing-product-box-style-div-set-section .heading-style-ecl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-listing-p-style-set-ss .page-item {
  margin: 0.15rem;
}

.product-listing-p-style-set-ss .page-item.disabled .page-link {
  color: #7d879c;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e3e9ef;
}

.product-listing-p-style-set-ss .pagination .page-link {
  border-radius: 0.3125rem;
  font-size: 0.9375rem;
}

.product-listing-p-style-set-ss .page-item.active>.page-link {
  box-shadow: 0 0.5rem 1.125rem -0.425rem #1455ac;
  border: 1px solid #1455ac;
}



.product-listing-p-style-set-ss .page-item.active .page-link {
  background-color: #1455ac !important;
  color: white;
}

.product-listing-p-style-set-ss .page-link {
  position: relative;
  display: block;
  padding: 0.375rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4b566b;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}







.sidebar-filter-section-set-style-ss .__search-sidebar .custom-select {
  background: #ffffff;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  width: 100%;
  border-radius: 5px !important;
  border: 1px solid rgba(27, 127, 237, 0.5) !important;
  color: #212629;
}

.sidebar-filter-section-set-style-ss .__search-sidebar .form-control-sm {
  border-radius: 5px;
  border: 1px solid rgba(27, 127, 237, 0.5);
  padding: 6px;
}

.sidebar-filter-section-set-style-ss .__search-sidebar .__number-filter-btn a {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background: #1b7fed;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  margin-left: 5px;
}

.sidebar-filter-section-set-style-ss .product-categories-list {
  overflow: hidden auto;
  max-height: 18rem;
}

.sidebar-filter-section-set-style-ss .menu--caret-accordion .card-header {
  padding-block: 10px;
  align-items: center;
  gap: 7px;
  display: flex;
}

.sidebar-filter-section-set-style-ss .menu--caret {
  transition: all ease 0.3s;
  margin-inline-start: auto;
}

.sidebar-filter-section-set-style-ss .__categories-expand-list-style-sidebar .accordion-header {
  font-size: 15px !important;
  border-bottom: 1px solid #e9e9e9;
  font-weight: 400;
}

.sidebar-filter-section-set-style-ss .__categories-expand-list-style-sidebar .accordion-header .accordion-button:focus {
  box-shadow: none !important;
}

.sidebar-filter-section-set-style-ss .accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
  background-color: white !important;
  width: 10px !important;
}



.sidebar-filter-section-set-style-ss .brands-container {
  max-width: 300px;
  padding: 15px;
}

.sidebar-filter-section-set-style-ss .search-box {
  position: relative;
  margin-bottom: 15px;
}

.sidebar-filter-section-set-style-ss .search-box input {
  width: 100%;
  padding: 8px 30px 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.sidebar-filter-section-set-style-ss .search-box .search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}

.sidebar-filter-section-set-style-ss .brands-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden auto;
  max-height: 18rem;
}

.sidebar-filter-section-set-style-ss .brands-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}

.sidebar-filter-section-set-style-ss .brands-list li:hover {
  color: #0066c0;
}

.sidebar-filter-section-set-style-ss .brand-count {
  background: #f3f5f9;
  border-radius: 10px;
  padding: 2px 13px 2px;
  color: #212629;
  font-weight: 400;
  font-size: 12px;
}

.sidebar-filter-section-set-style-ss .btn-close-style-set-sidebar-ss-d {
  display: none;
}









.three-boxes-container-s-style-responsive {
  width: 800px !important;
}

.three-boxes-container-s-style-responsive .footer-slide-item {
  padding: 33px 20px 27px;
  border-radius: 5px;
  border: 1px solid #e9ecf0;
  height: 100%;
}

.three-boxes-container-s-style-responsive .footer-slide-item p {
  color: #262d34;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 3px;
}

.three-boxes-container-s-style-responsive .footer-slide-item a {
  text-decoration: none;
}

.three-boxes-container-s-style-responsive .footer-slide-item small {
  color: rgba(38, 45, 52, 0.8);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.14px;
}

.three-boxes-container-s-style-responsive .logo-style-set-s {
  color: #1455ac;
}








@media (max-width: 991px) {
  .sidebar-filter-section-set-style-ss {
    background-color: white !important;
    position: fixed;
    right: -365px;
    top: 0;
    z-index: 11;
    height: 100vh;
    overflow-y: auto;
    /* display: none; */
    transition: 0.3s;
  }

  .left-side-bar-set-style-ss-d-section .overlay-sidebar-dard-set-style {
    background-color: #00000082;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    display: none;
  }

  .product-listing-p-style-set-ss .product-header-with-filter .filter-btn-responsive-style-s {
    display: block;
  }

  .btn-close-style-set-sidebar-ss-d {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .three-boxes-container-s-style-responsive {
    width: 100% !important;
  }
}

@media screen and (max-width: 575px) {
  .three-boxes-container-s-style-responsive .footer-slide-item p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
  }

  .three-boxes-container-s-style-responsive .footer-slide-item {
    padding: 20px 8px;
  }
}
.exo-font {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

#v3DetailPage {
  font-family: "Poppins", sans-serif;
}

/* product listing page css - start */
#v3DetailPage .product-listing-page .left-filter {
  width: 320px;
  position: fixed;
  overflow-y: auto;
  left: 0;
  top: 0;
  height: 100vh;
  background-color: white;
  z-index: 4;
  transition: 0.4s;
}

#v3DetailPage .sideBarOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.281);
  z-index: 3;
  display: none;
}


/* Style the scrollbar */
#v3DetailPage .product-listing-page .left-filter::-webkit-scrollbar {
  width: 10px;
  /* Width of the scrollbar */
}

/* Style the scrollbar track (the background of the scrollbar) */
#v3DetailPage .product-listing-page .left-filter::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Track color */
  border-radius: 10px;
}

/* Style the scrollbar thumb (the draggable part) */
#v3DetailPage .product-listing-page .left-filter::-webkit-scrollbar-thumb {
  background-color: #205D39;
  /* Color of the thumb */
  border-radius: 10px;
  border: 3px solid #f1f1f1;
  /* Optional border for thumb */
}

/* Style the scrollbar thumb on hover */
#v3DetailPage .product-listing-page .left-filter::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Darker color on hover */
}
#v3DetailPage .product-listing-page .left-filter .heading {
  font-size: 17px;
  font-weight: 600;
}


#v3DetailPage .product-listing-page .left-filter .category h3 {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
}

#v3DetailPage .product-listing-page .left-filter .category .list-checkboxes {
  padding: 0;
  margin: 0;
  max-height: 150px;
  overflow-y: auto;
  font-size: 14px;
}

/* Custom scrollbar style */
#v3DetailPage .product-listing-page .left-filter .category .list-checkboxes::-webkit-scrollbar {
  width: 10px;
  /* Width of the scrollbar */
}

/* Custom scrollbar track */
#v3DetailPage .product-listing-page .left-filter .category .list-checkboxes::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Track color */
  border-radius: 5px;
}

/* Custom scrollbar thumb */
#v3DetailPage .product-listing-page .left-filter .category .list-checkboxes::-webkit-scrollbar-thumb {
  background-color: #205D39;
  /* Color of the thumb */
  border-radius: 5px;
  border: 3px solid #f1f1f1;
  /* Optional border for the thumb */
}

/* Hover state of the scrollbar thumb */
#v3DetailPage .product-listing-page .left-filter .category .list-checkboxes::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Darker color on hover */
}

#v3DetailPage .product-listing-page .left-filter .price-range-container {
  margin-bottom: 25px;
}

#v3DetailPage .product-listing-page .left-filter .price-range-container .price-slider {
  height: 4px;
  background: #E0E0E0;
  border-radius: 4px;
  position: relative;
  margin: 15px 0 20px;
}

#v3DetailPage .product-listing-page .left-filter .price-range-container .price-slider-track {
  height: 4px;
  background: #205D39;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 4px;
}

#v3DetailPage .product-listing-page .left-filter .price-range-container .price-slider-handle {
  width: 16px;
  height: 16px;
  background: #205D39;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  margin-left: -8px;
  cursor: pointer;
}

#v3DetailPage .product-listing-page .left-filter .price-range-container .price-display {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

#v3DetailPage .product-listing-page .left-filter .price-range-container .section-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

#v3DetailPage .product-listing-page .left-filter .review-container .rating-item {
  display: flex;
  align-items: center;

  cursor: pointer;
}

#v3DetailPage .product-listing-page .left-filter .review-container .rating-checkbox {
  margin-right: 10px;
}

#v3DetailPage .product-listing-page .left-filter .review-container .stars {
  color: #FFD700;
  font-size: 22px;
  margin-right: 5px;
}

#v3DetailPage .product-listing-page .left-filter .review-container .star-text {
  color: #333;
  font-size: 14px;
  margin-left: 5px;
}

#v3DetailPage .product-listing-page .left-filter .review-container .empty-star {
  color: #E0E0E0;
}

#v3DetailPage .product-listing-page .left-filter .review-container .section-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #333;
}



#v3DetailPage .product-listing-page .left-filter .other-filters h3 {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
}

#v3DetailPage .product-listing-page .left-filter .other-filters .list-checkboxes {

  font-size: 14px;
}

#v3DetailPage .right-listing-section {
  width: 100%;
  margin-left: 320px;
}

#v3DetailPage .right-listing-section .filter-t p {
  font-size: 14px;
}


#v3DetailPage .right-listing-section .filter-t .left span {
  font-size: 14px;
  display: block;
  width: 90px;
}

#v3DetailPage .right-listing-section .leftSideShow {
  font-size: 24px;
}

#v3DetailPage .right-listing-section .filter-container {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  flex-wrap: wrap;
}

#v3DetailPage .right-listing-section .filter-container .filter-label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-right: 6px;
}

#v3DetailPage .right-listing-section .filter-container .filter-btn {
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  padding: 5px 12px;
  font-size: 13px;
  color: #333;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

#v3DetailPage .right-listing-section .filter-container .filter-btn:hover {
  background-color: #f0f0f0;
}

#v3DetailPage .right-listing-section .filter-container .filter-btn.active {
  background-color: #f3c824;
  border-color: #ffc107;
  color: #333;
}

#v3DetailPage .right-listing-section .filter-container .filter-btn.active .close-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

#v3DetailPage .right-listing-section .filter-container .close-icon {
  display: none;
  margin-left: 8px;
  font-size: 12px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 14px;
  text-align: center;
  background-color: #f8f9fa;
  color: #666;
}

#v3DetailPage .right-listing-section .filter-container .close-icon:hover {
  background-color: #e9ecef;
  color: #333;
}

#v3DetailPage .right-listing-section .filter-container .clear-all {
  color: #124a32;
  background: none;
  border: none;
  font-size: 13px;
  cursor: pointer;
  padding: 5px 8px;
  margin-left: 4px;
  text-decoration: underline;
  transition: 0.4s;
}

#v3DetailPage .right-listing-section .filter-container .clear-all:hover {
  text-decoration: underline;
  color: #0c3322;
}

#v3DetailPage .right-listing-section .product-box {
  text-decoration: none;
  color: black;
}

#v3DetailPage .right-listing-section .product-box .image-l {
  /* max-width: 100%; */
  height: 230px;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 25px;
}

#v3DetailPage .right-listing-section .product-box .image-l img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
  transition: 0.4s;

}

#v3DetailPage .right-listing-section .product-box:hover .image-l img {
  transform: scale(1.2, 1.2);

}

#v3DetailPage .right-listing-section .product-box .image-l .discount-box {
  background-color: #205D39;
  color: white;
  border-radius: 45px;
  padding: 5px 14px;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}

#v3DetailPage .right-listing-section .product-box .image-l .right-icon-btn {
  position: absolute;
  right: -10px;
  top: 10px;
  transition: 0.4s;
  opacity: 0;
  z-index: 2;
}

#v3DetailPage .right-listing-section .product-box:hover .right-icon-btn {
  right: 10px;
  opacity: 1;
}

#v3DetailPage .right-listing-section .product-box .image-l .right-icon-btn .fav-btn {
  background-color: white;
  color: red;
  border-radius: 50%;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  margin-bottom: 10px;
}

#v3DetailPage .right-listing-section .product-box .image-l .right-icon-btn .fav-btn .fa-regular {
  color: #333;
}

#v3DetailPage .right-listing-section .product-box .image-l .right-icon-btn .ext-btn {
  background-color: white;
  color: #333;
  border-radius: 50%;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  margin-bottom: 10px;
}

#v3DetailPage .right-listing-section .product-box .rating-row span {
  font-size: 14px;
  color: #a5a5a5;
  font-weight: 500;
}

#v3DetailPage .right-listing-section .product-box .rating-row .rating {
  font-size: 16px;
  font-weight: 600;
}

#v3DetailPage .right-listing-section .product-box .rating-row i {
  color: #FFD700;
}

#v3DetailPage .right-listing-section .product-box h3 {
  font-size: 17px;
  font-weight: 600;
}

#v3DetailPage .right-listing-section .product-box .price .price-r {
  font-weight: 600;
}

#v3DetailPage .right-listing-section .product-box .price .price-s {
  color: #a5a5a5;
  font-weight: 500;
  text-decoration: line-through;
}
#v3DetailPage .pagination-style .page-link {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  margin: 5px;
}


#v3DetailPage .pagination-style .page-link.active {
  background-color: #205D39;
  border: 1px solid #205D39;
  color: white;
}
#v3DetailPage .product-detail-page-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

#v3DetailPage .product-detail-page-container .product-image-main {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

#v3DetailPage .product-detail-page-container .thumbnail-container {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

#v3DetailPage .product-detail-page-container .thumbnail {
  width: 70px;
  height: 70px;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid transparent;
  padding: 2px;
}

#v3DetailPage .product-detail-page-container .thumbnail.active {
  border-color: #1b5e20;
}

#v3DetailPage .product-detail-page-container .plant-label {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 5px;
}

#v3DetailPage .product-detail-page-container .in-stock-badge {
  background-color: #e8fbf1;
  color: #205D39;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 0.8rem;
  margin-left: 10px;
  border: 1px solid #205D39;
}

#v3DetailPage .product-detail-page-container .rating-stars {
  color: #ffc107;
  margin-right: 5px;
  font-size: 15px;
}

#v3DetailPage .product-detail-page-container .reviews-count {
  color: #666;
  font-size: 0.9rem;
}

#v3DetailPage .product-detail-page-container .price-container {
  margin: 15px 0;
}

#v3DetailPage .product-detail-page-container .current-price {
  font-size: 1.5rem;
  font-weight: 500;
}

#v3DetailPage .product-detail-page-container .original-price {
  color: #999;
  text-decoration: line-through;
  margin-left: 8px;
  font-size: 1.2rem;
}

#v3DetailPage .product-detail-page-container .option-title {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}

#v3DetailPage .product-detail-page-container .option-btn {
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: none;
  padding: 5px 15px;
  font-size: 15px;
}

#v3DetailPage .product-detail-page-container .option-btn.active {
  background-color: #ffc107;
  color: #000;
  border: 1px solid #ffc107;
}

#v3DetailPage .product-detail-page-container .option-btn:not(.active) {
  background-color: white;
  color: #333;
  border: 1px solid #ccc;
}

#v3DetailPage .product-detail-page-container .color-option {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 10px;
  border: 2px solid transparent;
}

#v3DetailPage .product-detail-page-container .color-option.active {
  border-color: #333;
}

#v3DetailPage .product-detail-page-container .quantity-input {
  width: 40px;
  text-align: center;
  border: 1px solid #ddd;
  padding: 5px;
}

#v3DetailPage .product-detail-page-container .quantity-btn-1 {
  width: 30px;
  height: 30px;
  background-color: white;
  border: 1px solid #ddd;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  padding: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#v3DetailPage .product-detail-page-container .quantity-btn-2 {
  width: 30px;
  height: 30px;
  background-color: white;
  border: 1px solid #ddd;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  padding: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

#v3DetailPage .product-detail-page-container .add-to-cart-btn {
  background-color: #1b5e20;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 15px;
}

#v3DetailPage .product-detail-page-container .buy-now-btn {
  background-color: #ffc107;
  color: #000;
  border: none;
  padding: 8px 20px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 15px;
}

#v3DetailPage .product-detail-page-container .wishlist-btn {
  border: 1px solid #ddd;
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
}

#v3DetailPage .product-detail-page-container .wishlist-btn .fa-solid {
  color: red;
}

#v3DetailPage .product-detail-page-container .product-meta {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-size: 0.9rem;
  color: #666;
}

#v3DetailPage .product-detail-page-container .social-share {
  display: flex;
  gap: 10px;
}

#v3DetailPage .product-detail-page-container .social-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #205D39;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: 0.4s;
}

#v3DetailPage .product-detail-page-container .social-icon:hover {

  background-color: #1a492d;

}

#v3DetailPage .product-detail-page-container .nav-item .nav-link {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  margin-left: 20px;
  margin-right: 20px;
  color: #666;
  font-weight: 600;
}

#v3DetailPage .product-detail-page-container .nav-item .nav-link.active {
  background-color: white;
  color: #205D39;
  border-bottom: 2px solid #205D39;
}


#v3DetailPage .product-detail-page-container .description-tab-detail-page {
  font-size: 14px;
  color: #666;
}

#v3DetailPage .product-detail-page-container .description-tab-detail-page .list {
  padding: 0;
  margin: 0;
}

#v3DetailPage .product-detail-page-container .description-tab-detail-page .list li {
  list-style: none;
  margin-bottom: 8px;
}

#v3DetailPage .product-detail-page-container .description-tab-detail-page .list .dot-style {
  width: 15px;
  height: 15px;
  background-color: #205D39;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

#v3DetailPage .product-detail-page-container .description-tab-detail-page .list .dot-style::after {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #ffc107;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid white;
  left: -3px;
}


#v3DetailPage .product-detail-page-container .additional-information-tab table {
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 20px;
  overflow: hidden;
}

#v3DetailPage .product-detail-page-container .additional-information-tab table th {
  font-weight: 500;
  background-color: #ffc107;
}

#v3DetailPage .product-detail-page-container .additional-information-tab table td {
  font-weight: 300;
}
#v3DetailPage .reviews-container .rating-summary {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: center;
}

#v3DetailPage .reviews-container .average-rating {
  margin-right: 50px;
  text-align: center;
  min-width: 100px;
}

#v3DetailPage .reviews-container .rating-number {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}

#v3DetailPage .reviews-container .rating-text {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 5px;
}

#v3DetailPage .reviews-container .total-reviews {
  font-size: 0.75rem;
  color: #666;
}

#v3DetailPage .reviews-container .rating-bars {
  flex-grow: 1;
  max-width: 60%;
}

#v3DetailPage .reviews-container .rating-bar-row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

#v3DetailPage .reviews-container .star-label {
  width: 40px;
  font-size: 0.8rem;
  color: #555;
  margin-right: 10px;
}

#v3DetailPage .reviews-container .progress {
  flex-grow: 1;
  height: 6px;
  background-color: #f0f0f0;
  border-radius: 3px;
}

#v3DetailPage .reviews-container .progress-bar {
  background-color: #FFD700;
  border-radius: 3px;
}

#v3DetailPage .reviews-container .review-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 15px;
}

#v3DetailPage .reviews-container .review-count-text {
  font-size: 0.8rem;
  color: #666;
}

#v3DetailPage .reviews-container .sort-dropdown {
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}

#v3DetailPage .reviews-container .sort-dropdown select {
  border: 1px solid #ccc;
  background: transparent;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  padding-right: 15px;
  padding: 3px;
  border-radius: 5px;
  outline: none;
}

#v3DetailPage .reviews-container .reviewer {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#v3DetailPage .reviews-container .reviewer-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
}

#v3DetailPage .reviews-container .reviewer-name {
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 0;
}

#v3DetailPage .reviews-container .reviewer-verified {
  font-size: 0.75rem;
  color: #888;
}

#v3DetailPage .reviews-container .reviewer-date {
  font-size: 0.8rem;
  color: #666;
  text-align: right;
}

#v3DetailPage .reviews-container .review-title {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 0.95rem;
}

#v3DetailPage .reviews-container .review-content {
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #444;
}

#v3DetailPage .reviews-container .review-images {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

#v3DetailPage .reviews-container .review-image {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 5px;
}

#v3DetailPage .reviews-container .stars {
  color: #FFD700;
  margin-bottom: 8px;
  font-size: 0.8rem;
}

#v3DetailPage .reviews-container .stars .rating-value {
  color: #333;
  margin-left: 5px;
  font-weight: 500;
}

#v3DetailPage .reviews-container .section-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 30px;
}
.v4-product-listing .top_banner, .v5-product-listing .top_banner {
  min-height: 300px;
  height: 300px;
  background: url('../../../assets/images/banner-top.jpg') no-repeat top center;
  background-size: cover !important;

  display: flex;
  justify-content: center;
  /* horizontal center */
  align-items: center;
  /* vertical center */
  text-align: center;
  /* optional for <h3> */
}
.v4-product-listing .product-short-title
{
  white-space: nowrap;
  text-transform: uppercase;
  font-size:22px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v5-product-listing .product-short-title
{
  white-space: nowrap;
    text-transform: uppercase;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.v4-product-listing .short_description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v4-product-listing .short_description
{
  font-size:14px;
}
.v4-product-listing .add_to_cart
{
  border-radius: 0px !important;
  background-color: #08C;
}
.v4-product-listing .product_hyper_link
{
  border-radius: 0px !important;
}
.v4-product-listing .add_to_wishlist{
  border-radius: 0px !important;
}
.v4-product-listing .filled{
  color:#08C !important;
}
.v5-product-listing .filled {
  color: #FF9000 !important;
}
.v5-product-listing button,.v5-product-listing a {
  background-color: #fff !important;
  border-color: #FF9000;
  color:#FF9000;
}

.v5-product-listing .add_to_cart{
  background-color: #FF9000 !important;
  border-color:#FF9000 !important;
  outline:none !important;
  color:#fff;

}
.v4-product-listing .hide{
  display: none;
}