@import url("authentication.css");

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span,
a,
div,
body {
  font-family: "Outfit", sans-serif !important;
}

/********************* footer css start here *********************/

.block-social.col-lg-4.col-md-12.col-sm-12 {
  display: none;
}

body {
  background: white;

  overflow-x: hidden;
}

#blockEmailSubscription_displayFooterBefore {
  max-width: 950px;
  padding: 40px 70px 50px;
  border-radius: 20px;
  margin-bottom: 0px;
  position: relative;
  top: 30px;
  background: linear-gradient(45deg, #8056d7, #14d0dc);
}

.block_newsletter #block-newsletter-label {
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 500px;
  margin: 0px auto 30px;
}

.news_letter_form .btn.btn-primary {
  background: #5640b4;

  font-size: 18px;

  font-weight: normal;

  margin: 0px !important;

  border-radius: 0px 5px 5px 0px;

  text-transform: capitalize;

  padding: 10px 30px;

  height: 50px;

  border: none !important;
}

.news_letter_form {
  max-width: 550px;

  margin: 0px auto;
}

.block_newsletter form input[type="email"] {
  width: 100%;

  padding: 11px 10px 11px 30px;

  border: none;

  border-radius: 5px 0px 0px 5px;

  font-size: 18px;

  font-weight: normal;

  color: #000;

  height: 50px;
}

.block_newsletter .row.text-center {
  text-align: center;
}

.block_newsletter .row.text-center > img {
  margin-bottom: 20px;
}

.block_newsletter form input[type="email"]::placeholder {
  color: #ccc;
}

.block_newsletter form input[type="email"]:focus {
  outline: none !important;

  border: none !important;

  color: #000;

  padding: 11px 10px 11px 30px !important;
}

.news_letter_form .btn.btn-primary:focus {
  outline: none !important;

  border: none !important;
}

.footer-container {
  padding-top: 0px;
}

.footer-container .container {
  padding: 0px;

  width: 100%;
}

.footer-container .container > .row:nth-of-type(1) {
    background: #000;
    padding: 70px 70px 20px;
}

.blockreassurance .block-icon {
  height: auto;
}

.blockreassurance .block-icon img {
  max-width: 50px;

  height: auto;

  margin-bottom: 20px;
}

.blockreassurance .block-title {
  font-size: 18px;

  font-weight: bold;

  margin-bottom: 10px;
}

.blockreassurance .block-title + p {
  font-size: 18px;

  font-weight: normal;

  /* margin-bottom: -20px; */
}

.blockreassurance {
    padding: 40px 70px 60px;
}

.footer-container .h3,
.footer-container .h4,
.footer-container .h3 a {
  color: #fff !important;

  font-size: 18px;

  text-transform: capitalize !important;

  font-weight: bold;
}

.footer-container .links li a {
  font-size: 16px;

  font-weight: normal;

  color: #ccc;
}

.footer-container .links li {
  margin-bottom: 10px;
}

.footer-container #footer_sub_menu_1 li a {
  text-transform: uppercase;
}

.block-contact #contact-infos,
.block-contact #contact-infos a {
  color: #ccc;

  font-size: 16px;

  font-weight: normal;

  line-height: 25px;
}

.footer-container .container > .row:nth-of-type(3) {
  background: #0b0b0b;

  padding: 25px 70px;
}

.footer-container .container > .row:nth-of-type(3) p {
    color: #737373;
    font-size: 15px;
    margin-bottom: 0;
}

#footer_logo a {
  display: flex;

  height: 280px;

  align-items: center;
}

li.product-flag.new,
li.product-flag.out_of_stock {
  font-size: 10px;
  padding: 1px 8px;
  background: linear-gradient(to right, #00d67e, #6979d9);
  min-height: auto !important;
  border-radius: 5px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-left: 0;
}
li.product-flag.discount {
  background-color: #000 !important;
  padding: 3px 12px;
  border-radius: 5px;
}

li.product-flag.pack {
  display: none;
}

.thumbnail-container button.wishlist-button-add {
  display: none;
}

.thumbnail-container:hover button.wishlist-button-add {
  display: block !important;
}

.product-information #product-availability {
  display: none;
}

.list_row
  .thumbnail-container
  .product-description
  .product-price-and-shipping {
  display: none;
}

.thumbnail-container .product-description .product-title a {
  color: #000 !important;
  font-size: 17px !important;
  font-weight: bold !important;
  line-height: 18px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

#products.list_row .thumbnail-container .product-description .product-title a {
  text-align: left;
}

.thumbnail-container .product-description .product-title a .product-flags-inline {
  display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    transform: translateY(-1px);
}
.thumbnail-container .product-description .product-title a .product-flags-inline .product-flag {

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: .625rem;
    color: #fff;
    pointer-events: auto;
    font-weight: 600;
    font-size: 12px;
    padding: 3px 12px;
    background: linear-gradient(to right, #00d67e, #6979d9);
    border-radius: 5px;
    text-transform: capitalize;
}


/********************* footer css end here *********************/

/********************* header css start here *********************/

#header .header-nav {
  background: #000;

  padding: 0px 0px;

  border: none;
}

#header .header-nav .language-selector {
  margin: 0px !important;
}

#header .header-nav .language-selector button {
  align-items: center;

  display: flex;

  justify-content: center;

  column-gap: 5px;
}

#header .header-nav .language-selector button span,
#header .header-nav .language-selector button i {
  color: #fff !important;
}

#header .header-nav .language-selector button i {
  width: auto;

  height: auto;
}

#header .header-nav .language-selector button img {
  margin-right: 5px;
}

#header .header-nav .language-selector ul li a {
  display: flex;

  align-items: center;

  column-gap: 10px;
}

#header .header-nav .language-selector button:hover span,
#header .header-nav .language-selector button:hover i,
#header .header-nav .language-selector ul li a:hover {
  color: #16ccdb !important;
}

#header .header-top {
  background-color: #000000;
  padding-bottom: 10px !important;
  padding-top: 10px;
}


#header .header-top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 35px;
}

#header .header-top-right #wishlist_top a i,
#header .header-top-right #_desktop_user_info a i,
#_desktop_user_info .custom_user_ i {
  font-size: 27px;
}
#header .header-top-right #wishlist_top a .text_sub,
#header .header-top-right #_desktop_user_info .custom_user_ .text_sub,
#_desktop_user_info .user-info a .text_sub {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
#header .header-top-right #wishlist_top a,
#_desktop_user_info .custom_user_,
#_desktop_user_info .user-info a {
  color: #fff;
  display: flex;
  align-items: center;
  column-gap: 5px;
  cursor: pointer;
}
#header .header-top-right #wishlist_top a .text_main,
#_desktop_user_info .custom_user_ .text_main,
#_desktop_user_info .user-info a .text_main {
  font-size: 14.77px;
  font-weight: 600;
}
#_desktop_user_info .custom_user_ a {
  color: #fff;
}
#_desktop_user_info .custom_user_:hover i {
  color: #19c9db;
}
.custom_user_ .text-outer {
  margin: 0;
}


#wishlist_top .text-outer,
#_desktop_cart .text-outer,
#_desktop_user_info .text-outer {
  line-height: 1em;
}



.language-selector .expand-more {
  color: #fff !important;
  font-size: 14px;
}
.language-selector.open ul li a span {
  font-size: 14px;
}
.language-selector .expand-more:hover {
  color: #16ccdb !important;
}
.language-selector .expand-more + i {
  margin-left: -5px;
  margin-top: -5px;
}
#header .header-top-right #wishlist_top a:hover,
#header .header-top-right #_desktop_user_info a:hover {
  color: #16ccdb;
}

#header .header-top-right #search_widget {
  min-width: 290px;
}

#header #search_widget form input {
  width: 100%;
  padding: 10px 60px 10px 20px;
  outline: none;
  background-color: #f3f3f3;
  color: #333333;
  border: none;
  border-radius: 5px;
  height: 40px;
}

#header #search_widget form .search {
  position: absolute;
  right: 0;
  width: 55px;
  height: 100%;
  text-align: center;
  border: none;
  background: #16ccdb;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  font-size: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#header #_desktop_contact_link #contact-link {
  color: #16ccdb;
  font-size: 15px;
  text-transform: none;
}

#header #_desktop_contact_link #contact-link span {
  color: #f6f4f2;
  font-weight: bold;
  margin-left: 5px;
}

#_desktop_top_menu #adtm_menu {
  margin: 0px;
  border: none;
  box-shadow: none !important;
}

#_desktop_top_menu #adtm_menu #adtm_menu_inner {
  background: #fff;
  border: none;
}

#_desktop_top_menu #adtm_menu #adtm_menu_inner ul li a {
  border: none;
  padding: 10px 0px;
  text-decoration: none !important;
}
#_desktop_top_menu .md-mobile-menu #menu li.li-niveau1 a span,
#_desktop_top_menu .md-mobile-menu #menu li.li-niveau1 a {
  min-height: 46px;
  line-height: 46px;
}
#_desktop_top_menu #adtm_menu #adtm_menu_inner ul li a span {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0px !important;
  background: none !important;
}

.li-niveau1 a:hover .advtm_menu_span,
.li-niveau1 .advtm_menu_span:hover,
.li-niveau1:hover > a.a-niveau1 .advtm_menu_span {
  background: none !important;
  color: #c9eafd !important;
}
.advtm_menu_actif span {
  color: #c9eafd !important;
}
#index #wrapper {
  padding-top: 0;
}
/********************* header css end here *********************/

/***************************** two banner css start here ***************************/

.homepage-banner__1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  margin: 20px 0 0 0;
}

.ets_baw_display_banner {
  position: relative;
  margin: 0px;
  box-shadow: 0px 0px 18px #e5dada;
  border-radius: 5px;
  overflow: hidden; 
}

.ets_baw_display_banner img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.homepush-content {
  position: absolute;

  top: 50%;

  height: 100%;

  left: 50%;

  width: 65%;

  transform: translate(-50%, -50%);

  z-index: 99;

  padding: 0px;

  opacity: 0;

  color: #fff;

  display: flex;

  flex-direction: column;

  justify-content: center;

  transition: all 0.3s ease-in-out;

  text-align: left;
}

.homepush-content h3 {
  font-size: 30px;
}

.homepush-content p,
.homepush-content a {
  color: #fff;

  text-decoration: none;

  margin: 0px !important;

  font-size: 15px;
}

.homepush-content a {
display: inline-block;
    text-align: center;
    margin-top: 10px !important;
    padding: 6px 10px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    color: black;
}

.homepush-content a:hover {
  background-color: #f0f0f0;
}

.ets_baw_display_banner:hover .homepush-content {
  opacity: 1;
}

.ets_baw_display_banner:hover .img-container img {
  filter: brightness(0.2);
}

/***************************** two banner css end here ***************************/

/********************* single product page css start here *********************/

.let_custom_wishlist {
  display: flex;

  align-items: center;

  column-gap: 20px;
}

.let_custom_wishlist .product-manufacturer {
  margin: 0px;
}

.let_custom_wishlist .product-manufacturer a {
  display: block;
}

.let_custom_wishlist .product-manufacturer a img {
  width: 100%;

  max-width: 100px;

  height: auto;
}

.let_custom_wishlist > button {
  padding: 10px;

  background-color: #f1f1f2;

  border-radius: 4px;

  box-shadow: none !important;

  margin: 0px;

  width: 45px;

  height: 45px;
}

.let_custom_wishlist > button i.material-icons {
  font-size: 1.6rem;

  color: #222;
}

.let_custom_wishlist > button:hover i {
  color: #dc2c36;
}

.let_custom_wishlist > button:hover {
  opacity: 1;
}

#wrapper {
  background: white;
}

#product #content-wrapper #main {
  background: #fff;
  border: none;
  box-shadow: 0px 0px 18px #e5dada;
  border-radius: 5px;
  padding: 50px 45px;
  overflow-x: hidden;
}

#wrapper .breadcrumb {
  font-size: 1rem;

  line-height: 20px;

  padding: 0;

  background: transparent;

  margin-bottom: 25px;
}

#wrapper .breadcrumb li a {
  color: rgba(0, 0, 0, 0.5);
}

#wrapper .breadcrumb li:last-child {
  margin: 0;

  color: rgba(0, 0, 0, 0.5);

  content: "";

  font-weight: 700;
}

#wrapper .breadcrumb li::after {
  margin: 0 0.5rem;

  color: rgba(0, 0, 0, 0.5);

  content: "";

  background: url(/img/arow-ri.svg) no-repeat;

  display: inline-block;

  width: 5px;

  height: 9px;

  opacity: 0.6;
}

#wrapper .breadcrumb li:last-child::after {
  display: none;
}

#product .product-container section#content .product-flags {
  display: none;
}

#product .product-container section#content .images-container {
  display: flex;

  align-items: flex-start;

  flex-flow: row-reverse;

  column-gap: 10px;

  justify-content: flex-end;
}

#product
  .product-container
  section#content
  .images-container
  ul
  .js-thumb-container
  img {
  margin-bottom: 0px;
  max-width: 100px;
  height: 100px;
}

#product
  .product-container
  section#content
  .images-container
  ul
  .js-thumb-container
  img.thumb.selected {
  border: 1px solid #328b91;
}

#product .js-product-container .col-md-6 section#content {
  max-width: 100%;
}

#product .product-container section#content .images-container .product-cover {
  border: 1px solid #7070704d;

  max-width: 650px;

  width: 100%;
}

#product
  .product-container
  section#content
  .images-container
  .product-cover
  img {
  width: 100%;
}

/********************* single product page faq css start here *********************/

.faq-section {
  background-color: #f3f2f0;

  margin-bottom: 30px;

  padding: 10px 20px;
}

.accordion .accordion-item {
  border-top: 1px solid #e5e5e5;
}

.accordion .accordion-item:first-child {
  border-top: 0px solid #e5e5e5;
}

.accordion button {
  position: relative;

  display: block;

  text-align: left;

  width: 100%;

  padding: 1em 0;

  color: #7288a2;

  font-size: 1.15rem;

  font-weight: 400;

  border: none;

  background: none;

  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;

  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;

  color: #03b5d2;

  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  text-align: left;
  padding-left: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  color: #000;
  text-transform: capitalize;
}

.accordion button .icon {
  position: absolute;

  top: 18px;

  right: 0;

  width: 22px;
}
.accordion-item .accordion-content .product-manufacturer {
  display: none;
}
.accordion button .icon::after {
  position: absolute;

  content: "";

  top: 5px;

  right: 10px;

  width: 17px;

  height: 17px;

  background: url(/img/arow-ri.svg) no-repeat;

  transform: rotate(90deg);
}

.accordion .accordion-item button[aria-expanded="true"] span.icon::after {
  transform: rotate(-90deg);

  top: -2px;
}

.accordion .accordion-content {
  opacity: 0;

  max-height: 0;

  overflow: hidden;

  transition: opacity 200ms linear;
}

.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;

  max-height: max-content;

  transition: all 200ms linear;

  padding: 0px 0px 25px;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  color: #000;
  margin: 0px;
}

/********************* single product page css end here *********************/

/********************* category page css start here *********************/

#js-product-list-header .block-category {
  display: flex;

  padding: 40px 130px 74px 60px;

  box-shadow: 0px 0px 18px #e5dada;

  border-radius: 20px;

  margin: 0px;

  background-size: cover;

  align-items: flex-start;

  column-gap: 309px;
}

#js-product-list-header .block-category .h1 {
  color: #fff;
}

.block-category .block-category-inner p {
  color: #fff !important;

  font-size: 16px;

  line-height: 24px;

  margin: 0px !important;
}

#category #search_filters_wrapper {
  position: relative;

  z-index: 99;

  margin-top: -45px;
}

#category #search_filters_wrapper .let-custom-filter {
  display: flex;

  align-items: flex-start;

  width: 100%;

  column-gap: 20px;

  padding-top: 25px;
}

.let-custom-filter .facet {
  width: 100%;
}

#search_filters_wrapper #search_filters {
  background: none;

  margin: 0px;

  padding: 0px 0px 25px;
}
#search_filters > p.text-uppercase {
  display: none !important;
}
#search_filters_wrapper #search_filters > p {
  text-align: center;

  padding: 12px 25px;

  background-color: #e0ded9;

  line-height: 23px;

  border-radius: 8px;

  color: #272727;

  text-transform: capitalize !important;

  max-width: max-content;

  margin: 0px auto;

  font-size: 18px;

  font-weight: 700;

  align-items: center;

  display: flex;
}

#search_filters_wrapper #search_filters > p img {
  margin-right: 7px;

  max-width: 23px;

  width: 100%;
}

.let-custom-filter .facet .facet-title {
  font-size: 16px !important;

  color: #272727 !important;

  padding-left: 5px;

  margin-bottom: 5px;
}

.let-custom-filter .facet ul li a.select-title {
  padding: 10px !important;

  background: #fff !important;

  border-radius: 4px;

  border: 1px solid #c9c9c9;

  color: rgba(0, 0, 0, 0.6) !important;

  box-shadow: none !important;
}
.let-custom-filter .facet ul li a.select-title span {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #7f7f7f;
}
.let-custom-filter .facet ul li a.select-title:focus {
  outline: none !important;
}

.let-custom-filter .facet .collapse {
  margin: 0px;
}

.let-custom-filter .facet .collapse .ps-shown-by-js {
  background: #fff;
}

.let-custom-filter .facet-dropdown {
  box-shadow: none !important;

  background: none !important;

  border: none !important;
}

/********************* category page css end here *********************/

/********************* home slider css start here *********************/

.slider-inner button.home_slide img {
  width: 100%;
}

.slide .slider-inner .slick-list {
  overflow: visible !important;
}

.slide .slider-inner .slick-list .slider-item.slick-active figure img {
  position: relative;

  z-index: 99;

  width: 100%;
}

.slide .slider-inner .slick-list .slider-item.slick-active a,
.slide .slider-inner .slick-list .slider-item.slick-active a figure {
  display: block;

  height: 100%;
}

.slide .slider-inner .slick-list .slider-item.slick-active a:focus {
  outline: none;
}

.home_slide.slick-arrow {
  width: 55px;

  height: 55px;
}

.slick-prev:before,
.slick-next:before {
  width: 55px;
  height: 55px;
  display: inline-flex;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  z-index: 999;
  position: relative;
  opacity: 0.75;
  background-color: #373737;
  border: 1px solid #cdcdcd;
}
.products .slick-prev:before,
.products .slick-next:before {
  opacity: 1;
  background-color: #ffffff;
  border: 1px solid #cdcdcd;
}

.products .slick-arrow:before {
  content: "" !important;
  background-image: url("/img/right-aro.png");
  background-repeat: no-repeat;
  background-position: center;
}
.products .slick-prev:before {
  transform: rotate(180deg);
}

.slider-inner button.home_slide img {
  width: 100%;

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border-radius: 100px;

  object-fit: cover;

  transform-origin: center right;

  transform: scale(0);
}

button.home_slide.slick-arrow:hover img {
  transform: scale(1);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  background-color: #00000040;
}

.slider-item.prev-slider {
  transform: translate3d(0px, 0px, 0) scale(0.9, 0.9);

  transform-style: flat;

  transform-origin: 50% 0%;

  -webkit-transition: all 0.3s;
}

.slider-item.next-slider {
  transform: translate3d(0px, 0, 0) scale(0.9, 0.9);

  transform-style: flat;

  transform-origin: 50% 0%;

  -webkit-transition: all 0.3s;
}

.slide .slider-inner .slick-list .slider-item figure img {
  height: 100%;

  width: 100%;
}

.slide .slider-inner .slick-list .slick-track,
.slide .slider-inner .slick-list .slider-item figure {
  height: 100%;
}

button.home_slide.slick-prev.slick-arrow {
  z-index: 9;

  left: 10px;
}

button.home_slide.slick-next.slick-arrow {
  right: 10px;
}

/********************* home css start here *********************/

.highlight-title .products-section-title > a,
#product .featured-products h2 > a {
  text-align: center;
  padding: 0 30px;
  font-size: 25px;
  line-height: 32px;
  color: #000 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  flex: 1 0 auto;
  display: block !important;
  width: max-content;
  pointer-events: none;
  margin: 0px !important;
}
.highlight-title .products-section-title,
#product .featured-products h2 {
  margin: 0px !important;
}

#product .featured-products h2 {
  margin-bottom: 20px;
}

.featured-product-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.highlight-title {
  display: flex;

  align-items: center;

  flex: 1 0 auto;
}
.highlight-title .left-line,
.highlight-title .right-line {
  height: 1px;
  width: 100%;
  display: block;
  position: relative;
  background: linear-gradient(45deg, #8056d7, #14d0dc);
}
.highlight-title .right-line {
  background: linear-gradient(45deg, #14d0dc, #8056d7);
}
.featured-product-title-container .all-product-link {
  margin: 0px !important;

  margin-left: 20px !important;

  font-size: 16px;

  font-weight: 500 !important;

  color: #8156d7 !important;

  margin-bottom: 8px !important;
}

.featured-product-title-container {
  position: relative;
}
/* Targets "see all" link */
.featured-product-title-container > .all-product-link {
  width: 70px;
  position: absolute;
  right: 0;
  background-color: white;
  text-align: right;
}

.highlight-title .left-line::after,
.highlight-title .right-line::after {
  content: "";

  background-image: url("/img/circle-dot.svg");

  display: block;

  position: absolute;

  width: 9px;

  height: 9px;

  top: -4px;

  background-size: contain;

  background-repeat: no-repeat;

  background-position: right;
}
.highlight-title span::after {
  display: none !important;
}

.highlight-title .left-line::after {
  right: 0;
}

.highlight-title .right-line::after {
  left: 0px;

  background-position: left !important;
}

.preorder-products,
.featured-products {
  border: none;
  box-shadow: 0px 0px 18px #e5dada;
  border-radius: 5px;
  padding: 50px 30px 20px;
  background: #fff;
  margin-top: 20px !important;
}

#product section.featured-products {
  background: #f3f2f0;

  border-radius: 0px;

  box-shadow: none;
}

#products.list_row  span.product-flags,
#products.grid_row  span.product-flags {
  display: none;
}


#category #products #js-product-list-top,
#manufacturer #products #js-product-list-top {
  background-color: #fff;
  color: #000;
  padding: 12px 10px 12px 0px;
  box-shadow: 0px 0px 10px #0000;
  border-radius: 0px;
  margin: 0px 0px 35px 0px;
  position: relative;
}

.pagination {
    height: 64px;
    padding: 0;
    border: solid 1px #e2e2e2;
    display: flex;
    align-items: stretch;
}
.pagination > div:first-child {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.pagination > div:not(:first-child) {
  border-left: solid 1px #e2e2e2;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.pagination .page-list {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pagination .page-list a {
  cursor: pointer;
}

.pagination .page-list a:not(.previous):not(.next) {
    display: inline-block;
    height: 24px;
    border: solid 1px #e2e2e2;
    text-align: center;
    padding: 0 5px;
    min-width: 24px;
}

.pagination .page-list a:not(.previous):not(.next):hover {
  background-color: #e2e2e2;
}

.pagination .page-list li {
  margin: 0 2px;
}

.pagination .page-list li.current a {
  font-size: 1em;
  pointer-events: none;
  background-color: black;
  border-color: black !important;
}

.pagination .page-list a.previous {
  padding-right: 20px;
}
.pagination .page-list a.next {
  padding-left: 20px;
}
.pagination .page-list a.next:hover,
.pagination .page-list a.previous:hover {
  opacity: .7;
}



#category #products #js-product-list-top::after,
#category #products #js-product-list-top::before,
#manufacturer #products #js-product-list-top::after,
#manufacturer #products #js-product-list-top::before
 {
  position: absolute;
  content: "";
  background: #e2e2e2;
  width: 100%;
  height: 0.5px;
  top: 0;
  left: 0;
  transform: scale(1.075);
}
#category #products #js-product-list-top::before,
#manufacturer #products #js-product-list-top::before {
  top: 100%;
}
.products-selection .total-products {
  color: #7a7a7a;
  font-size: 0.875rem;
  padding: 0;
}

#category #products #js-product-list-top .total-products p {
  font-size: 16px !important;

  line-height: 20px;

  font-weight: 700;

  color: #000;

  text-transform: capitalize;
}

#category #products #js-product-list .js-product.product {
  padding: 0px !important;
}

#category #products #js-product-list .js-product.product.product_is_outofstock {
  filter: opacity(0.5) saturate(0.5);
}

#category #products #js-product-list .js-product.product.product_is_outofstock .add-to-cart-button {
  display: none;
}

#category #products #js-product-list .js-product.product.product_is_new:before {
content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: solid 1px #6cb96c;
    background-color: #f2fff2;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    mix-blend-mode: multiply;
    pointer-events: none;
}

.featured-product
  .products
  .js-product.product
  article.product-miniature
  .thumbnail-container {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.featured-products
  .products
  .js-product.product
  article.product-miniature
  .current-price-value {
  display: none !important;
}
#category
  #products
  #js-product-list
  .js-product.product
  article
  .thumbnail-container {
  width: 90%;
}

.products
  .js-product.product
  article.product-miniature
  .thumbnail-container
  img {
  width: 100%;
}

.custom-product-dec > p,
.custom-product-dec > div,
.custom-product-dec > div > p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px;
  margin-top: 0;
  height: 60px;

}

.btn-tertiary {
  color: #272727;

  background-color: #f1f1f2;

  font-size: 13px;

  line-height: 20px;

  margin: 0px;

  margin-top: 12px;
  text-transform: none;
  font-weight: 600;
  position: relative;
  padding: 8px 10px;
  border-radius: 4px;
  border: none;
}

.btn-tertiary:hover {
  background-color: #d7d4cd;
  color: #272727;
  border: none;
}

.custom-product-dec {
  /* opacity: 0;
  transition: 0.5s ease-in-out;
  transform: scaleY(0);
  transform-origin: bottom; */
  /*min-height: 230px;*/
  display: flex;
  flex-direction: column;
  justify-content: end;
}
#index .products .js-product.product article.product-miniature .thumbnail-container img {
  object-fit: contain;
  height: 250px;
}

.products .js-product.product article:hover .custom-product-dec {
  opacity: 1;

  transition: 0.3s ease-in-out;

  transform: scaleY(1);
}

.product-miniature
  .thumbnail-container:hover
  .highlighted-informations.no-variants {
  display: none;
}
#adtm_menu ul#menu {
  justify-content: space-evenly;
  max-width: 1200px;
  margin: 0px auto;
}
#adtm_menu #menu > .li-niveau1 a.a-niveau1 {
  position: relative;
}
#adtm_menu #menu > .li-niveau1 a.a-niveau1::after {
  position: absolute;
  content: "";
  background: #c9eafd;
  width: 100%;
  height: 3px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  opacity: 0;
}
#adtm_menu #menu > .li-niveau1 a.a-niveau1:hover::after,
#adtm_menu #menu > .li-niveau1 a.a-niveau1.advtm_menu_actif::after {
  opacity: 1;
}
#adtm_menu .adtm_column_wrap_sizer {
  display: none;
}
#adtm_menu ul#menu li div.adtm_sub {
  border-radius: 10px;
  box-shadow: 0 0 10px gray;
  padding: 20px 10px 0px;
}
#_desktop_top_menu #adtm_menu .adtm_sub div.adtm_column_wrap ul.adtm_elements {
  text-align: center;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(11, 1fr);
}

#_desktop_top_menu
  #adtm_menu
  .adtm_sub
  div.adtm_column_wrap
  ul.adtm_elements
  li {
  display: inline-flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin: 0px 0px;
}
#_desktop_top_menu
  #adtm_menu
  .adtm_sub
  div.adtm_column_wrap
  ul.adtm_elements
  li
  a
  img {
  margin: 0px auto;
  width: 100%;
  max-width: 65px;
  max-height: 65px;
  mix-blend-mode: multiply;
}
#_desktop_top_menu
  #adtm_menu
  .adtm_sub
  div.adtm_column_wrap
  ul.adtm_elements
  li
  a {
  font-size: 14px;
  color: #565b63;
  font-weight: 700;
  line-height: 15px;
  display: grid;
  text-align: center;
  row-gap: 0px;
}
#adtm_menu ul#menu .li-niveau1:hover div.adtm_sub {
  max-width: 1200px;
  left: 50% !important;
  transform: translateX(-50%);
  padding: 0px;
  border-radius: 10px;
  top: 66px;
}
.advtm_column_wrap_td_15 .adtm_elements_62 li {
  max-width: 185px !important;
}
#adtm_menu ul#menu .li-niveau1 div.adtm_sub .adtm_column_wrap {
  padding: 0px;
  max-height: 500px;
  overflow-y: auto;
  border-radius: 10px;
}
#adtm_menu ul#menu .li-niveau1 div.adtm_sub .adtm_column_wrap .adtm_column:nth-of-type(2) {
    background: #fff;
    margin: 0px;
    padding: 30px 20px 10px 20px;
    border-radius: 10px 10px 0px 0px;
}
#adtm_menu ul#menu .li-niveau1 div.adtm_sub .adtm_column_wrap .adtm_column:has(a[title="Brand"]) {
    background: #f1f2f3;
    margin: 0px;
    border-radius: 0px 0px 10px 10px;
    padding: 30px 40px;
}
#adtm_menu ul#menu .li-niveau1 div.adtm_sub .adtm_column_wrap .adtm_column:has(a[title="Brand"]) ul li {
    background: #fff;
    border: 1px solid #0000;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
#adtm_menu ul#menu .li-niveau1 div.adtm_sub .adtm_column_wrap .adtm_column:has(a[title="Brand"]) ul li:nth-of-type(8n+1) {
    border-left: 1px solid #e1e1e1;
}
#adtm_menu ul#menu .li-niveau1 div.adtm_sub .adtm_column_wrap .adtm_column:has(a[title="Brand"]) ul li:nth-child(-n+8) {
    border-top: 1px solid #e1e1e1;
}
#adtm_menu ul#menu .li-niveau1 div.adtm_sub .adtm_column_wrap .adtm_column:has(a[title="Brand"]) ul li a {
    font-size: 0;
    display: inline-block;
}
#adtm_menu ul#menu .li-niveau1 div.adtm_sub .adtm_column_wrap .adtm_column:has(a[title="Brand"]) ul li a img {
    width: 100%;
    max-width: 90px;
    height: 70px;
    object-fit: contain;
    opacity: 40%;
}
#adtm_menu ul#menu .li-niveau1 div.adtm_sub .adtm_column_wrap .adtm_column:has(a[title="Brand"]) ul li:hover {
    border: 1px solid #0000;
    border-image: linear-gradient(to top, #29dbe3 0%, #8353d7 100%) 1;
}
#adtm_menu ul#menu .li-niveau1 div.adtm_sub .adtm_column_wrap .adtm_column:has(a[title="Brand"]) ul li:hover img {
    opacity: 100%;
}
#adtm_menu ul#menu .li-niveau1 div.adtm_sub .adtm_column_wrap .adtm_column:has(a[title="Brand"]) .column_wrap_title {
    text-align: center;
    margin-bottom: 15px;
}

/** Product List **/
#js-product-list-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#adtm_menu .adtm_column_wrap {
  padding: 10px 10px 30px 10px;
}
.productlist_order {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 35px;
}

.products-selection .sort-by-row {
  align-items: center;
  gap: 10px;
}

.products-selection .sort-by {
  margin: 0;
}
.products-sort-order.dropdown {
  max-width: 225px;
}
.product_list_option {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}

.product_list_option__option label {
  margin: 0;
  padding: 1px;
}
.product_list_option_radio {
  display: none;
}

.products-sort-order .dropdown-menu,
.brands-sort .dropdown-menu, .suppliers-sort .dropdown-menu {
  left: auto;
  right: 0;
}



/* techhelp */
div#subcategories {
  display: none;
}
#new-products .products .js-product.product.col-xs-6.col-xl-4 {
  width: 20% !important;
}
#new-products #products #js-product-list-top {
  background-color: #e0ded9;
  color: #000;
  padding: 12px 60px;
  box-shadow: 0px 0px 10px #e5dada;
  border-radius: 20px 20px 0px 0px;
  margin: 0px;
  margin-top: 12px;
}
#manufacturer .products .js-product.product.col-xs-6.col-xl-3 {
  width: 20% !important;
}

#manufacturer #manufacturer-description {
  display: none;
}
#manufacturer #products #js-product-list-top .total-products p {
  font-size: 16px !important;
  line-height: 20px;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
}
#product .tax-shipping-delivery-label {
  display: none;
}



#product #main h1.h1 {
text-align: center;
}



.has-discount .discount {
  background: #000000;
  font-size: 20px;
  line-height: 25px;
  padding: 0 5px;
  margin-left: 18px;
  border-radius: 4px;
  display: none;
}

#product .custom-prices {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
}


#product .discount.discount-amount {
  display: none;
}

#product span.regular-price {
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}
#product span.current-price-value {
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  color: #dc2c36;
}

#product .pvc_container {
  width: 100%;
  text-align: center;
}

#product span.pvc_label {
  font-style: italic;
}
#product span.pvc_price {
  font-style: italic;
  font-weight: 800;
}


#product .product-variants {
  position: relative;
  margin: 20px 0;
  padding: 20px 0;
}
#product .product-variants>.product-variants-item {
  margin: 0;
}
#product .product-variants::before,
#product .product-variants::after {
  content: "";
  height: 1px;
  background-color: #e2e2e2;
  width: 100%;
  position: absolute;
  top: 0;
}
#product .product-variants::after {
  top: auto;
  bottom: 0;
}


#product .product-variants label {
  margin-bottom: 0;
}
#product .product-variants label .radio-label {
    height: 39px;
    border: solid 1px #e2e2e2;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#product .product-variants label .radio-label span {
  cursor: pointer;
}

#product .product-variants label .input-radio {
  display: none;
}

#product .product-variants .input-color:checked+span,
#product .product-variants .input-color:hover+span,
#product .product-variants .input-radio:checked+span,
#product .product-variants .input-radio:hover+span {
  border: solid 1px black;
  background-color: black;
  color: white;
}

#product .product-variants .input-color:checked+span,
#product .product-variants .input-radio:checked+span {
  pointer-events: none;
}


#product .product-actions .control-label {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: 600;
  color: #232323;
}


/* section.product-customization.js-product-customization {
  display: none;
} */

#my-account .page-footer a {
height: 38px;
    background-color: black;
    line-height: 36px;
    border-radius: 18px;
    display: inline-block;
    padding: 0 16px;
}
#my-account .page-footer a:hover {
  color: black;
  background-color: #24b9d7;
}

#my-account .links a,
#my-account .links li {
  width: 19%;
  margin-bottom: 20px;
  text-align: center;
}
  #my-account .links li a {
    width: 100% !important;
  }
.load-morebutt {
  color: #1c1c1c;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.scroll i {
  height: 90px;
}
/** preorder flag css **/
li.preorder-flag {
  font-size: 12px;
  padding: 3px 15px;
  color: #fff;
  background: linear-gradient(to right, #18ccdc, #6979d9);
  min-height: auto !important;
  border-radius: 5px;
  margin-top: 6px;
  width: max-content;
  text-transform: capitalize;
}

.featured-products .slick-prev,
.featured-products .slick-next,
.product-accessories  .slick-prev,
.product-accessories  .slick-next {
  z-index: 99;
  width: 50px;
  height: 50px;
}
.featured-products .slick-next {
  right: -15px;
}
.featured-products .slick-prev {
  left: -15px;
}
.product_list_option__option .active + svg {
  fill: #d00;
}
div#_desktop_top_menu {
  background: linear-gradient(45deg, #8056d7, #14d0dc);
  width: calc(100% - 0px) !important;
}
div#_desktop_top_menu div#adtm_menu_inner {
  background: transparent !important;
}
.highlight_text {
  color: #8156d7;
  background: linear-gradient(to right, #29dbe3, #8353d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-accessories .highlight-title {
  padding-top: 30px;
  margin-bottom: 30px;
}


.adtm_menu_container.sticky-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
}
#adtm_menu_inner .container .row {
  align-items: center;
  display: flex;
  padding: 0px 0px;
}

.sticky-logo {
  width: 90px;
  padding: 0;
}

.sticky-logo a {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sticky-logo img {
  width: 100%;
  max-width: 50px;
  margin: 0 0 0 0;
  display: none;
}


.adtm_menu_container.sticky-header .sticky-logo img {
  display: block;
}
#header .header-nav {
  display: none;
}
#_desktop_cart .header,
#_desktop_cart .header a {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
#_desktop_cart .header .text_sub,
#_desktop_cart .header a .text_sub {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
#_desktop_cart .header .text_main,
#_desktop_cart .header a .text_main {
  font-size: 14.77px;
  font-weight: 600;
}
.products
  .js-product.product
  article.product-miniature
  .thumbnail-container
  .product-discount {
  display: none;
}
.products
  .js-product.product
  article.product-miniature
  .thumbnail-container
  .current-price-value {
  text-align: center;
  width: 100%;
  display: block;
  color: #dc2c36;
}
.product-miniature.ets_cart_type_button
  .product-description
  h3.h3.product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
}
#category #js-product-list-header {
  display: none;
}
#category #wrapper {
  background: #fff !important;
}
.btn.btn-primary {
  background: #5640b4;
  background: linear-gradient(45deg, #8056d7, #14d0dc);
  border: 0;
}
.btn.btn-primary:hover {
  background: #5640b4;
  background: linear-gradient(45deg, #14d0dc, #14d0dc);
  border: 0;
}
.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  background-color: #17ccdc;
}
.btn.btn-primary i {
  font-size: 22px;
}
#wk-combination-footer-view .wk-combination-image {
  border: none;
}
.wk-combination-name span {
  color: #555555;
}
#wk-combination-footer-view thead tr td:nth-of-type(4),
#wk-combination-footer-view tbody tr td:nth-of-type(4) {
  display: none;
}
.wk-combination-quantity p,
.wk-combination-quantity p span {
  margin: 0px;
}
#wk-combination-footer-view tbody tr td {
  text-align: center;
}
#wk-combination-footer-view tbody tr td .product-quantity {
  justify-content: center;
}
#wk-combination-footer-view tbody {
  box-shadow: none;
}
#wk-combination-footer-view thead {
  background: #f8f8f8;
}
#wk-combination-footer-view td {
  border: 1px solid #e2e2e2;
}
.product-features p.h6 {
  display: none;
}
.data-sheet dt,
.data-sheet dd {
  border: 1px solid #d1d1d1;
  margin: 0px !important;
  border-top-style: none;
}
.data-sheet dt:nth-of-type(1),
.data-sheet dd:nth-of-type(1) {
  border-top: 1px solid #d1d1d1;
}
.data-sheet dt {
  border-right: none;
}
.preorder-products .slick-slide {
  padding-right: 15px;
  padding-left: 15px;
}
.custom_access .products .js-product {
  width: 20% !important;
}
.ets_baw_display_banner .img-container a {
  pointer-events: none;
  cursor: pointer;
}
.product-accessories .h5 {
  font-size: 22px;
  margin: 45px 0px 45px;
  padding-top: 35px;
}
#product footer.page-footer {
  margin: 40px 0px;
  position: relative;
}
#product footer.page-footer::after {
  position: absolute;
  content: "";
  background: #e2e2e2;
  width: 100%;
  height: 1px;
  transform: scale(1.075);
}
#_desktop_top_menu #adtm_menu #adtm_menu_inner ul li a:hover {
  color: #5640b4;
}
.product_bacode_ {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
}
.product_bacode_ .product-barcode svg {
  width: 100%;
  height: auto;
}
.atc_div.add-to-cart-button,
p.product-quantity {
  display: none;
}

/********************* category list view css start ***********************/

label.btn-default.active svg path {
  fill: #7a5dd8;
}
label.btn-default svg {
  width: 27px;
  height: 27px;
}

#products.list_row .product:nth-child(even) .thumbnail-container,
#products.list_row .product:nth-child(even) .thumbnail-container .product-description {
background-color: #f9f9f9;
}


#products.list_row .products.row {
  flex-flow: column;
  border: 1px solid #e2e2e2;
  margin: 0px !important;
  background-color: white;
}
#products.list_row .products.row .js-product.product.col-xs-6.col-xl-4 {
  width: 100% !important;
  border-bottom: 1px solid #e2e2e2;
  padding: 0;
}
#products.list_row
  .products.row
  .js-product.product.col-xs-6.col-xl-4:last-child {
  border-bottom: none;
}
#products.list_row .products.row .js-product.product.col-xs-6.col-xl-4 img {
  max-width: 75px;
  padding: 3px;
  mix-blend-mode: multiply;
}

#products.list_row .products.row .js-product.product ul.product-flags.js-product-flags {
  width: fit-content;
  margin: 0;
  top: 5px;
  left: 5px;
}

#products.list_row .products.row .js-product.product .thumbnail-container {
  display: flex;
  align-items: center;
  width: 100% !important;
  margin-bottom: 0px !important;
  justify-content: space-between;
  overflow: visible;
}
#products.list_row
  .products.row
  .js-product.product
  .thumbnail-container
  .product-description::after {
  display: none;
}
#products.list_row
  .products.row
  .js-product.product
  .thumbnail-container
  button.wishlist-button-add {
  display: block !important;
  position: inherit;
}

#products.list_row .products.row
  .js-product.product
  .thumbnail-container
  button.wishlist-button-add .material-icons  {
    color: #f35b37;
}

#products.list_row
  .products.row
  .js-product.product
  .thumbnail-container
  .thumbnail-top {
  order: 1;
  border-right: 1px solid #e2e2e2;
}
#products.list_row
  .products.row
  .js-product.product
  .thumbnail-container
  .wishlist__outer {
  order: 2;
  max-width: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#products.list_row
  .products.row
  .js-product.product
  .thumbnail-container
  .product-description {
  order: 3;
  width: 100%;
  max-width: 30%;
}
.list_row #product_capacity {
  order: 4;
  width: 100%;
  max-width: 20%;
  padding-left: 50px;
}
.list_row #product_price_list {
  order: 5;
  width: 100%;
  max-width: 100px;
  text-align: center;
}
.list_row .product_stock_cart_list {
  order: 6;
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 100%;
  max-width: 25%;
  justify-content: end;
  margin-right: 10px;
}
#product_price_list,
#product_capacity {
  display: none;
}
.list_row #product_price_list,
.list_row #product_capacity {
  display: block;
}
#products.list_row
  .products.row
  .js-product.product
  .thumbnail-container
  .product-description
  .product-title {
  text-align: left;
}
span.category__name_ {
  display: none;
}
.list_row span.category__name_ {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #b4b4b4;
  text-transform: uppercase;
  margin-top: 5px;
}
.wishlist__outer .wishlist-button-add {
  box-shadow: none;
}
#product_capacity p {
  color: #000;
  font-size: 17px !important;
  font-weight: bold !important;
  line-height: 18px;
  text-transform: capitalize;
  margin: 0;
}
#product_price_list .price {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
#product_price_list .regular-price {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #b4b4b4;
}
.list_row #product-quantity-list .product-quantity {
  display: block;
  margin: 0;
  background: #7a5dd8;
  color: #fff;
  padding: 7px 20px;
  /* height: 40px; */
  border-radius: 5px;
  line-height: 23px;
  width: 150px;
  text-align: center;
  white-space: nowrap;
}
.list_row .product_stock_cart_list .atc_div.add-to-cart-button button {
  margin: 0px !important;
}
.list_row .product_stock_cart_list .atc_div.add-to-cart-button {
  display: block;
  margin: 0;
  /* width: 150px; */
}
.list_row .product_stock_cart_list .atc_div.add-to-cart-button button {
  margin: 0px !important;
  background: #7a5dd800 !important;
  color: #7a5dd8 !important;
  padding: 7px 20px;
  height: 40px;
  border-radius: 5px !important;
  line-height: 23px;
  /* width: 150px !important; */
  border: 1px solid #7a5dd8 !important;
  text-align: center;
  font-weight: 600;
  text-transform: math-auto;
  cursor: pointer;
}
.list_row .product_stock_cart_list .atc_div.add-to-cart-button button:focus {
  outline: none;
}
p.blank-capacity {
  color: #b4b4b4 !important;
}
#checkout #_desktop_top_menu {
  min-height: auto !important;
}
.nav_mobile_top #menu-icon i {
  color: #fff;
}
#combination_cart_stock_ .wk-product-action .wk-qty input {
  height: 40px !important;
  border-radius: 5px 0 0 5px;
}
#combination_cart_stock_
  .wk-product-action
  .wk-qty
  .input-group-btn-vertical
  button {
  height: 21px !important;
  border-radius: 0 5px 5px 0;
}
#combination_cart_stock_
  .wk-product-action
  .wk-qty
  .input-group-btn-vertical
  button:focus {
  outline: none;
}
#combination_cart_stock_ .wk-product-action .product-quantity .add button {
  background: none;
  border: 1px solid #5640b4;
  color: #5640b4;
  border-radius: 5px;
  height: 40px;
  font-size: 14px;
}
.list_row .atc_div.add-to-cart-button .d-flex.flex-row {
  display: flex;
  align-items: center;
}
.list_row .atc_div.add-to-cart-button .d-flex.flex-row .d-flex button {
  width: 20px !important;
  height: 20px !important;
  padding: 0px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00000040 !important;
  border-left: none !important;
  color: #000 !important;
  border-radius: 0 5px 5px 0 !important;
}
.list_row .atc_div.add-to-cart-button .d-flex.flex-row .d-flex button i {
  font-size: 15px;
}
.list_row
  .atc_div.add-to-cart-button
  .d-flex.flex-row
  .d-flex
  button.decrease_qty {
  border-top: none !important;
}
.list_row .product_stock_cart_list .atc_div.add-to-cart-button {
  display: flex;
  column-gap: 5px;
}
.list_row .product_stock_cart_list .atc_div.add-to-cart-button #ets_addToCart {
  font-size: 16px;
  width: auto !important;
  padding: 5px 20px;
}
.list_row .atc_div.add-to-cart-button .d-flex.flex-row .ets_atc_qty {
  height: 40px;
  width: 0;
  min-width: 40px;
  border: 1px solid #00000040 !important;
  background: #fff;
  color: #000;
  padding: 5px;
  border-radius: 5px 0 0 5px;
}
.list_row
  .atc_div.add-to-cart-button
  .d-flex.flex-row
  .d-flex
  button
  i.material-icons.touchspin-up::after {
  content: "\E5CE";
}
.list_row
  .atc_div.add-to-cart-button
  .d-flex.flex-row
  .d-flex
  button
  i.material-icons.touchspin-down::after {
  content: "\E5CF";
}

/************************* combination css  *******************************/
.combination_popup {
  display: none;
}
.combination_info_table {
  display: flex;
  align-items: center;
  justify-content: end;
  background: #eaf2f8;
  padding: 10px 0px;
}
.combination_popup .combination_info_table:nth-of-type(even) {
  background: #deeef9;
}
#combination_cart_stock_ {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 100%;
  max-width: 26%;
  justify-content: end;
  margin-right: 10px;
}
.combination_stock p {
  margin: 0;
  color: #7a5dd8;
  font-size: 16px;
  width: 150px;
  text-align: center;
}
.combination_cart button {
  border: 1px solid #7a5dd8;
  background: none;
  color: #7a5dd8;
  height: 40px;
  border-radius: 5px;
  padding: 5px 20px;
  width: 150px;
}
#combination_price {
  width: 100%;
  max-width: 100px;
  text-align: center;
}
#combination_price p {
  margin: 0px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
#combination_price p.regural_price {
  font-size: 14px;
  font-weight: 400;
  color: #b4b4b4;
  text-decoration: line-through;
}
#combination_capacity {
  width: 100%;
  max-width: 20%;
  padding-left: 50px;
}
.list_row .combination_popup {
  display: none;
}
.list_row .combination_popup.active {
  display: block;
}
#combination_capacity p span {
  margin: 0;
  color: #000;
  font-size: 16px;
}
#combination_capacity p .capacity_value {
  font-weight: 500;
  color: #7a5dd8;
  font-size: 16px;
}
#combination_capacity p {
  margin: 3px 0px;
}

/********************* category list view css end ***********************/
li.coming_soon {
  width: max-content;
  padding: 1px;
  border-radius: 5px;
  margin-top: 6px;
  background-image: linear-gradient(90deg, #02d480, 20%, #6180d2);
}
.coming_soon span {
  background: #fff;
  padding: 3px 15px;
  border-radius: 5px;
  height: auto;
  display: block;
  font-size: 12px;
  color: #6180d3;
}
.customer_number_top p {
  margin: 0;
  font-size: 13px;
  color: #fff;
  text-align: right;
}
.customer_number_top p span {
  margin-left: 0;
  margin-right: 5px;
  color: #16ccdb !important;
  font-weight: 500 !important;
}

.slick-list {
  width: 100% !important;
}

.fourproducts .slick-track {
  margin-left: unset;
}
section.facet.facet_availability {
  display: none;
}

/* Miniature produit home */
.product-quantity .wk-qty > div {
  display: flex;
}

.featured-products .slick-track {
  display: flex !important;
}

.featured-products .slick-slide {
  height: inherit !important;
}

.products
  .js-product.product
  article.product-miniature
  .thumbnail-container
  .product-miniature {
  height: 100%;
}

#products.grid_row .product-miniature .thumbnail-container {
  padding-top: 15px;
}

.product-miniature {
  height: 100%;
}

#products.grid_row .product:hover {
  background-color: #f9f9f9;
}
#products.grid_row .product:hover .thumbnail-container {
  mix-blend-mode: multiply;
}
#products.grid_row .product-miniature:after {
    content: "";
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    position: absolute;
    border: solid 1px #e2e2e2;
    pointer-events: none;
}
.featured-products .product-miniature .product-title {
  min-height: 42px;
}
.video-container {
    position: relative;
    height: auto;
    width: 100%;
	aspect-ratio: 17 / 9; 
    overflow: hidden;
}
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.video-container .hover-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
	text-align: center;
	flex-direction: column;
}
.video-container:hover .hover-content {
	opacity: 1;
}
.video-container:hover video{
	filter: brightness(0.3);
}
.ets_baw_display_banner:has(.video-container){
	width:45%;
}
.homepush-content:has(.video-container) {
    opacity: 1;
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(0px, 0px);
}
.cart_item_count {
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 9;
    pointer-events: none;
}
.cart_item_count span {
    width: 20px;
    height: 20px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
}
.product-add-to-cart .product-quantity {
    align-items: center;
    flex-wrap: wrap;
}
.product-add-to-cart .product-quantity .single_product_stock {
    display: block;
    margin: 0;
    background: #7a5dd8;
    color: #fff;
    padding: 7px 20px;
    height: 40px;
    border-radius: 5px;
    line-height: 23px;
    width: 150px;
    text-align: center;
    white-space: nowrap;
    margin-left: 10px;
}
.product-add-to-cart .product-quantity .qty, .product-add-to-cart .product-quantity .add {
    margin-bottom: 0px !important;
}

/* .html_box_content_product > div {
    width: 50%;
}
.html_box_content_product {
    display: flex;
    column-gap: 20px;
}
.html_content_boxs {
    border: none;
    box-shadow: 0px 0px 18px #e5dada;
    border-radius: 5px;
    padding: 50px 30px 20px;
    background: #fff;
    margin-top: 20px !important;
} */

.custom_map_location .advsm-container {
    column-gap: 30px;
    flex-flow: row-reverse;
}
.custom_map_location .advsm-container .advsm-aside .advsm-filter {
    display: none;
}
.cms-id-6 section#content {
    padding: 0px;
}
.custom_map_location .advsm-map {
    margin: 0;
}
.custom_map_location {
    padding: 20px;
    box-shadow: 0px 0px 5px 0px #ccc;
}
.custom_map_location .advsm-container .advsm-aside {
    border: none;
}
.custom_map_location .advsm-container .advsm-aside .advsm-search input[type="text"] {
    background: #f3f3f3;
    border: 1px solid #d3d3d3;
    border-radius: 5px 0px 0px 5px;
    color: #000;
    padding: 10px 15px;
	border-right:none;
}
.custom_map_location .advsm-container .advsm-aside .advsm-search span {
    display: none;
}
.custom_map_location .advsm-container .advsm-aside .advsm-list {
    margin-top: 20px;
  /*   height: 390px; */
    overflow-y: auto;
    padding-right: 30px;
}
.custom_map_location .advsm-container .advsm-aside .advsm-list .advsm-list-item {
    padding: 25px 15px;
    border-bottom: 1px solid #d6d6d6;
    background: none !important;
}
.custom_map_location .advsm-list .advsm-list-item .advsm-item-title a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #7661d7 !important;
}
.custom_map_location .advsm-list .advsm-list-item .advsm-item-desc {
    color: #525252 !important;
    font-size: 16px;
}
.custom_map_location .advsm-container .advsm-aside .advsm-list .advsm-list-item:last-child {
    border: none !important;
}
.custom_map_location .advsm-container .advsm-aside .advsm-list::-webkit-scrollbar-track {
	background: #ededed;
}
.custom_map_location .advsm-container .advsm-aside .advsm-list::-webkit-scrollbar-thumb {
    background: #707070;
}
.custom_map_location .advsm-container .advsm-main {
    border: none;
}	
.custom_map_location .advsm-container .advsm-main .nos-page-title {
    font-size: 22px;
    margin: 10px 0px 25px;
}
.cms-id-6 header.page-header {
    display: none;
}
.custom_input {
    display: flex;
    align-items: center;
}
.custom_input .icon_btn {
    width: 60px;
    border: 1px solid #d3d3d3;
    border-left: 0px;
    border-radius: 0px 5px 5px 0px;
    height: 45px;
    background-color: #16ccdb;
    background-image: url('https://jwell-pro.com/img/search-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    cursor: pointer;
}
.custom_input .icon_btn:focus {
	outline:none;
}
#adtm_menu ul#menu .li-niveau1 div.adtm_sub .adtm_column_wrap .adtm_column:has(a[title="Brand"]) a[title="Brand"] {
    background: #eff0f1;
    padding: 5px 15px !important;
    border: 1px solid #ddd !important;
}
.wishlist_by_cat .category_name {
    background: #ececed;
    text-align: center;
    padding: 15px;
    color: #000;
    font-size: 18px;
}











/********************* mediaqueries  start here *********************/

@media (min-width: 768px) {
  ._mobile_custom_header_,
  div#ybc-nivo-slider-wrapper {
    display: none;
  }

  #combination_capacity {
    padding-left: 15px;
    flex: 1 1 50%;
    max-width: none;
  }
  .combination_cart button {
    padding: 5px 5px;
    width: 120px;
  }
  .combination_stock {
    flex: 0 0 100px;
    font-size: 14px;
  }

  #combination_cart_stock_ .wk-product-action .product-quantity .add button {
    padding: 7px 12px !important;
    width: fit-content;
    line-height: 19px;
    font-size: 14px;
    text-transform: none;
  }

  #combination_cart_stock_ {
    flex: 1 1 50%;
    max-width: none;
  }

}

@media (min-width: 1200px) {
  .container {
    width: 1140px !important;
    padding: 0px;
  }
  .products .js-product.product.col-xs-6.col-lg-4.col-xl-3,
  #category .products .js-product.product.col-xs-6.col-xl-4,
  #manufacturer .products .js-product.product.col-xs-6.col-xl-4 {
    width: 20% !important;
  }
}

@media (min-width: 1251px) {
  ul.product-images.js-qv-product-images {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .scroll-box-arrows.scroll .left {
    top: -10px;
    left: 85px;
  }
  .scroll-box-arrows.scroll .right {
    top: 102%;
    left: 85px;
  }
  .scroll-box-arrows.scroll .material-icons {
    height: 0;
    transform: rotate(90deg);
  }
  #main .images-container .js-qv-mask.scroll {
    width: auto;
    margin: 0;
    max-height: 520px;
  }
  .images-container .product-images > li.thumb-container > .thumb {
    margin-right: 20px;
  }
  .slide .slider-inner .slick-list {
    overflow: visible !important;
  }
}

@media (min-width: 1351px) {

#index #header .header-top {
  padding-left: 30px;
  padding-right: 30px;
}

  
  .container {
    width: calc(100% - 30px) !important;
    padding: 0px;
  }
  #_desktop_top_menu #adtm_menu #adtm_menu_inner ul li a span img {
    display: none;
  }
  #index .container {
    width: calc(100% - 0px) !important;
    padding: 0px;
  }
  #index #content > div, #index #content > section {
    width: calc(100% - 30px);
  margin:20px auto !important;
  }
  #index div#homepage-slider {
    width: 100% !important;
    margin: 0px !important;
  }

}

@media (min-width: 1700px) {
  .container {
    width: 1650px !important;
    padding: 0px;
  }
  .footer-container .container {
    padding: 0px;
    width: 100% !important;
  }
  .footer-container .container > .row:nth-of-type(1) {
    padding: 200px 220px 60px;
  }
  .footer-container .container > .row:nth-of-type(3) {
    padding: 25px 220px;
  }
  #index .container {
    width: 100% !important;
    padding: 0px;
  }
  #index #content > div, #index #content > section {
    width: 1650px;
    margin: 20px auto;
  }
  


}

@media (min-width: 768px) and (max-width: 1350px) {
  .row.nav_mobile_bottom {
    flex-flow: column;
    row-gap: 20px;
    padding-top: 15px;
    text-align: center;
  }
  .nav_mobile_bottom .header-top-right {
    column-gap: 10px !important;
    width: 100%;
    justify-content: center !important;
  }
  .nav_mobile_bottom .header-top-right a .text-outer {
    display: none;
  }
  .nav_mobile_bottom .header-top-right #contact-link {
    font-size: 13px !important;
  }
  .nav_mobile_bottom .header-top-right #search_widget {
    min-width: 300px;
  }
  #adtm_menu ul#menu {
    column-gap: 7px;
  }
  #header .header-top-right #_desktop_user_info a {
    font-size: 0px;
    column-gap: 0;
  }
  #header .header-top-right #_desktop_user_info a.account {
    display: none;
  }
  #header .header-top-right #search_widget {
    min-width: auto;
  }
  #_desktop_top_menu #adtm_menu #adtm_menu_inner ul li a span {
    font-size: 11px;
  }
  #adtm_menu_inner .container .row div:nth-of-type(3) {
    display: none;
  }
  #index #wrapper {
    overflow-x: hidden;
  }
  #_desktop_cart span.text-outer {
    display: none;
  }
  #_desktop_top_menu #adtm_menu #adtm_menu_inner ul li a span img {
    display: none;
  }
   .container {
    width: calc(100% - 30px) !important;
  }

  .sticky-header {
    width: 100% !important;
  }

  .sticky-header .container {
    width: 100% !important;
    margin: 0;
    max-width: none !important;
    padding: 0;
  }

  #index .container {
    width: calc(100% - 0px) !important;
  padding:0px !important;
  }
  #index #content > div, #content > section {
    width: calc(100% - 30px);
    margin:20px auto !important;
  }
  #index div#homepage-slider {
    width: 100% !important;
    margin: 0px !important;
  }
  .list_row #product-quantity-list .product-quantity,
  .list_row .product_stock_cart_list .atc_div.add-to-cart-button button {
    padding: 7px 10px !important;
    /* height: 33px; */
    line-height: 19px;
    font-size: 14px;
  }
  .list_row .product_stock_cart_list .atc_div.add-to-cart-button #ets_addToCart {
    font-size: 14px;
    padding: 7px 10px !important;
}


  .combination_stock p {
    font-size: 14px;
  }

  .thumbnail-container .product-description .product-title a {
    font-size: 14px !important;
  }
  #products.list_row
    .products.row
    .js-product.product
    .thumbnail-container
    .wishlist__outer {
    flex: 0 0 80px;
  }
  .list_row #product_capacity {
    display: none;
  }
  #products.list_row
    .products.row
    .js-product.product
    .thumbnail-container
    .product-description {
    flex: 1 1 50%;
    max-width: none;
  }

  #products.list_row .products.row .js-product.product .thumbnail-top {
    flex: 0 0 80px;
  }


  .list_row .product_stock_cart_list {
    flex: 1 1 50%;
    max-width: none;
  }

  .list_row #product_price_list {
    flex: 1 0 80px;
  }

  #products.list_row
    .products.row
    .js-product.product
    .thumbnail-container
    .product-description
    .product-title {
    margin: 0;
  }
  #combination_capacity {
    padding-left: 15px;
    flex: 1 1 50%;
    max-width: none;
  }
  .combination_cart button {
    padding: 5px 5px;
    width: 120px;
  }
  .combination_stock {
    flex: 0 0 100px;
    font-size: 14px;
  }

  #combination_cart_stock_ .wk-product-action .product-quantity .add button {
    padding: 7px 12px !important;
    width: fit-content;
    line-height: 19px;
    font-size: 14px;
    text-transform: none;
  }

  #combination_cart_stock_ {
    flex: 1 1 50%;
    max-width: none;
  }
}
@media (min-width: 1401px) and (max-width: 1600px){
	.video-container {
		height: auto;
		aspect-ratio: 15 / 9;
	}
}

@media (min-width: 1300px) and (max-width: 1400px) {
  #header .header-top-right {
    column-gap: 20px;
  }
  #_desktop_top_menu #adtm_menu #adtm_menu_inner ul li a span {
    font-size: 13px;
  }
  #header .header-top-right #wishlist_top a .text_main,
  #header .header-top-right #_desktop_user_info a .text_main {
    font-size: 14.77px;
  }
  #header .header-top-right #search_widget {
    min-width: 290px;
  }
  .homepush-content h3 {
    font-size: 22px;
  }
  .homepush-content p,
  .homepush-content a {
    font-size: 13px;
  }
	.ets_baw_display_banner:has(.video-container) {
		width: 50%;
	}
	.video-container {
		height: 275px;
	}


}

@media (max-width: 1400px) {
  .let_custom_wishlist > button {
    width: 40px;

    height: 40px;
  }

  .let_custom_wishlist > button i.material-icons {
    font-size: 22px;
  }

  #product .product-container section#content .images-container {
    display: block;
  }

  #product
    .product-container
    section#content
    .images-container
    ul.product-images.js-qv-product-images {
    text-align: center;
    flex-flow: row;
  }

  button.home_slide.slick-prev.slick-arrow {
    left: 10px;
  }

  button.home_slide.slick-next.slick-arrow {
    right: 10px;
  }
}

@media (max-width: 1350px) {

#_desktop_user_info .custom_user_, ._mobile_custom_header_right_ #_desktop_cart .header {
  position: relative;
}

  .custom_user_ .text-outer.hidden-sm-down.active {
    display: block !important;
  }
.custom_user_ .text-outer.hidden-sm-down {
  position: absolute;
  right: 0;
  top: 20px;
  background: #fff;
  width: 150px;
  height: auto;
  padding: 10px;
  z-index: 99;
  border-radius: 5px;
  display: none !important;
  text-align: center;
  box-shadow: 0px 0px 5px 0px #000000;
}
#_desktop_user_info .custom_user_ a {
  color: #000 !important;
  font-size: 14px !important;
}
#header .header-top-right #_desktop_user_info a.account {
  display: block;
  text-align: left;
}
  
}

@media (max-width:1300px){
	.video-container {
		height: auto;
		aspect-ratio: 12 / 9;
	}
}

@media (max-width:1050px){
	.video-container {
		height: auto;
		aspect-ratio: 10 / 9;
	}
}



@media (max-width: 960px) {
  .homepage-banner__1 {
    display: flex;
    flex-wrap: wrap;
  }
  .ets_baw_display_banner img {
    height: auto;
    width: 100%;
  }
  .ets_baw_display_banner:first-child {
    width: 100%;
    margin-bottom: 10px;
	display: none !important;
  }
    .ets_baw_display_banner:not(:first-child) {
    width: calc(50% - 5px);
  }

  .featured-product-title-container {
    margin-bottom: 0px;
  }

  #index .products .js-product.product article.product-miniature .thumbnail-container img {
    height: 140px;
  }

  .featured-products .product-miniature .product-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .custom-product-dec > p,
  .custom-product-dec > div {

    line-height: 18px;
    -webkit-line-clamp: 3;
    margin-top: 10px;
    height: 55px;
  }

  .featured-products .ets_cart_type_button .thumbnail-container {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: space-between;
  }

  .preorder-products,
  .featured-products {
    padding: 20px 15px 10px;
  }


}

@media (max-width: 767px) {
  #header .header-top .position-static #_desktop_contact_link {
    display: none;
  }
  #header .header-top .position-static {
    justify-content: space-between !important;
    column-gap: 10px !important;
    padding: 0;
    margin-bottom: 10px;
  }
  .row.nav_mobile_bottom {
    width: 100%;
    margin: 0px;
  }
  #header .header-top-right #search_widget {
    margin: 0;
    min-width: auto;
    max-width: 400px;
  }
  #header .header-top .position-static #wishlist_top .text-outer {
    display: none;
  }
  .highlight-title .products-section-title > a,
  #product .featured-products h2 > a {
    font-size: 20px;
    padding: 0 5px;
    pointer-events: all !important;
  }

  .homepush-content h3 {
    font-size: 16px;
  }
  .homepush-content p,
  .homepush-content a {
    font-size: 12px;
    line-height: 16px;
  }
  .homepush-content {
    width: 90%;
  }

  .blockreassurance {
    padding: 0px 10px 0px;
  }
  .blockreassurance .block-icon {
    margin-right: 20px;
  }
  .blockreassurance .block-title {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .blockreassurance .block-title + p {
    font-size: 15px;
  }
  .block_newsletter #block-newsletter-label {
    font-size: 18px;
  }
  .row.nav_mobile_top .mobile_top_bar_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav_mobile_top .hidden-md-up.text-sm-center.mobile {
    width: 100%;
  }
  .nav_mobile_top #language-selector-label {
    display: none;
  }
  .nav_mobile_bottom {
    flex-flow: column;
    row-gap: 10px;
  }
  #header .header-top {
    padding-bottom: 0px !important;
    margin-top: -1px;
  }
  .slick-prev::before,
  .slick-next::before,
  .home_slide.slick-arrow {
    width: 45px;
    height: 45px;
  }
  .slick-prev::before,
  .slick-next::before {
    font-size: 18px;
  }
  .custom-product-dec {
    opacity: 1 !important;
    transform: scaleY(1) !important;
  }
  #blockEmailSubscription_displayFooterBefore {
    padding: 30px 30px 40px;
    top: 50px;
    width: 100%;
  }
  .footer-container .container > .row:nth-of-type(1) {
    padding: 80px 30px 30px;
  }
  .footer-container .container > .row:nth-of-type(3) {
    padding: 15px 30px;
  }
  .footer-container .container > .row:nth-of-type(3) p {
    margin: 0px;
  }

  #footer_logo {
    display: none;
  }
  .footer-container .links ul {
    background-color: #f6f6f600;
  }
  .footer-container .links ul > li {
    padding: 0;
    border-bottom: none;
    margin-bottom: 5px;
    padding-left: 10px;
  }
  .footer-container .links ul > li a {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize !important;
  }
  li.preorder-flag,
  li.product-flag.new {
    font-size: 11px;
    padding: 0px 10px;
  }
  .nav_mobile_bottom #_desktop_logo {
    display: none;
  }
  #mobile_top_menu_wrapper {
    padding: 0px;
  }
  #product
    .product-container
    section#content
    .images-container
    ul
    .js-thumb-container
    img {
    max-width: 50px;
    height: 50px;
  }
  #product #content-wrapper #main {
    border-radius: 10px;
    padding: 20px 15px;
  }
  .scroll i {
    height: 65px;
  }
  #product .js-product-container .col-md-6 .h1 {
    font-size: 16px;
  }
  .faq-section {
    padding: 10px 5px;
  }
  .accordion button .accordion-title {
    font-size: 15px;
  }
  .accordion button {
    padding: 7px 5px;
  }
  .accordion button .icon {
    top: 10px;
  }
  .accordion .accordion-content p {
    font-size: 13px;
    line-height: 17px;
  }
  .accordion button[aria-expanded="true"] + .accordion-content {
    padding: 0px 5px 25px;
  }
  #category #products #js-product-list-top,
  #manufacturer #products #js-product-list-top {
    padding: 10px 10px;
    border-radius: 10px 10px 0px 0px;
    display: block;
  }
  #category #products #js-product-list-top .products-sort-order.dropdown,
  #manufacturer #products #js-product-list-top .products-sort-order.dropdown {
    max-width: 400px;
    width: 100%;
  }
  .products-selection .sort-by-row {
    width: 100%;
  }
  #category #js-product-list-header,
  #manufacturer #js-product-list-header {
    font-size: 16px;
  }
  #my-account .links a,
  #my-account .links li {
    width: 33.33%;
  }
  
  .links .title {
    border-bottom: 1px solid #464646 !important;
  }
  .featured-product-title-container .all-product-link {
    display: none !important;
  }
  #header .header-top .position-static #_desktop_language_selector {
    display: none;
  }
  div#_desktop_top_menu {
    background: #fff;
    padding: 0px !important;
  }
  #_desktop_top_menu #adtm_menu.adtm_menu_toggle_open {
    padding: 0px;
    border: 1px solid #878787;
    height: 100vh;
    overflow-y: auto;
  }
  #_desktop_top_menu #adtm_menu #adtm_menu_inner ul li.advtm_menu_10 > a {
    display: none !important;
  }
  #adtm_menu_inner .container {
    padding: 0px;
    width: calc(100% - 0px) !important;
  }
  #menu-container {
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    background: linear-gradient(to right, #8353d7, #29dbe3);
    border-radius: 0px;
    position: relative;
  }
  #menu-container p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
  }
  #menu-container p#close-menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 20px;
    height: 20px;
  }

  #adtm_menu.adtm_menu_toggle_open ul#menu li div.adtm_sub .adtm_column_wrap {
    padding: 0px !important;
  }
  #adtm_menu.adtm_menu_toggle_open
    ul#menu
    li
    div.adtm_sub
    .adtm_column_wrap
    .adtm_column {
    margin: 0px;
    padding: 0;
  }
  #adtm_menu.adtm_menu_toggle_open
    ul#menu
    li
    div.adtm_sub
    .adtm_column_wrap
    .adtm_column
    ul {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  #adtm_menu.adtm_menu_toggle_open
    ul#menu
    li
    div.adtm_sub
    .adtm_column_wrap
    .adtm_column
    ul
    li
    a {
    margin: 0px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
  }
  #adtm_menu.adtm_menu_toggle_open
    ul#menu
    li
    div.adtm_sub
    .adtm_column_wrap
    .adtm_column
    ul
    li
    a
    img {
    max-width: 80px;
  }
  #adtm_menu_inner .container .row {
    padding: 0px 0px;
    margin: 0px !important;
  }
  .md-mobile-menu {
    padding: 0;
  }
  #adtm_menu
    ul#menu
    .li-niveau1
    div.adtm_sub
    .adtm_column_wrap
    .adtm_column:nth-of-type(3),
  #adtm_menu
    ul#menu
    .li-niveau1
    div.adtm_sub
    .adtm_column_wrap
    .adtm_column:nth-of-type(2) {
    padding: 10px;
    border-radius: 0px;
  }
  #adtm_menu
    ul#menu
    .li-niveau1
    div.adtm_sub
    .adtm_column_wrap
    .adtm_column:nth-of-type(3) {
    padding-bottom: 20px;
  }
  #adtm_menu
    ul#menu
    .li-niveau1
    div.adtm_sub
    .adtm_column_wrap
    .adtm_column:nth-of-type(2) {
    padding-top: 0;
  }
  #adtm_menu
    ul#menu
    .li-niveau1
    div.adtm_sub
    .adtm_column_wrap
    .adtm_column:nth-of-type(3)
    ul
    li
    a
    img {
    opacity: 100%;
  }
  #_desktop_top_menu
    #adtm_menu
    .adtm_sub
    div.adtm_column_wrap
    ul.adtm_elements
    li {
    display: block;
  }
  #adtm_menu ul#menu .li-niveau1:hover div.adtm_sub {
    left: 0% !important;
    transform: translateX(0%);
    position: absolute;
    top: 0px !important;
  }
  #header .header-top .container,
  #header .header-nav .container {
    max-width: 470px;
    width: 100%;
  }
  #_desktop_cart .header a span.cart-products-count {
    display: none;
  }
  .nav_mobile_top #menu-icon i {
    font-size: 26px;
  }
  #header .header-nav .nav_mobile_top #_desktop_language_selector select.link,
  #header
    .header-nav
    .nav_mobile_top
    #_desktop_language_selector
    span.expand-more {
    display: none;
  }
  #header .header-nav .nav_mobile_top #_desktop_language_selector button {
    display: inline-flex !important;
  }
  #header .header-nav .nav_mobile_top #_desktop_language_selector button i {
    height: 15px;
  }
  #header
    .header-nav
    .nav_mobile_top
    #_desktop_language_selector
    .open
    ul.dropdown-menu {
    display: inline-block !important;
    left: auto;
    right: 0px;
  }
  #header
    .header-nav
    .nav_mobile_top
    #_desktop_language_selector
    .open
    ul.dropdown-menu
    li
    a {
    padding: 0px 10px;
    column-gap: 5px;
  }
  #index #wrapper {
    overflow-x: hidden;
  }
  .custom_access .products .js-product {
    width: 50% !important;
  }
  #adtm_menu.adtm_menu_toggle_open ul#menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px;
  }
  #_desktop_top_menu #adtm_menu #adtm_menu_inner ul li a span {
    color: #000000;
    font-size: 12px;
    line-height: 20px;
    min-height: auto;
    display: grid;
  }
  #_desktop_top_menu #adtm_menu #adtm_menu_inner ul li a span img {
    max-width: 60px;
    margin: 0px auto;
  }
  #_desktop_top_menu #adtm_menu.adtm_menu_toggle_open #adtm_menu_inner ul li {
    height: auto;
    min-height: auto !important;
    line-height: 20px !important;
    border: none;
    border-left: none;
    display: inline-flex !important;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 5px;
  }
  #_desktop_top_menu #adtm_menu.adtm_menu_toggle_open #adtm_menu_inner ul li a {
    padding: 0px;
  }
  #_desktop_top_menu #adtm_menu #adtm_menu_inner ul li a {
    border: none;
    min-height: auto;
    line-height: 20px;
    text-align: center;
  }
  #adtm_menu #menu > .li-niveau1 a.a-niveau1::after {
    display: none;
  }
  .li-niveau1 a:hover .advtm_menu_span,
  .li-niveau1 .advtm_menu_span:hover,
  .li-niveau1:hover > a.a-niveau1 .advtm_menu_span {
    color: #16ccdb !important;
  }
  #_desktop_top_menu
    #adtm_menu.adtm_menu_toggle_open
    #adtm_menu_inner
    ul
    li
    .adtm_sub
    ul
    li {
    height: auto !important;
  }
  .advtm_menu_actif span {
    color: #16ccdb !important;
  }
  .custom_category_name {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
    position: relative;
  }
  .custom_category_name p {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
  }
  .custom_category_name p.left_arrow {
    position: absolute;
    left: 20px;
    font-size: 32px;
  }
  .custom_category_name p.cat_name {
    padding-left: 40px;
    }
  #adtm_menu
    ul#menu
    .li-niveau1
    div.adtm_sub
    .adtm_column_wrap
    .adtm_column:nth-of-type(2)
    ul
    li {
    border: none !important;
  }
  .custom_close_menu_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
    position: relative;
    background: linear-gradient(to right, #8353d7, #29dbe3);
  }
  .custom_close_menu_icon p {
    margin: 0;
    color: #fff;
    font-size: 20px;
  }
  .custom_close_menu_icon p.menu_close_icon {
    position: absolute;
    right: 15px;
    font-size: 25px;
  }
  .md-mobile-menu {
    width: 100%;
  }
  .md-mobile-menu > .custom_close_menu_icon {
    display: none;
  }
  .adtm_menu_toggle_open .md-mobile-menu > .custom_close_menu_icon {
    display: flex !important;
  }
  #category #search_filter_toggler {
    padding: 10px 10px;
    font-size: 12px;
  }
  #adtm_menu.adtm_menu_toggle_open
    ul#menu
    li
    div.adtm_sub.adtm_submenu_toggle_open {
    height: 100vh;
  }
  main {
    overflow-x: hidden;
  }
  .preorder-products,
  .featured-products {
    padding: 40px 0px 20px;
  }
  .featured-product-title-container {
    padding: 0px 15px;
  }
  .container {
    width: calc(100% - 30px) !important;
  }



  #header .header-nav,
  #header .header-top {
    display: none !important;
  }
  ._mobile_custom_header_ {
    background: #000;
    padding: 10px 15px 15px;
  }
  ._mobile_custom_header_inner {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
  }
  ._mobile_custom_header_top_bar,
  ._mobile_custom_header_right_ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
  }
  ._mobile_custom_header_ span#language-selector-label,
  ._mobile_custom_header_ select.link.hidden-md-up,
  ._mobile_custom_header_ #_desktop_language_selector button span.expand-more {
    display: none;
  }
  ._mobile_custom_header_ #_desktop_language_selector button {
    display: block !important;
  }
  ._mobile_custom_header_
    #_desktop_language_selector
    .language-selector.open
    ul {
    display: block !important;
    left: auto;
    right: 0;
    padding: 0;
  }
  ._mobile_custom_header_top_bar #_mobile_logo {
    min-height: auto !important;
  }
  ._mobile_custom_header_top_bar {
    margin-bottom: 20px;
  }
  ._mobile_custom_header_right_ .language-selector .expand-more + i {
    margin-left: 0px;
    margin-top: 0px;
  }
  ._mobile_custom_header_right_ {
    column-gap: 2px;
    justify-content: flex-end !important;
  }
  ._mobile_custom_header_right_ #_desktop_cart i {
    font-size: 24px;
  }
  ._mobile_custom_header_right_ #_desktop_user_info i {
    font-size: 30px;
  }


  ._mobile_custom_header_right_ #wishlist_top {
    margin-right: 3px;
  }

  ._mobile_custom_header_right_ .material-icons {
    color: white;
  }

  ._mobile_custom_header_right_ #wishlist_top .text-outer {
    display: none;
  }

  ._mobile_custom_header_ #_desktop_language_selector button img {
    width: 20px;
  }
  ._mobile_custom_header_top_bar #menu-icon i {
    font-size: 28px;
    color: #fff;
  }
  ._mobile_custom_header_bottom_bar #search_widget {
    margin: 0px;
  }
  .adtm_menu_toggle_open .custom_close_menu_icon,
  .adtm_menu_toggle_open .custom_category_name {
    display: flex !important;
  }
  ._mobile_custom_header_.sticky-search ._mobile_custom_header_top_bar {
    display: none;
  }
  ._mobile_custom_header_.sticky-search {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    padding: 10px 15px 10px;
  }
  .md-mobile-menu {
    min-height: auto;
  }
  #_desktop_user_info .custom_user_,
  ._mobile_custom_header_right_ #_desktop_cart .header {
    position: relative;
  }
  .text-outer.hidden-sm-down.active {
    position: absolute;
    right: 0;
    top: 20px;
    background: #fff;
    width: 150px;
    height: auto;
    padding: 10px;
    z-index: 99;
    border-radius: 5px;
    display: block !important;
    text-align: center;
    box-shadow: 0px 0px 5px 0px #000000;
  }
  #_desktop_user_info .custom_user_ a,
  ._mobile_custom_header_right_
    #_desktop_cart
    .header
    .text-outer.hidden-sm-down.active
    a,
  ._mobile_custom_header_right_
    #_desktop_cart
    .header
    .text-outer.hidden-sm-down.active
    span {
    color: #000000;
    display: block !important;
  }
  ._mobile_custom_header_top_bar #menu-icon,
  ._mobile_custom_header_top_bar ._mobile_custom_header_right_ {
    width: 100px;
  }
  ._mobile_custom_header_top_bar #_mobile_logo {
    width: 40%;
    justify-content: center;
  }

  #index #main #content {
    display: flex;
    flex-flow: column;
  }
  #index #main #content .homepage-banner__1{
    order: 1;
  }
  #index #main #content .featured-products.featured_products.clearfix.featured-products_slider{
    order: 2;
  }


/* NIVO SLIDER FIX */
.nivoSlider a[style*="display: inline"] {
  pointer-events: none;
}

  #index #main #content .ybc_nivo_slider_slider2{
    order: 3;
  }
  #index #main #content .preorder-products.featured-products.preorder-products_slider.new-products_slider{
	order: 4;
  }
  #index #main #content .ybc_nivo_slider_slider1{
	order: 5;
  }
  #index #main #content .html_box_content_product{
	order: 6;
  }
  body.logged-in #homepage-slider{
    order: 7;
    display: none !important;
  }
  #ybc-nivo-slider-wrapper {
    float: none;
    margin: 15px 0 0;
  }
  .nivo-controlNav {
    display: none;
  }
  #ybc-nivo-slider-wrapper.theme-default .nivo-directionNav a {
    background: none;
    opacity: 1 !important;
  }
  #ybc-nivo-slider-wrapper.theme-default a.nivo-nextNav:before,
  #ybc-nivo-slider-wrapper.theme-default a.nivo-prevNav:before {
    color: #fff !important;
  }
  .theme-default .nivoSlider {
    border-radius: 5px;
    box-shadow: 0px 0px 18px #e5dada;
  }
  #ybc-nivo-slider-wrapper.theme-default .nivo-directionNav a.nivo-nextNav {
    margin-right: -15px;
  }
  #ybc-nivo-slider-wrapper.theme-default .nivo-directionNav a.nivo-prevNav {
    margin-left: -15px;
  }
  #products .products {
    justify-content: flex-start;
  }
  #index .product_price_list__,
  #index .product_capacity__ {
    display: none;
  }
  .custom-product-dec p span {
    font-size: 14px !important;
  }
  .product-miniature .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
  }
  .let-custom-filter .filter__field .title.hidden-md-up {
    display: none !important;
  }
  #category #search_filters_wrapper .let-custom-filter {
    flex-flow: column;
    row-gap: 10px;
    padding-top: 10px;
  }
  #category #content-wrapper {
    display: block !important;
  }
  #search_filter_controls > button {
    background-image: linear-gradient(to right, #18ccdc, #6979d9);
    color: #fff;
    width: 100%;
    margin-top: 11px;
    border: none;
  }

  #products.list_row .products.row .js-product.product .thumbnail-container {
    flex-wrap: wrap;
  }

  #products.list_row .products.row .js-product.product .thumbnail-container .thumbnail-top {
    flex: 0 0 100px;
    border-right: 0;

  }

  #products.list_row .products.row .js-product.product .thumbnail-container .thumbnail-top .product-thumbnail {
    height: auto;
    padding: 0;
  }

  #products.list_row .products.row .js-product.product .thumbnail-container .thumbnail-top .product-thumbnail img {
    max-width: none;
    padding: 0;
  }

#products.list_row .products.row .js-product.product .thumbnail-container .wishlist__outer {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}

#products.list_row .products.row .js-product.product .thumbnail-container button.wishlist-button-add {
      position: relative;
    left: 0;
    top: 0;
    background-color: transparent;
}

#products.list_row .products.row .js-product.product .thumbnail-container .product-description {
  max-width: none;
  flex: 1 1 calc(100% - 105px);
          max-width: none;
        padding: 30px 10px 0 5px;

}

#products.list_row .products.row .js-product.product ul.product-flags.js-product-flags {
  left: 105px;
  top: 10px;
}

  #products.list_row .products.row .js-product.product .thumbnail-container .product_stock_cart_list {
    margin: 10px 0px;
    max-width: none;
    flex: 0 0 100%;
    padding: 0 10px;
    justify-content: flex-start;

  }

.list_row #product_price_list {
  flex: 0 0 100%;
  padding: 0;
  text-align: left;
  max-width: 100%;
  border-bottom: solid 1px #e2e2e2;
}

.list_row #product_price_list .price{
  width: 100px;
  display: inline-block;
  text-align: center;
  padding-bottom: 5px ;
}


  .list_row #product-quantity-list .product-quantity,
  .list_row .product_stock_cart_list .atc_div.add-to-cart-button button {
    padding: 3px 7px;
    line-height: 26px;
    width: fit-content;
    font-size: 14px;
    height: 34px;
  }
  .list_row .product_stock_cart_list .atc_div.add-to-cart-button {
    width: fit-content;
  }


  .list_row .product_stock_cart_list {
    column-gap: 5px;
  }

  .list_row .product_stock_cart_list .atc_div.add-to-cart-button {
    row-gap: 5px;
  }
.list_row .product_stock_cart_list .atc_div.add-to-cart-button #ets_addToCart {
  line-height: 19px;
  padding: 5px;
  font-size: 14px;
}

  .list_row .product-miniature .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
  }

  .list_row .atc_div.add-to-cart-button .d-flex.flex-row .ets_atc_qty {
    height: 34px;
  }
  .list_row .atc_div.add-to-cart-button .d-flex.flex-row .d-flex button {
    height: 17px !important;
  }

  .combination_info_table {
    flex-wrap: wrap;
  }

  .combination_first_col_blank {
    display: none;
  }
  .combination_cart button {
    height: 35px;
    padding: 5px 0px;
    width: 100px;
    font-size: 14px;
  }
  #combination_cart_stock_ {
    display: flex;
    margin: 0;
    padding: 0 3px;

  }
#combination_cart_stock_ .combination_stock {  
  flex: 1 1 25%;
  padding: 5px;
}
#combination_cart_stock_ .combination_stock p {
  width: 100%;
  font-size: 14px;
  text-align: left;
}

  .combination_info_table > div {
    width: 100% !important;
    max-width: 100% !important;
  }
  #combination_capacity {
    text-align: left;
    padding: 0 5px 0 8px;
    flex: 0 0 78%;
  }
  #combination_capacity p {
    text-align: left;
    white-space: nowrap;
  }

  #combination_price {
    flex: 0 0 22%;
    padding: 0 15px 0 5px;
    text-align: right;
  }

  #combination_cart_stock_ .wk-product-action .product-quantity .add button {
    height: 34px;
    line-height: 14px;
    padding: 0 10px;
  }
  #combination_cart_stock_ .wk-product-action .product-quantity .add button span {
    text-transform: none;
  }

  #combination_cart_stock_ .wk-product-action .wk-qty .input-group-btn-vertical button {
    height: 18px !important;
  }

  #combination_cart_stock_ .wk-product-action .wk-qty input {
    height: 34px !important;
  }


  .products-sort-order button.select-title {
    padding: 4px !important;
    font-size: 12px !important;
    display: flex;
  }
  .productlist_order {
    gap: 5px;
  }

  #_desktop_top_menu
    #adtm_menu.adtm_menu_toggle_open
    #adtm_menu_inner
    ul
    li
    .adtm_sub
    ul
    li.advtm_hide_mobile {
    display: none !important;
  }
  .cart_item_count span {
		width: 18px;
		height: 18px;
		font-size: 12px;
	}
	.cart_item_count {
		left: -2px;
	}
	.product-add-to-cart .product-quantity .single_product_stock {
		margin-left: 0;
	}
	.product-add-to-cart .product-quantity .qty i.material-icons {
		color: #000 !important;
	}
	.html_box_content_product {
		flex-flow: column-reverse;
	}
	.html_box_content_product > div {
		width: 100%;
	}
	  .product-actions .add-to-cart {
		margin-right: 10px;
	}
	.qty .material-icons {
		color: #000000;
	}	
	#cart .col-md-6.col-xs-6.qty {
		padding-right: 0px;
	}
	#cart .col-md-6.col-xs-6.qty input.js-cart-line-product-quantity.form-control {
		width: 40px;
	}
  .custom_map_location .advsm-container .advsm-aside .advsm-list .advsm-list-item {
		padding: 15px 0px;
		text-align: left;
	}
	.custom_map_location .advsm-container .advsm-aside {
		margin-top: 20px;
	}
	.custom_map_location .advsm-list .advsm-list-item .advsm-item-title a {
		font-size: 16px;
	}
	.custom_map_location .advsm-list .advsm-list-item .advsm-item-desc {
		font-size: 14px;
	}
	#adtm_menu ul#menu .li-niveau1 div.adtm_sub .adtm_column_wrap .adtm_column:has(a[title="Brand"]) {
		padding: 30px 20px;
		display: block !important;
	}
	#adtm_menu ul#menu .li-niveau1 div.adtm_sub .adtm_column_wrap .adtm_column:has(a[title="Brand"]) ul li:nth-child(-n+3) {
		border-top: 1px solid #e1e1e1 !important;
	}
	#adtm_menu ul#menu .li-niveau1 div.adtm_sub .adtm_column_wrap .adtm_column:has(a[title="Brand"]) ul li:nth-of-type(3n+1) {
		border-left: 1px solid #e1e1e1 !important;
	}
	#adtm_menu ul#menu .li-niveau1 div.adtm_sub .adtm_column_wrap .adtm_column:has(a[title="Brand"]) ul li {
		border: 1px solid #0000 !important;
		border-right: 1px solid #e1e1e1 !important;
		border-bottom: 1px solid #e1e1e1 !important;
		margin-bottom: 0px !important;
	}





}

@media (max-width: 600px) {
  #my-account .links a,
  #my-account .links li {
    width: 50%;
  }
  .slide .slider-inner .slick-list {
    overflow: hidden !important;
  }
  #header .header-top .container,
  #header .header-nav .container {
    max-width: 450px;
  }
  #category #products #js-product-list .js-product.product {
    width: 50%;
  }
	#product .product-container
		section#content
	.images-container ul.product-images.js-qv-product-images {
		text-align: left;
	}
	.product-add-to-cart .product-quantity .single_product_stock {
		margin-top: 10px;
	}
	.product-quantity #quantity_wanted {
		width: 2rem;
	}


}

@media (max-width: 480px) {
  #my-account .links a,
  #my-account .links li,
  #manufacturer .products .js-product.product {
    width: 100%;
  }
  #header .header-top-right #search_widget {
    min-width: auto;
  }
  .container {
    width: calc(100% - 0px) !important;
  }
  .product_bacode_ {
    grid-template-columns: 1fr 1fr;
  }


}

@media (max-width: 374px) {
    #combination_price {
        flex: 0 0 100%;
        padding: 0 15px 5px;
        text-align: center;
    }
    #combination_capacity {
        text-align: center;
        padding: 0 5px;
        flex: 0 0 100%;
    }
    #combination_capacity p {
      text-align: center;
    }

}







/**************************** CART ******************************/



/* Panier  */
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.blockcart .text_main.blink {
  animation: blink 0.5s linear infinite;
  color: #16ccdb;
}

#_desktop_cart {
  position: relative;
}

.cart-hover-content {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  background: white;
  color: #000;
  border: 1px solid #ddd;
  padding: 15px;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cart-hover-content > ul {
  max-height: 300px;
  overflow-y: auto;
}
#_desktop_cart:hover .cart-hover-content {
  display: block;
}

.cart-hover-content .cart-item {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.cart-hover-content .cart-item:last-child {
  border-bottom: none;
}

.cart-hover-content .cart-item img {
  width: 50px;
  margin-right: 10px;
}

.cart-hover-content .product-info {
  display: flex;
  flex-direction: column;
}
.cart-hover-content .label {
  color: #000;
}

.cart-hover-content .cart-subtotals,
.cart-hover-content .cart-total {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.cart-hover-content .cart-subtotals > div,
.cart-hover-content .cart-total {
  display: flex;
  justify-content: space-between;
}

.cart-hover-content .no-items {
  color: #000;
}
