@charset "UTF-8";
.addFavouriteSuccess,
.removeFavouriteSuccess, .copySuccess {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #008867;
  color: white;
  padding: 15px 15px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: max-content;
  width: 100%;
  max-width: 500px;
  z-index: 999999;
  top: -110px;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .addFavouriteSuccess,
  .removeFavouriteSuccess, .copySuccess {
    max-width: 300px;
  }
}

.addFavouriteSuccess.in,
.removeFavouriteSuccess.in, .copySuccess.active {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.addFavouriteSuccess.out,
.removeFavouriteSuccess.out, .copySuccess.activeOut {
  top: 100px;
}

h1,
.h1 {
  font-size: 2rem;
  line-height: 20px;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

#search_widget .results,
#search_customers_for_dealers .results, .thumb-article .thumb-article-bottom .article-link, .thumb-article .thumb-article-bottom p, #footer, .blockcart #quickCartProducts .remove-from-cart span#remove-button, .blockcart #quickCartProducts .product-quantity, .blockcart #quickCartProducts .price, .blockcart #quickCartProducts .attribute, .blockcart #quickCartProducts .product-name, .func-nav, #header .header-nav, #left-column .block-categories ul li[data-depth="1"] a, textarea, button,
input,
select {
  font-size: 1.3rem;
  line-height: 19px;
}

table .order-actions a,
.table .order-actions a, .language-selector > button,
.currency-selector > button, .product-color, #colectionList .item-container .item-description button, #cms .articles span.date_add, #_desktop_top_menu #top-menu li a .navbar-toggler, .dropdown i {
  font-size: 1.1rem;
}

.blockcart #quickCartProducts .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  line-height: 1;
}

.dropdown .dropdown-menu {
  padding: 0;
  left: 0px;
  top: 30px;
  background: white;
  margin: 0;
  position: absolute;
  z-index: 1000;
  display: none;
  color: black;
  list-style: none;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  width: 289px;
  text-align: right;
}
@media (max-width: 767px) {
  .dropdown .dropdown-menu {
    width: calc(100% - 22px);
    right: 15px;
  }
}
.dropdown .dropdown-menu a {
  display: block;
  padding: 4px 0;
}
.dropdown .dropdown-menu a:after {
  display: none;
}

.dropdown .select-title {
  width: 100%;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  font-size: 1.5rem;
  color: black;
  cursor: pointer;
  padding: 0px 15px 0px 15px;
  outline: 0;
  background: white;
  z-index: 2;
  position: relative;
  min-height: 30px;
  height: 37px;
  font-weight: normal;
  text-align: left;
  border: 1px solid #cfcfcf;
}

@media (max-width: 767px) {
  .whole-width {
    flex: auto !important;
    max-width: calc(100% + 20px) !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}

@media (max-width: 767px) {
  #mobile_top_menu_wrapper .popover {
    flex: auto !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.box-radius, .box, .thumb-article {
  border: 1px solid #cfcfcf;
}

[class^=icon-], [class*=" icon-"], .touchspin-down, .touchspin-up {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-iconmonstr-email-11:before {
  content: "\e900";
}

.icon-iconmonstr-facebook-5:before {
  content: "\e901";
}

.icon-iconmonstr-phone-9:before {
  content: "\e902";
}

.icon-ic_star_24px:before {
  content: "\e903";
}

.icon-icon-toggle-star_half_24px:before {
  content: "\e904";
}

.icon-icon-toggle-star_border_24px:before {
  content: "\e905";
}

.icon-format_size:before {
  content: "\e906";
}

.icon-adjust-contrast:before {
  content: "\e907";
}

.icon-alert-circle:before {
  content: "\e908";
}

.icon-alert-octagon:before {
  content: "\e909";
}

.icon-alert-triangle:before {
  content: "\e90a";
}

.icon-iconmonstr-instagram-13:before {
  content: "\e90b";
}

.icon-iconmonstr-facebook-6:before {
  content: "\e90c";
}

.icon-iconmonstr-filter-4:before {
  content: "\e90e";
}

.icon-arrow-down1:before {
  content: "\e90f";
}

.icon-arrow-down-circle:before {
  content: "\e910";
}

.icon-arrow-down-left:before {
  content: "\e911";
}

.icon-arrow-down-right:before {
  content: "\e912";
}

.icon-arrow-left1:before {
  content: "\e913";
}

.icon-arrow-left-circle:before {
  content: "\e914";
}

.icon-arrow-right1:before {
  content: "\e917";
}

.icon-arrow-right-circle:before {
  content: "\e918";
}

.icon-arrow-up1:before {
  content: "\e919";
}

.icon-arrow-up-circle:before {
  content: "\e91c";
}

.icon-arrow-up-left:before {
  content: "\e91d";
}

.icon-arrow-up-right:before {
  content: "\e91e";
}

.icon-iconmonstr-sort-1:before {
  content: "\e91f";
}

.icon-award:before {
  content: "\e922";
}

.icon-iconmonstr-instagram-15:before {
  content: "\e923";
}

.icon-iconmonstr-delivery-8:before {
  content: "\e924";
}

.icon-iconmonstr-shopping-bag-1:before {
  content: "\e925";
}

.icon-bell:before {
  content: "\e926";
}

.icon-bell-off:before {
  content: "\e929";
}

.icon-account-bombon:before {
  content: "\e92a";
}

.icon-cart-bombon:before {
  content: "\e92b";
}

.icon-book:before {
  content: "\e92c";
}

.icon-book-open:before {
  content: "\e92d";
}

.wishlist-button-add .icon-heart:before,
.wishlist-button-add .icon-heart1:before,
.icon-bookmark:before {
  content: "\e92e";
}

.icon-box:before {
  content: "\e92f";
}

.icon-briefcase:before {
  content: "\e930";
}

.icon-calendar:before {
  content: "\e931";
}

.icon-camera:before {
  content: "\e932";
}

.icon-camera-off:before {
  content: "\e933";
}

.icon-check:before {
  content: "\e934";
}

.icon-check-circle:before {
  content: "\e935";
}

.icon-check-square:before {
  content: "\e936";
}

.icon-chevron-down:before {
  content: "\e937";
}

.icon-chevron-left:before {
  content: "\e938";
}

.icon-chevron-right:before {
  content: "\e939";
}

.icon-chevron-up:before {
  content: "\e93a";
}

.icon-search-bombon:before {
  content: "\e93b";
}

.icon-circle:before {
  content: "\e93c";
}

.icon-clipboard:before {
  content: "\e93d";
}

.icon-clock:before {
  content: "\e93e";
}

.icon-download:before {
  content: "\e95b";
}

.icon-download-cloud:before {
  content: "\e95c";
}

.icon-edit:before {
  content: "\e95e";
}

.icon-edit-2:before {
  content: "\e95f";
}

.icon-edit-3:before {
  content: "\e960";
}

.icon-external-link:before {
  content: "\e961";
}

.icon-eye:before {
  content: "\e962";
}

.icon-eye-off:before {
  content: "\e963";
}

.icon-facebook:before {
  content: "\e964";
}

.icon-film:before {
  content: "\e96c";
}

.icon-filter:before {
  content: "\e96d";
}

.icon-flag:before {
  content: "\e96e";
}

.icon-frown:before {
  content: "\e973";
}

.icon-gift:before {
  content: "\e978";
}

.icon-heart1:before {
  content: "\e980";
}

.icon-help-circle:before {
  content: "\e981";
}

.icon-home:before {
  content: "\e983";
}

.icon-image:before {
  content: "\e984";
}

.icon-inbox:before {
  content: "\e985";
}

.icon-info:before {
  content: "\e986";
}

.icon-instagram:before {
  content: "\e987";
}

.icon-lock:before {
  content: "\e992";
}

.icon-log-in:before {
  content: "\e993";
}

.icon-log-out:before {
  content: "\e994";
}

.icon-mail:before {
  content: "\e995";
}

.icon-map:before {
  content: "\e996";
}

.icon-map-pin:before {
  content: "\e997";
}

.icon-maximize:before {
  content: "\e998";
}

.icon-maximize-2:before {
  content: "\e999";
}

.icon-meh:before {
  content: "\e99a";
}

.icon-message-circle:before {
  content: "\e99c";
}

.icon-message-square:before {
  content: "\e99d";
}

.icon-mic:before {
  content: "\e99e";
}

.icon-mic-off:before {
  content: "\e99f";
}

.icon-minimize:before {
  content: "\e9a0";
}

.icon-minimize-2:before {
  content: "\e9a1";
}

.touchspin-down:before,
.icon-chevron-down:before,
.icon-minus:before {
  content: "\e9a2";
}

.icon-minus-circle:before {
  content: "\e9a3";
}

.icon-minus-square:before {
  content: "\e9a4";
}

.icon-monitor:before {
  content: "\e9a5";
}

.icon-more-horizontal:before {
  content: "\e9a7";
}

.icon-more-vertical:before {
  content: "\e9a8";
}

.icon-move:before {
  content: "\e9aa";
}

.icon-music:before {
  content: "\e9ab";
}

.icon-navigation:before {
  content: "\e9ac";
}

.icon-navigation-2:before {
  content: "\e9ad";
}

.icon-paperclip:before {
  content: "\e9b0";
}

.icon-pause:before {
  content: "\e9b1";
}

.icon-pause-circle:before {
  content: "\e9b2";
}

.icon-phone:before {
  content: "\e9b5";
}

.icon-phone-call:before {
  content: "\e9b6";
}

.icon-phone-forwarded:before {
  content: "\e9b7";
}

.icon-phone-incoming:before {
  content: "\e9b8";
}

.icon-phone-missed:before {
  content: "\e9b9";
}

.icon-phone-off:before {
  content: "\e9ba";
}

.icon-phone-outgoing:before {
  content: "\e9bb";
}

.icon-play:before {
  content: "\e9bd";
}

.icon-play-circle:before {
  content: "\e9be";
}

.touchspin-up:before,
.icon-chevron-up:before,
.icon-plus:before {
  content: "\e9bf";
}

.icon-plus-circle:before {
  content: "\e9c0";
}

.icon-plus-square:before {
  content: "\e9c1";
}

.icon-pocket:before {
  content: "\e9c2";
}

.icon-power:before {
  content: "\e9c3";
}

.icon-printer:before {
  content: "\e9c4";
}

.icon-refresh-ccw:before {
  content: "\e9c6";
}

.icon-refresh-cw:before {
  content: "\e9c7";
}

.icon-repeat:before {
  content: "\e9c8";
}

.icon-rewind:before {
  content: "\e9c9";
}

.icon-rotate-ccw:before {
  content: "\e9ca";
}

.icon-rotate-cw:before {
  content: "\e9cb";
}

.icon-save:before {
  content: "\e9cd";
}

.icon-search1:before {
  content: "\e9cf";
}

.icon-send:before {
  content: "\e9d0";
}

.icon-server:before {
  content: "\e9d1";
}

.icon-share:before {
  content: "\e9d3";
}

.icon-share-2:before {
  content: "\e9d4";
}

.icon-shield:before {
  content: "\e9d5";
}

.icon-shield-off:before {
  content: "\e9d6";
}

.icon-shopping-bag:before {
  content: "\e9d7";
}

.icon-shopping-cart:before {
  content: "\e9d8";
}

.icon-slash:before {
  content: "\e9de";
}

.icon-smile:before {
  content: "\e9e1";
}

.icon-star:before {
  content: "\e9e4";
}

.icon-tablet:before {
  content: "\e9e9";
}

.icon-tag:before {
  content: "\e9ea";
}

.icon-thumbs-down:before {
  content: "\e9ee";
}

.icon-thumbs-up:before {
  content: "\e9ef";
}

.icon-trash:before {
  content: "\e9f3";
}

.icon-trash-2:before {
  content: "\e9f4";
}

.icon-trello:before {
  content: "\e9f5";
}

.icon-truck:before {
  content: "\e9f9";
}

.icon-umbrella:before {
  content: "\e9fe";
}

.icon-unlock:before {
  content: "\ea00";
}

.icon-upload:before {
  content: "\ea01";
}

.icon-upload-cloud:before {
  content: "\ea02";
}

.icon-user:before {
  content: "\ea03";
}

.icon-user-check:before {
  content: "\ea04";
}

.icon-user-minus:before {
  content: "\ea05";
}

.icon-user-plus:before {
  content: "\ea06";
}

.icon-user-x:before {
  content: "\ea07";
}

.icon-users:before {
  content: "\ea08";
}

.icon-video:before {
  content: "\ea09";
}

.icon-video-off:before {
  content: "\ea0a";
}

.icon-volume:before {
  content: "\ea0c";
}

.icon-volume-1:before {
  content: "\ea0d";
}

.icon-volume-2:before {
  content: "\ea0e";
}

.icon-volume-x:before {
  content: "\ea0f";
}

.icon-watch:before {
  content: "\ea10";
}

.icon-x1:before {
  content: "\ea14";
}

.icon-x-circle:before {
  content: "\ea15";
}

.icon-x-octagon:before {
  content: "\ea16";
}

.icon-x-square:before {
  content: "\ea17";
}

.icon-youtube:before {
  content: "\ea18";
}

.icon-zoom-in:before {
  content: "\ea1b";
}

.icon-zoom-out:before {
  content: "\ea1c";
}

.icon-facebook2:before {
  content: "\ea90";
}

.icon-heart-line:before {
  content: "\e91a";
}

.icon-heart:before {
  content: "\e91b";
}

.icon-view-line:before {
  content: "\e974";
}

.icon-view-line-image:before {
  content: "\e975";
}

.icon-view-multiple:before {
  content: "\e976";
}

.icon-view-four:before {
  content: "\e977";
}

.icon-done:before {
  content: "\e876";
}

.icon-search:before {
  content: "\e915";
}

.icon-time:before {
  content: "\e916";
}

.icon-twitter:before {
  content: "\e920";
}

.icon-facebook1:before {
  content: "\e921";
}

.icon-instagram2:before {
  content: "\e927";
}

.icon-x:before {
  content: "\e928";
}

.icon-arrow-left:before {
  content: "\f104";
}

.icon-arrow-right:before {
  content: "\f105";
}

.icon-arrow-up:before {
  content: "\f106";
}

.icon-arrow-down:before {
  content: "\f107";
}

.account {
  position: relative;
}
.account:hover .dropdown-account {
  visibility: visible;
  opacity: 1;
}

.dropdown-account {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  min-width: 240px;
  right: 0;
  top: 21px;
  padding-top: 10px;
}
.dropdown-account__list, .dropdown-account__guest {
  background-color: white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #F5F5F5;
}
.dropdown-account__guest {
  width: 240px;
  text-align: center;
}
.dropdown-account__title {
  margin: 0 0 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #2B2B2B;
  letter-spacing: 0.04em;
}
.dropdown-account__login {
  display: block;
  width: 100%;
  margin-bottom: 14px;
  padding: 10px 16px;
  font-size: 1.4rem;
  border-radius: 5px;
  background: #000000;
  border-color: #000000;
  color: white !important;
}
.dropdown-account__login b {
  color: white;
}
.dropdown-account__login:hover, .dropdown-account__login:focus {
  background: #0080c8;
  border-color: #0080c8;
  color: white !important;
}
.dropdown-account__login:hover b, .dropdown-account__login:focus b {
  color: white;
}
.dropdown-account__register-text {
  margin: 8px 0 0;
  text-align: left;
  line-height: 1.4;
  font-size: 1.3rem;
}
.dropdown-account__register-text a {
  color: #2B2B2B;
  font-weight: 500;
  text-decoration: underline;
}
.dropdown-account__register-text a:hover {
  color: #000000;
}
.dropdown-account__item {
  padding: 5px 10px;
  border-radius: 5px;
  color: rgb(39, 39, 39) !important;
}
.dropdown-account__item:hover {
  background-color: rgb(228, 228, 228);
  color: rgb(0, 0, 0) !important;
}
.dropdown-account__item--last {
  text-align: center;
}
.dropdown-account__item--last:hover {
  background-color: rgb(252, 201, 201);
}
.dropdown-account__line {
  margin: 5px 0;
}

#funcNavigation .func-nav.justify-content-end,
#funcNavigation .header-nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: nowrap;
  position: relative;
  align-self: center;
  height: 100%;
}
@media (min-width: 1200px) {
  #funcNavigation .func-nav.justify-content-end,
  #funcNavigation .header-nav-right {
    padding-right: 14px;
  }
}
@media (min-width: 1600px) {
  #funcNavigation .func-nav.justify-content-end,
  #funcNavigation .header-nav-right {
    padding-right: 18px;
  }
}
@media (max-width: 1199px) {
  #funcNavigation .func-nav.justify-content-end,
  #funcNavigation .header-nav-right {
    gap: 14px;
    width: auto;
    flex: 0 0 auto;
  }
}
#funcNavigation .func-nav.justify-content-end #_desktop_favourite,
#funcNavigation .func-nav.justify-content-end #_mobile_favourite,
#funcNavigation .func-nav.justify-content-end #_desktop_user_info,
#funcNavigation .func-nav.justify-content-end #_mobile_user_info,
#funcNavigation .func-nav.justify-content-end #_desktop_cart,
#funcNavigation .func-nav.justify-content-end #_mobile_cart,
#funcNavigation .header-nav-right #_desktop_favourite,
#funcNavigation .header-nav-right #_mobile_favourite,
#funcNavigation .header-nav-right #_desktop_user_info,
#funcNavigation .header-nav-right #_mobile_user_info,
#funcNavigation .header-nav-right #_desktop_cart,
#funcNavigation .header-nav-right #_mobile_cart {
  position: relative !important;
  right: auto !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  flex-shrink: 0;
}
#funcNavigation .func-nav.justify-content-end #_desktop_language_selector,
#funcNavigation .func-nav.justify-content-end #_mobile_language_selector,
#funcNavigation .header-nav-right #_desktop_language_selector,
#funcNavigation .header-nav-right #_mobile_language_selector {
  display: none !important;
}
#funcNavigation .func-nav.justify-content-end #_desktop_google_translate,
#funcNavigation .func-nav.justify-content-end #_mobile_google_translate,
#funcNavigation .header-nav-right #_desktop_google_translate,
#funcNavigation .header-nav-right #_mobile_google_translate {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  margin-right: 0 !important;
  flex-shrink: 0;
  order: 1;
  z-index: 12;
}
#funcNavigation .func-nav.justify-content-end #_desktop_favourite,
#funcNavigation .func-nav.justify-content-end #_mobile_favourite,
#funcNavigation .header-nav-right #_desktop_favourite,
#funcNavigation .header-nav-right #_mobile_favourite {
  order: 2;
}
@media (max-width: 991px) {
  #funcNavigation .func-nav.justify-content-end #_desktop_favourite,
  #funcNavigation .func-nav.justify-content-end #_mobile_favourite,
  #funcNavigation .header-nav-right #_desktop_favourite,
  #funcNavigation .header-nav-right #_mobile_favourite {
    display: none !important;
  }
}
#funcNavigation .func-nav.justify-content-end #_desktop_user_info,
#funcNavigation .func-nav.justify-content-end #_mobile_user_info,
#funcNavigation .header-nav-right #_desktop_user_info,
#funcNavigation .header-nav-right #_mobile_user_info {
  order: 3;
}
#funcNavigation .func-nav.justify-content-end #_desktop_cart,
#funcNavigation .func-nav.justify-content-end #_mobile_cart,
#funcNavigation .header-nav-right #_desktop_cart,
#funcNavigation .header-nav-right #_mobile_cart {
  order: 4;
  z-index: 11;
  display: flex !important;
  align-items: center !important;
  align-self: center;
  margin-right: 4px !important;
}
@media (max-width: 1199px) {
  #funcNavigation .func-nav.justify-content-end #_desktop_cart,
  #funcNavigation .func-nav.justify-content-end #_mobile_cart,
  #funcNavigation .header-nav-right #_desktop_cart,
  #funcNavigation .header-nav-right #_mobile_cart {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #funcNavigation .func-nav.justify-content-end #_desktop_cart,
  #funcNavigation .func-nav.justify-content-end #_mobile_cart,
  #funcNavigation .header-nav-right #_desktop_cart,
  #funcNavigation .header-nav-right #_mobile_cart {
    margin-right: 6px !important;
  }
}
#funcNavigation .func-nav.justify-content-end #_desktop_cart .blockcart,
#funcNavigation .func-nav.justify-content-end #_mobile_cart .blockcart,
#funcNavigation .header-nav-right #_desktop_cart .blockcart,
#funcNavigation .header-nav-right #_mobile_cart .blockcart {
  display: flex;
  align-items: center;
}
#funcNavigation .func-nav.justify-content-end #_desktop_cart .blockcart > a,
#funcNavigation .func-nav.justify-content-end #_mobile_cart .blockcart > a,
#funcNavigation .header-nav-right #_desktop_cart .blockcart > a,
#funcNavigation .header-nav-right #_mobile_cart .blockcart > a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
#funcNavigation .func-nav.justify-content-end #_desktop_cart a i,
#funcNavigation .func-nav.justify-content-end #_mobile_cart a i,
#funcNavigation .header-nav-right #_desktop_cart a i,
#funcNavigation .header-nav-right #_mobile_cart a i {
  position: relative !important;
  top: 0 !important;
}
@media (max-width: 399px) {
  #funcNavigation .func-nav.justify-content-end,
  #funcNavigation .header-nav-right {
    gap: 8px;
  }
}
@media (max-width: 991px) {
  #funcNavigation .func-nav.justify-content-end .language-nav .language-flag,
  #funcNavigation .header-nav-right .language-nav .language-flag {
    width: 20px;
  }
  #funcNavigation .func-nav.justify-content-end .language-nav .language-selector__toggle,
  #funcNavigation .header-nav-right .language-nav .language-selector__toggle {
    gap: 4px;
  }
  #funcNavigation .func-nav.justify-content-end .language-nav .language-selector__menu.dropdown-menu,
  #funcNavigation .header-nav-right .language-nav .language-selector__menu.dropdown-menu {
    min-width: 168px !important;
    width: auto !important;
    right: 0 !important;
    left: auto !important;
    top: calc(100% + 6px) !important;
  }
  #funcNavigation .func-nav.justify-content-end .language-nav .language-selector__option,
  #funcNavigation .header-nav-right .language-nav .language-selector__option {
    font-size: 1.3rem;
    padding: 9px 10px !important;
  }
}
@media (min-width: 1200px) {
  #funcNavigation .func-nav.justify-content-end #_desktop_cart a i,
  #funcNavigation .func-nav.justify-content-end #_mobile_cart a i,
  #funcNavigation .header-nav-right #_desktop_cart a i,
  #funcNavigation .header-nav-right #_mobile_cart a i {
    top: 0 !important;
  }
  #funcNavigation .func-nav.justify-content-end #_desktop_cart .blockcart .cart-products-count,
  #funcNavigation .func-nav.justify-content-end #_mobile_cart .blockcart .cart-products-count,
  #funcNavigation .header-nav-right #_desktop_cart .blockcart .cart-products-count,
  #funcNavigation .header-nav-right #_mobile_cart .blockcart .cart-products-count {
    top: -5px;
  }
}

.language-nav {
  position: relative;
}
.language-nav .language-selector.dropdown.js-dropdown {
  display: flex;
  align-items: center;
}
.language-nav .language-selector.dropdown.js-dropdown.open .language-selector__menu, .language-nav .language-selector.dropdown.js-dropdown.show .language-selector__menu {
  display: block;
}
.language-nav .language-selector-wrapper {
  position: relative;
}
.language-nav .language-selector__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-transform: none;
  outline: 0;
  box-shadow: none;
  line-height: 1;
}
.language-nav .language-selector__toggle:hover .icon-arrow-down {
  color: #0080c8;
}
.language-nav .language-selector__toggle .icon-arrow-down {
  font-size: 16px;
  color: #000;
  transition: transform 0.2s ease, color 0.2s ease;
  position: static !important;
  right: auto !important;
  padding: 0 !important;
  transform: none;
  line-height: 1;
}
.language-nav .language-selector__toggle[aria-expanded=true] .icon-arrow-down, .language-nav .language-selector__toggle.show .icon-arrow-down {
  color: #0080c8;
  transform: rotate(180deg);
}
.language-nav .language-selector__menu.dropdown-menu {
  min-width: 188px !important;
  max-width: none !important;
  width: auto !important;
  margin: 0;
  padding: 0 !important;
  right: 0 !important;
  left: auto !important;
  top: calc(100% + 8px) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
  text-align: left !important;
  overflow: hidden;
  list-style: none;
}
.language-nav .language-selector__menu.dropdown-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.language-nav .language-selector__menu.dropdown-menu li.current .language-selector__option {
  font-weight: 700;
  background: rgba(0, 128, 200, 0.08);
  color: #0080c8 !important;
}
.language-nav .language-selector__menu.dropdown-menu a.language-selector__option {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px !important;
  margin: 0;
}
.language-nav .language-selector__option {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.3;
  color: #000 !important;
  text-transform: none;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}
.language-nav .language-selector__option:hover {
  background: #F5F5F5 !important;
  color: #0080c8 !important;
}
.language-nav .language-selector__option .language-flag {
  flex-shrink: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.language-nav .language-selector__label {
  display: inline-block;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.language-nav .language-selector__mobile {
  display: none !important;
}

.google-translate-nav {
  position: relative;
  flex-shrink: 0;
}
.google-translate-nav .language-selector-wrapper {
  position: relative;
}
.google-translate-nav .google-translate-dropdown {
  display: flex;
  align-items: center;
  position: relative;
}
.google-translate-nav .google-translate-dropdown .language-selector__menu {
  display: none !important;
}
.google-translate-nav .google-translate-dropdown.show .language-selector__menu, .google-translate-nav .google-translate-dropdown.open .language-selector__menu {
  display: block !important;
}
.google-translate-nav .language-selector__toggle {
  display: inline-flex;
  align-items: center;
  padding: 4px 6px !important;
  gap: 4px;
  border-radius: 8px;
  transition: background 0.2s ease;
}
.google-translate-nav .language-selector__toggle:hover {
  background: rgba(0, 0, 0, 0.04);
}
.google-translate-nav .language-selector__toggle:hover .icon-arrow-down {
  color: #0080c8;
}
.google-translate-nav .language-selector__toggle .icon-arrow-down {
  font-size: 16px;
  color: #000;
  transition: transform 0.2s ease, color 0.2s ease;
  position: static !important;
  right: auto !important;
  padding: 0 !important;
  transform: none;
  line-height: 1;
}
.google-translate-nav .language-selector__toggle[aria-expanded=true] .icon-arrow-down, .google-translate-nav .language-selector__toggle.show .icon-arrow-down {
  color: #0080c8;
  transform: rotate(180deg);
}
.google-translate-nav .language-selector__menu a.language-selector__option {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px !important;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .google-translate-nav .language-selector__toggle {
    padding: 4px 4px !important;
  }
}

#funcNavigation .goog-te-gadget,
#funcNavigation .goog-te-gadget-simple,
#funcNavigation .goog-te-menu-value,
#funcNavigation .goog-te-combo {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
  pointer-events: none !important;
}

.goog-te-balloon-frame,
#goog-gt-tt {
  display: none !important;
}

#google_translate_element,
#google_translate_element.google-translate-element--hidden,
.google-translate-element--hidden {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

#google_translate_element .goog-te-gadget,
#google_translate_element .goog-te-gadget-simple,
#google_translate_element .goog-te-combo,
#google_translate_element .goog-logo-link,
#google_translate_element .VIpgJd-ZVi9od-l4eHX-hSRGPd,
#google_translate_element img {
  display: none !important;
  visibility: hidden !important;
}

body > .skiptranslate,
body > div.skiptranslate {
  max-width: 100vw !important;
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

body > .skiptranslate iframe,
iframe.skiptranslate,
iframe.VIpgJd-ZVi9od-ORHb-OEVmcd {
  max-width: 100vw !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

@media (max-width: 767px) {
  body > .skiptranslate,
  body > div.skiptranslate {
    width: 100vw !important;
    max-width: 100vw !important;
  }
  body > .skiptranslate iframe,
  iframe.skiptranslate,
  iframe.VIpgJd-ZVi9od-ORHb-OEVmcd {
    width: 100vw !important;
    max-width: 100vw !important;
  }
}
.language-flag {
  display: block;
  width: 22px;
  height: auto;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
}
.language-flag--code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 14px;
  font-size: 0.9rem;
  font-weight: 700;
  background: #F5F5F5;
  color: #000;
}

#funcNavigation .func-nav .language-selector > button,
#funcNavigation .func-nav .currency-selector > button {
  margin: 0;
  padding: 0;
  text-transform: none;
}
#funcNavigation .func-nav .language-nav .language-selector .dropdown-menu.language-selector__menu {
  width: auto !important;
  max-width: none !important;
  left: auto !important;
  padding: 0 !important;
  text-align: left !important;
}
#funcNavigation .func-nav .language-nav .language-selector .dropdown-menu.language-selector__menu a {
  display: flex !important;
}
#funcNavigation .func-nav .language-nav .language-selector .dropdown-menu.language-selector__menu a:after {
  display: none;
}
#funcNavigation .func-nav .language-selector .dropdown-menu,
#funcNavigation .func-nav .currency-selector .dropdown-menu {
  width: auto;
  right: 0;
  left: auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  color: #e8f0fe;
}

.active input:-webkit-autofill,
.active input:-webkit-autofill:hover,
.active input:-webkit-autofill:focus,
.active textarea:-webkit-autofill,
.active textarea:-webkit-autofill:hover,
.active textarea:-webkit-autofill:focus,
.active select:-webkit-autofill,
.active select:-webkit-autofill:hover,
.active select:-webkit-autofill:focus {
  color: #000;
}

.error {
  color: #DB3811;
  font-weight: bold;
}

html {
  font-size: 62.5%;
  transition: 0s font-size;
}

body {
  background: #F5F5F5;
  color: #000;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding-left: 0;
  padding-right: 0;
}
p {
  line-height: 1.5;
}

.overflow_hidden {
  overflow: hidden !important;
}

a {
  text-decoration: none;
  transition: 0.4s color;
  color: #000;
}
a:hover {
  color: #0080c8;
  transition: 0.4s color;
  text-decoration: none;
}
a.remove-from-cart:after, a.no-border:after, a.no-underline:after {
  display: none !important;
}
a.inverse {
  color: #0080c8;
}
a.inverse:hover {
  color: #000;
}

strong {
  font-weight: 700;
}

.grey {
  color: #cfcfcf;
}

.green {
  color: #008867;
}

.red {
  color: #DB3811;
}

h1,
h2,
h3 {
  color: #000;
}

h1,
.h1 {
  margin: 0 0 45px 0;
  text-transform: none;
  font-weight: 600;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    margin: 0 0 30px 0;
  }
}

h2,
.h2 {
  margin: 20px 0;
  font-size: 2.2rem;
  line-height: 27px;
  font-weight: 600;
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: 1.6rem;
  }
}

h3,
.h3 {
  font-weight: 600;
  margin: 10px 0;
  font-size: 1.8rem;
  line-height: 33px;
}
@media (max-width: 575px) {
  h3,
  .h3 {
    font-size: 1.4rem;
  }
}

hr {
  margin: auto;
  border-style: inset;
  border: 0;
  border-bottom: 1px solid #cfcfcf;
  height: 1px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cfcfcf;
  font-weight: 400;
  font-family: "Poppins", sans-serif !important;
  font-size: 1.3rem;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #cfcfcf;
  font-family: "Poppins", sans-serif !important;
  font-size: 1.3rem;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #cfcfcf;
  font-family: "Poppins", sans-serif !important;
  font-size: 1.3rem;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #cfcfcf;
  font-family: "Poppins", sans-serif !important;
  font-size: 1.3rem;
}

@media (max-width: 1199px) {
  ::-webkit-input-placeholder,
  ::-moz-placeholder,
  :-ms-input-placeholder,
  :-moz-placeholder,
  input::placeholder,
  textarea::placeholder {
    font-size: 14px;
  }
}
button,
input,
textarea,
select {
  background: white;
  font-family: "Poppins", sans-serif !important;
  border: 1px solid #000;
  width: 100%;
  border-radius: 5px;
}
@media (max-width: 575px) {
  button,
  input,
  textarea,
  select {
    max-width: 100%;
  }
}

input,
textarea,
select,
button {
  padding-left: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
}

button,
input,
select {
  height: 47px;
  border-color: #cfcfcf;
}

input,
textarea {
  border: 1px solid #cfcfcf;
  transition: 0.4s border-color;
}
input:focus,
textarea:focus {
  outline: 0;
  border-color: #000000;
}

textarea {
  padding-top: 13px;
  font-weight: 400;
}
@media (min-width: 576px) {
  textarea {
    max-width: 520px;
  }
}

input[type=radio],
input[type=checkbox] {
  left: 0;
  position: absolute;
  width: 22px;
  height: 22px !important;
  background: none;
  top: 0;
  margin: 0;
  outline: 0;
  border: 0 !important;
  padding: 0;
}

.radio-inline {
  display: flex;
  align-items: center;
}

.radio-buttons .form-control-label,
.checkbox .form-control-label {
  display: none !important;
}

.form-control-comment {
  display: block;
  font-size: 1rem;
  margin-top: 3px;
  margin-left: 0.5rem;
  color: #a7a7a7;
}

.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
  z-index: 9;
}
.form-group.checkbox {
  margin-bottom: 10px;
}
.form-group .alert {
  margin-top: 0;
}
.form-group .alert ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#customer-form .form-group.firstname {
  order: 0;
}
#customer-form .form-group.lastname {
  order: 1;
}
#customer-form .form-group.email {
  order: 2;
}
#customer-form .form-group.phone {
  order: 3;
}
#customer-form .form-group.password {
  order: 4;
}

.form-footer {
  margin-top: 0;
}

.group-span-filestyle label {
  padding: 0 11px;
}
.group-span-filestyle label, .group-span-filestyle label:hover {
  font-size: 1.3rem;
  right: 0;
  line-height: 4.4rem;
  left: auto !important;
  top: 0 !important;
  cursor: pointer !important;
}

.form-group:not(.radio-buttons):not(.checkbox) {
  position: relative;
  margin-top: 0px;
}
.form-group:not(.radio-buttons):not(.checkbox) label {
  display: block;
  margin: 0;
  top: 13px;
  position: absolute;
  transition: 0.4s all;
  left: 15px;
  font-size: 1.4rem;
  color: #000;
  cursor: text;
}
.form-group:not(.radio-buttons):not(.checkbox).active label {
  top: -9px;
  background-color: white;
  color: #000;
  padding: 0px 9px;
  left: 14px;
  border-radius: 5px;
}

.ui-helper-hidden-accessible {
  display: none !important;
}

.moreLess {
  cursor: pointer;
  text-decoration: underline;
}

.custom-radio a,
.custom-checkbox a {
  text-decoration: underline;
}
.custom-radio em:nth-child(2),
.custom-checkbox em:nth-child(2) {
  display: none;
}
.custom-radio > span:nth-child(3),
.custom-checkbox > span:nth-child(3) {
  line-height: 1.6;
  display: inline-block;
}
.custom-radio span.active, .custom-radio.active,
.custom-checkbox span.active,
.custom-checkbox.active {
  display: block;
}
.custom-radio span.active em:nth-child(2), .custom-radio.active em:nth-child(2),
.custom-checkbox span.active em:nth-child(2),
.custom-checkbox.active em:nth-child(2) {
  display: inline;
}

.custom-radio,
.custom-checkbox {
  cursor: pointer;
  display: flex;
  text-align: left;
  align-items: flex-start;
  position: relative;
  user-select: none;
  color: #000000;
}
.custom-radio > span:nth-child(2),
.custom-checkbox > span:nth-child(2) {
  margin-right: 10px;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  border: 1px solid #cfcfcf;
  display: inline-block;
  position: relative;
  transition: 0.4s all;
  border-radius: 4px;
  background: white;
}
.custom-radio span.active,
.custom-checkbox span.active {
  display: block;
}
.custom-radio span.active em:nth-child(2),
.custom-checkbox span.active em:nth-child(2) {
  display: inline;
}
.custom-radio input ~ span:nth-child(2):before,
.custom-checkbox input ~ span:nth-child(2):before {
  color: black;
  font-size: 1.6rem;
  content: "";
  font-family: icons;
  position: absolute;
  top: 1px;
  left: 2px;
  line-height: normal;
}
.custom-radio input:checked ~ span:nth-child(2):before,
.custom-checkbox input:checked ~ span:nth-child(2):before {
  content: "\e934";
}

.custom-radio > span:nth-child(2) {
  border-radius: 50%;
  border: 1px solid #cfcfcf;
  transition: 0.3s all ease;
}
.custom-radio input ~ span:nth-child(2):before {
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #cfcfcf;
  opacity: 0;
  transform: scale(0);
  transition: 0.2s all ease;
  content: "";
}
.custom-radio input:checked ~ span:nth-child(2) {
  border-color: #008867;
}
.custom-radio input:checked ~ span:nth-child(2):before {
  transform: scale(1);
  opacity: 1;
  background: #008867;
  content: "";
}
.custom-radio:hover input ~ span:nth-child(2):before {
  background: #008867;
  opacity: 0.9;
  transform: scale(1);
}
.custom-radio:hover input:checked ~ span:nth-child(2):before {
  transform: scale(1);
  opacity: 1;
}

.password .input-group-btn {
  width: auto;
  display: inline-block;
  margin-left: -5px;
}
.password .input-group-btn .btn {
  height: 42px;
  width: 63px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  font-size: 1rem;
  top: -1px;
}

.btn-unstyle {
  background: none;
  height: auto;
  border: 0;
  max-width: auto;
  width: auto;
}

.btn {
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700;
  text-align: center;
  border: 1px solid #000000;
  user-select: none;
  width: auto;
  cursor: pointer;
  font-size: 1.4rem;
  color: white;
  border-radius: 5px;
}

.btn,
.continue {
  position: relative;
}
.btn i,
.continue i {
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.btn .lds-ring,
.continue .lds-ring {
  margin: auto;
  left: 0;
  position: absolute;
  transform: scale(0.5);
  right: 0;
  top: 0;
  bottom: 0;
}

.btn-default {
  margin-top: 20px;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
}

.btn-primary {
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  background: #000000;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
  padding: 10px 15px;
  min-width: 200px;
}
@media (max-width: 479px) {
  .btn-primary {
    min-width: auto;
  }
}
.btn-primary:hover, .btn-primary.active {
  border-color: #0080c8;
  background: #0080c8;
  color: white;
}

.small-btn {
  margin-bottom: 35px;
  height: auto;
  width: auto;
  line-height: 20px !important;
  font-weight: normal;
  text-transform: lowercase;
  margin-top: 5px;
  max-width: 300px;
  padding: 0 15px;
  background: white;
  border-color: #008867;
  color: #008867;
  transition: color 0.4s, background 0.4s;
  height: 36px;
}
.small-btn:after {
  display: none;
}
.small-btn i {
  margin-right: 10px;
}
.small-btn:hover {
  border-color: #000;
  color: #000;
  height: 36px;
}

.btn:disabled, .btn:disabled:hover,
.btn[disabled],
.btn[disabled]:hover,
button:disabled,
button:disabled:hover,
button[disabled],
button[disabled]:hover {
  background-color: #cfcfcf !important;
  color: #2B2B2B !important;
  border-color: #cfcfcf !important;
  cursor: not-allowed !important;
}

button.no-style {
  background: none !important;
  height: auto !important;
  padding: 5px !important;
  border: 0;
  cursor: pointer;
}

.dropdown .select-title[aria-expanded=true] {
  border-color: #000000;
  color: #000000;
}
.dropdown .dropdown-menu {
  max-width: 289px;
  left: 0;
  padding: 10px !important;
  border: 1px solid #cfcfcf;
  text-align: left !important;
  right: 0;
  width: 100%;
  top: 43px;
}
@media (max-width: 991px) {
  .dropdown .dropdown-menu {
    left: 0px;
  }
}
@media (max-width: 767px) {
  .dropdown .dropdown-menu {
    width: 100%;
    left: 0;
  }
}
.dropdown i {
  display: inline-block;
  transition: 0.4s all;
  position: absolute;
  transform: rotate(0);
  padding: 0 8px;
  font-size: 1.3rem;
  right: -10px;
}
.dropdown.open i {
  transform: rotate(180deg);
}
.dropdown.open i.icon-iconmonstr-sort-1 {
  transform: none;
}
.dropdown.open .dropdown-menu {
  display: block;
  z-index: 9999;
}

.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}

@media (max-width: 991px) {
  #content-wrapper {
    margin-top: 0;
  }
}
#content-wrapper.left-column {
  width: calc(100% - 320px);
}
@media (max-width: 1199px) {
  #content-wrapper.left-column {
    width: 100%;
  }
}
#content-wrapper > .space {
  justify-content: space-between;
  padding: 20px 40px 90px;
  display: flex;
  flex-wrap: wrap;
  padding-right: 16px;
}
@media (max-width: 1199px) {
  #content-wrapper > .space {
    padding: 10px 10px 10px;
  }
}
#content-wrapper > .space .block-category {
  width: 100%;
}

.elementor-widget-text-editor {
  max-width: 520px;
  width: 100%;
}

#left-column {
  background: #ebebeb;
  padding: 20px 10px;
  width: 320px;
  flex: 0 0 320px;
  max-width: auto;
  z-index: 1;
  position: static;
}
@media (max-width: 1199px) {
  #left-column {
    display: none;
  }
}
@media (min-width: 1200px) {
  #left-column {
    align-self: stretch;
  }
}
#left-column > div {
  display: block;
  max-height: calc(100vh - 90px);
  position: sticky;
  top: 90px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 60px;
  -webkit-overflow-scrolling: touch;
}
#left-column h2,
#left-column .h1 {
  margin-bottom: 13px;
}
#left-column h3 {
  display: none;
}
#left-column .block-categories ul li {
  padding: 8px 0;
}
#left-column .block-categories ul li a {
  display: inline-block;
}
#left-column .block-categories ul li:hover > a,
#left-column .block-categories ul li:hover > div i {
  color: #000000;
}
#left-column .block-categories ul li.current > a {
  color: #000000;
}
#left-column .block-categories ul li[data-depth="1"]:last-child {
  padding-bottom: 13px;
}
#left-column .block-categories ul li[data-depth="1"]:first-child {
  padding-top: 13px;
}
#left-column .block-categories ul li[data-depth="1"] {
  padding: 0;
}
#left-column .block-categories ul li[data-depth="1"] a {
  line-height: 1;
  padding: 7px 0;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height;
}

.collapsing,
.dropdown,
.dropup {
  position: relative;
}

.img-responsive {
  width: 100%;
}

div[aria-expanded=true] .icon-chevron-down {
  display: none;
}
div[aria-expanded=true] .icon-chevron-up {
  display: inline-block;
}

div[aria-expanded=false] .icon-chevron-up {
  display: none;
}

#index .breadcrumb {
  display: none;
}

.top-nav {
  align-items: center;
  position: relative;
  height: 80px;
  z-index: 9999;
}
@media (max-width: 1199px) {
  .top-nav {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .top-nav > div {
    position: unset;
    height: inherit;
  }
}

@media (max-width: 1199px) {
  #logoContainer {
    text-align: left;
    width: auto;
    position: static;
    margin: 0;
    left: auto;
    z-index: auto;
    height: auto;
    flex: 0 1 auto;
    min-width: 0;
  }
}
#logoContainer a {
  padding: 0 15px 0 8px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  #logoContainer a {
    padding: 0;
  }
}

#mainNavigation {
  position: relative;
  z-index: 104;
  background-color: white;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  border-top: 1px solid #cfcfcf;
}
@media (max-width: 1199px) {
  #mainNavigation {
    display: none !important;
  }
}

#authentication #mainNavigation,
#authentication #menu-icon,
#password #mainNavigation,
#password #menu-icon,
#registration #mainNavigation,
#registration #menu-icon,
#module-ds_b2bregister-guestform #mainNavigation,
#module-ds_b2bregister-guestform #menu-icon,
#module-ds_b2bregister-waitingroomform #mainNavigation,
#module-ds_b2bregister-waitingroomform #menu-icon {
  display: none !important;
}

#funcNavigation {
  position: relative;
  z-index: 108;
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  #funcNavigation {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #funcNavigation {
    padding-top: 8px;
  }
  #funcNavigation .top-nav {
    display: grid;
    grid-template-columns: auto minmax(420px, 640px) auto;
    align-items: center;
    column-gap: 1.2rem;
  }
  #funcNavigation .header-nav-left {
    grid-column: 1;
    justify-content: flex-start;
  }
  #funcNavigation .header-nav-center {
    grid-column: 2;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 640px;
    margin: 0;
    justify-self: center;
  }
  #funcNavigation .header-nav-center > #_mobile_search,
  #funcNavigation .header-nav-center > #_desktop_search {
    width: min(100%, 640px);
    margin: 0 auto;
  }
  #funcNavigation .header-nav-center > #_desktop_search {
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    max-width: 640px;
  }
  #funcNavigation .header-nav-center #search_widget {
    width: 100%;
    overflow: visible;
  }
  #funcNavigation .header-nav-center > #_desktop_search {
    overflow: visible;
  }
  #funcNavigation .top-nav,
  #funcNavigation .header-nav-center {
    overflow: visible;
  }
  #funcNavigation .header-nav-right {
    grid-column: 3;
    justify-content: flex-end;
    justify-self: end;
    width: auto;
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  #funcNavigation .top-nav {
    flex-wrap: nowrap;
  }
  #funcNavigation .header-nav-left {
    flex: 0 1 auto;
    width: auto;
    max-width: none;
    gap: 6px;
    padding-left: 0;
    padding-right: 8px;
  }
  #funcNavigation .header-nav-left #menu-icon {
    margin-right: 0;
    padding: 8px 6px 8px 0;
    display: flex;
    align-items: center;
  }
  #funcNavigation .header-nav-left #logoContainer {
    margin-left: 0;
  }
  #funcNavigation .header-nav-left #logoContainer a {
    padding: 0;
    display: flex;
    align-items: center;
  }
  #funcNavigation .header-nav-right {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    gap: 14px;
    padding-right: 8px;
  }
  #funcNavigation .header-nav-right.func-nav {
    width: auto;
  }
  #funcNavigation .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) and (max-width: 1199px) {
  #funcNavigation .header-nav-left {
    gap: 12px;
    padding-left: 6px;
  }
  #funcNavigation .header-nav-left #menu-icon {
    padding: 8px 10px 8px 4px;
  }
  #funcNavigation .header-nav-right {
    padding-right: 16px;
  }
  #funcNavigation .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.collapse {
  display: none;
}
.collapse i.arrow_up {
  display: none;
}
.collapse i.arrow_down {
  display: block;
}
.collapse.in {
  display: block;
}
.collapse.in i.arrow_up {
  display: block;
}
.collapse.in i.arrow_down {
  display: none;
}

div[data-toggle=collapse] i {
  display: block;
}
div[data-toggle=collapse] i.icon-arrow-down {
  display: none;
}
div[data-toggle=collapse].collapsed i.icon-arrow-up {
  display: none;
}
div[data-toggle=collapse].collapsed i.icon-arrow-down {
  display: block;
}

#module-ds_b2bregister-guestform #header {
  position: relative;
}

#header {
  position: sticky;
  top: 0;
  width: 100%;
  left: 0;
  background: white;
  z-index: 1100;
}
@media (min-width: 768px) {
  #header {
    position: relative;
    background: white;
  }
}
#header.white #menu-icon > div > span:after,
#header.white #menu-icon > div > span:before,
#header.white #menu-icon > div > span {
  background-color: #000;
}
#header .header-top {
  color: #000;
}
@media (max-width: 1199px) {
  #header .header-top {
    border-bottom: 1px solid #cfcfcf;
  }
}
#header .header-top a {
  color: #000;
  transition: 0.4s all;
}
#header .header-top a::after {
  color: #000000;
}
#header .header-top img.logo {
  position: relative;
  width: 150px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  #header .header-top img.logo {
    width: 120px;
    top: 0;
    transform: none;
  }
}
@media (max-width: 399px) {
  #header .header-top img.logo {
    width: 105px;
  }
}
@media (min-width: 1200px) {
  #header .header-top img.logo {
    width: 270px;
    top: 0px;
    transform: none;
  }
}
#header .header-nav {
  color: white;
  background: #000000;
  font-weight: 600;
  display: flex;
  align-items: center;
  height: 25px;
  border-bottom: 1px solid #cfcfcf;
}
@media (min-width: 1200px) {
  #header .header-nav {
    height: 40px;
  }
}
@media (max-width: 1199px) {
  #header .header-nav {
    display: none;
  }
}
#header .header-nav a:not(.dropdown-item) {
  color: white;
  font-size: 13px;
}
#header .header-nav a:not(.dropdown-item):hover {
  color: #707070 !important;
}
#header .header-nav > div {
  padding-top: 1px;
}

.control-adjust {
  margin: 0 20px 0 0;
}
.control-adjust button {
  color: #000;
  max-width: 30px;
}
.control-adjust button i {
  font-size: 1.8rem;
}
.control-adjust button:hover, .control-adjust button:focus {
  color: #000000;
}

.js-top-menu-top {
  width: 100%;
}

#_mobile_control_adjust {
  margin: 0;
}
#_mobile_control_adjust button {
  color: white;
  font-size: 1.8rem;
}

#_desktop_dsdealers {
  margin-right: 25px;
  width: 100%;
}
#_desktop_dsdealers > div {
  width: 100%;
}

#_desktop_cart {
  right: 27px;
  top: 27px;
  position: absolute;
}
@media (max-width: 1199px) {
  #_desktop_cart {
    top: 11px;
  }
}
#_desktop_cart .blockcart > a {
  z-index: 1;
  cursor: pointer;
}

#funcNavigation .func-nav.justify-content-end #_desktop_cart,
#funcNavigation .func-nav.justify-content-end #_mobile_cart {
  position: relative !important;
  right: auto !important;
  top: auto !important;
}

#_desktop_cart a:hover,
#_desktop_user_info a:hover {
  color: #000000;
}

/* COOKIE INFO */
#cookieNotice {
  width: 100%;
  border: 2px solid #000;
  background: #F5F5F5 !important;
}
@media (min-width: 768px) {
  #cookieNotice {
    width: 50%;
    margin: 0 0 15px 15px;
  }
}
@media (min-width: 1600px) {
  #cookieNotice {
    width: 25%;
  }
}
#cookieNotice .cookieContentText {
  font-size: 1.2rem;
  line-height: 150%;
  text-align: justify;
}
#cookieNotice span#cookiesClose {
  font-size: 1.3rem;
  width: 100%;
  max-width: 100%;
  margin-top: 13px;
  line-height: 33px;
  border-color: black;
}

@media (max-width: 1199px) {
  .last-column {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .last-column .qty {
    order: 1;
  }
  .last-column .remove {
    order: 2;
  }
  .last-column .price {
    order: 3;
  }
}

/* COOKIE INFO */
.footer-social-links {
  display: flex;
  align-items: center;
}

.block-social {
  line-height: 24px;
}
.block-social li {
  display: inline-block;
  padding-right: 10px;
  font-size: 1.5rem;
}
.block-social li:last-of-type {
  padding-right: 0;
}

/* WYGLĄD/ANIMACJA HAMBURGERA/MENU */
#closeMenu,
#closeFilter {
  text-align: right;
  margin-top: 0;
  cursor: pointer;
}
#closeMenu i,
#closeFilter i {
  font-size: 2.5rem;
}

#menu-icon {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 14px 8px 10px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  left: 0;
  top: -1px;
  position: absolute;
  z-index: 9999;
}
@media (max-width: 1199px) {
  #menu-icon {
    position: static;
    top: auto;
    left: auto;
    flex-shrink: 0;
    padding: 8px 6px 8px 0;
    transform: none;
  }
  #menu-icon > div {
    width: 26px;
    height: 26px;
  }
  #menu-icon > div > span:after, #menu-icon > div > span:before, #menu-icon > div > span {
    width: 26px;
  }
  #menu-icon > div > span:before {
    top: -9px;
  }
  #menu-icon > div > span:after {
    bottom: -9px;
    width: 26px;
  }
  #menu-icon > div > span.active:after {
    width: 26px;
  }
}
@media (max-width: 399px) {
  #menu-icon {
    transform: none;
  }
}
#menu-icon > div {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
}
#menu-icon > div > span {
  top: 50%;
  display: block;
  margin-top: -1px;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}
#menu-icon > div > span:after, #menu-icon > div > span:before, #menu-icon > div > span {
  background-color: #000;
  position: absolute;
  width: 23px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform;
}
#menu-icon > div > span:after, #menu-icon > div > span:before {
  display: block;
  content: "";
}
#menu-icon > div > span:before {
  top: -8px;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
#menu-icon > div > span:after {
  bottom: -8px;
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 23px;
}
#menu-icon > div > span.active {
  left: -2px;
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}
#menu-icon > div > span.active:after {
  bottom: 0;
  width: 23px;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
#menu-icon > div > span.active:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

#_mobile_logo a {
  color: inherit;
  font-size: 2rem;
}
#_mobile_logo img {
  width: 49px;
}

#_desktop_logo {
  margin-top: 0;
}
#_desktop_logo a {
  color: #000;
  font-size: 5.1rem;
}

#_desktop_contact_link {
  display: flex;
  align-items: center;
  padding-right: 1vw;
  padding-left: 2vw;
}
@media (min-width: 1600px) {
  #_desktop_contact_link {
    padding-right: 20px;
    padding-left: 40px;
  }
}

#_desktop_top_menu {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  #_desktop_top_menu {
    position: static;
    width: 100%;
    margin-right: 0;
    overflow: visible;
  }
}
#_desktop_top_menu #top-menu {
  position: unset;
  overflow: visible;
  max-height: none;
  font-size: 1.8rem;
}
#_desktop_top_menu #top-menu h3 {
  font-size: 1.8rem;
  display: none;
}
#_desktop_top_menu #top-menu li {
  display: block;
  width: 100%;
  position: relative;
}
#_desktop_top_menu #top-menu li.current a[data-depth="0"], #_desktop_top_menu #top-menu li.active a[data-depth="0"] {
  padding: 7px 3px;
  background: #b9dff4;
  font-weight: 600;
}
#_desktop_top_menu #top-menu li a {
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  color: #707070;
}
#_desktop_top_menu #top-menu li a:hover {
  background: #b9dff4;
}
#_desktop_top_menu #top-menu li a .navbar-toggler {
  display: none;
  left: 4px;
  transform: rotate(90deg);
  position: relative;
  top: -2px;
}
@media (min-width: 1200px) {
  #_desktop_top_menu #top-menu li .popover.sub-menu {
    display: block !important;
    margin: 0;
    z-index: 9;
    left: 0;
  }
  #_desktop_top_menu #top-menu li .popover.sub-menu > .collapse:not(.in) {
    display: none !important;
  }
  #_desktop_top_menu #top-menu li .popover.sub-menu .container-submenu {
    margin: 0;
    margin-top: 0.5rem;
  }
  #_desktop_top_menu #top-menu li .popover.sub-menu .container-submenu .product-flags {
    display: none;
  }
  #_desktop_top_menu #top-menu li .popover.sub-menu li {
    width: 100%;
    padding: 5px 0;
  }
  #_desktop_top_menu #top-menu li .popover.sub-menu li .navbar-toggler {
    display: inline-block;
    transform: rotate(0deg);
    top: 2px;
  }
  #_desktop_top_menu #top-menu li .popover.sub-menu li a {
    color: #000;
    background-color: none;
    border: 0;
    font-weight: normal;
    font-size: 1.3rem;
    padding: 7px 3px;
    line-height: 1.4;
  }
  #_desktop_top_menu #top-menu li .popover.sub-menu li a:hover {
    background: #b9dff4;
  }
  #_desktop_top_menu #top-menu li .popover.sub-menu li.current a {
    background: #b9dff4;
    font-weight: 600;
  }
}
#_desktop_top_menu #top-menu li.right .popover.sub-menu {
  left: auto;
  right: 0;
  border-radius: 0;
}
#_desktop_top_menu #top-menu li.active .popover.sub-menu {
  opacity: 1;
  visibility: visible;
}
#_desktop_top_menu #top-menu > li {
  padding: 6px 0;
  margin: 0;
  border-bottom: 0;
}
#_desktop_top_menu #top-menu > li > a {
  color: #000;
  transition: unset;
  position: relative;
  z-index: 99;
  font-weight: 500;
  padding: 7px 3px;
}
#_desktop_top_menu #top-menu > li > a:before {
  display: block;
  height: 0;
  content: attr(title);
  font-family: "Poppins", sans-serif !important;
  font-weight: 700;
  overflow: hidden;
  visibility: hidden;
}
#_desktop_top_menu #top-menu ul[data-depth="1"] > li > a:hover ~ .popover {
  display: block;
}
#_desktop_top_menu #top-menu ul[data-depth="1"] > li:hover .popover {
  display: block;
}
#_desktop_top_menu #top-menu ul[data-depth="2"] > li a {
  font-size: 1.3rem;
  max-width: 100% !important;
}
#_desktop_top_menu #top-menu ul[data-depth="3"],
#_desktop_top_menu #top-menu ul[data-depth="4"] {
  display: none !important;
}
#_desktop_top_menu #top-menu .top-menu > li {
  display: block;
}
#_desktop_top_menu #top-menu .top-menu a {
  font-weight: 700;
}
#_desktop_top_menu #top-menu .top-menu .top-menu {
  margin-left: 0;
  margin-top: 5px;
  display: block;
}
#_desktop_top_menu #top-menu .top-menu .top-menu > li {
  max-width: 100%;
  flex: 0 0 100%;
}

@media (min-width: 1200px) {
  #_desktop_top_menu .desktop-menu-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 1rem;
    min-height: 48px;
  }
  #_desktop_top_menu .desktop-menu-row__categories {
    flex: 1 1 auto;
    min-width: 0;
  }
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    font-size: 1.35rem !important;
  }
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li {
    width: auto;
    flex: 0 0 auto;
    display: flex;
    align-items: stretch;
    height: 48px;
    padding: 0;
    margin: 0;
  }
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li > a[data-depth="0"] {
    display: inline-flex;
    align-items: center;
    height: 100%;
    min-height: 48px;
    padding: 0 8px;
    white-space: nowrap;
    font-size: 1.35rem !important;
    font-weight: 600;
    letter-spacing: 0.02em !important;
  }
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li > a[data-depth="0"]::before {
    display: none;
    content: none;
  }
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li.parent {
    position: relative;
  }
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li.parent > a[data-depth="0"] {
    padding-right: 24px;
    margin-left: -8px;
  }
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li.parent > .popover.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    min-width: 260px;
    margin: 0;
    padding: 0;
    background: white;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0.98);
    transform-origin: top;
    transition: opacity 0.18s ease-out, transform 0.2s ease-out, visibility 0.18s linear;
    pointer-events: none;
  }
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li.parent > .navbar-toggler.collapse-icons {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    margin: 0;
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    z-index: 100;
    transition: transform 0.22s ease;
  }
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li.parent > .navbar-toggler.collapse-icons i {
    top: 0;
    line-height: 1;
  }
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li.parent > .navbar-toggler.collapse-icons .icon-arrow-up {
    display: none;
  }
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li.parent > .navbar-toggler.collapse-icons .icon-arrow-down {
    display: block;
    transition: transform 0.22s ease;
  }
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li.parent:hover > .popover.sub-menu,
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li.parent:focus-within > .popover.sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    transform: scaleY(1);
    pointer-events: auto;
  }
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li.parent:hover > .navbar-toggler.collapse-icons,
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li.parent:focus-within > .navbar-toggler.collapse-icons,
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li.parent.active > .navbar-toggler.collapse-icons {
    transform: translateY(-50%) rotate(180deg);
  }
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li.parent:hover > .navbar-toggler.collapse-icons .icon-arrow-up,
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li.parent:focus-within > .navbar-toggler.collapse-icons .icon-arrow-up,
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li.parent.active > .navbar-toggler.collapse-icons .icon-arrow-up {
    display: none;
  }
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li.parent:hover > .navbar-toggler.collapse-icons .icon-arrow-down,
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li.parent:focus-within > .navbar-toggler.collapse-icons .icon-arrow-down,
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li.parent.active > .navbar-toggler.collapse-icons .icon-arrow-down {
    display: block;
  }
  #_desktop_top_menu .desktop-menu-row__categories .popover.sub-menu {
    padding: 0 !important;
  }
  #_desktop_top_menu .desktop-menu-row__categories .popover.sub-menu > .collapse {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  #_desktop_top_menu .desktop-menu-row__categories .popover.sub-menu .container-submenu {
    margin: 0 !important;
    padding: 0 !important;
  }
  #_desktop_top_menu .desktop-menu-row__categories .popover.sub-menu li {
    padding: 0 !important;
    margin: 0 !important;
  }
  #_desktop_top_menu .desktop-menu-row__categories .popover.sub-menu li > a {
    display: block;
    width: 100%;
    padding: 1.25rem 1.1rem !important;
    box-sizing: border-box;
    line-height: 1.4;
  }
  #_desktop_top_menu .desktop-menu-row__categories .popover.sub-menu li:first-child > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #_desktop_top_menu .desktop-menu-row__categories .popover.sub-menu li:last-child > a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li.parent > .popover.sub-menu > .collapse {
    display: block !important;
  }
  #_desktop_top_menu .desktop-menu-row__info {
    flex: 0 0 auto;
    margin-left: auto;
  }
  #_desktop_top_menu .second-menu--desktop {
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
  }
  #_desktop_top_menu .second-menu--desktop::before {
    display: none;
  }
  #_desktop_top_menu .second-menu--desktop .second-menu__trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 0;
    background: transparent;
    color: #000;
    font-size: 1.35rem;
    line-height: 1;
    font-weight: 600;
    height: 48px;
    min-height: 48px;
    padding: 0 24px 0 8px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 0;
  }
  #_desktop_top_menu .second-menu--desktop .second-menu__trigger:hover, #_desktop_top_menu .second-menu--desktop .second-menu__trigger:focus-visible {
    background: #b9dff4;
    color: #000;
  }
  #_desktop_top_menu .second-menu--desktop .second-menu__toggler {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    margin: 0;
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    z-index: 100;
    transition: transform 0.22s ease;
  }
  #_desktop_top_menu .second-menu--desktop .second-menu__toggler i {
    top: 0;
    line-height: 1;
  }
  #_desktop_top_menu .second-menu--desktop .second-menu__toggler .icon-arrow-up {
    display: none;
  }
  #_desktop_top_menu .second-menu--desktop .second-menu__toggler .icon-arrow-down {
    display: block;
  }
  #_desktop_top_menu .second-menu--desktop .second-menu__submenu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 280px;
    z-index: 1002;
    background: white;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0.98);
    transform-origin: top;
    transition: opacity 0.18s ease-out, transform 0.2s ease-out, visibility 0.18s linear;
    pointer-events: none;
  }
  #_desktop_top_menu .second-menu--desktop:hover .second-menu__submenu, #_desktop_top_menu .second-menu--desktop:focus-within .second-menu__submenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    pointer-events: auto;
  }
  #_desktop_top_menu .second-menu--desktop:hover .second-menu__toggler, #_desktop_top_menu .second-menu--desktop:focus-within .second-menu__toggler {
    transform: translateY(-50%) rotate(180deg);
  }
  #_desktop_top_menu .second-menu--desktop #left-links {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #_desktop_top_menu .second-menu--desktop #left-links li {
    margin: 0;
    padding: 0;
  }
  #_desktop_top_menu .second-menu--desktop #left-links li a {
    display: block;
    width: 100%;
    padding: 1.25rem 1.1rem;
    font-size: 1.3rem;
    line-height: 1;
    font-family: "Poppins", sans-serif !important;
    font-weight: normal;
    color: #000;
    text-transform: none;
    letter-spacing: 1px !important;
    box-sizing: border-box;
  }
  #_desktop_top_menu .second-menu--desktop #left-links li:first-child > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #_desktop_top_menu .second-menu--desktop #left-links li:last-child > a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #_desktop_top_menu .desktop-menu-row {
    gap: 0.7rem;
  }
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu {
    gap: 0.35rem;
    font-size: 1.2rem !important;
  }
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li > a[data-depth="0"] {
    font-size: 1.2rem !important;
    padding: 0 6px;
    letter-spacing: 0.01em !important;
  }
  #_desktop_top_menu .desktop-menu-row__categories > #top-menu > li.parent > a[data-depth="0"] {
    padding-right: 20px;
  }
  #_desktop_top_menu .second-menu--desktop .second-menu__trigger {
    font-size: 1.2rem;
    padding: 0 20px 0 6px;
    letter-spacing: 0.01em;
  }
  #_desktop_top_menu .desktop-menu-row__categories .popover.sub-menu li > a {
    font-size: 1.15rem;
  }
  #_desktop_top_menu .second-menu--desktop #left-links li > a {
    font-size: 1.15rem;
  }
}
.func-nav {
  width: 100%;
  display: flex;
  position: unset;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .func-nav {
    height: 50px;
  }
}
.func-nav a:hover {
  text-decoration: none;
  color: #0080c8;
}
.func-nav a:hover i {
  color: #0080c8;
}
.func-nav a:hover:after {
  display: none;
}
.func-nav > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.func-nav > div > a {
  display: block;
}
.func-nav > div i {
  text-align: center;
  margin: auto;
  line-height: 22px;
  display: block;
}
.func-nav #_mobile_cart a i,
.func-nav #_desktop_cart a i {
  padding-right: 0;
  font-size: 2.3rem;
  position: relative;
  top: 2px;
}
@media (max-width: 399px) {
  .func-nav #_mobile_cart a i,
  .func-nav #_desktop_cart a i {
    font-size: 1.9rem;
  }
}
.func-nav #_mobile_user_info i,
.func-nav #_desktop_user_info i {
  font-size: 2.7rem;
}
@media (max-width: 399px) {
  .func-nav #_mobile_user_info i,
  .func-nav #_desktop_user_info i {
    font-size: 2.1rem;
  }
}
.func-nav #_mobile_user_info i,
.func-nav #_mobile_cart i {
  color: #000;
}
.func-nav #_desktop_favouriteproducts i {
  font-size: 2.4rem;
}
.func-nav #_mobile_favourite,
.func-nav #_desktop_favourite {
  z-index: 10;
}
.func-nav #_mobile_favourite i,
.func-nav #_desktop_favourite i {
  font-size: 2.6rem;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .func-nav #_mobile_favourite i,
  .func-nav #_desktop_favourite i {
    margin-top: 0;
  }
}
@media (max-width: 399px) {
  .func-nav #_mobile_favourite i,
  .func-nav #_desktop_favourite i {
    margin-top: 0;
    font-size: 1.9rem;
  }
}
.func-nav #_mobile_home,
.func-nav #_desktop_home {
  margin-top: -1px;
  z-index: 10;
}
.func-nav #_mobile_home i,
.func-nav #_desktop_home i {
  margin-top: -1px;
}
.func-nav.justify-content-end #_mobile_home,
.func-nav.justify-content-end #_desktop_home {
  margin-top: 0;
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  transform: none;
}
@media (max-width: 1199px) {
  .func-nav #triggerSearch i {
    margin-top: 0;
  }
}
@media (min-width: 400px) and (max-width: 1199px) {
  .func-nav #triggerSearch i {
    font-size: 2.1rem !important;
  }
}
@media (max-width: 399px) {
  .func-nav #triggerSearch i {
    font-size: 1.7rem !important;
  }
}
.func-nav #_mobile_user_info .icon-user,
.func-nav #_desktop_user_info .icon-user {
  margin: 0 !important;
}
.func-nav i {
  font-size: 2.4rem;
  margin-top: -1px;
}
@media (max-width: 399px) {
  .func-nav i {
    margin-top: 0;
    font-size: 1.9rem;
  }
}

#topLinks {
  display: flex;
}

.func-nav > div i ~ span,
#_desktop_top_links #topLinks li a {
  font-weight: 500;
  font-size: 1.4rem;
  display: block;
}

.blockcart {
  position: relative;
}
.blockcart > a {
  display: block;
  /*         padding: 29px 0;
  */
}
.blockcart #quickCartProducts {
  position: absolute;
  padding: 45px 0 0;
  right: 0;
  top: -5px;
}
.blockcart #quickCartProducts > div {
  padding: 20px 17px 17px;
  width: 430px;
  background: white;
  border: 1px solid #cfcfcf;
  display: none;
  z-index: 999;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .blockcart #quickCartProducts > div {
    width: 100vw;
    top: 37px;
    margin: 0px;
    margin-right: -13px;
  }
}
.blockcart #quickCartProducts,
.blockcart #quickCartProducts a {
  color: #000;
  transition: unset !important;
}
.blockcart #quickCartProducts .total {
  margin-top: 20px;
  font-weight: 500;
}
.blockcart #quickCartProducts .cart-item {
  position: relative;
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-right: 5px;
}
@media (max-width: 575px) {
  .blockcart #quickCartProducts .cart-item > div {
    flex-wrap: wrap;
  }
}
.blockcart #quickCartProducts .cart-item:last-child {
  margin-bottom: 0;
}
.blockcart #quickCartProducts .cart-items {
  overflow: auto;
  max-height: 64vh;
}
@media (max-width: 575px) {
  .blockcart #quickCartProducts .cart-items {
    padding-right: 0;
  }
}
.blockcart #quickCartProducts .info-container {
  padding-right: 40px;
  max-width: 260px;
  flex: 0 0 260px;
  align-content: space-between;
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 575px) {
  .blockcart #quickCartProducts .info-container {
    max-width: calc(100% - 110px);
    flex: 0 0 calc(100% - 110px);
    margin-right: 57px;
  }
}
.blockcart #quickCartProducts .product-line-name {
  display: block;
  width: 100%;
}
.blockcart #quickCartProducts .attribute {
  display: block;
}
.blockcart #quickCartProducts img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  max-width: 70px;
  flex: 0 0 70px;
}
@media (max-width: 575px) {
  .blockcart #quickCartProducts img {
    width: 40px;
    margin-right: 10px;
    height: 40px;
    max-width: 40px;
    flex: 0 0 40px;
  }
}
.blockcart #quickCartProducts .price {
  font-weight: 500;
  display: inline;
  text-align: left;
}
.blockcart #quickCartProducts .product-quantity {
  display: inline;
}
.blockcart #quickCartProducts .actions-quickacrt {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 575px) {
  .blockcart #quickCartProducts .actions-quickacrt {
    margin-left: 50px;
    width: 100%;
    margin-top: 20px;
  }
}
.blockcart #quickCartProducts .qty-box {
  position: relative;
  bottom: 0;
  right: 0;
}
.blockcart #quickCartProducts .qty-box span {
  font-size: 2.1rem;
  position: absolute;
  cursor: pointer;
  padding: 4px 8px;
  user-select: none;
}
.blockcart #quickCartProducts .qty-box span.down_qty {
  left: 0;
}
.blockcart #quickCartProducts .qty-box span.up_qty {
  right: 0;
  padding-top: 5px;
}
.blockcart #quickCartProducts .remove-from-cart {
  position: absolute;
  top: 0;
  right: 0;
}
.blockcart #quickCartProducts .remove-from-cart:hover {
  color: #DB3811;
}
.blockcart #quickCartProducts .remove-from-cart span#remove-button {
  color: #000;
  display: flex;
  align-items: center;
}
.blockcart #quickCartProducts .remove-from-cart span#remove-button:hover {
  color: #DB3811;
}
.blockcart #quickCartProducts .remove-from-cart span#remove-button i {
  font-size: 1.3rem;
  padding-left: 5px;
  top: 0;
}
.blockcart #quickCartProducts .qty_quickcart {
  width: 78px;
  height: 30px;
  text-align: center;
  padding: 0;
}
.blockcart #quickCartProducts .btn {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  text-align: center;
  background-color: #000000;
  border-color: #000000;
  color: white;
}
.blockcart #quickCartProducts .btn:hover {
  background-color: #000000;
  border-color: #000000;
}
.blockcart #quickCartProducts .btn:focus {
  background-color: #707070;
  border-color: #707070;
  color: #000000;
}
.blockcart:hover #quickCartProducts > div, .blockcart.focused #quickCartProducts > div {
  display: block !important;
  transition: unset !important;
}
@media (max-width: 767px) {
  .blockcart:not(.focused):hover #quickCartProducts > div {
    display: none !important;
  }
}
.blockcart.forceFocused #quickCartProducts > div, .blockcart.forceFocused:hover #quickCartProducts > div {
  display: block !important;
}
.blockcart a {
  position: relative;
}
.blockcart i {
  font-size: 2.1rem;
}
.blockcart .cart-products-count {
  display: inline-block;
  position: absolute;
  background: #000000;
  color: white;
  width: 14px;
  height: 14px;
  text-align: center;
  left: auto;
  font-size: 0.9rem;
  line-height: 13px;
  top: -5px;
  z-index: 2;
  border-radius: 50%;
  right: -9px;
  line-height: 14px;
  font-weight: 600;
}

.blockcart.cart-preview.inactive {
  cursor: not-allowed;
}

#mobile_top_menu_wrapper {
  flex-wrap: wrap;
  display: flex;
  height: calc(100vh - 50px);
  font-size: 1.3rem;
  text-align: left;
  position: fixed;
  width: 100%;
  max-width: 100%;
  align-content: space-between;
  z-index: 10010;
  background: white;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-x: none;
  touch-action: pan-y;
  top: 50px;
  color: #000;
  padding-top: 0;
  border-top: 1px solid #cfcfcf;
}
#mobile_top_menu_wrapper .desktop-menu-row,
#mobile_top_menu_wrapper .desktop-menu-row__categories,
#mobile_top_menu_wrapper .js-top-menu,
#mobile_top_menu_wrapper #_mobile_top_menu,
#mobile_top_menu_wrapper #_mobile_categories,
#mobile_top_menu_wrapper #_mobile_top_links,
#mobile_top_menu_wrapper #_mobile_contactlink {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
#mobile_top_menu_wrapper h2 {
  margin-top: 0;
  color: white;
}
#mobile_top_menu_wrapper #_mobile_categories h2 {
  display: none;
}
#mobile_top_menu_wrapper .collapse {
  display: block !important;
}
#mobile_top_menu_wrapper .category-top-menu > li {
  position: relative;
}
#mobile_top_menu_wrapper .category-top-menu a {
  font-size: 1.5rem;
}
#mobile_top_menu_wrapper .navbar-toggler:not(.collapse-icons) {
  right: 18px;
  text-align: right;
  position: absolute;
  top: 10px;
}
#mobile_top_menu_wrapper .navbar-toggler:not(.collapse-icons) .icon-chevron-up {
  display: none;
}
#mobile_top_menu_wrapper .navbar-toggler:not(.collapse-icons) .icon-chevron-down {
  display: block;
}
#mobile_top_menu_wrapper #_mobile_top_menu .container-submenu {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
#mobile_top_menu_wrapper #_mobile_top_menu .container-submenu > .row {
  margin: 0;
  max-width: 100%;
}
#mobile_top_menu_wrapper #_mobile_top_menu .container-submenu .top-menu {
  margin: 0;
  padding: 0;
}
#mobile_top_menu_wrapper #_mobile_top_menu,
#mobile_top_menu_wrapper #_mobile_categories,
#mobile_top_menu_wrapper #_mobile_top_links,
#mobile_top_menu_wrapper #_mobile_contactlink {
  text-align: left;
  width: 100%;
  display: inline-block;
}
#mobile_top_menu_wrapper #_mobile_top_menu a,
#mobile_top_menu_wrapper #_mobile_top_menu .linkMobile,
#mobile_top_menu_wrapper #_mobile_categories a,
#mobile_top_menu_wrapper #_mobile_categories .linkMobile,
#mobile_top_menu_wrapper #_mobile_top_links a,
#mobile_top_menu_wrapper #_mobile_top_links .linkMobile,
#mobile_top_menu_wrapper #_mobile_contactlink a,
#mobile_top_menu_wrapper #_mobile_contactlink .linkMobile {
  padding: 14px 12px 14px;
  display: block;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #F5F5F5;
  color: #000;
  font-weight: 500;
  line-height: 1.4;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  word-break: break-word;
}
#mobile_top_menu_wrapper #_mobile_top_menu a:hover,
#mobile_top_menu_wrapper #_mobile_top_menu .linkMobile:hover,
#mobile_top_menu_wrapper #_mobile_categories a:hover,
#mobile_top_menu_wrapper #_mobile_categories .linkMobile:hover,
#mobile_top_menu_wrapper #_mobile_top_links a:hover,
#mobile_top_menu_wrapper #_mobile_top_links .linkMobile:hover,
#mobile_top_menu_wrapper #_mobile_contactlink a:hover,
#mobile_top_menu_wrapper #_mobile_contactlink .linkMobile:hover {
  color: #000000;
}
#mobile_top_menu_wrapper #_mobile_top_menu .top-socials ul,
#mobile_top_menu_wrapper #_mobile_categories .top-socials ul,
#mobile_top_menu_wrapper #_mobile_top_links .top-socials ul,
#mobile_top_menu_wrapper #_mobile_contactlink .top-socials ul {
  display: inline-flex;
  margin-top: 2rem;
}
#mobile_top_menu_wrapper #_mobile_top_menu .top-socials ul a,
#mobile_top_menu_wrapper #_mobile_categories .top-socials ul a,
#mobile_top_menu_wrapper #_mobile_top_links .top-socials ul a,
#mobile_top_menu_wrapper #_mobile_contactlink .top-socials ul a {
  border-bottom: none;
  padding-right: 0;
}
#mobile_top_menu_wrapper .second-menu {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
#mobile_top_menu_wrapper .second-menu li:last-child > a {
  border-bottom: 0 !important;
}
#mobile_top_menu_wrapper #_mobile_social {
  width: 100%;
  display: flex;
  align-items: center;
}
#mobile_top_menu_wrapper #_mobile_social ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
#mobile_top_menu_wrapper #_mobile_social ul a {
  padding: 0 12px;
  color: white;
}
#mobile_top_menu_wrapper #_mobile_top_menu {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#mobile_top_menu_wrapper #_mobile_top_menu li[data-depth="0"] a,
#mobile_top_menu_wrapper #_mobile_categories li[data-depth="0"] a {
  font-weight: 500;
  color: white;
}
#mobile_top_menu_wrapper #_mobile_top_menu a,
#mobile_top_menu_wrapper #_mobile_top_menu .linkMobile,
#mobile_top_menu_wrapper #_mobile_categories a,
#mobile_top_menu_wrapper #_mobile_categories .linkMobile {
  border-bottom: 1px solid #F5F5F5;
  color: #000;
}
#mobile_top_menu_wrapper #_mobile_top_menu li .backToParent,
#mobile_top_menu_wrapper #_mobile_top_menu li .allProducts,
#mobile_top_menu_wrapper #_mobile_categories li .backToParent,
#mobile_top_menu_wrapper #_mobile_categories li .allProducts {
  width: 100%;
}
#mobile_top_menu_wrapper #_mobile_top_menu li i,
#mobile_top_menu_wrapper #_mobile_categories li i {
  font-size: 1.7rem;
  position: relative;
  right: 0;
  top: 3px;
}
#mobile_top_menu_wrapper #_mobile_top_menu li .backToParent,
#mobile_top_menu_wrapper #_mobile_categories li .backToParent {
  text-transform: lowercase;
}
#mobile_top_menu_wrapper #_mobile_top_menu li .backToParent i,
#mobile_top_menu_wrapper #_mobile_categories li .backToParent i {
  top: 1px;
  padding-right: 8px;
}
#mobile_top_menu_wrapper #_mobile_top_menu li .allProducts a,
#mobile_top_menu_wrapper #_mobile_categories li .allProducts a {
  font-weight: 700;
}
#mobile_top_menu_wrapper .top-menu {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
#mobile_top_menu_wrapper .top-menu > li {
  position: relative;
  color: #000;
  max-width: 100%;
}
#mobile_top_menu_wrapper .top-menu > li.parent {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 100%;
  border-bottom: 0;
}
#mobile_top_menu_wrapper .top-menu > li.parent::after {
  content: "";
  flex: 0 0 100%;
  width: 100%;
  border-bottom: 1px solid #F5F5F5;
  order: 10;
}
#mobile_top_menu_wrapper .top-menu > li.parent > a[data-depth="0"] {
  flex: 1 1 0;
  min-width: 0;
  max-width: calc(100% - 44px);
  padding-right: 12px;
  align-self: center;
  border-bottom: 0 !important;
}
#mobile_top_menu_wrapper .top-menu > li.parent > .navbar-toggler.collapse-icons {
  position: relative;
  right: auto;
  top: auto;
  transform: none;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin-right: 6px;
  align-self: center;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-bottom: 0 !important;
}
#mobile_top_menu_wrapper .top-menu > li.parent > .navbar-toggler.collapse-icons i,
#mobile_top_menu_wrapper .top-menu > li.parent > .navbar-toggler.collapse-icons i::before {
  color: #000 !important;
}
#mobile_top_menu_wrapper .top-menu > li.parent > .navbar-toggler.collapse-icons i {
  font-size: 2rem !important;
  line-height: 1;
}
#mobile_top_menu_wrapper .top-menu > li.parent > .navbar-toggler.collapse-icons .icon-arrow-up {
  display: none !important;
}
#mobile_top_menu_wrapper .top-menu > li.parent > .navbar-toggler.collapse-icons .icon-arrow-down {
  display: block !important;
  transform: rotate(-90deg);
}
#mobile_top_menu_wrapper .top-menu > li.parent > .popover.sub-menu {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  order: 20;
}
#mobile_top_menu_wrapper .top-menu > li.parent:has(> .popover.sub-menu.active) > .navbar-toggler.collapse-icons {
  display: none !important;
}
#mobile_top_menu_wrapper .top-menu .popover.sub-menu {
  overflow-x: hidden;
}
#mobile_top_menu_wrapper .top-menu .popover.sub-menu li:not(.parent) > .navbar-toggler {
  display: none !important;
}
#mobile_top_menu_wrapper .top-menu .popover.sub-menu li.parent {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 100%;
  border-bottom: 0;
}
#mobile_top_menu_wrapper .top-menu .popover.sub-menu li.parent::after {
  content: "";
  flex: 0 0 100%;
  width: 100%;
  border-bottom: 1px solid #F5F5F5;
  order: 10;
}
#mobile_top_menu_wrapper .top-menu .popover.sub-menu li.parent > a {
  flex: 1 1 0;
  min-width: 0;
  max-width: calc(100% - 44px);
  padding-right: 12px;
  align-self: center;
  border-bottom: 0 !important;
}
#mobile_top_menu_wrapper .top-menu .popover.sub-menu li.parent > .navbar-toggler.collapse-icons {
  position: relative;
  right: auto;
  top: auto;
  transform: none;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin-right: 6px;
  align-self: center;
  border-bottom: 0 !important;
}
#mobile_top_menu_wrapper .top-menu .popover.sub-menu li.parent > .popover {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  order: 20;
}
#mobile_top_menu_wrapper .top-menu .popover.sub-menu .backToParent,
#mobile_top_menu_wrapper .top-menu .popover.sub-menu .allProducts {
  max-width: 100%;
}
#mobile_top_menu_wrapper .top-menu .popover.sub-menu .backToParent .linkMobile,
#mobile_top_menu_wrapper .top-menu .popover.sub-menu .backToParent a,
#mobile_top_menu_wrapper .top-menu .popover.sub-menu .allProducts .linkMobile,
#mobile_top_menu_wrapper .top-menu .popover.sub-menu .allProducts a {
  padding-right: 12px;
  white-space: normal;
}
#mobile_top_menu_wrapper #top-menu > li.parent > .popover.sub-menu {
  position: fixed !important;
  top: 50px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: calc(100vh - 50px) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
  z-index: 10020 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior-x: none;
  touch-action: pan-y;
  display: none !important;
}
#mobile_top_menu_wrapper #top-menu > li.parent > .popover.sub-menu.active {
  display: block !important;
}
#mobile_top_menu_wrapper .float-xs-right {
  float: right;
}
#mobile_top_menu_wrapper .popover {
  z-index: 9;
  padding: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: 100%;
  display: none;
  top: 50px;
  background: white;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-x: none;
  touch-action: pan-y;
  height: calc(100vh - 50px);
}
#mobile_top_menu_wrapper .popover a,
#mobile_top_menu_wrapper .popover .linkMobile {
  color: #000000 !important;
}
#mobile_top_menu_wrapper .popover a:after,
#mobile_top_menu_wrapper .popover .linkMobile:after {
  display: none !important;
}
#mobile_top_menu_wrapper .popover.active {
  display: block !important;
}

#triggerSearch {
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: 0.4s all;
  color: black;
  font-size: 24px;
  position: absolute;
  left: 35px;
  padding: 13px 0;
  top: -1px;
  z-index: 9999;
  width: 30px;
}
@media (max-width: 1199px) {
  #triggerSearch {
    position: static;
    top: auto;
    left: auto;
    order: 2;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 400px) and (max-width: 1199px) {
  #triggerSearch {
    font-size: 2.1rem;
  }
  #triggerSearch i {
    font-size: 2.1rem;
    margin-top: 0;
  }
}
@media (max-width: 399px) {
  #triggerSearch {
    font-size: 1.7rem;
  }
  #triggerSearch i {
    font-size: 1.7rem;
    margin-top: 0;
  }
}
#triggerSearch i {
  line-height: 1;
}
#triggerSearch .icon-x {
  display: none;
  font-size: 2.9rem;
}
@media (min-width: 400px) and (max-width: 1199px) {
  #triggerSearch .icon-x {
    font-size: 2rem;
  }
}
@media (max-width: 399px) {
  #triggerSearch .icon-x {
    font-size: 1.9rem;
  }
}
#triggerSearch.active .icon-x {
  display: block;
}
#triggerSearch.active .icon-search {
  display: none;
}

.mobile {
  display: flex;
  position: relative;
}
.mobile #menu-icon a {
  color: inherit;
  padding: 15px 8px 10px;
  display: block;
}
.mobile #menu-icon {
  left: 14px;
}
.mobile #_mobile_logo {
  left: calc(50% - 10px);
}
.mobile #triggerSearch {
  padding: 15px 10px;
}
.mobile #_mobile_cart {
  right: 66px;
}
.mobile #_mobile_cart i {
  font-size: 1.8rem;
}

#_mobile_favouriteproducts {
  padding: 10px;
  font-size: 1.5rem;
  margin-top: 4px;
  margin-bottom: 4px;
  display: inline-block;
}
#_mobile_favouriteproducts a {
  color: white;
}
#_mobile_favouriteproducts a i {
  margin-right: 10px;
}

@media (max-width: 991px) {
  #_mobile_user_info {
    right: 34px;
    position: absolute;
    top: 13px;
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 991px) {
  #_mobile_cart {
    right: 13px;
    position: absolute;
    top: 13px;
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 991px) {
  #_mobile_favourite {
    right: 69px;
    position: absolute;
    top: 14px;
    padding: 0;
    margin: 0 !important;
  }
}

#_mobile_user_info .dropDownMyAccount {
  display: none;
}

@media (max-width: 1199px) {
  .dropDownMyAccount {
    display: none;
  }
}
.dropDownMyAccount ul {
  list-style: none;
  padding: 0;
}
.dropDownMyAccount a {
  color: #000;
  text-align: center;
}
.dropDownMyAccount a:hover {
  text-align: center;
}

#_desktop_user_info {
  padding: 0;
  z-index: 9;
  top: -1px;
  margin-right: 55px;
}
#_desktop_user_info .user-info a {
  cursor: pointer;
  display: block;
  z-index: 15;
  position: relative;
}
#_desktop_user_info .dropDownMyAccount {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  top: -8px;
  padding-top: 47px;
}
#_desktop_user_info .dropDownMyAccount > div {
  background: white;
  border: 1px solid #cfcfcf;
  padding: 10px 13px 6px 13px;
  width: 185px;
  border-radius: 5px;
}
#_desktop_user_info .dropDownMyAccount > div .title {
  font-weight: 700;
  margin-bottom: 33px;
  text-align: right;
  text-transform: uppercase;
}
#_desktop_user_info .dropDownMyAccount > div a {
  background: none !important;
  border: none !important;
  color: #000;
  padding: 0 !important;
  text-align: right;
  min-width: unset;
}
#_desktop_user_info .dropDownMyAccount > div .btn {
  width: 100%;
  margin-bottom: 0;
  color: white;
  font-size: 14px;
}
#_desktop_user_info .dropDownMyAccount > div .btn:hover {
  background: #000000;
  color: #000;
}
#_desktop_user_info .dropDownMyAccount > div .createAccount {
  line-height: 18px;
  text-align: center;
  color: #2B2B2B;
}
#_desktop_user_info .dropDownMyAccount > div .createAccount a {
  color: #2B2B2B;
  text-transform: uppercase;
  font-weight: 500;
}
#_desktop_user_info .dropDownMyAccount > div .createAccount a:hover {
  color: #000000;
}
#_desktop_user_info .dropDownMyAccount > div .createAccount a span {
  position: relative;
  top: 5px;
}
#_desktop_user_info .dropDownMyAccount > div ul li {
  padding: 0;
  margin-bottom: 4px;
  padding-bottom: 4px;
  text-align: left;
  border-bottom: 1px solid #F5F5F5;
  max-width: 100%;
}
#_desktop_user_info .dropDownMyAccount > div ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
#_desktop_user_info .dropDownMyAccount > div ul li a {
  color: #000 !important;
}
#_desktop_user_info .dropDownMyAccount > div ul li a:hover {
  color: #000000 !important;
}
#_desktop_user_info .dropDownMyAccount > div ul li a.logout {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
#_desktop_user_info .dropDownMyAccount:hover {
  opacity: 1;
  visibility: visible;
}
#_desktop_user_info .user-info:hover .dropDownMyAccount {
  display: block;
  z-index: 10;
}

.alert,
#js-delivery .alert-danger {
  width: 100%;
  z-index: 999;
  visibility: visible;
  opacity: 1;
  transition: 0.8s all;
  font-weight: 700;
  min-height: 45px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  margin: 20px 0px;
  padding: 10px 10px;
  color: white;
  position: relative;
}
.alert strong,
#js-delivery .alert-danger strong {
  display: block;
  margin: 5px 0 5px;
}
.alert button,
#js-delivery .alert-danger button {
  color: white;
}
.alert .close,
#js-delivery .alert-danger .close {
  position: absolute;
  top: 4px;
  right: 9px;
  font-size: 25px;
  cursor: pointer;
  transition: 0.4s all;
}
.alert .close:hover,
#js-delivery .alert-danger .close:hover {
  color: #000;
}
.alert.hidden,
#js-delivery .alert-danger.hidden {
  visibility: hidden;
  opacity: 0;
}
.alert > ul,
#js-delivery .alert-danger > ul {
  margin: auto;
  max-width: 1400px;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  list-style: none;
}
.alert.alert-success,
#js-delivery .alert-danger.alert-success {
  background-color: #008867;
}
.alert.alert-success .container:before,
#js-delivery .alert-danger.alert-success .container:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 24 24"><path d="M12 0C5.37 0 0 5.37 0 12s5.37 12 12 12 12-5.37 12-12S18.63 0 12 0zm-1.71 17.29l-5-5 1.42-1.42L10.3 14.17 17.3 7.17l1.42 1.42-7.42 7.42z"/></svg>');
}
.alert.alert-danger,
#js-delivery .alert-danger.alert-danger {
  background-color: #DB3811;
}
.alert.alert-danger .container:before,
#js-delivery .alert-danger.alert-danger .container:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="red"><circle cx="12" cy="12" r="10" fill="white"/><path d="M12 10.586l3.293-3.293 1.414 1.414L13.414 12l3.293 3.293-1.414 1.414L12 13.414l-3.293 3.293-1.414-1.414L10.586 12 7.293 8.707l1.414-1.414L12 10.586z"/></svg>');
}
.alert.alert-warning,
#js-delivery .alert-danger.alert-warning {
  background-color: #f3e528;
  color: #000;
}
.alert.alert-warning .container:before,
#js-delivery .alert-danger.alert-warning .container:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="black" viewBox="0 0 24 24"><path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"/></svg>');
}
.alert.alert-info,
#js-delivery .alert-danger.alert-info {
  background-color: #006FFF;
}
.alert.alert-info .container:before,
#js-delivery .alert-danger.alert-info .container:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 24 24"><path d="M12 0C5.37 0 0 5.37 0 12s5.37 12 12 12 12-5.37 12-12S18.63 0 12 0zm1 17h-2V9h2v8zm0-10h-2V5h2v2z"/></svg>');
}

@media (max-width: 767px) {
  .links .collapse {
    display: none;
  }
  .links .collapse.in {
    display: block;
  }
}

#brands-carousel {
  padding: 40px 0;
}

#footer {
  background: #000000;
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#footer,
#footer h3 {
  color: white;
}
#footer a {
  color: white;
}
#footer a:hover {
  color: #707070;
}
#footer li {
  color: #707070;
}
@media (max-width: 767px) {
  #footer .inline {
    margin-bottom: 20px;
  }
}
#footer h3,
#footer .h3 {
  padding: 10px 0 0;
  margin: 0;
  display: block;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #footer h3,
  #footer .h3 {
    padding: 0;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #footer h3 ~ span,
  #footer .h3 ~ span {
    position: relative;
    top: -13px;
    left: 11px;
  }
}
@media (min-width: 768px) {
  #footer .links .collapse {
    display: flex;
    justify-content: space-evenly;
  }
}
#footer .links > div {
  display: flex;
  position: relative;
  align-items: center;
}
@media (max-width: 767px) {
  #footer .links > div {
    justify-content: center;
  }
}
#footer .links ul li {
  line-height: 30px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  #footer .links ul li {
    display: block;
    text-align: center;
    margin: 0;
  }
}
@media (min-width: 768px) {
  #footer .links ul li {
    line-height: 25px;
  }
}
#footer .links ul li a {
  display: inline-block;
  line-height: 1;
  padding: 6px 0;
  text-align: center;
}
@media (max-width: 991px) {
  #footer .links ul li a {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  #footer .links ul li a {
    font-size: 1.5rem;
  }
}
#footer .links ul li a:after {
  background-color: white;
}
#footer > .container {
  padding-top: 60px;
  padding-bottom: 55px;
}
@media (max-width: 991px) {
  #footer > .container {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#footer .links-bottom li {
  padding: 0 10px;
  display: inline-block;
}
@media (max-width: 991px) {
  #footer .customer_support {
    padding-bottom: 30px;
  }
}

#footerBefore {
  padding-top: 75px;
}
@media (max-width: 991px) {
  #footerBefore {
    padding-top: 52px;
  }
}
@media (max-width: 767px) {
  #footerBefore {
    padding-top: 20px;
  }
}
#footerBefore > .container:after {
  border-bottom: 1px solid #707070;
  padding-bottom: 35px;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
}
@media (max-width: 767px) {
  #footerBefore > .container:after {
    padding-bottom: 0;
  }
}
#footerBefore .customer_support {
  font-size: 2.3rem;
}
#footerBefore .customer_support .txt {
  margin-bottom: 15px;
}

.copyright {
  font-size: 1.4rem;
}
@media (max-width: 991px) {
  .copyright {
    padding: 20px 0;
  }
}
@media (max-width: 575px) {
  .copyright {
    font-size: 1.3rem;
  }
}
.copyright p {
  margin-bottom: 0;
}

.globalBenefits li {
  display: flex;
  flex: 100% 0 0;
  width: 100%;
  align-items: center;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .globalBenefits li {
    justify-content: center;
  }
}
.globalBenefits li i {
  font-size: 2rem;
  display: inline-flex;
  padding-right: 20px;
}

@media (max-width: 767px) {
  #block_myaccount_infos {
    border-top: 1px solid #404040;
    order: 9;
    margin-top: 20px;
    padding-top: 10px;
  }
}

.info-box {
  position: relative;
  cursor: pointer;
}
.info-box > span {
  width: 126px;
  top: -27px;
  left: 0;
  background: #fff;
  position: absolute;
  border: 1px solid;
  z-index: 9;
  padding: 5px;
  max-width: 360px;
  font-size: 11px;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.info-box:hover i {
  color: #0080c8;
}
.info-box:hover > span {
  opacity: 1;
  visibility: visible;
}

#contact #main {
  padding-top: 2.5rem;
  padding-bottom: 4.5rem;
}
@media (max-width: 767px) {
  #contact #main {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 767px) {
  #contact #contactForm {
    margin-bottom: 0;
  }
}
#contact #contact-info-start {
  font-size: 20px;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  #contact #contact-info-start {
    font-size: 18px;
  }
}
#contact .contact-section {
  width: 100%;
}
@media (max-width: 767px) {
  #contact .contact-section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  #contact #faq.contact-section {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
#contact .contactStore {
  margin-bottom: 30px;
}
#contact .contactStore span,
#contact .contactStore a {
  display: block;
  line-height: 1.7;
}
#contact .contactStore .contact-extra a {
  display: inline !important;
}
#contact .contactStore span.city,
#contact .contactStore span.postalcode {
  display: inline !important;
}
#contact .contactStore p {
  line-height: 1.7;
}
#contact .contactStore p i {
  font-size: 2rem;
  margin-right: 1rem;
  opacity: 0.8;
}
#contact .contactStore .with-icon {
  margin-bottom: 0.5rem;
}
#contact .contactStore .with-icon a {
  display: flex;
  align-items: center;
}
#contact .contactStore .with-icon a:hover {
  color: #0080c8;
}
#contact .contactStore .with-icon.email {
  margin-bottom: 0;
}
#contact .contactStore .contact-extra {
  margin-top: 1.25rem;
}
#contact .contactStore .contact-extra p {
  margin: 0;
  line-height: 1.7;
}
#contact .contactStore .contact-extra a {
  display: inline !important;
}
#contact .contactStore .contact-extra .contact-marinepool {
  margin-bottom: 0;
}
#contact .contactStore .contact-extra .contact-tel-block {
  margin: 0 0 1.25rem;
  line-height: 1.7;
}
#contact .contactStore .contact-extra.contact-extra-compact {
  margin-top: 0;
}
#contact .contactStore .contact-map {
  margin: 0;
}
#contact .contactStore .contact-map a {
  display: inline !important;
  color: #0080c8;
  text-decoration: underline;
  font-weight: 500;
}
#contact .contactStore .contact-map a:hover {
  color: #005f95;
  text-decoration: underline;
}
#contact .contactStore .contact-phones {
  margin-top: 1.25rem;
}
#contact .contactStore .contact-city-line .postalcode,
#contact .contactStore .contact-city-line .city {
  display: inline !important;
}
#contact .contactStore #firstElement {
  padding-bottom: 10px;
  color: #0080c8;
}
#contact .shopping-assistant {
  padding-bottom: 2rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #cfcfcf;
}
#contact .shopping-assistant p {
  display: flex;
}
#contact .shopping-assistant .icon-arrow-right {
  position: relative;
  left: 0;
  top: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#contact .shopping-assistant a:hover .icon-arrow-right {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 6px;
}
#contact .contactItem-1 a {
  line-height: 2.4rem;
  font-weight: normal;
  color: black;
  display: flex;
}
#contact .contactItem-1 a:hover {
  color: #707070;
}
#contact textarea {
  height: 130px;
  max-width: 100%;
}
#contact .contact-form {
  width: 100%;
}
#contact #_mobile_contactinfo {
  margin-bottom: 28px;
}
#contact #_mobile_contactinfo h3 {
  margin-top: 0;
}

#module-ds_advancedshippingprice-cennik #main {
  padding-top: 2.5rem;
  padding-bottom: 4.5rem;
}
@media (max-width: 767px) {
  #module-ds_advancedshippingprice-cennik #main {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }
}

#category #content-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 4.5rem;
}
@media (max-width: 767px) {
  #category #content-wrapper {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }
}

.form-group.row.subject-mail {
  display: none;
}

#wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  #wrapper.menuHovered::after {
    position: fixed;
    content: "";
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
  }
}
#wrapper > .container,
#wrapper > .container-fluid {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
#wrapper > .container > .row,
#wrapper > .container-fluid > .row {
  flex: 1 1 auto;
  align-items: stretch;
}

.breadcrumb {
  margin-bottom: 0px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  position: relative;
  font-size: 1.1rem;
  background: #F5F5F5;
  width: 100%;
  min-height: 45px;
  overflow: hidden;
}
.breadcrumb a, .breadcrumb {
  color: #a7a7a7;
}
.breadcrumb .back {
  grid-column: 1;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  background: #F5F5F5;
  margin: 0;
  padding: 14px 10px 14px 0;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}
@media (min-width: 768px) {
  .breadcrumb .back {
    padding-right: 16px;
    letter-spacing: 1px;
  }
}
.breadcrumb .back i {
  position: static;
  display: inline-flex;
  align-items: center;
  padding-right: 9px;
  transition: 0.4s color;
}
.breadcrumb .back:hover {
  color: #707070;
}
.breadcrumb .back:hover i {
  color: #707070;
}
.breadcrumb:not(:has(.back)) ol {
  grid-column: 1/-1;
}
.breadcrumb:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 37px;
  display: block;
  pointer-events: none;
  background: linear-gradient(to right, rgba(245, 245, 245, 0), #F5F5F5 70%);
}
.breadcrumb ol {
  grid-column: 2;
  min-width: 0;
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scrollbar-width: none;
}
.breadcrumb ol::-webkit-scrollbar {
  display: none;
}
.breadcrumb ol li {
  flex-shrink: 0;
  margin: 0 7px 0 0;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  padding: 14px 0;
  max-width: none;
}
.breadcrumb ol li:last-child {
  margin-right: 0;
  padding-right: 40px;
}
.breadcrumb ol li:after {
  content: "\f105";
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: static;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding-left: 8px;
}
.breadcrumb ol li:nth-last-child(2):after {
  display: none;
}
.breadcrumb ol li a {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}
.breadcrumb ol li a span {
  display: inline-flex;
  align-items: center;
}
.breadcrumb ol li a:hover {
  color: #707070;
}
.breadcrumb ol li.breadcrumb-item--current span {
  display: inline;
  white-space: nowrap;
}
.breadcrumb ol li:last-child:after {
  display: none;
}

.thumb-article {
  height: 100%;
  text-align: left;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  background: white;
}
.thumb-article:hover {
  border-color: black;
}
.thumb-article img {
  object-fit: cover;
  height: 260px !important;
  width: 100%;
  margin-bottom: -3px;
}
.thumb-article img + .thumb-article-bottom {
  height: calc(100% - 260px);
  padding-top: 20px;
  border-top: 1px solid #cfcfcf;
}
.thumb-article h2 {
  font-size: 1.7rem;
  margin: 5px 0 10px 0;
  line-height: 1.2;
  display: block;
  width: 100%;
  color: #0080c8;
  font-weight: 700;
}
.thumb-article .thumb-article-bottom {
  padding: 0 25px;
}
.thumb-article .thumb-article-bottom {
  height: 100%;
  padding-bottom: 30px;
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.thumb-article .thumb-article-bottom p {
  /*             line-height: 150%;
      margin-bottom: 15px;
      margin-top: 15px;
      width: 100%; */
  width: 100%;
}
.thumb-article .thumb-article-bottom .article-link {
  font-weight: bold;
  padding: 3px 0;
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 0 !important;
}
.thumb-article:hover .article-link {
  color: #000000;
}

#cms #main {
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 4.5rem;
}
@media (max-width: 991px) {
  #cms #main {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #cms #main {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }
}
#cms #content li {
  line-height: 26px;
  list-style-type: disc;
  padding-bottom: 5px;
}
#cms #content ol li {
  list-style-type: decimal;
}
#cms #content .btn {
  margin-top: 15px;
}
#cms #content a:hover {
  color: #000;
}
#cms .articles > div > a {
  color: #000;
}
#cms .articles > div > a:hover .thumb-article h2 {
  color: #000000;
}
#cms .articles .mainCMS-photo {
  border-radius: 25px;
  margin-bottom: 45px;
}
@media (max-width: 575px) {
  #cms .articles .mainCMS-photo {
    margin-bottom: 25px;
  }
}
#cms .articles .CMS-page-details {
  width: 100%;
}
#cms .articles .CMS-page-details img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#cms .articles .CMS-page-details p {
  font-size: 1.6rem;
  line-height: 3rem;
}
@media (max-width: 575px) {
  #cms .articles .CMS-page-details p {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  #cms .articles .CMS-page-details h2 {
    font-size: 1.8rem;
  }
}
#cms .articles .CMS-page-details h3 {
  margin-top: 30px;
}
@media (max-width: 575px) {
  #cms .articles .CMS-page-details h3 {
    font-size: 1.5rem;
  }
}
#cms .articles span.date_add {
  color: #2B2B2B;
  font-size: 11px;
  display: none;
}
#cms .articles > div {
  margin-bottom: 20px;
}
#cms .articles > div > a {
  height: 100%;
  display: block;
}
#cms .page-content.page-cms {
  max-width: 100%;
}
#cms .page-content.page-cms a {
  text-decoration: underline;
}
#cms .page-content.page-cms #multiMarkers a {
  text-decoration: none;
}
#cms .page-content.page-cms ol,
#cms .page-content.page-cms ul {
  padding-left: 16px;
}
#cms .page-content.page-cms.page-cms-4 {
  max-width: 100%;
  width: 100%;
}
#cms .page-content.page-cms.page-cms-8 a {
  text-decoration: none;
  line-height: 1;
}
#cms.cms-id-7 .CMS-page-details, #cms.cms-id-8 .CMS-page-details {
  text-align: justify;
}

#authentication .auth-wrapper,
#module-ds_b2bregister-waitingroomform .auth-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#authentication .language-selector,
#module-ds_b2bregister-waitingroomform .language-selector {
  font-size: 1.5rem;
  margin-bottom: 20px;
  width: 140px !important;
}
#authentication .language-selector button,
#module-ds_b2bregister-waitingroomform .language-selector button {
  text-align: left;
  font-size: 1.4rem;
  padding: 0 10px;
  height: 38px;
}
#authentication .language-selector button i,
#module-ds_b2bregister-waitingroomform .language-selector button i {
  top: 9px;
}
#authentication .language-selector ul,
#module-ds_b2bregister-waitingroomform .language-selector ul {
  width: 100%;
  display: block;
  right: auto;
  top: calc(100% - 1px);
  padding: 0 !important;
}
#authentication .language-selector ul a,
#module-ds_b2bregister-waitingroomform .language-selector ul a {
  padding: 5px 10px 0;
}
#authentication .language-selector ul li:last-child a,
#module-ds_b2bregister-waitingroomform .language-selector ul li:last-child a {
  padding-bottom: 5px;
}
#authentication .language-selector ul li.current a,
#module-ds_b2bregister-waitingroomform .language-selector ul li.current a {
  font-weight: 700;
}
#authentication .image,
#module-ds_b2bregister-waitingroomform .image {
  padding: 0;
  display: flex;
}
@media (max-width: 767px) {
  #authentication .image,
  #module-ds_b2bregister-waitingroomform .image {
    min-height: 240px;
  }
}
@media (min-width: 768px) {
  #authentication .image,
  #module-ds_b2bregister-waitingroomform .image {
    align-self: stretch;
    min-height: 100%;
  }
}
#authentication .image img,
#module-ds_b2bregister-waitingroomform .image img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}
#authentication .register-form .box,
#module-ds_b2bregister-waitingroomform .register-form .box {
  margin-top: 5px;
}
#authentication .register-form .password.password,
#module-ds_b2bregister-waitingroomform .register-form .password.password {
  display: block !important;
}
#authentication .register-form,
#authentication .login-form,
#module-ds_b2bregister-waitingroomform .register-form,
#module-ds_b2bregister-waitingroomform .login-form {
  max-width: 520px;
  width: 100%;
  text-align: left;
}
#authentication .register-form .box,
#authentication .login-form .box,
#module-ds_b2bregister-waitingroomform .register-form .box,
#module-ds_b2bregister-waitingroomform .login-form .box {
  padding-top: 25px;
  margin-bottom: 0;
}
#authentication .register-form > p,
#authentication .login-form > p,
#module-ds_b2bregister-waitingroomform .register-form > p,
#module-ds_b2bregister-waitingroomform .login-form > p {
  width: 100%;
}
#authentication .forgot-password,
#authentication .no-account,
#module-ds_b2bregister-waitingroomform .forgot-password,
#module-ds_b2bregister-waitingroomform .no-account {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: left;
}
#authentication .forgot-password a,
#authentication .no-account a,
#module-ds_b2bregister-waitingroomform .forgot-password a,
#module-ds_b2bregister-waitingroomform .no-account a {
  color: #707070;
  font-size: 1.4rem;
  line-height: 1.5;
}
#authentication .forgot-password a strong,
#authentication .no-account a strong,
#module-ds_b2bregister-waitingroomform .forgot-password a strong,
#module-ds_b2bregister-waitingroomform .no-account a strong {
  display: block;
  color: #000000;
  font-size: 1.6rem;
}
#authentication .forgot-password a:after,
#authentication .no-account a:after,
#module-ds_b2bregister-waitingroomform .forgot-password a:after,
#module-ds_b2bregister-waitingroomform .no-account a:after {
  display: none;
}
#authentication .forgot-password a:hover i,
#authentication .no-account a:hover i,
#module-ds_b2bregister-waitingroomform .forgot-password a:hover i,
#module-ds_b2bregister-waitingroomform .no-account a:hover i {
  left: 6px;
  transition: all 0.3s;
}
#authentication .forgot-password a i,
#authentication .no-account a i,
#module-ds_b2bregister-waitingroomform .forgot-password a i,
#module-ds_b2bregister-waitingroomform .no-account a i {
  top: 2px;
  padding-left: 0px;
  font-size: 1.8rem;
  position: relative;
  left: 0;
  transition: 0.3s;
}
#authentication #main,
#module-ds_b2bregister-waitingroomform #main {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  align-items: stretch;
}
#authentication #content.page-content.card,
#module-ds_b2bregister-waitingroomform #content.page-content.card {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
#authentication #content.page-content.card > .row,
#module-ds_b2bregister-waitingroomform #content.page-content.card > .row {
  flex: 1;
  align-items: stretch;
  min-height: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  #authentication #content.page-content.card > .row,
  #module-ds_b2bregister-waitingroomform #content.page-content.card > .row {
    min-height: calc(100vh - 160px - 7rem);
  }
}
@media (max-width: 1199px) {
  #authentication #content.page-content.card > .row,
  #module-ds_b2bregister-waitingroomform #content.page-content.card > .row {
    min-height: calc(100vh - 115px - 7rem);
  }
}
#authentication #content.page-content.card > .row > [class*=col-],
#module-ds_b2bregister-waitingroomform #content.page-content.card > .row > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
#authentication #wrapper,
#module-ds_b2bregister-waitingroomform #wrapper {
  min-height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
  padding-top: 2.5rem;
  padding-bottom: 4.5rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #authentication #wrapper,
  #module-ds_b2bregister-waitingroomform #wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  #authentication #wrapper,
  #module-ds_b2bregister-waitingroomform #wrapper {
    font-size: 1.8rem;
    min-height: calc(100vh - 115px);
  }
}
#authentication #wrapper > .container,
#module-ds_b2bregister-waitingroomform #wrapper > .container {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
#authentication #wrapper > .container > .row,
#module-ds_b2bregister-waitingroomform #wrapper > .container > .row {
  flex: 1;
}
@media (min-width: 768px) {
  #authentication #wrapper > .container > .row,
  #module-ds_b2bregister-waitingroomform #wrapper > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
}
#authentication #wrapper > .container > .row > #content-wrapper,
#module-ds_b2bregister-waitingroomform #wrapper > .container > .row > #content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#authentication #wrapper #content,
#module-ds_b2bregister-waitingroomform #wrapper #content {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
#authentication #wrapper #content-wrapper,
#module-ds_b2bregister-waitingroomform #wrapper #content-wrapper {
  background: white;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  #authentication #wrapper #content-wrapper,
  #module-ds_b2bregister-waitingroomform #wrapper #content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #authentication #wrapper #content-wrapper,
  #module-ds_b2bregister-waitingroomform #wrapper #content-wrapper {
    border-radius: 0;
  }
}
#authentication #wrapper .auth-form,
#module-ds_b2bregister-waitingroomform #wrapper .auth-form {
  display: flex;
  max-width: 504px;
  width: 100%;
  padding: 30px 15px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-content: center;
}
#authentication #wrapper .auth-form > *,
#module-ds_b2bregister-waitingroomform #wrapper .auth-form > * {
  width: 100%;
}

#module-ds_b2bregister-waitingroomform #guestB2BForm .btn {
  margin-bottom: 28px;
  margin-top: 0;
}
#module-ds_b2bregister-waitingroomform p {
  color: #707070;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.fblogin {
  cursor: pointer;
  margin-top: 10px;
  max-width: 270px;
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.fblogin .btn {
  background-color: #000000;
  border: 1px solid #000000;
  color: white;
  width: 100%;
}
.fblogin .btn span {
  color: white;
  position: relative;
}
.fblogin .btn span i {
  position: absolute;
  top: -5px;
  left: -37px;
  font-size: 2.8rem;
}
.fblogin .btn:hover {
  background-color: white;
  color: #000000;
}
.fblogin .btn:hover span {
  color: #000000;
}

#colectionList h1 {
  margin-top: 55px;
  margin-bottom: 40px;
}
#colectionList .item-container {
  position: relative;
}
#colectionList .item-container:hover button {
  background-color: white;
  color: #000000;
}
#colectionList .item-container .item-description {
  position: absolute;
  bottom: 15%;
  left: 6%;
}
#colectionList .item-container .item-description button {
  line-height: 26px;
  height: 30px;
  width: 170px;
  padding: 0;
}
@media (min-width: 768px) {
  #colectionList .item-container .item-description button {
    width: 320px;
    line-height: 60px;
    height: 60px;
    font-size: 1.8rem;
  }
}
#colectionList .item-container a {
  display: block;
}
#colectionList .item-container a:after {
  display: none;
}
#colectionList .item-container a img {
  width: 100%;
  height: auto;
  line-height: 1;
  display: block;
}
#colectionList .item-container a video {
  width: 100%;
  height: auto;
  line-height: 1;
  display: block;
}

#password .send-renew-password-link {
  margin-bottom: 40px;
}
#password .renew-password > div {
  margin-bottom: 20px;
}
#password form {
  margin: 0 auto;
}
#password #content-wrapper {
  text-align: center;
  max-width: 640px;
  padding: 3rem;
  margin: 0 auto;
  border: 1px solid #f4f4f4;
  margin-top: 40px;
}
#password #content-wrapper a {
  color: #DB3811;
}
#password #content-wrapper h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
#password #content-wrapper label {
  text-align: center;
}
#password #content-wrapper ul {
  list-style-type: none !important;
}
@media (max-width: 767px) {
  #password #content-wrapper {
    border: none;
  }
}
@media (max-width: 575px) {
  #password #content-wrapper {
    margin-top: 0;
  }
}
#password .ps-alert-success {
  margin-bottom: 2rem;
}
#password .ps-alert-success svg {
  max-width: 60px;
  background: #008867;
  margin-bottom: 2rem;
}

.block-myaccount a {
  line-height: 25px;
  text-transform: lowercase;
}

.notification-product-list li {
  border: 2px solid #cfcfcf;
  margin-bottom: 10px;
  border-radius: 25px;
}
.notification-product-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification-product-list li a img {
  padding-right: 20px;
  height: auto;
  max-width: 85px;
  width: 100%;
}
@media (min-width: 768px) {
  .notification-product-list li a img {
    max-width: 120px;
  }
}

.links.myaccount {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfcfcf;
}
.links.myaccount li {
  padding-bottom: 16px;
}
.links.myaccount li a {
  width: 100%;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  background: #000000;
  color: white;
  text-align: center;
  border-radius: 5px;
  font-size: 1.5rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.links.myaccount li a:hover, .links.myaccount li a:active {
  text-align: center;
  border-color: #0080c8;
  background: #0080c8;
  color: white;
}
.links.myaccount li a:hover:after, .links.myaccount li a:active:after {
  display: none;
}
.links.myaccount .greeting {
  line-height: 21px;
}
.links.myaccount .btn-primary.active {
  background: #0080c8;
  border: #0080c8;
}

#addresses .address-footer,
#addresses .addresses-footer {
  margin: 5px 0 0 0;
  display: flex;
}
#addresses .address-footer a,
#addresses .addresses-footer a {
  margin-right: 15px;
}
#addresses .address-footer a span,
#addresses .addresses-footer a span {
  padding-right: 7px;
  text-decoration: underline;
}
#addresses .address-footer a i,
#addresses .addresses-footer a i {
  font-size: 1.5rem;
}

.address-body h4 {
  font-weight: bold;
}

.block-myaccount .top-menus li.active a {
  color: #2B2B2B;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 20px;
}
@media (max-width: 767px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 30px;
  }
}

.owl-carousel .owl-nav button.owl-next {
  right: 20px;
}
@media (max-width: 767px) {
  .owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }
}

.owl-carousel .owl-nav button {
  position: absolute;
  transform: translateY(-50%);
  outline: none;
  border: 1px solid #cfcfcf !important;
  background: #fff !important;
  top: calc(50% - 15px);
  border-radius: 50%;
}

.owl-dots {
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  z-index: 99999999;
  position: relative;
}

button.owl-dot {
  margin-right: 6px !important;
  outline: none;
  width: 12px;
  height: 12px;
}

button.owl-dot span {
  width: inherit;
  height: inherit;
  background: transparent;
  border: 1px solid white;
  background-color: white;
  display: block;
  border-radius: 50%;
  outline: none;
  transition: 0.4s all;
}

button.owl-dot.active span {
  background: transparent;
  outline: none;
  border: 1px solid #707070;
  background-color: #707070;
}

button.owl-dot:hover span {
  background: #707070;
  border: 1px solid #707070;
  transition: 0.4s all;
}

.owl-nav {
  font-size: 2rem;
}
.owl-nav button {
  width: 30px;
  display: block;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-nav button.disabled {
  color: #2B2B2B !important;
  opacity: 0.3;
}
.owl-nav button.disabled i {
  cursor: not-allowed !important;
}
.owl-nav button.owl-prev {
  margin-left: -33px;
}
.owl-nav button.owl-prev i {
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .owl-nav button.owl-prev {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .owl-nav button.owl-prev {
    margin-left: 5px;
  }
}
.owl-nav button.owl-next {
  margin-right: -33px;
}
.owl-nav button.owl-next i {
  letter-spacing: -3px;
}
@media (max-width: 767px) {
  .owl-nav button.owl-next {
    margin-right: 5px;
  }
}
.owl-nav button:hover i {
  color: #000000;
}

@media (max-width: 991px) {
  #_desktop_top_links {
    display: none;
  }
}
#_desktop_top_links ul li {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
}
#_desktop_top_links ul li:last-child {
  padding-right: 0;
}
#_desktop_top_links ul li:first-child {
  padding-left: 0;
}
@media (min-width: 1200px) {
  #_desktop_top_links ul li {
    padding-right: 22px;
    padding-left: 22px;
  }
}

/*
#_desktop_search {
    text-align: right;
    @media (min-width: 992px) {
        width: 320px;
    }
    @media (min-width: 1200px) {
        width: 202px;
    }
    @media (min-width:1340px) {
        width: 290px; 
    }
    @media (min-width: 1600px) {
        width: 360px;
    }
    @media (max-width: 991px) {
        display: none;
    }
}
*/
.search {
  position: relative;
}

#_desktop_search {
  width: 100%;
  max-width: 488px;
  position: absolute;
  left: 360px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  #_desktop_search {
    position: static;
    transform: none;
    max-width: auto;
  }
}

#search_widget,
#search_customers_for_dealers {
  width: 100%;
  color: #cfcfcf;
  z-index: 1200;
}
@media (min-width: 768px) {
  #search_widget,
  #search_customers_for_dealers {
    top: 0;
  }
}
@media (max-width: 1199px) {
  #search_widget,
  #search_customers_for_dealers {
    position: fixed;
    top: -100vh;
    left: 0;
    overflow: hidden;
  }
}
#search_widget.active,
#search_customers_for_dealers.active {
  top: 50px;
}
@media (min-width: 1200px) {
  #search_widget,
  #search_customers_for_dealers {
    position: relative;
    top: 0;
    opacity: 1;
    padding-top: 0;
    height: auto;
    visibility: visible;
    overflow: unset;
  }
}
#search_widget button,
#search_customers_for_dealers button {
  right: 5px;
  padding: 11px;
  border: 0;
  width: auto;
  position: absolute;
  background: none;
  height: auto;
  color: #000;
  cursor: pointer;
  font-size: 2rem;
}
#search_widget button:focus,
#search_customers_for_dealers button:focus {
  outline: 0;
  color: #000000;
}
#search_widget .empty-products,
#search_customers_for_dealers .empty-products {
  padding: 10px;
}
#search_widget form,
#search_customers_for_dealers form {
  width: 100%;
  flex: 0 0 100%;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  #search_widget form,
  #search_customers_for_dealers form {
    max-width: 100%;
  }
}
#search_widget form i,
#search_customers_for_dealers form i {
  position: unset;
  padding: 0;
}
#search_widget form input,
#search_customers_for_dealers form input {
  border: 1px solid #cfcfcf;
  padding-left: 18px;
  background: white;
  color: #000;
  touch-action: manipulation;
  height: 45px;
  font-size: 1.4rem;
  font-weight: normal;
}
@media (max-width: 1199px) {
  #search_widget form input,
  #search_customers_for_dealers form input {
    min-width: 100vw;
    padding-left: 37px;
  }
}
#search_widget form input:focus,
#search_customers_for_dealers form input:focus {
  outline: 0;
  border-color: #000;
}
#search_widget form input::placeholder,
#search_customers_for_dealers form input::placeholder {
  color: #000;
}
@media (max-width: 1199px) {
  #search_widget form input::placeholder,
  #search_customers_for_dealers form input::placeholder {
    font-size: 14px;
  }
}
#search_widget .results,
#search_customers_for_dealers .results {
  margin: auto;
  position: absolute;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
  background: #2B2B2B;
  padding: 10px;
  left: 0;
  right: 0;
  z-index: 1310;
  top: calc(100% - 1px);
  margin-top: 0;
}
@media (max-width: 1199px) {
  #search_widget .results,
  #search_customers_for_dealers .results {
    position: relative;
    min-width: 100vw;
    top: -3px;
  }
}
#search_widget .results .overflow,
#search_customers_for_dealers .results .overflow {
  max-height: 40vh;
  overflow: auto;
}
#search_widget .results ul a,
#search_customers_for_dealers .results ul a {
  padding: 5px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  color: white;
}
#search_widget .results ul a:hover,
#search_customers_for_dealers .results ul a:hover {
  border-color: #707070;
}
#search_widget .results ul a img,
#search_customers_for_dealers .results ul a img {
  margin-right: 1.1vw;
  width: 45px;
  border-radius: 5px;
}

#sliderHome {
  display: block;
  opacity: 0;
  transition: 0.4s all;
  overflow: hidden;
  max-height: 670px;
}
#sliderHome.owl-loaded {
  opacity: 1;
}
#sliderHome img {
  height: calc(100vh - 455px);
  -o-object-fit: cover;
  object-fit: cover;
  object-position: right;
}
@media (max-width: 575px) {
  #sliderHome img {
    min-height: 240px;
  }
}
#sliderHome figcaption.caption {
  text-align: left;
  max-width: 920px;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  color: white;
}
#sliderHome figcaption.caption h1,
#sliderHome figcaption.caption h2,
#sliderHome figcaption.caption h3 {
  margin-top: 0;
  color: white;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  font-weight: normal;
}
#sliderHome figcaption.caption h2 {
  font-size: 72px;
  line-height: 1.3;
}
#sliderHome .desc,
#sliderHome p,
#sliderHome a,
#sliderHome ul,
#sliderHome li {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
#sliderHome button {
  padding: 0px;
  color: white;
  margin: auto;
  max-width: 250px;
}
#sliderHome .desc {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  z-index: 9;
  color: white;
  text-align: center;
}
#sliderHome .desc > * {
  flex: 0 0 100%;
  flex-wrap: wrap;
}
#sliderHome .desc p {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.45);
}
#sliderHome .desc p a {
  text-shadow: none;
}
#sliderHome .owl-nav button {
  top: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
#sliderHome .owl-nav button i {
  opacity: 0.5;
}
#sliderHome .owl-nav button:hover i {
  opacity: 1;
  color: white;
}
#sliderHome .owl-dots {
  bottom: 60px;
}

.box {
  /*     @extend %wholeWidth;
  */
  background: white;
  border-radius: 5px;
  padding: 25px;
}
@media (max-width: 767px) {
  .box {
    padding: 15px;
  }
}

.box-radius {
  border-color: #000;
}

.product-flags {
  text-align: right;
  padding: 0;
  position: absolute;
  z-index: 9;
  margin-bottom: 0;
  top: 10px;
  right: 10px;
  max-width: 98px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
@media (max-width: 991px) {
  .product-flags {
    right: 8px;
  }
}
.product-flags li {
  display: block;
  line-height: 1;
  text-transform: uppercase;
  padding: 4px 4px 4px;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  color: #000;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.03em;
  border-radius: 5px 0 0 5px;
}
.product-flags li:last-of-type {
  margin-right: 0;
}
.product-flags .discount {
  background-color: #000;
  color: white;
}
.product-flags .new {
  background-color: #000000;
  color: white;
}
.product-flags .on-sale {
  background-color: #f3e528;
}
.product-flags .out_of_stock {
  color: #DB3811;
  background-color: #F5F5F5;
}
.product-flags .coming-soon {
  box-shadow: inset 0 0 0 2px black;
}

.showMore {
  position: relative;
  display: block;
}
.showMore:hover {
  color: #000000;
}
.showMore span {
  position: relative;
  z-index: 1;
  transition: 0.4s border-color;
  font-weight: 700;
}
.showMore i {
  top: 1px;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  padding-left: 4px;
}
@media (max-width: 767px) {
  .showMore i {
    font-size: 1.1rem;
  }
}

.product-color {
  text-align: center;
  line-height: 23px;
  height: 23px;
}

.data-sheet .product-color {
  font-size: 1.8rem;
  line-height: 33px;
  height: 33px;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

#index #footer {
  margin-top: 0;
}

#history .orders {
  margin-top: 20px !important;
}
#history .order-func {
  padding-top: 15px;
}
#history .orders .order {
  border-top: 1px solid #2B2B2B;
  padding: 30px 0;
  margin-bottom: 0;
}
#history .orders .order .status {
  margin: 10px 0 30px 0;
}
#history .orders .order .btn {
  background: #000;
  margin-bottom: 10px;
  max-width: 100%;
  padding: 8px 16px;
  display: inline-flex;
  border: 0;
}
#history .orders .order .btn:hover {
  background: #0080c8;
  color: white;
}

#order-detail .addresses {
  margin-top: 15px;
  margin-bottom: 0;
}
#order-detail .box {
  border-bottom: 1px solid #cfcfcf;
  background: white;
  margin-bottom: 20px;
}
#order-detail .box h3 {
  margin-top: 0;
  font-size: 15px;
}
#order-detail .thead-default {
  text-align: left;
}
#order-detail .order-message-form header {
  margin-bottom: 20px;
}

.add-to-cart {
  border-color: #000;
}
.add-to-cart, .add-to-cart:hover {
  outline: 0;
  position: relative;
  width: 100%;
  max-width: 254px;
  overflow: hidden;
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 399px) {
  .add-to-cart, .add-to-cart:hover {
    height: 39px;
    font-size: 1.3rem;
  }
}
.add-to-cart.greenBg {
  background: #008867;
  border-color: #008867;
  color: white;
}
.add-to-cart em {
  font-style: normal;
  line-height: 1.5;
  backface-visibility: hidden;
  transition: transform 0.3s;
  position: absolute;
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.add-to-cart svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translateX(50%) translateY(-50%);
  transition: transform 0.3s;
}
.add-to-cart.is-added em {
  color: transparent;
  transform: translateX(-100%);
  transition: transform 0s;
}
.add-to-cart.is-added svg {
  transform: translateX(-50%) translateY(-50%);
  transition: transform 0s;
}

.qty input[type=text] {
  text-align: center;
  padding: 9px 0;
  text-indent: -1px;
  margin-bottom: 0;
  width: 120px;
  background-color: white;
  border: 1px solid #cfcfcf;
  font-weight: 400;
  z-index: 9;
  position: relative;
}
@media (max-width: 400px) {
  .qty input[type=text] {
    height: 40px !important;
  }
}

/* 
.ui-widget-content {
    border: 2px solid $black;
    font-size: 1.5rem;
    padding: 13px 14px;
    max-width: 419px;   
    width: calc(100% - 34px) !important;
    @media (min-width:1340px) {
        //   width: 256px !important;
    }
    @media (min-width: 1600px) {
        //  width: 245px !important;
    }
}
.ui-menu {
    border-radius: 0 !important;
    .ui-menu-item {
        cursor: pointer;
        font-family: 'neuzeit-grotesk', sans-serif !important;
        .ui-state-focus {
            background: $pcolor !important;
            color: $white !important;
            border: 0 !important;
            margin: 0 !important;
        }
        a {
            display: flex;
            align-items: center;
            padding: 7px;
            text-transform: lowercase;
            img {
                margin-right: 15px;
                -webkit-filter: brightness(.8);
                filter: brightness(.8);
                width: 35px;
            } 
        }
    }
}
 */
.page-not-found #search_widget {
  margin-top: 20px;
  margin-left: 0;
}
.page-not-found #search_widget form {
  margin-left: 0;
}

#_mobile_contact_link {
  padding: 18px;
  width: 100%;
}

#index {
  padding-top: 0;
}

#module-przelewy24-paymentConfirmation .p24-more-stuff {
  display: none !important;
}

#gdpr_consent,
.gdpr {
  line-height: 1.5;
  max-width: 395px;
}
#gdpr_consent .custom-radio,
#gdpr_consent .custom-checkbox,
.gdpr .custom-radio,
.gdpr .custom-checkbox {
  align-items: flex-start;
}
#gdpr_consent .checkbox-inline,
.gdpr .checkbox-inline {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
}
#gdpr_consent p,
.gdpr p {
  line-height: 16px;
  margin-bottom: 0 !important;
}
#gdpr_consent em,
.gdpr em {
  font-size: 14px;
  line-height: 1.2;
  color: #a7a7a7;
}

.modal {
  outline: none;
  top: 0;
  left: 0;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  color: #000;
  display: none;
  align-items: center;
}
@media (max-width: 767px) {
  .modal {
    text-align: center;
  }
}
.modal .modal-header {
  text-align: center;
}
.modal .modal-title {
  color: #000000;
  display: inline-block;
}
.modal .desc {
  font-size: 1.3rem;
  line-height: 18px;
  margin-bottom: 10%;
}
.modal .modal-content {
  width: 100%;
}
.modal .close-popup {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 9;
  padding: 0;
  margin: 0;
}
.modal .close-popup span {
  left: 14px;
  top: 3px;
  background: #000000;
  width: 2px;
  height: 22px;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
}
.modal img {
  width: 100%;
  max-width: 186px;
}
.modal .modal-dialog {
  max-width: 1216px;
  max-height: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: white;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 5px;
}
.modal .cart-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.modal p {
  padding-bottom: 7px;
}
.modal .label {
  color: #cfcfcf;
}
.modal .between p {
  display: flex;
  justify-content: space-between;
}
.modal .cart-content-btn {
  display: flex;
  justify-content: flex-end;
}
.modal a, .modal a:hover,
.modal button,
.modal button:hover {
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  height: 30px;
  font-size: 1.4rem;
  padding: 0 60px;
  margin-left: 50px;
  line-height: 1 !important;
  text-transform: lowercase !important;
}
.modal a:after, .modal a:hover:after,
.modal button:after,
.modal button:hover:after {
  display: none;
}
.modal .modal-footer button {
  width: 48.4%;
}
.modal .close, .modal .close:hover {
  width: auto;
  left: auto;
  line-height: normal;
  margin: 0;
  position: absolute;
  right: 10px;
  padding: 7px 10px;
  top: 10px;
  height: auto;
  margin: 0;
}
.modal strong {
  display: block;
  line-height: 21px;
  margin-bottom: 30px;
}

.offline {
  max-width: 100%;
  font-size: 1.8rem;
  color: white;
}
.offline #content {
  max-width: 100%;
  flex: 0 0 100%;
}
.offline .pcolor {
  background-color: rgba(194, 132, 120, 0.7);
  z-index: 999;
  color: white;
}
.offline h1 {
  margin-top: 65px;
  margin-bottom: 10px;
  display: block;
  font-size: 1.8rem;
  color: white;
  text-align: left;
}
@media (min-width: 992px) {
  .offline h1 {
    font-size: 2.3rem;
  }
}
.offline .slider {
  margin-bottom: 10px;
}
.offline .slider h3 {
  font-size: 1.8rem;
  color: white;
  word-break: break-word;
}
.offline p#countdown {
  text-align: left;
  font-size: 2.6rem;
  display: block;
  line-height: 1;
  margin-top: 45px;
  margin-bottom: 30px;
  letter-spacing: 5px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .offline p#countdown {
    font-size: 4rem;
  }
}
.offline .logo {
  text-align: left;
  max-width: 300px;
  width: 220px;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
@media (min-width: 1200px) {
  .offline .logo {
    width: 280px;
  }
}
.offline #fullBgVideo {
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  left: 0;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vh;
  background: #000000;
}

.content-box {
  padding: 40px 5px;
  color: white;
  min-height: 100vh;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex: 100% 0 0;
  align-items: baseline;
  justify-content: left;
}
@media (min-width: 992px) {
  .content-box {
    padding: 65px;
  }
}

#mc_embed_signup .no-padding-right {
  padding-right: 0;
}
#mc_embed_signup .no-padding-left {
  padding-left: 0;
}
#mc_embed_signup .mc-field-group label {
  display: none;
}
#mc_embed_signup #mc-embedded-subscribe {
  color: white;
  background: black;
  text-transform: uppercase;
  transition: 0.3s all;
}
#mc_embed_signup #mc-embedded-subscribe:hover {
  cursor: pointer;
  color: black;
  background: white;
  transition: 0.3s all;
}
#mc_embed_signup h2 {
  color: white;
  font-size: 1.8rem;
}

input#mce-EMAIL {
  background-color: transparent;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

footer {
  width: 100%;
  align-self: flex-end;
}
footer .footer-menu ul li {
  display: inline-block;
  padding-right: 10px;
  font-size: 1.3rem;
}
.footer_logo {
  max-width: 85px;
  margin-left: 4px;
  vertical-align: middle;
}

.footer-divider {
  border: 0;
  border-top: 1px solid #707070;
  margin: 0;
  opacity: 1;
  flex-shrink: 0;
}

.footer-row {
  padding: 24px 0;
}
@media (max-width: 991px) {
  .footer-row {
    padding: 18px 0;
  }
}
.footer-row--empty {
  padding: 0;
  min-height: 0;
}
.footer-row--quotes {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 24px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .footer-row--quotes {
    padding: 16px;
  }
}
.footer-row--brand {
  flex-shrink: 0;
  padding-top: 32px;
  padding-bottom: 28px;
}
.footer-row--legal {
  flex-shrink: 0;
  padding-top: 32px;
  padding-bottom: 28px;
}

.footer-brand .footer-credits {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 14px;
  font-size: 1.4rem;
  color: white;
}
.footer-brand .footer-poland {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  font-size: 1.4rem;
  color: white;
}
.footer-brand .footer-poland-flag {
  display: inline-block;
  width: 22px;
  height: auto;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  vertical-align: middle;
}

@media (max-width: 991px) {
  .footer-legal {
    margin-top: 16px;
  }
}

.footer-copyright p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.footer-legal-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}
@media (max-width: 991px) {
  .footer-legal-nav {
    justify-content: center;
  }
}

.footer-legal-contact {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: inherit;
}

.footer-legal-link {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
  color: white;
  white-space: nowrap;
}
.footer-legal-link:hover {
  color: #707070;
}

.footer-legal-nav > .footer-legal-link:not(:first-child)::before,
.footer-legal-nav > .footer-legal-contact + .footer-legal-link::before,
.footer-legal-contact .footer-legal-link + .footer-legal-link::before {
  content: "|";
  display: inline-block;
  margin: 0 1rem;
  color: rgba(255, 255, 255, 0.45);
  pointer-events: none;
}

#footer > .container {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-quotes {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.footer-quote {
  margin: 0;
  padding: 0;
  border: 0;
}

.footer-quote-text {
  margin: 0;
  font-size: clamp(4.2rem, 8vw, 10.5rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  color: #fff;
}

.footer-quote-author {
  display: block;
  margin-top: 1.6rem;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 400;
  font-style: normal;
  color: rgba(255, 255, 255, 0.75);
}

.pswp__bg {
  background: #fff;
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: #000 !important;
}

#faq {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  border: 1px solid #cfcfcf;
  background: white;
  border-radius: 5px;
}
@media (max-width: 1426px) {
  #faq {
    margin-left: 10px;
  }
}
@media (max-width: 1199px) {
  #faq {
    margin-left: 17px;
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  #faq {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  #faq {
    margin-left: 8px;
    margin-right: 8px;
    width: auto;
  }
}
#faq form {
  width: 100%;
  min-width: 240px;
  position: relative;
}
#faq button {
  right: 12px;
  top: 10px;
  position: absolute;
  font-size: 2.4rem;
}
#faq .show_all {
  margin-top: 20px;
  font-weight: bold;
}

#blockcart-modal {
  display: none !important;
}

article .star-content .star-on,
article .star-content .star {
  font-size: 1.1rem;
}

.answer {
  display: none;
}
.answer.active {
  display: block;
  padding-bottom: 15px;
}

#faq .show_all {
  text-decoration: underline;
  cursor: pointer;
  transition: 0.4s all;
}
#faq .show_all:hover {
  color: #000000;
}

.faq-item {
  border-bottom: 1px solid #cfcfcf;
  padding: 1.5rem 2rem;
  font-size: 18px;
}
.faq-item:last-of-type {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .faq-item {
    padding: 1.5rem 1rem;
  }
}
.faq-item.hidden {
  display: none;
}
.faq-item .answer p {
  font-size: 16px;
  padding-left: 40px;
  color: #a7a7a7;
}
@media (max-width: 991px) {
  .faq-item .answer p {
    padding: 0 10px;
    font-size: 14px;
  }
}
.faq-item > p {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.4s all;
  font-size: 16px;
}
.faq-item > p:hover {
  color: #000000;
}
.faq-item > p i {
  display: inline-block;
  transition: 0.4s transform;
  transform: rotate(0deg);
  font-size: 3rem;
  margin-left: 2px;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .faq-item > p i {
    font-size: 2rem;
  }
}
.faq-item > p.active {
  color: #000000;
  padding-bottom: 10px;
}
.faq-item > p.active i {
  transform: rotate(180deg);
}

#_desktop_language_selector {
  /* line-height: 1; */
  display: flex;
  align-items: center;
}
#_desktop_language_selector .dropdown .dropdown-menu {
  top: 31px;
}

.language-selector > button,
.currency-selector > button {
  position: relative;
  margin: 0 10px 0 0;
  padding: 0 28px 0 0;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  cursor: pointer;
  text-transform: lowercase;
  outline: 0;
  box-shadow: 0;
}
.language-selector > button i,
.currency-selector > button i {
  top: 1px;
  line-height: 1.7rem;
  font-size: 1.6rem;
  right: 2px;
}
.language-selector > button .open i,
.currency-selector > button .open i {
  top: 2px;
}
.language-selector .dropdown-menu,
.currency-selector .dropdown-menu {
  width: 132px;
  right: 16px;
  left: auto;
  top: 31px;
  border-radius: 4px;
}

#_mobile_language_selector .language-selector > button {
  font-size: 1.5rem;
  margin: 12px 10px 0 0;
}
#_mobile_language_selector .language-selector > button i {
  font-size: 1.5rem;
}
#_mobile_language_selector .dropdown .dropdown-menu {
  width: 200px;
  right: 20px;
  left: auto;
}
#_mobile_language_selector .dropdown .dropdown-menu a {
  text-align: right;
  display: block;
  padding: 4px 0;
  font-size: 1.8rem;
}

.banners .row {
  margin-bottom: 20px;
}
.banners .row:last-child {
  margin-bottom: 0;
}
.banners .row .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .banners .row .txt {
    padding: 0 100px;
  }
}
.banners .row .img img {
  border-radius: 25px;
}

.ds-comment-form .required {
  display: none;
}

.product-comment-list-item .comment__item {
  max-width: 520px;
  background-color: #000000;
  padding: 15px 15px;
  color: white;
  position: relative;
  margin-bottom: 15px;
}
.product-comment-list-item .comment__item .author {
  font-weight: bold;
}
.product-comment-list-item .comment__item .date {
  font-size: 1.1rem;
  position: absolute;
  right: 30px;
}
.product-comment-list-item .comment__item .comment__desc {
  margin-top: 5px;
  line-height: 1.5;
}

.g-recaptcha {
  margin-bottom: 0 !important;
}

.header-code {
  margin: 0;
  transition: none;
  background-color: #F5F5F5;
  color: #000;
}
@media (max-width: 767px) {
  .header-code {
    min-height: 40px;
  }
}
.header-code .contentCode {
  font-weight: 400;
}
.header-code .contentCode p#desktop {
  display: none;
}
@media (min-width: 768px) {
  .header-code .contentCode p#desktop {
    display: block;
  }
}
.header-code .contentCode p#mobile {
  display: block;
}
@media (min-width: 768px) {
  .header-code .contentCode p#mobile {
    display: none;
  }
}
.header-code .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  padding: 0;
}
.header-code #maximize {
  display: none;
  background: none;
  border: 0;
  transition: none;
  max-width: initial;
  cursor: pointer;
}
.header-code #maximize:focus {
  box-shadow: 0;
  border: 0;
  outline: 0;
}
.header-code.minimalize {
  position: fixed;
  bottom: 10px;
  width: max-content;
  left: 10px;
  transition: none;
  border-radius: 25px;
  padding: 5px;
}
@media (max-width: 991px) {
  .header-code.minimalize {
    left: 40px;
    position: absolute;
    top: 4px;
    bottom: auto;
    padding: 0;
    background: none;
  }
}
.header-code.minimalize .container {
  display: none;
}
.header-code.minimalize #maximize {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  color: #000;
}
@media (max-width: 991px) {
  .header-code.minimalize #maximize {
    height: auto;
    text-align: center;
    padding: 10px;
    display: none !important;
  }
}
@media (max-width: 991px) {
  .header-code.minimalize #maximize span {
    display: none;
  }
}
.header-code.minimalize #maximize i {
  font-size: 2.3rem;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .header-code.minimalize #maximize i {
    font-size: 1.9rem;
    padding: 0;
  }
}
.header-code p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .header-code p {
    font-size: 1rem;
    line-height: 11px;
  }
}
.header-code p span {
  font-size: 2.5rem;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .header-code p span {
    font-size: 1.8rem;
  }
}
.header-code #contentCopyText {
  background-color: white;
  color: black;
  border-radius: 2px;
  padding: 4px 10px;
  margin-left: 7px;
  border: 1px solid #000;
  cursor: grab;
}
@media (max-width: 767px) {
  .header-code #contentCopyText {
    font-size: 1.3rem;
    transform: scale(0.8);
  }
}
.header-code .buttonCopyText {
  outline: 0;
  width: max-content;
  height: max-content;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: black;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-code .buttonCopyText i {
  font-size: 1.8rem;
  padding-left: 4px;
}
.header-code #textToCopy {
  padding: 0;
  margin: 0;
  height: auto;
  border: 0;
  max-width: initial;
  width: 80px;
  background: none;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10+ and Edge */
  user-select: none;
  /* Standard syntax */
  cursor: pointer;
}
.header-code #textToCopy:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
}
.header-code #closeInfo {
  border: 0;
  position: absolute;
  width: auto;
  background: none;
  right: 10px;
  color: black;
  cursor: pointer;
}
.header-code #closeInfo:focus {
  border: 0;
  outline: 0;
}

.addFavouriteSuccess,
.removeFavouriteSuccess {
  position: fixed;
  top: -20px;
  bottom: auto;
}
.addFavouriteSuccess.in,
.removeFavouriteSuccess.in {
  top: 6px;
}
.removeFavouriteSuccess {
  background: #DB3811;
}

.countrySelect {
  display: none !important;
}

.address2 {
  display: none !important;
}

#csinstagramfeed {
  padding-top: 1rem;
}
@media (max-width: 991px) {
  #csinstagramfeed {
    margin-top: -2rem;
  }
}
#csinstagramfeed .picture {
  padding: 10px;
}
#csinstagramfeed a {
  position: relative;
  display: block;
}
#csinstagramfeed a:hover img {
  opacity: 1;
  filter: grayscale(100%) brightness(40%);
  -webkit-filter: grayscale(100%) brightness(40%);
  -moz-filter: grayscale(100%) brightness(40%);
}
#csinstagramfeed a:after {
  display: none;
}
#csinstagramfeed a i {
  opacity: 0;
  position: absolute;
  z-index: 9;
  font-size: 3.5rem;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  right: 40%;
  margin: auto;
}
#csinstagramfeed a:hover i {
  opacity: 1;
}
#csinstagramfeed a img {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
#csinstagramfeed a img:hover {
  opacity: 1;
  filter: grayscale(100%) brightness(40%);
  -webkit-filter: grayscale(100%) brightness(40%);
  -moz-filter: grayscale(100%) brightness(40%);
}

#customer-form .id_gender {
  display: none;
  visibility: hidden;
}

#productPageAddCart em .lds-ring {
  transform: scale(0.5);
}

.product-list-cart .lds-ring {
  top: 0;
  transform: scale(0.3);
  left: -36px;
  filter: brightness(20) contrast(45);
}
.product-list-cart.btn:disabled, .product-list-cart.btn:disabled:hover, .product-list-cart.btn[disabled], .product-list-cart.btn[disabled]:hover, .product-list-cartbutton:disabled, .product-list-cartbutton:disabled:hover, .product-list-cartbutton[disabled], .product-list-cartbutton[disabled]:hover {
  background: none !important;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#guestReclamation {
  max-width: 400px;
  margin: auto;
}

.infoFreeDelivery {
  font-size: 12px;
  margin-top: 15px;
  font-weight: normal;
  background: #707070;
  color: white;
  padding: 4px 11px;
  display: inline-flex;
  width: 100%;
  border-radius: 5px;
}
.infoFreeDelivery .freedelivery {
  display: inline-flex;
  align-items: center;
}
.infoFreeDelivery .freedelivery i {
  font-size: 1.7rem !important;
  padding-right: 0.8rem !important;
}

#scrollerBenefits {
  width: 100%;
  background: #000000;
  color: white;
  display: flex;
  align-items: center;
  height: 45px;
}
#scrollerBenefits .owl-stage {
  display: flex;
}
#scrollerBenefits .owl-stage .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

#afterheaderinfo {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #2B2B2B;
  height: 45px;
}

.cms-categories h2 {
  margin-top: 0;
}
.cms-categories li {
  list-style: none !important;
}

#_mobile_search {
  position: relative;
  z-index: 999999;
}
#_mobile_search #search_widget {
  z-index: 10001;
}
#_mobile_search #search_widget.active {
  z-index: 10001;
}

.home-box .txt h1,
.home-box .txt h2 {
  text-align: left;
  width: 100%;
}
.home-box .img img {
  width: 100%;
  line-height: 1;
}

.cms-categories {
  margin-bottom: 30px;
}

.article-card {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .banners .row {
    margin-bottom: 0px;
  }
}
.banners .row .img {
  margin-top: 40px;
  margin-bottom: 20px;
}
.banners .row .txt {
  max-width: 90%;
  margin: 0 auto;
}

.faq-wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .faq-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.faq-wrapper .formbox form {
  display: flex;
}
.faq-wrapper i {
  font-size: 2.5rem;
}
.faq-wrapper .faq-item > p.active {
  font-weight: normal;
}

#sliderHome .owl-carousel.owl-drag .owl-item {
  min-height: 480px;
}
#sliderHome .owl-carousel .owl-stage-outer {
  min-height: 480px;
}

#sliderHome img {
  height: 100%;
}

#sliderHome img {
  min-height: 480px;
}

#sliderHome figcaption.caption h1,
#sliderHome figcaption.caption h2,
#sliderHome figcaption.caption h3 {
  text-shadow: 0 0 19px rgba(0, 0, 0, 0.8);
}

#sliderHome .desc p {
  text-shadow: 0 0 19px rgba(0, 0, 0, 0.8);
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.1;
}
@media (max-width: 575px) {
  #sliderHome .desc p {
    font-size: 2rem;
  }
}

@media (max-width: 1199px) {
  #sliderHome figcaption.caption {
    padding: 60px;
  }
}
#sliderHome figcaption.caption h2 {
  font-size: 7rem;
  margin-top: -7rem;
}
@media (max-width: 1199px) {
  #sliderHome figcaption.caption h2 {
    font-size: 5.2rem;
  }
}
@media (max-width: 767px) {
  #sliderHome figcaption.caption h2 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  #sliderHome figcaption.caption h2 {
    font-size: 4rem;
  }
}
@media (max-width: 399px) {
  #sliderHome figcaption.caption h2 {
    font-size: 3.2rem;
  }
}

@media (max-width: 767px) {
  section.coody-homeslider {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

#manufacturer .brand-infos {
  width: 100%;
  text-align: center;
}
#manufacturer .brand-infos p {
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 1rem;
}
#manufacturer .brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 25px;
  border: 1px solid #d6d6d6;
  margin-bottom: 20px !important;
  background: #fff;
  height: 100%;
}
#manufacturer #main > .row > div {
  margin-bottom: 20px;
}

.banners h3 {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
.banners li {
  line-height: 1.5;
  padding-bottom: 1rem;
  list-style: circle;
  margin-left: 2rem;
}

.user-info i {
  margin-right: 4px !important;
}

.page-cms .page-header,
#module-ds_dealers-debtorslist .page-header,
#module-ds_dealers-customerlist .page-header {
  padding-top: 0;
  max-width: 850px;
}
.page-cms .page-header h1,
#module-ds_dealers-debtorslist .page-header h1,
#module-ds_dealers-customerlist .page-header h1 {
  margin-bottom: 2rem;
}

#ds_contacts h2,
#contactForm h2 {
  font-size: 20px;
  line-height: 1.4;
  text-transform: none;
  margin-top: 13px;
}
@media (max-width: 767px) {
  #ds_contacts h2,
  #contactForm h2 {
    font-size: 18px;
  }
}

#ds_contacts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#ds_contacts h3#contact-info-start {
  margin: 0 0 0.25rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #ds_contacts h3#contact-info-start {
    font-size: 1.8rem;
  }
}
#ds_contacts h3#contact-info-start ~ .contactStore.contactItem-1 > #firstElement {
  display: none;
}
#ds_contacts .contactStore {
  margin-bottom: 0;
  padding: 1.25rem 1.5rem;
  background: white;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #0080c8;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
  #ds_contacts .contactStore {
    padding: 1.25rem;
  }
}
#ds_contacts .contactStore #firstElement {
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #cfcfcf;
  color: #0080c8;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.35;
}
#ds_contacts .contactStore .contact-phones {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #cfcfcf;
}
#ds_contacts .contactStore:not(:has(.contact-bottom .company-name, .contact-bottom .contact-address, .contact-bottom .contact-map)) .contact-phones {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#ds_contacts .contactStore .contact-extra {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #cfcfcf;
}
#ds_contacts .contactStore .contact-extra.contact-extra-compact {
  margin-top: 1rem;
}
#ds_contacts .contactStore:not(:has(.contact-bottom .company-name, .contact-bottom .contact-address, .contact-bottom .contact-map)):not(:has(.contact-phones)) .contact-extra.contact-extra-compact {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#ds_contacts .consultant-in-contact {
  padding: 1.25rem 1.5rem;
  background: white;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #0080c8;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
  #ds_contacts .consultant-in-contact {
    padding: 1.25rem;
  }
}
#ds_contacts .consultant-in-contact .consultant-heading {
  margin: 0 0 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #cfcfcf;
  color: #0080c8;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .page-contact .page-header h1 {
    margin-bottom: 0;
    margin-top: 30px;
  }
}

#content-wrapper:has(.links.myaccount),
#content-wrapper:has(#main.logged),
#content-wrapper:has(.filemanager-attachments-page) {
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
}
@media (max-width: 991px) {
  #content-wrapper:has(.links.myaccount),
  #content-wrapper:has(#main.logged),
  #content-wrapper:has(.filemanager-attachments-page) {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  #content-wrapper:has(.links.myaccount),
  #content-wrapper:has(#main.logged),
  #content-wrapper:has(.filemanager-attachments-page) {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
}
#content-wrapper:has(.links.myaccount) #main.page-content,
#content-wrapper:has(.links.myaccount) #main,
#content-wrapper:has(#main.logged) #main.page-content,
#content-wrapper:has(#main.logged) #main,
#content-wrapper:has(.filemanager-attachments-page) #main.page-content,
#content-wrapper:has(.filemanager-attachments-page) #main {
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}
#content-wrapper:has(.links.myaccount) #content.page-content,
#content-wrapper:has(#main.logged) #content.page-content,
#content-wrapper:has(.filemanager-attachments-page) #content.page-content {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
#content-wrapper:has(.links.myaccount) h1,
#content-wrapper:has(.links.myaccount) .wishlist-main-heading,
#content-wrapper:has(#main.logged) h1,
#content-wrapper:has(#main.logged) .wishlist-main-heading,
#content-wrapper:has(.filemanager-attachments-page) h1,
#content-wrapper:has(.filemanager-attachments-page) .wishlist-main-heading {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  #content-wrapper:has(.links.myaccount) h1,
  #content-wrapper:has(.links.myaccount) .wishlist-main-heading,
  #content-wrapper:has(#main.logged) h1,
  #content-wrapper:has(#main.logged) .wishlist-main-heading,
  #content-wrapper:has(.filemanager-attachments-page) h1,
  #content-wrapper:has(.filemanager-attachments-page) .wishlist-main-heading {
    margin-bottom: 2rem;
    margin-top: 0.5rem;
  }
}
#content-wrapper:has(.links.myaccount) .links.myaccount,
#content-wrapper:has(#main.logged) .links.myaccount,
#content-wrapper:has(.filemanager-attachments-page) .links.myaccount {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
}
#content-wrapper:has(.links.myaccount) .wishlist-container,
#content-wrapper:has(.links.myaccount) .wishlist-products-container,
#content-wrapper:has(#main.logged) .wishlist-container,
#content-wrapper:has(#main.logged) .wishlist-products-container,
#content-wrapper:has(.filemanager-attachments-page) .wishlist-container,
#content-wrapper:has(.filemanager-attachments-page) .wishlist-products-container {
  padding-bottom: 1.5rem;
}

.brand {
  margin: 0 !important;
}
.brand .manufacturer-logo {
  height: 35px;
}

@media (max-width: 991px) {
  .banners .row .txt {
    padding: 20px 0;
  }
}

.block-promo .promo-code > form .btn {
  height: 42px !important;
}

.block-promo input.promo-input.form-control {
  height: 42px !important;
}

.label-pill {
  display: inline-flex;
  align-self: flex-start;
  font-size: 1rem;
  color: #fff;
  padding: 3px 8px;
  line-height: 1.5;
  border-radius: 5px;
}

.order-list li {
  border-bottom: 1px solid #F5F5F5;
}
.order-list li:last-of-type {
  border-bottom: 0;
}
.order-list a {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 100px;
  grid-gap: 2rem;
  justify-items: flex-start;
  padding: 5px;
}
@media (max-width: 767px) {
  .order-list a {
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px 0;
  }
}
@media (max-width: 767px) {
  .order-list a {
    font-size: 14px;
  }
}

#cookieNotice {
  max-width: 600px;
  padding: 10px;
  position: fixed !important;
  bottom: 20px;
  left: 20px;
  background: white;
  color: #000;
  position: relative;
  z-index: 9999;
  font-size: 14px;
  border: 1px solid #F5F5F5;
}
@media (max-width: 991px) {
  #cookieNotice {
    left: 0;
    bottom: 0;
    max-width: 100%;
    padding: 10px;
  }
}
#cookieNotice p {
  margin: 0;
  color: black;
}
#cookieNotice .exit span {
  height: 12px;
  left: 14px;
  top: 10px;
}
#cookieNotice .closeButtonNormal {
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 10px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  #topLinks {
    flex-direction: column;
  }
}
#topLinks li:last-of-type a {
  border-bottom: 0 !important;
}

.alert,
#js-delivery .alert-danger {
  font-weight: 400;
  font-size: 1.4rem;
}

#cookieNotice span#cookiesClose {
  border: none;
}

#miniTextSlider p {
  font-weight: 500;
  text-transform: uppercase;
}

#_desktop_top_links,
#_desktop_user_info {
  display: flex;
  align-items: center;
}

.user-info {
  font-weight: 500;
}

.btn-slider {
  background: none !important;
  color: #707070 !important;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500 !important;
  letter-spacing: 2px;
  cursor: pointer;
  margin-top: 0 !important;
}
@media (max-width: 575px) {
  .btn-slider {
    font-size: 14px;
  }
}
@media (max-width: 399px) {
  .btn-slider {
    font-size: 12px;
  }
}

.section-desc-wrapper {
  flex-direction: column;
  align-items: end;
  display: flex;
}
@media (max-width: 1599px) {
  .section-desc-wrapper {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .section-desc-wrapper {
    display: none;
  }
}

.section-desc {
  text-align: right;
  color: #a7a7a7;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-desc .btn {
  margin-top: 20px;
}

#contactDetails {
  border-right: 1px solid #cfcfcf;
  padding-right: 20px;
}
@media (max-width: 991px) {
  #contactDetails {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  #contactDetails {
    border-right: none;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #cfcfcf;
  }
}

.page-contact #contactDetails {
  max-width: 500px;
}
@media (max-width: 767px) {
  .page-contact #contactDetails {
    max-width: none;
  }
}
.page-contact .page-header {
  display: none;
}
.page-contact .form-group.checkbox {
  display: none;
}

.contact-form-main {
  width: 100%;
  padding-left: 5rem;
}
@media (max-width: 1426px) {
  .contact-form-main {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .contact-form-main {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .contact-form-main {
    margin-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.faq-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 2rem;
  border-bottom: 1px solid #cfcfcf;
}
@media (max-width: 575px) {
  .faq-top {
    grid-template-columns: 1fr;
  }
}
.faq-top h2 {
  margin: 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .faq-top h2 {
    font-size: 1.8rem;
  }
}
.faq-top .formbox {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .faq-top .formbox {
    justify-content: flex-start;
    margin-top: 1rem;
  }
}
.faq-top #searchFaq {
  font-weight: normal;
  text-transform: uppercase;
}

.contact-form-grid {
  display: block;
  width: 100%;
}
.contact-form-grid .cf-form {
  width: 100%;
}
.contact-form-grid .cf-form form,
.contact-form-grid .cf-form .form-fields {
  width: 100%;
}
.contact-form-grid .cf-form form,
.contact-form-grid .cf-form textarea {
  width: 100%;
  max-width: 100%;
}
.contact-form-grid .cf-form h2 {
  margin-bottom: 4rem;
}

.open-hours {
  border-top: 1px solid #cfcfcf;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .open-hours {
    max-width: 300px;
  }
}
.open-hours h3 {
  font-weight: normal;
}
.open-hours .hours-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
}
.open-hours .hours-wrapper .hours {
  text-align: right;
}

#contact .contact-socials {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
#contact .company-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
#contact .contactStore p {
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 991px) {
  #contact .contactStore p {
    font-size: 16px;
  }
}
#contact #ds_contacts #contact-info-start {
  margin-bottom: 0.25rem;
}
@media (max-width: 991px) {
  #contact #ds_contacts .contactStore {
    padding: 1.25rem 1.5rem;
  }
}
@media (max-width: 767px) {
  #contact #ds_contacts .contactStore {
    padding: 1.25rem;
  }
}
@media (max-width: 767px) {
  #contact #ds_contacts .consultant-in-contact {
    padding: 1.25rem;
  }
}

.custom-page-header {
  background: #F5F5F5;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .custom-page-header {
    padding: 40px 0;
  }
}
.custom-page-header h1,
.custom-page-header h2 {
  margin: 0;
}
.custom-page-header .small {
  margin-bottom: 10px;
  font-size: 16px;
  color: #707070;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 991px) {
  .custom-page-header .small {
    margin-bottom: 5;
  }
}
@media (max-width: 575px) {
  .custom-page-header .small {
    font-size: 14px;
  }
}
.custom-page-header .large {
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .custom-page-header .large {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .custom-page-header .large {
    font-size: 28px;
  }
}

#_desktop_top_links .top-socials {
  margin-right: 3rem;
}
#_desktop_top_links .top-socials ul li {
  padding-left: 0;
  padding-right: 10px;
}

#returns-link {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

#block_myaccount_infos #returns-link {
  all: unset;
}

.page-customer-account form {
  max-width: 520px;
}

#_mobile_top_links #topLinks {
  margin-top: 20px;
  display: flex;
  border-top: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
}
#_mobile_top_links #topLinks a {
  font-weight: 400;
  height: auto;
  border-bottom: none;
  border-bottom: 1px solid #F5F5F5;
}

.noimage .owl-nav,
.noimage .owl-prev,
.noimage .owl-next {
  display: none;
}

#closeFilter {
  display: none;
}
@media (max-width: 767px) {
  #closeFilter {
    display: block;
    margin-top: 0;
    top: 46px;
    position: relative;
  }
}

#b2b_widget > div {
  flex-wrap: wrap;
  justify-content: space-between;
}
#b2b_widget > div > div {
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
#b2b_widget > div > div > div {
  flex-wrap: wrap;
}

#b2b_widget table,
#b2b_widget td,
#b2b_widget tr,
#b2b_widget th {
  border: 0 !important;
}

@media (max-width: 1199px) {
  #b2b_widget .see_all_docs {
    display: none;
  }
}
#b2b_widget .see_all_docs i {
  font-size: 11px;
}

#b2b_widget .item {
  padding: 0 40px;
}

#b2b_widget .item:first-child {
  padding-left: 8px;
}

@media (max-width: 991px) {
  #b2b_widget .item:last-child {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  #b2b_widget .item {
    padding: 0 20px 10px;
  }
}
@media (max-width: 575px) {
  #b2b_widget .item {
    width: auto;
  }
}
#b2b_widget .item > span {
  width: 100%;
  font-size: 11px;
}

#b2b_widget .item .value {
  font-size: 20px;
  font-weight: 700;
}

.sidebar-heading {
  width: calc(100% + 50px);
  padding: 18px 25px 17px;
  margin: -25px -25px 16px;
  border-bottom: 1px solid #cfcfcf;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .sidebar-heading {
    width: calc(100% + 10px);
    margin: -11px -5px 20px;
    padding: 10px 0;
    font-size: 1.8rem;
  }
}
.sidebar-heading a {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-left: 12px;
}
.sidebar-heading i {
  font-size: 15px;
  position: relative;
  top: 2px;
}

.page-home .row > div,
.page-home .row > section {
  margin-bottom: 2rem;
}
.page-home .row > div.home-products-section,
.page-home .row > section.home-products-section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .page-home .row > div.home-products-section,
  .page-home .row > section.home-products-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.page-home .row > div.home-categories-section.home-products-section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .page-home .row > div.home-categories-section.home-products-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.page-home .home-products-section,
.page-home .home-categories-section {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.page-home .banners_category--bottom {
  overflow: visible;
  width: 100%;
  max-width: 100%;
}
.page-home .banners_category--bottom .banners_category__title,
.page-home .banners_category--bottom .products-section-title {
  margin: 0 0 1.5rem;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .page-home .banners_category--bottom .banners_category__title,
  .page-home .banners_category--bottom .products-section-title {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.page-home .banners_category--bottom .headerGroup--centered {
  display: block !important;
  width: 100%;
  text-align: center !important;
  margin-bottom: 2rem;
}
.page-home .banners_category--bottom .banners_category__grid {
  display: grid;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 992px) {
  .page-home .banners_category--bottom .banners_category__grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
  }
}
@media (max-width: 991px) {
  .page-home .banners_category--bottom .banners_category__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .page-home .banners_category--bottom .banners_category__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
}
@media (max-width: 479px) {
  .page-home .banners_category--bottom .banners_category__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.page-home .banners_category--bottom .banners_category__card {
  background: white;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.page-home .banners_category--bottom .banners_category__card:hover {
  border-color: #b6b6b6;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.page-home .banners_category--bottom .banners_category__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 1rem;
  transform: none;
  border-bottom: 0;
}
.page-home .banners_category--bottom .banners_category__link:hover {
  transform: none;
}
@media (max-width: 575px) {
  .page-home .banners_category--bottom .banners_category__link {
    min-height: 150px;
    padding: 0.75rem;
  }
}
.page-home .banners_category--bottom img,
.page-home .banners_category--bottom .banners_category__img,
.page-home .banners_category--bottom video {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 160px;
  object-fit: contain;
  border-radius: 0;
}
@media (max-width: 575px) {
  .page-home .banners_category--bottom img,
  .page-home .banners_category--bottom .banners_category__img,
  .page-home .banners_category--bottom video {
    max-height: 130px;
  }
}
.page-home__intro {
  max-width: 880px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .page-home__intro {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.page-home__intro .page-home__intro-text--lead {
  margin-bottom: 1.5rem;
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-home__intro .page-home__intro-text--lead {
    font-size: 1.35rem;
  }
}
.page-home__header {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.page-home__title {
  margin: 0 0 1.5rem;
  color: #000;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .page-home__title {
    font-size: 2.1rem;
    margin-bottom: 1.25rem;
  }
}
.page-home__intro-text {
  margin: 0 0 1.25rem;
  color: #333;
  font-size: 1.3125rem;
  line-height: 1.75;
}
.page-home__intro-text:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-home__intro-text {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
.page-home #banners_category {
  margin-top: 4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-home #banners_category {
    margin-top: 0;
  }
}
.page-home #banners_category + .home-categories-section {
  margin-top: 2.5rem;
}
.page-home .home-hook-bottom {
  width: 100%;
}
.page-home .home-benefits-section {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .page-home .home-benefits-section {
    margin-bottom: 3rem;
  }
}
.page-home .home-benefits-section__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-home .home-benefits-section__item {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding: 1.4rem 1.15rem;
  min-height: 100%;
  background: #F5F5F5;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.page-home .home-benefits-section__item:hover {
  border-color: #bbbbbb;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
.page-home .home-benefits-section__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  flex-shrink: 0;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 10px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.page-home .home-benefits-section__icon {
  display: block;
  width: 2.85rem;
  height: 2.85rem;
  object-fit: contain;
}
.page-home .home-benefits-section__icon--font {
  font-size: 2.75rem;
  line-height: 1;
  color: #000000;
}
.page-home .home-benefits-section__content {
  flex: 1;
  min-width: 0;
}
.page-home .home-benefits-section__title {
  margin: 0 0 0.45rem;
  font-size: 1.22rem;
  line-height: 1.35;
  font-weight: 700;
  color: #000;
}
.page-home .home-benefits-section__desc {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #707070;
}
.page-home .home-benefits-section__desc p {
  margin: 0;
}
@media (max-width: 1199px) {
  .page-home .home-benefits-section__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .page-home .home-benefits-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .page-home .home-benefits-section {
    margin-bottom: 4rem;
  }
  .page-home .home-benefits-section__grid {
    grid-template-columns: 1fr;
  }
  .page-home .home-benefits-section__item {
    padding: 1.15rem 1.1rem;
  }
  .page-home .home-benefits-section__title {
    font-size: 1.28rem;
  }
  .page-home .home-benefits-section__desc {
    font-size: 1.1rem;
  }
}
.page-home .home-categories-section {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 3.5rem;
}
.page-home .home-categories-section.home-products-section .headerGroup--centered {
  margin-bottom: 2rem;
}
.page-home .home-categories-section__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 767px) {
  .page-home .home-categories-section__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .page-home .home-categories-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.page-home .home-categories-section__item {
  margin: 0;
}
.page-home .home-categories-section__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid #cfcfcf;
  border-radius: 12px;
  background: white;
  color: #000;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.page-home .home-categories-section__card:hover {
  border-color: #b0b0b0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.page-home .home-categories-section__card:hover .home-categories-section__label {
  color: #000000;
}
.page-home .home-categories-section__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: #F5F5F5;
}
.page-home .home-categories-section__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-home .home-categories-section__label {
  margin: 0;
  padding: 0.75rem 0.5rem 0.9rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  transition: color 0.2s ease;
}
@media (min-width: 992px) {
  .page-home .home-categories-section__label {
    font-size: 1.3rem;
    padding: 0.85rem 0.65rem 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  .page-home .home-categories-section__label {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .page-home .home-categories-section__label {
    font-size: 1.25rem;
    padding: 0.85rem 0.65rem 1rem;
    line-height: 1.5;
  }
}
.page-home .box {
  height: 100%;
  width: 100%;
}

#b2b_widget_consultant .icon-user {
  font-size: 3.25rem;
  margin-right: 20px;
}
#b2b_widget_consultant .b2b_consultant {
  font-weight: 600;
}

#ds_consultant {
  background: transparent;
  position: sticky;
  bottom: 9px;
  padding: 9px 17px 15px;
}
#ds_consultant .h3 {
  margin-top: 0;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
#ds_consultant .h3 i {
  font-size: 2.4rem;
  position: relative;
  top: 4px;
  margin-left: 6px;
}
#ds_consultant p {
  font-size: 14px;
  line-height: 1.6;
}
#ds_consultant i {
  margin-right: 5px;
}

.cart-grid-right #ds_consultant {
  position: relative;
  bottom: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

.second-menu {
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  position: relative;
  border-top: 0;
}
.second-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  right: -8px;
  height: 1px;
  background-color: #bbbbbb;
}
@media (max-width: 1199px) {
  .second-menu {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
  }
}
.second-menu li {
  padding: 2px 0;
  margin: 0;
}
.second-menu li.current a {
  color: #000000;
  background: #b9dff4;
  font-weight: 600;
}
.second-menu li a {
  padding: 4px 3px;
  line-height: 1.2;
  display: inline-block;
}
.second-menu li a:hover {
  color: #000000;
  background: #b9dff4;
}

.container-submenu .second-menu {
  display: none;
}

.links.myaccount li {
  flex: 0 0 25% !important;
  max-width: 25% !important;
  padding: 1.25rem 1rem;
}
@media (max-width: 1599px) {
  .links.myaccount li {
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }
}
@media (max-width: 767px) {
  .links.myaccount li {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 1rem 0.75rem;
  }
}
@media (max-width: 575px) {
  .links.myaccount li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0.75rem 0;
  }
}
.links.myaccount li a {
  line-height: 42px;
  height: 42px;
}

.heading-combinations {
  border-radius: 5px;
}
.heading-combinations .d-flex > * {
  padding: 4px 0;
}

.box ul {
  list-style: square;
}
.box ul li {
  margin-left: 18px;
  margin-bottom: 3px;
}
.box ul li:last-of-type {
  margin-bottom: 0;
}
.box ul li a:hover {
  color: #0080c8;
}

.links-content {
  display: flex;
  flex-wrap: wrap;
}
.links-content > a {
  width: 50%;
  flex: 0 0 50%;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .links-content > a {
    width: 100%;
    flex: 0 0 100%;
  }
}

.box-content p {
  margin-bottom: 10px;
}

#infob2b {
  background: #e9e9e9;
}
#infob2b #header,
#infob2b #footer {
  display: none;
}
#infob2b main {
  height: 100vh;
  width: 100%;
  font-size: 20px;
  align-items: center;
}
#infob2b main a {
  text-decoration: underline;
}
#infob2b main #main header {
  display: none;
}
#infob2b main #main #content .articles {
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  /* justify-items: center; */
  display: flex;
  text-align: center;
}

#switchView li:first-of-type {
  display: none;
}

.all-product-link {
  display: ruby;
  text-align: right;
}

.headerCat {
  margin-bottom: 20px;
}

table,
.table {
  border-collapse: separate;
  width: 100%;
  line-height: 1;
  background: white;
  border: 1px solid #cfcfcf;
  font-size: 1.8rem;
  border-collapse: collapse;
}
table .order-actions a,
.table .order-actions a {
  display: block;
  padding: 6px 0;
}
table .order-actions a:after,
.table .order-actions a:after {
  display: none;
}
table th,
table .th,
.table th,
.table .th {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 17px 13px;
  border: 1px solid #F5F5F5;
  vertical-align: middle;
  background: #cfcfcf;
  text-align: center;
}
table .th,
.table .th {
  border: 0;
  border-right: 1px solid #F5F5F5;
}
table .th:last-child,
.table .th:last-child {
  border-right: 0;
}
table td,
table .td,
.table td,
.table .td {
  font-size: 14px;
  padding: 12px 13px;
  border: 1px solid #cfcfcf;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table td a,
table .td a,
.table td a,
.table .td a {
  text-decoration: underline;
}
table .td,
.table .td {
  display: flex;
  align-items: center;
  border: 0;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
table .td:last-child,
.table .td:last-child {
  border-right: 0;
}
table thead,
.table thead {
  overflow: hidden;
}
table tr:last-of-type td,
table tr:last-of-type .td,
table .tr:last-of-type td,
table .tr:last-of-type .td,
.table tr:last-of-type td,
.table tr:last-of-type .td,
.table .tr:last-of-type td,
.table .tr:last-of-type .td {
  border-bottom: 0 !important;
}
table tr:first-of-type,
table .tr:first-of-type,
.table tr:first-of-type,
.table .tr:first-of-type {
  background: white;
  font-weight: normal;
}
table thead,
.table thead {
  font-weight: bold;
}
table caption,
.table caption {
  padding: 5px;
}

.pswp__button--close:before, .pswp__button--share:before, .pswp__button--fs:before, .pswp__button--zoom:before, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  font-family: "icons" !important;
}

.consultant-in-contact {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.consultant-in-contact .consultant-heading {
  padding-bottom: 10px;
  color: #0080c8;
  font-size: 16px;
  line-height: 1.7;
}
.consultant-in-contact p {
  font-size: 16px;
  line-height: 1.7;
}
.consultant-in-contact p i {
  font-size: 2rem;
  margin-right: 1rem;
  opacity: 0.8;
}
.consultant-in-contact a {
  display: flex;
  align-items: center;
}

.product-add-to-card .wishlist-button-add {
  margin-left: 0 !important;
}

.grecaptcha-badge {
  z-index: 2;
}

#checkout p.back_cat,
#cart p.back_cat {
  background: transparent;
  border-color: #000;
  text-align: center;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}
#checkout p.back_cat:hover,
#cart p.back_cat:hover {
  border-color: #000;
  background: #000 !important;
}
#checkout p.back_cat:hover a,
#cart p.back_cat:hover a {
  color: white !important;
}
#checkout p.back_cat a,
#cart p.back_cat a {
  color: #000;
  font-size: 1.25rem;
  line-height: 3;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  #cart #content-wrapper {
    margin-bottom: 30px !important;
  }
}

.cart-empty .products-section-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.cart-empty .all-product-link {
  display: block;
  margin-bottom: 2rem;
  text-align: left;
}

#firmesb2b_block_documents {
  max-width: 800px;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 1rem;
}
#firmesb2b_block_documents table {
  width: 100%;
}
#firmesb2b_block_documents tr th {
  padding: 5px 10px;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
#firmesb2b_block_documents tr th:last-of-type {
  border-right: 0;
}
#firmesb2b_block_documents tr td {
  font-weight: normal;
}
#firmesb2b_block_documents tfoot td {
  border-top: 1px solid #cfcfcf !important;
  border-radius: 0;
}

#header {
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 768px) {
  #header {
    position: sticky;
  }
}

@media (min-width: 1200px) {
  .heading-combinations {
    top: 64px !important;
  }
}

@media (min-width: 768px) {
  .heading-combinations.radius {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .top-nav {
    height: 64px;
  }
}

@media (min-width: 1200px) {
  .func-nav #_mobile_cart a i,
  .func-nav #_desktop_cart a i {
    top: -6px;
  }
}

@media (min-width: 1200px) {
  .blockcart .cart-products-count {
    top: -11px;
  }
}

#cms #content ol ol li {
  list-style-type: lower-latin;
}

#cms #content ol ol ol li {
  list-style-type: disc;
}

#cms #content h4 {
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#guestB2BForm .btn {
  margin-top: 28px;
}

#guestB2BForm {
  max-width: 800px;
}

#copy_address {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 20px !important;
  margin-left: 10px;
  transition: all 0.2s;
}
@media (max-width: 379px) {
  #copy_address {
    margin-left: 0;
    margin-bottom: 5px;
  }
}
#copy_address:hover {
  border-color: #000;
}
#copy_address svg {
  margin-right: 10px;
}

#guestB2BForm h3 {
  display: flex;
  align-items: center;
}
@media (max-width: 379px) {
  #guestB2BForm h3 {
    flex-direction: column !important;
    align-items: flex-start;
  }
}

.page-password svg {
  max-width: 100px;
}

#helloBanner > div {
  color: white;
  background: url("../img/hello_banner.png") #26b579 right no-repeat;
}
#helloBanner h2 {
  color: white;
}
#helloBanner .hello-text {
  font-size: 15px;
  margin-bottom: 2rem;
}

.page-pagenotfound #wrapper {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: calc(100vh - 110px);
}
.page-pagenotfound #wrapper h1 {
  position: relative;
}
.page-pagenotfound #wrapper h1::before {
  content: "404";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  color: #e6e6e6;
  font-size: 31vw;
  transform: translateX(-50%);
}

.page-product .product-thumbnail {
  height: auto;
  display: block;
}
.page-product #product-category {
  position: relative;
}

.owl-stage-outer {
  overflow: hidden;
}

.owl-nav button {
  padding-left: 0;
  cursor: pointer;
}
.owl-nav button.owl-next i {
  left: 2px;
  position: relative;
}
.owl-nav button.owl-prev i {
  left: 2px;
  position: relative;
}

#_desktop_search {
  max-width: 450px;
}

#_desktop_currency_selector {
  position: absolute;
  right: 210px;
  top: 50%;
  transform: translateY(-50%);
}
#_desktop_currency_selector .expand-more {
  font-size: 13px;
}
#_desktop_currency_selector .dropdown .dropdown-menu {
  padding: 0 !important;
}
#_desktop_currency_selector .dropdown .dropdown-menu a {
  transition: all 0.2s;
}
#_desktop_currency_selector .dropdown .dropdown-menu a:hover {
  background: #b9dff4;
}
@media (max-width: 991px) {
  #_desktop_currency_selector {
    display: none;
  }
}

#funcNavigation .func-nav #_desktop_language_selector,
#funcNavigation .func-nav #_mobile_language_selector {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  display: flex !important;
}

.js-top-menu-bottom {
  display: flex;
  margin-bottom: 10rem;
  margin-left: 10px;
}
.js-top-menu-bottom select {
  padding: 0 10px !important;
}

#_mobile_currency_selector {
  margin-right: 1rem;
}

.auth-form .language-selector {
  margin-bottom: 4rem !important;
}
@media (min-width: 992px) {
  .auth-form .language-selector {
    position: absolute;
    z-index: 3;
    top: 5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auth-form .language-selector .hidden-lg-down {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .auth-form .language-selector select {
    padding-left: 10px;
  }
}
.auth-form .alert {
  margin-top: 0;
}
.auth-form .h1 {
  margin-bottom: 20px;
}

.language-selector li {
  position: relative;
}
.language-selector li:first-of-type a::before, .language-selector li:nth-of-type(2) a::before {
  content: none;
}
.language-selector li:first-of-type a span, .language-selector li:nth-of-type(2) a span {
  margin-left: 0;
}
.language-selector li:nth-of-type(2) a::before {
  content: none;
}

.blockcart #quickCartProducts .btn {
  font-weight: 700;
  letter-spacing: 1px;
}

#custom-home-banner {
  margin-bottom: 5px;
}
#custom-home-banner img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.documents-list .grid {
  display: grid;
  grid-template-columns: 1fr minmax(120px, auto) 120px;
}
@media (max-width: 575px) {
  .documents-list .grid {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .documents-list .grid .text-center {
    text-align: left !important;
  }
}
.documents-list .grid span {
  color: #a7a7a7;
}
@media (min-width: 576px) {
  .documents-list .grid span {
    display: none;
  }
}
.documents-list .grid i {
  margin-right: 5px;
}

.productQtyInfo {
  font-size: 12px;
}

.page-order-detail .box > p {
  padding: 0 0 10px 0;
}
@media (min-width: 768px) {
  .page-order-detail #order-infos .col-md-3 {
    text-align: right;
  }
}
.page-order-detail #order-infos .button-primary {
  display: inline-flex;
  background: #0080c8;
  padding: 8px 16px;
  border-radius: 5px;
  color: white;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .page-order-detail #order-infos .button-primary {
    margin-top: 20px;
  }
}
.page-order-detail #order-infos .button-primary:hover {
  background: #000;
}
.page-order-detail .history-line {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 5px;
}
.page-order-detail #delivery-address h4,
.page-order-detail #invoice-address h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.page-order-detail .order-message-form h3 {
  font-weight: bold;
}
.page-order-detail .order-total {
  margin-bottom: 5px;
}
.page-order-detail .order-item {
  margin-bottom: 8px;
  border-top: 1px solid #cfcfcf;
  padding-top: 8px;
}
.page-order-detail .order-item .desc {
  margin-bottom: 8px;
}

#order-history h3 {
  font-weight: 700;
}

.brandslist {
  background: white;
  margin-top: auto;
}

#brands-carousel {
  margin-top: 0 !important;
}

.delivery-images {
  margin-top: 2rem;
}
.delivery-images img {
  max-width: 120px !important;
}

#products.largeListView article .product-description .nameReviews h2 {
  margin-top: 0 !important;
}

.products .thumbnail-container .product-data {
  padding: 0 !important;
}

.largeTilesView .nameReviews,
.smallTilesView .nameReviews {
  padding-bottom: 6px;
}
.largeTilesView .product-price-and-shipping,
.smallTilesView .product-price-and-shipping {
  margin-top: 6px;
}

.largeTilesView .nameReviews,
.owl-item .nameReviews {
  padding: 10px 10px 0 10px;
  width: 100%;
  box-sizing: border-box;
}
.largeTilesView .product-price-and-shipping,
.owl-item .product-price-and-shipping {
  padding: 0 102px 7px 10px;
}
@media (max-width: 767px) {
  .largeTilesView .product-price-and-shipping,
  .owl-item .product-price-and-shipping {
    padding: 0 35px 7px 10px;
  }
}
.largeTilesView .highlighted-informations,
.owl-item .highlighted-informations {
  padding: 0 10px 8px;
}
.largeTilesView .sale-custom-flag,
.owl-item .sale-custom-flag {
  bottom: 100px;
  top: auto !important;
  left: 20px;
}

.owl-item .sale-custom-flag {
  margin: 0;
}

.box-quantity {
  display: inline-flex;
  gap: 6px;
  border-bottom: 1px solid #cfcfcf;
  padding: 1.5rem 0;
}
.box-quantity svg {
  max-width: 18px;
}
.box-quantity span {
  font-weight: bold;
}

.payment-discount-info {
  width: fit-content !important;
  margin-left: 35px !important;
}
.payment-discount-info span {
  font-weight: bold;
}

.page-discount tbody th {
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.page-discount tbody tr:last-of-type th {
  border-bottom: 0;
}
.page-discount thead th {
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.page-discount thead th:last-of-type {
  border-right: 0;
}
.page-discount .cart-rule {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cfcfcf;
}
.page-discount .cart-rule:last-of-type {
  border-bottom: 0;
}

.discount-box {
  background: white;
  padding: 2rem;
  margin-top: 2rem;
  border-radius: 1rem;
}
.discount-box .discount-size {
  color: #006c00;
  background: #f2fff2;
  padding: 0.125rem 1rem;
  border-radius: 8px;
  font-weight: bold;
  letter-spacing: 1px;
  min-width: 50px;
  display: inline-block;
}
.discount-box h2 {
  font-size: 1.75rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 575px) {
  .discount-box h2 {
    font-size: 1.5rem !important;
  }
}
.discount-box .zero-discount {
  background: transparent;
  color: #000;
  font-weight: normal;
}
.discount-box table {
  min-width: 280px;
  margin-top: 1rem;
}
.discount-box table tr:first-of-type td {
  font-weight: bold;
}
.discount-box table td {
  padding: 8px 16px;
}
.discount-box.sell-discount td {
  text-align: left;
}
.discount-box.sell-discount td:nth-of-type(2) {
  text-align: center;
}

.payment-discount .discount-size,
.client-discount .discount-size {
  background: #8fff8f;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.payment-discount h2,
.client-discount h2 {
  font-size: 2rem !important;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 575px) {
  .payment-discount h2,
  .client-discount h2 {
    font-size: 1.5rem !important;
  }
}

.discounts-more-info {
  margin-top: 2rem;
}

#search_filters .ui-slider .ui-slider-handle {
  width: 16px;
  background: #fff;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #000;
  top: -6px !important;
}

#search_filters .ui-slider-horizontal {
  height: 4px !important;
}

#search_filters .ui-widget-header {
  background: #000;
}

.facet_item_slider {
  padding: 5px;
}

#search_filters .faceted-slider li > p {
  margin-top: -4PX;
}

.search_filters-title .icon-chevron-down:before {
  content: "\e937" !important;
}

#_desktop_dsdealers {
  position: relative;
  z-index: 0;
}

#module-ds_feed-dealer_feed .xml-desc p:last-of-type {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  #top-menu,
  .second-menu {
    margin-left: 15px;
  }
}
#top-menu .container-submenu .row,
.second-menu .container-submenu .row {
  margin: 0;
}
@media (min-width: 1200px) {
  #top-menu .navbar-toggler,
  .second-menu .navbar-toggler {
    float: right;
    position: absolute;
    margin-right: 5px;
    right: 0;
    z-index: 999;
  }
  #top-menu .navbar-toggler i,
  #top-menu .arrows i,
  .second-menu .navbar-toggler i,
  .second-menu .arrows i {
    top: 6px;
  }
  #top-menu li .popover.sub-menu li,
  .second-menu li .popover.sub-menu li {
    padding-left: 1rem !important;
  }
}

.wishlist-button-add {
  background: none !important;
  position: absolute !important;
}

.wishlist-footer-links > a:not(:first-child) {
  margin-left: 0 !important;
}

.wishlist-footer-links > a:first-child {
  margin-right: 20px !important;
}

.wishlist-footer-links > a {
  display: inline-block !important;
  margin-bottom: 20px !important;
}

.products article .wishlist-button-add {
  width: 30px !important;
  height: 30px !important;
  top: 4px !important;
  left: 4px !important;
}
@media (max-width: 767px) {
  .products article .wishlist-button-add {
    left: 15px !important;
  }
}

.products article .wishlist-button-add {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border: 1px solid #dadada !important;
  background: #fff !important;
}

.wishlist-button-add i {
  text-indent: 0 !important;
  border-radius: 50%;
  margin-top: 0 !important;
  padding: 11px !important;
  font-size: 1.7rem !important;
  line-height: 1.1;
}
.wishlist-button-add i.icon-heart1 {
  background: #b9dff4 !important;
}

#products.smallListView .wishlist-button-add,
#products.largeListView .wishlist-button-add {
  display: none !important;
}

#module-ds_b2bregister-guestform textarea.form-control {
  max-width: 100%;
  height: 130px;
}
#module-ds_b2bregister-guestform .func-nav {
  justify-content: center !important;
}
#module-ds_b2bregister-guestform .top-nav {
  justify-content: center !important;
}
#module-ds_b2bregister-guestform .top-nav {
  height: 80px;
}
#module-ds_b2bregister-guestform .caption-description,
#module-ds_b2bregister-guestform #content-wrapper .container {
  max-width: 640px;
}
#module-ds_b2bregister-guestform .custom-checkbox {
  font-size: 12px;
  line-height: 1.5 !important;
}
#module-ds_b2bregister-guestform .custom-checkbox span:last-of-type {
  top: 0;
  position: relative;
}
@media (max-width: 1199px) {
  #module-ds_b2bregister-guestform #logoContainer {
    position: relative;
    left: auto;
  }
}
@media (max-width: 1199px) {
  #module-ds_b2bregister-guestform #header .header-top {
    border-bottom: 0;
  }
}
#module-ds_b2bregister-guestform .guestform_intro {
  margin-bottom: 20px;
}
#module-ds_b2bregister-guestform h1,
#module-ds_b2bregister-guestform .h1 {
  margin-bottom: 10px;
  margin-top: 60px;
  line-height: 1.4;
}
#module-ds_b2bregister-guestform .guestform_intro {
  margin-bottom: 60px;
  color: #777;
}
#module-ds_b2bregister-guestform h3 {
  margin-top: 30px;
}
@media (max-width: 575px) {
  #module-ds_b2bregister-guestform h3 {
    margin-top: 10px;
  }
}
#module-ds_b2bregister-guestform #guestB2BForm {
  margin-bottom: 60px;
}

.wishlist-list .wishlist-list-item p {
  font-size: 16px !important;
  padding: 0.5rem !important;
}

.wishlist-toast-text {
  font-size: 16px !important;
}

.dealer-section {
  display: flex;
}
.dealer-section .debit {
  color: #DB3811;
}
.dealer-section ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #F5F5F5;
  padding: 5px 0;
}
.dealer-section ul li:last-of-type {
  border-bottom: none;
}
.dealer-section .header-line {
  font-weight: bold;
}

#b2b-dealer__clients table,
#b2b-dealer__debits table {
  background: none;
}
#b2b-dealer__clients table th,
#b2b-dealer__clients table td,
#b2b-dealer__clients table tr,
#b2b-dealer__debits table th,
#b2b-dealer__debits table td,
#b2b-dealer__debits table tr {
  background: none;
  border-right: 0;
  padding: 10px;
  border-color: #cfcfcf;
}
#b2b-dealer__clients .box-content__grid,
#b2b-dealer__debits .box-content__grid {
  display: grid;
  grid-template-columns: 5% 10% 25% 30% 10% 10% 10%;
  grid-gap: 1rem;
}
#b2b-dealer__clients .box-content__grid > *,
#b2b-dealer__debits .box-content__grid > * {
  width: 100%;
  display: block;
  word-break: break-all;
}
#b2b-dealer__clients .box-content,
#b2b-dealer__debits .box-content {
  overflow: auto;
}

#b2b-dealer__debits .box-content__grid {
  grid-template-columns: 5% 15% 30% 30% 20%;
}
#b2b-dealer__debits .box {
  background: #ffe9e9;
}
#b2b-dealer__debits ul li {
  border-color: #ffc7c7;
}
#b2b-dealer__debits .summary .line {
  font-weight: bold;
}
#b2b-dealer__debits .summary .line span {
  color: #DB3811;
}

#b2b-dealer__summary h3 {
  font-size: 16px;
  color: #006FFF;
}
#b2b-dealer__summary .summary .line {
  justify-content: space-between;
}
#b2b-dealer__summary .part {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
#b2b-dealer__summary .part:last-of-type {
  border-bottom: none;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.summary {
  margin-top: 2rem;
}
.summary .line {
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
@media (max-width: 575px) {
  .summary .line {
    justify-content: flex-start;
  }
}
.summary .important {
  font-weight: bold;
}

#banners_category {
  overflow: hidden;
}
#banners_category h1 {
  display: none;
}
#banners_category a {
  transform: scale(1);
  transition: 0.4s transform;
  display: block;
  position: relative;
  z-index: 0;
}
#banners_category a:hover {
  transform: scale(1.015);
  z-index: 2;
}
#banners_category a.imgUrl {
  display: block;
  aspect-ratio: 840/400;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #cfcfcf;
}
#banners_category img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#banners_category .btn {
  color: black;
  padding: 0 30px;
}

.wishlist-pagination {
  margin-bottom: 50px;
}
.wishlist-pagination i {
  display: none;
}
.wishlist-pagination a {
  margin: 0 !important;
}

.mc-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ff4354;
  z-index: 999;
  display: none;
}
.mc-alert .mc-alert__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.mc-alert #closeNotify {
  margin: 0 8px;
}
.mc-alert p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 890px) {
  .mc-alert p {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .mc-alert p {
    text-align: left;
    font-size: 14px;
  }
}
.mc-alert i {
  margin: 8px 0;
  color: #fff;
  font-size: 14px;
  top: 0;
  position: relative;
}
.mc-alert i:hover {
  color: #000;
}

.page-home #colectionList .item-description {
  display: none;
}

.user-menu {
  background-color: #000;
}

#module-ds_checkout-checkout #footer {
  background: #000 !important;
}
#module-ds_checkout-checkout #footer,
#module-ds_checkout-checkout #footer p {
  font-size: 13px;
}

#module-ds_checkout-checkout .custom-checkbox input[type=checkbox] + span .checkbox-checked {
  color: transparent !important;
}

.condition-label a {
  text-decoration: underline;
}

.owl-item .product-description {
  padding-bottom: 13px;
}

.owl-item .product-description h2 {
  width: 100%;
  height: auto;
  min-height: 40px;
  max-height: 2.8em;
}
.owl-item .product-description h2 a {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
}

.page-cms-18 #multiMarkers.distributors-page {
  --distributors-grid-gap: 20px;
  margin-top: 1rem;
}

.page-cms-18 #multiMarkers .distributors-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--distributors-grid-gap);
  margin: 0 0 2.5rem;
  padding: 0;
}

.page-cms-18 #multiMarkers .distributors-list > .marker-item {
  padding: 0;
  margin: 0;
  max-width: none;
  width: auto;
}

.page-cms-18 #multiMarkers .marker-item {
  margin-bottom: 0;
}

.page-cms-18 #multiMarkers .distributor-card {
  height: 100%;
  padding: 1.5rem 1.75rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #0080c8;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  font-size: 15px;
  line-height: 1.65;
}

.page-cms-18 #multiMarkers .distributor-card__title {
  margin: 0 0 0.75rem;
  color: #0080c8;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.page-cms-18 #multiMarkers .distributor-card__meta {
  margin-bottom: 0.75rem;
  color: #4b5563;
  font-size: 15px;
}
.page-cms-18 #multiMarkers .distributor-card__meta p {
  margin: 0 0 0.25rem;
}
.page-cms-18 #multiMarkers .distributor-card__meta p:last-child {
  margin-bottom: 0;
}

.page-cms-18 #multiMarkers .distributor-card__address {
  margin: 0 0 1rem;
  color: #111827;
  font-size: 15px;
}

.page-cms-18 #multiMarkers .distributor-card__contacts {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.page-cms-18 #multiMarkers .distributor-card__contact {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #111827;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s ease;
}
.page-cms-18 #multiMarkers .distributor-card__contact i {
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #0080c8;
  opacity: 0.85;
  transition: color 0.2s ease;
}

#cms #content.page-cms-18 #multiMarkers .distributor-card__contact:hover,
#cms #content.page-cms-18 #multiMarkers .distributor-card__contact:focus-visible {
  color: #0080c8;
}
#cms #content.page-cms-18 #multiMarkers .distributor-card__contact:hover i,
#cms #content.page-cms-18 #multiMarkers .distributor-card__contact:focus-visible i {
  color: #0080c8;
  opacity: 1;
}

.page-cms-18 #multiMarkers .distributor-card__contact--website span {
  text-decoration: underline;
}

.page-cms-18 #multiMarkers .distributors-map-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--distributors-grid-gap);
  margin: 0;
  padding: 0;
}

.page-cms-18 #multiMarkers .distributors-map-layout__map,
.page-cms-18 #multiMarkers .distributors-map-layout__aside {
  padding: 0;
  margin: 0;
  max-width: none;
  width: auto;
  min-width: 0;
}

.page-cms-18 #multiMarkers .distributor-card--partner {
  height: 100%;
  margin: 0;
}

@media (min-width: 992px) {
  .page-cms-18 #multiMarkers .distributors-list,
  .page-cms-18 #multiMarkers .distributors-map-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-cms-18 #multiMarkers .distributors-map-layout {
    align-items: stretch;
  }
  .page-cms-18 #multiMarkers .distributors-map-layout__map {
    display: flex;
    flex-direction: column;
  }
  .page-cms-18 #multiMarkers .distributors-map-layout__map .distributors-map,
  .page-cms-18 #multiMarkers .distributors-map-layout__map #multiMap {
    flex: 1 1 auto;
    height: 100%;
    min-height: 445px;
  }
  .page-cms-18 #multiMarkers .distributors-map-layout__aside {
    display: flex;
    flex-direction: column;
  }
  .page-cms-18 #multiMarkers .distributor-card--partner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .page-cms-18 #multiMarkers .distributors-map-layout__map #multiMap {
    min-height: 320px;
  }
  .page-cms-18 #multiMarkers .distributor-card--partner {
    height: auto;
  }
}
.page-cms-18 #multiMarkers .distributors-map {
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.page-cms-18 #multiMarkers .distributors-map img.leaflet-marker-icon,
.page-cms-18 #multiMarkers .distributors-map img.leaflet-marker-shadow {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
}
.page-cms-18 #multiMarkers .distributors-map .leaflet-shadow-pane {
  display: none !important;
}

@media (max-width: 991px) {
  .page-cms-18 #multiMarkers .distributor-card {
    padding: 1.25rem 1.25rem 1.25rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .page-cms-18 #multiMarkers .distributors-list {
    margin-bottom: 2rem;
  }
  .page-cms-18 #multiMarkers .marker-item {
    margin-bottom: 0;
  }
  .page-cms-18 #multiMarkers .distributor-card {
    padding: 1rem 1rem 1rem 1.15rem;
    font-size: 13px;
    line-height: 1.55;
  }
  .page-cms-18 #multiMarkers .distributor-card__title {
    margin-bottom: 0.5rem;
    font-size: 16px;
  }
  .page-cms-18 #multiMarkers .distributor-card__meta,
  .page-cms-18 #multiMarkers .distributor-card__address {
    margin-bottom: 0.6rem;
    font-size: 13px;
  }
  .page-cms-18 #multiMarkers .distributor-card__contacts {
    gap: 0.35rem;
  }
  .page-cms-18 #multiMarkers .distributor-card__contact {
    gap: 0.55rem;
    font-size: 13px;
  }
  .page-cms-18 #multiMarkers .distributor-card__contact i {
    font-size: 1.25rem;
  }
}
.page-cms-19 .katalog-media__intro {
  margin: 0 0 2rem;
  font-size: 1.8rem;
  line-height: 1.4;
}
.page-cms-19 .katalog-media__section {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cfcfcf;
}
.page-cms-19 .katalog-media__section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.page-cms-19 .katalog-media__lang {
  margin: 0 0 1rem;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.page-cms-19 .katalog-media__row {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.page-cms-19 .katalog-media__content {
  flex: 1;
  min-width: 0;
}
.page-cms-19 .katalog-media__flag {
  display: block;
  flex-shrink: 0;
  width: 200px !important;
  height: 120px !important;
  max-width: none;
  margin: 0;
}
.page-cms-19 .katalog-media__label {
  margin: 0 0 0.5rem;
  font-weight: 600;
  line-height: 1.35;
  text-transform: none;
}
.page-cms-19 .katalog-media__files {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}
.page-cms-19 .katalog-media__files li {
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
  line-height: 1.35;
}
.page-cms-19 .katalog-media__files a {
  display: inline-block;
  font-size: 1.35rem;
  line-height: 1.35;
  text-transform: uppercase;
}
.page-cms-19 .katalog-media__videos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.page-cms-19 .katalog-media__video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}
.page-cms-19 .katalog-media__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

#cms #content.page-cms-19 .katalog-media__files a:hover {
  color: #0080c8;
}

#cms #content.page-cms-19 .katalog-media__files,
#cms #content.page-cms-19 .katalog-media__label {
  padding: 0;
}

#cms #content.page-cms-19 .katalog-media__files li {
  padding: 0 !important;
  list-style: none !important;
}

#cms .articles .CMS-page-details .katalog-media__label {
  line-height: 1.35;
}

@media (max-width: 767px) {
  .page-cms-19 .katalog-media__intro {
    font-size: 1.6rem;
  }
  .page-cms-19 .katalog-media__lang {
    font-size: 1.7rem;
  }
  .page-cms-19 .katalog-media__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .page-cms-19 .katalog-media__flag {
    width: 200px !important;
    height: 120px !important;
    align-self: flex-start;
    margin-bottom: 0.75rem;
  }
  .page-cms-19 .katalog-media__files a {
    font-size: 1.25rem;
  }
  .page-cms-19 .katalog-media__content {
    width: 100%;
  }
  .page-cms-19 .katalog-media__videos {
    grid-template-columns: 1fr;
  }
}
.page-cms-21 .gabaryty-shipping,
.page-cms-22 .gabaryty-shipping,
.page-cms-64 .gabaryty-shipping {
  max-width: 100%;
}
.page-cms-21 .gabaryty-shipping__title,
.page-cms-22 .gabaryty-shipping__title,
.page-cms-64 .gabaryty-shipping__title {
  margin: 0 0 1.5rem;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
.page-cms-21 .gabaryty-shipping__table-wrap,
.page-cms-22 .gabaryty-shipping__table-wrap,
.page-cms-64 .gabaryty-shipping__table-wrap {
  overflow-x: auto;
}
.page-cms-21 .gabaryty-shipping__table,
.page-cms-22 .gabaryty-shipping__table,
.page-cms-64 .gabaryty-shipping__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  background: white;
  font-size: 1.5rem;
  line-height: 1.5;
}
.page-cms-21 .gabaryty-shipping__table th,
.page-cms-21 .gabaryty-shipping__table td,
.page-cms-22 .gabaryty-shipping__table th,
.page-cms-22 .gabaryty-shipping__table td,
.page-cms-64 .gabaryty-shipping__table th,
.page-cms-64 .gabaryty-shipping__table td {
  padding: 0.9rem 1rem;
  border: none;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  vertical-align: top;
  text-align: left;
}
.page-cms-21 .gabaryty-shipping__table th:last-child,
.page-cms-21 .gabaryty-shipping__table td:last-child,
.page-cms-22 .gabaryty-shipping__table th:last-child,
.page-cms-22 .gabaryty-shipping__table td:last-child,
.page-cms-64 .gabaryty-shipping__table th:last-child,
.page-cms-64 .gabaryty-shipping__table td:last-child {
  border-right: none;
}
.page-cms-21 .gabaryty-shipping__table tbody tr:last-child td,
.page-cms-22 .gabaryty-shipping__table tbody tr:last-child td,
.page-cms-64 .gabaryty-shipping__table tbody tr:last-child td {
  border-bottom: none;
}
.page-cms-21 .gabaryty-shipping__table thead tr:first-child th:first-child,
.page-cms-22 .gabaryty-shipping__table thead tr:first-child th:first-child,
.page-cms-64 .gabaryty-shipping__table thead tr:first-child th:first-child {
  border-top-left-radius: 9px;
}
.page-cms-21 .gabaryty-shipping__table thead tr:first-child th:last-child,
.page-cms-22 .gabaryty-shipping__table thead tr:first-child th:last-child,
.page-cms-64 .gabaryty-shipping__table thead tr:first-child th:last-child {
  border-top-right-radius: 9px;
}
.page-cms-21 .gabaryty-shipping__table tbody tr:last-child td:first-child,
.page-cms-22 .gabaryty-shipping__table tbody tr:last-child td:first-child,
.page-cms-64 .gabaryty-shipping__table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 9px;
}
.page-cms-21 .gabaryty-shipping__table tbody tr:last-child td:last-child,
.page-cms-22 .gabaryty-shipping__table tbody tr:last-child td:last-child,
.page-cms-64 .gabaryty-shipping__table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 9px;
}
.page-cms-21 .gabaryty-shipping__table th,
.page-cms-22 .gabaryty-shipping__table th,
.page-cms-64 .gabaryty-shipping__table th {
  background: #F5F5F5;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.page-cms-21 .gabaryty-shipping__table tbody tr:hover,
.page-cms-22 .gabaryty-shipping__table tbody tr:hover,
.page-cms-64 .gabaryty-shipping__table tbody tr:hover {
  background: #b9dff4;
}
.page-cms-21 .gabaryty-shipping__section td,
.page-cms-22 .gabaryty-shipping__section td,
.page-cms-64 .gabaryty-shipping__section td {
  font-weight: 700;
  background: #F5F5F5;
}
.page-cms-21 .gabaryty-shipping__note td,
.page-cms-22 .gabaryty-shipping__note td,
.page-cms-64 .gabaryty-shipping__note td {
  font-style: italic;
}
.page-cms-21 .gabaryty-shipping__price,
.page-cms-22 .gabaryty-shipping__price,
.page-cms-64 .gabaryty-shipping__price {
  white-space: nowrap;
  width: 18%;
  min-width: 150px;
}

@media (max-width: 767px) {
  .page-cms-21 .gabaryty-shipping__title,
  .page-cms-22 .gabaryty-shipping__title,
  .page-cms-64 .gabaryty-shipping__title {
    font-size: 1.7rem;
  }
  .page-cms-21 .gabaryty-shipping__table,
  .page-cms-22 .gabaryty-shipping__table,
  .page-cms-64 .gabaryty-shipping__table {
    font-size: 1.35rem;
  }
  .page-cms-21 .gabaryty-shipping__table th,
  .page-cms-22 .gabaryty-shipping__table th,
  .page-cms-64 .gabaryty-shipping__table th {
    font-size: 1.45rem;
  }
  .page-cms-21 .gabaryty-shipping__table th,
  .page-cms-21 .gabaryty-shipping__table td,
  .page-cms-22 .gabaryty-shipping__table th,
  .page-cms-22 .gabaryty-shipping__table td,
  .page-cms-64 .gabaryty-shipping__table th,
  .page-cms-64 .gabaryty-shipping__table td {
    padding: 0.7rem 0.75rem;
  }
  .page-cms-21 .gabaryty-shipping__price,
  .page-cms-22 .gabaryty-shipping__price,
  .page-cms-64 .gabaryty-shipping__price {
    min-width: 130px;
    white-space: normal;
  }
}
.page-cms-47 .wopr-history__more p {
  margin: 0;
}
.page-cms-47 .wopr-history__action {
  margin: 1.5rem 0 0;
  text-align: left;
}
.page-cms-47 .wopr-history__action--less {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.page-cms-47 .wopr-history__toggle {
  display: inline-block;
  color: #0080c8;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: none;
  cursor: pointer;
}
.page-cms-47 .wopr-history__toggle:hover, .page-cms-47 .wopr-history__toggle:focus-visible {
  color: #005f95;
}

.page-cms-18 #multiMarkers #categories,
.page-cms-47 #multiMarkers #categories {
  display: none;
}

.page-cms-47 #multiMarkers .marker-item[data-id="1"],
.page-cms-18 #multiMarkers .marker-item[data-id="2"] {
  display: none !important;
}

.page-cms-47 .multimarkers-section__title {
  margin: 3.5rem 0 1.75rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

@media (min-width: 992px) {
  .page-cms-47 .multimarkers-section__title {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .page-cms-47 .multimarkers-section__title {
    font-size: 1.625rem;
    margin-top: 2.5rem;
  }
}
.page-cms-47 #multiMarkers.wopr-page {
  margin-top: 0;
}
@media (min-width: 992px) {
  .page-cms-47 #multiMarkers.wopr-page {
    padding-right: 2rem;
  }
}
.page-cms-47 #multiMarkers.wopr-page > .wopr-layout > div {
  margin-bottom: 0;
}

.page-cms-47 #multiMarkers .wopr-layout {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.page-cms-47 #multiMarkers .wopr-layout__map {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.page-cms-47 #multiMarkers .wopr-layout__sidebar {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
}

@media (min-width: 992px) {
  .page-cms-47 #multiMarkers .wopr-layout {
    flex-direction: row;
    align-items: stretch;
    gap: 1.5rem;
    height: 480px;
    max-height: 480px;
  }
  .page-cms-47 #multiMarkers .wopr-layout__sidebar {
    flex: 0 0 25%;
    max-width: 25%;
    order: 1;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
  }
  .page-cms-47 #multiMarkers .wopr-layout__map {
    flex: 0 0 75%;
    max-width: 75%;
    order: 2;
    height: 100%;
    min-height: 0;
  }
  .page-cms-47 #multiMarkers .wopr-layout__map .distributors-map,
  .page-cms-47 #multiMarkers .wopr-layout__map #multiMap {
    flex: 1 1 auto;
    height: 100%;
    min-height: 0 !important;
    max-height: 100%;
  }
  .page-cms-47 #multiMarkers .wopr-layout__sidebar .distributors-list--wopr {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 0;
    padding-right: 0.5rem;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991px) {
  .page-cms-47 #multiMarkers .wopr-layout__sidebar {
    order: 1;
    max-height: min(400px, 55vh);
    overflow: hidden;
  }
  .page-cms-47 #multiMarkers .wopr-layout__sidebar .distributors-list--wopr {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 0;
    padding-right: 0;
    -webkit-overflow-scrolling: touch;
  }
  .page-cms-47 #multiMarkers .wopr-layout__map {
    order: 2;
  }
  .page-cms-47 #multiMarkers .wopr-layout__map #multiMap {
    max-height: 360px;
    min-height: 280px !important;
  }
}
.page-cms-47 .wopr-search {
  flex-shrink: 0;
  margin: 0 0 0.85rem;
}
.page-cms-47 .wopr-search__label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}
.page-cms-47 .wopr-search__input {
  width: 100%;
  max-width: none;
  padding: 0.65rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 15px;
  background: #fff;
  transition: border-color 0.2s ease;
}
.page-cms-47 .wopr-search__input:focus {
  outline: none;
  border-color: #0080c8;
}
.page-cms-47 .wopr-search__meta {
  margin: 0.5rem 0 0;
  font-size: 13px;
  color: #6b7280;
}
.page-cms-47 .wopr-search__empty {
  margin: 0.65rem 0 0;
  font-size: 13px;
  color: #6b7280;
}

.page-cms-47 #multiMarkers .distributors-list--wopr {
  margin: 0;
  padding: 0.25rem 0.15rem 0.25rem 0;
  background: transparent;
  border-radius: 0;
}

.page-cms-47 #multiMarkers .distributors-list--wopr > .marker-item {
  padding: 0;
  margin-bottom: 0.65rem;
  cursor: pointer;
}

.page-cms-47 #multiMarkers .marker-item.wopr-card--active .wopr-card {
  border-color: #0080c8;
  box-shadow: 0 0 0 1px rgba(0, 128, 200, 0.35);
}

.page-cms-47 #multiMarkers .wopr-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.9rem 1rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.45;
  transition: border-color 0.2s ease;
}
.page-cms-47 #multiMarkers .wopr-card:hover {
  border-color: rgba(0, 128, 200, 0.45);
}

.page-cms-47 #multiMarkers .wopr-card__head {
  margin-bottom: 0.5rem;
}

.page-cms-47 #multiMarkers .wopr-card__city {
  display: inline-block;
  margin: 0 0 0.35rem;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  background: rgba(0, 128, 200, 0.08);
  color: #0080c8;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.page-cms-47 #multiMarkers .wopr-card__title {
  margin: 0;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.page-cms-47 #multiMarkers .wopr-card__address {
  margin: 0 0 0.65rem;
  color: #4b5563;
  font-size: 12px;
  line-height: 1.45;
}

.page-cms-47 #multiMarkers .wopr-card__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 0.5rem;
  border-top: 1px solid #f3f4f6;
}

.page-cms-47 #multiMarkers .wopr-card__contact {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  max-width: 100%;
  padding: 0.2rem 0.45rem;
  border-radius: 4px;
  background: #f9fafb;
  color: #374151;
  font-size: 11px;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.page-cms-47 #multiMarkers .wopr-card__contact i {
  flex-shrink: 0;
  font-size: 0.95rem;
  color: #0080c8;
}

#cms #content.page-cms-47 #multiMarkers .wopr-card__contact:hover,
#cms #content.page-cms-47 #multiMarkers .wopr-card__contact:focus-visible {
  background: rgba(0, 128, 200, 0.08);
  color: #0080c8;
}

.page-cms-47 #multiMarkers .wopr-card__contact-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-cms-47 #multiMarkers .wopr-card__contact--www .wopr-card__contact-text {
  font-weight: 600;
}

.page-cms-47 #multiMarkers .distributors-map {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.page-cms-47 #multiMarkers .distributors-map .infoBlock .vege {
  display: none !important;
}
.page-cms-47 #multiMarkers .distributors-map img.leaflet-marker-icon {
  width: 18px !important;
  height: 30px !important;
  max-width: none !important;
  margin-left: -9px !important;
  margin-top: -30px !important;
}
.page-cms-47 #multiMarkers .distributors-map img.leaflet-marker-shadow {
  width: 24px !important;
  height: 12px !important;
  max-width: none !important;
  margin-left: -7px !important;
  margin-top: -6px !important;
}

@media (max-width: 767px) {
  .page-cms-47 #multiMarkers .distributors-list--wopr {
    padding: 0;
    margin: 0;
  }
  .page-cms-47 #multiMarkers .wopr-layout__sidebar {
    max-height: min(360px, 50vh);
  }
  .page-cms-47 #multiMarkers .wopr-layout__map #multiMap {
    max-height: 320px;
    min-height: 260px !important;
  }
}
.filemanager-attachments-page {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.page-module-filemanager-zalaczniki .page-header {
  margin-top: 3rem;
}
.page-module-filemanager-zalaczniki .page-header h1 {
  margin-bottom: 2rem;
}
.page-module-filemanager-zalaczniki #content.page-content.card {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  max-width: 100%;
  overflow-x: clip;
}
.page-module-filemanager-zalaczniki #content-wrapper > .space {
  max-width: 100%;
  overflow-x: clip;
}

.filemanager-attachments-group {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}
.filemanager-attachments-group__title {
  margin: 0 0 1.25rem;
  font-size: 2rem;
  font-weight: 700;
  color: #0080c8;
}
@media (max-width: 768px) {
  .filemanager-attachments-group__title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.filemanager-attachments-group__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
@media (max-width: 768px) {
  .filemanager-attachments-group__list {
    grid-template-columns: minmax(0, 1fr);
  }
}
.filemanager-attachments-group__item {
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 0;
  max-width: 100%;
}
.filemanager-attachments-group__card {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: 1.25rem 1rem;
  background: white;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 768px) {
  .filemanager-attachments-group__card {
    padding: 1rem 0.75rem;
    gap: 0.75rem;
  }
}
.filemanager-attachments-group__card:hover {
  border-color: #0080c8;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: #000;
}
.filemanager-attachments-group__card:hover .filemanager-attachments-group__download-icon {
  background: #0080c8;
  color: white;
}
.filemanager-attachments-group__file-icon, .filemanager-attachments-group__download-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 8px;
  background: rgba(0, 128, 200, 0.12);
  color: #0080c8;
  font-size: 2.2rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .filemanager-attachments-group__file-icon, .filemanager-attachments-group__download-icon {
    width: 4rem;
    height: 4rem;
    font-size: 1.8rem;
  }
}
.filemanager-attachments-group__download-icon {
  transition: background-color 0.2s ease, color 0.2s ease;
  margin-left: 1.5rem;
}
@media (max-width: 768px) {
  .filemanager-attachments-group__download-icon {
    margin-left: 1rem;
  }
}
.filemanager-attachments-group__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.filemanager-attachments-group__name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.35;
  color: #000;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media (max-width: 768px) {
  .filemanager-attachments-group__name {
    font-size: 1.4rem;
  }
}
.filemanager-attachments-group__meta {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #a7a7a7;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.filemanager-attachments-group__meta-sep {
  margin: 0 0.35rem;
}

.filemanager-attachments-page__empty {
  margin: 0;
  color: #a7a7a7;
}

.page-home .home-products-section {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  overflow: visible;
}
@media (max-width: 767px) {
  .page-home .home-products-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.page-home .home-products-section .headerGroup--centered {
  display: block !important;
  width: 100%;
  text-align: center !important;
  margin-bottom: 2rem;
}
.page-home .home-products-section .products-section-title,
.page-home .home-products-section .banners_category__title,
.page-home .home-products-section .coody-home-cms-pages__title {
  display: block;
  width: 100%;
  margin: 0 !important;
  text-align: center !important;
}
.page-home .home-products-section__carousel {
  position: relative;
  margin-bottom: 2rem;
  padding: 0;
}
.page-home .home-products-section .products.owl-carousel {
  margin-bottom: 0;
}
.page-home .home-products-section__footer {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  padding-top: 0;
  clear: both;
  position: relative;
  z-index: 2;
}
.page-home .home-products-section__cta {
  display: inline-block;
  min-width: 240px;
  margin: 0;
  text-decoration: none;
}
.page-home .home-products-section.coody-home-cms-pages {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .page-home .home-products-section.coody-home-cms-pages {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.page-home .home-products-section .owl-nav button {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.page-home .home-products-section .owl-nav button.owl-prev {
  margin-left: 0 !important;
}
.page-home .home-products-section .owl-nav button.owl-next {
  margin-right: 0 !important;
}
.page-home .home-products-section .owl-nav button:hover:not(.disabled) {
  border-color: #000000 !important;
  background: white !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.page-home .home-products-section .owl-nav button:hover:not(.disabled) i {
  color: #000000 !important;
}
.page-home .home-products-section .owl-nav button i {
  position: static !important;
  left: auto !important;
  top: auto !important;
  margin: 0 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}
.page-home .home-products-section .owl-nav button i:before {
  display: block;
  line-height: 1;
}
.page-home .coody-home-cms-pages + .home-benefits-section {
  margin-top: 0;
}
.page-home .home-benefits-section + .home-hook-bottom--banners .categorieseverywhere-group--polecamy,
.page-home .home-benefits-slot + .home-hook-bottom--banners .categorieseverywhere-group--polecamy {
  margin-top: 0;
}

/*# sourceMappingURL=main.css.map */
