.single-product__content .title>a {
  -webkit-transform: none;
  transform: none;
  font-weight: inherit;
}

.single-product__content .title>a:before {
  content: none;
}

.product-count {
  border-bottom: 2px solid #ccc;
  padding: 10px 0;
  margin: 0 10px 0 30px;
  max-width: 140px;
}

.product-count input {
  border-bottom: 2px solid #ccc;
  border: none;
  width: 80px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
  padding: 0 15px;
  vertical-align: middle;
}

.product-count button {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  background: transparent;
  border: none;
}

.product-count input::-webkit-outer-spin-button,
.product-count input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-count input[type=number] {
  -moz-appearance: textfield;
}

.checkout-page-area .form-label {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.checkout-page-area .form-control, select#starFilter {
  font-size: 14px;
  display: block;
  color: #333;
  width: 100%;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: transparent;
  border-bottom: 2px solid #cccccc;
  padding: 9.5px 0;
  border-radius: 0;
  margin-bottom: 1px;
}

.checkout-page-area .form-control:focus, select#starFilter:focus {
  border-bottom-color: #333;
  box-shadow: inset 0 -1px 0 #ddd;
}

.nice-select {
  width: 100%;
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #cccccc;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 0;
  font-size: 14px;
  height: 45px;
  color: #777777;
  margin-bottom: 15px;
}

.nice-select::after {
  width: 6px;
  height: 6px;
  border-width: 1px;
  right: 6px;
  border-color: #777777;
}

.nice-select .current {
  color: #777777;
  display: block;
  line-height: 23px;
}

.nice-select .list {
  width: 100%;
}

.nice-select:hover {
  border-color: #333;
}

/* input[type=checkbox] {
  width: auto;
} */

.check-box input[type=checkbox] {
  display: none;
}

.check-box input[type=checkbox]+label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin: 0;
}

.check-box input[type=checkbox]+label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #999999;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.check-box input[type=checkbox]+label::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "\f00c";
  font-family: Fontawesome;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  color: #333333;
  width: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.check-box input[type=checkbox]:checked+label::before {
  border: 2px solid #333333;
}

.check-box input[type=checkbox]:checked+label::after {
  opacity: 1;
}

.box-layout-map-container iframe {
  width: 100%;
  height: 500px;
  border: none;
}

#sort-by select {
  padding-left: 0;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  font-size: 14px;
  box-shadow: inset 0 -1px 0 #ddd;
  width: 160px;
}

/*----------  form  ----------*/
.lezada-form input[type=text], .lezada-form input[type=email], .lezada-form input[type=password], .lezada-form input[type=date], .lezada-form textarea {
  font-size: 14px;
  display: block;
  color: #333;
  width: 100%;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: transparent;
  border-bottom: 2px solid #cccccc;
  padding: 9.5px 0;
}

.lezada-form input[type=text]:hover, .lezada-form input[type=text]:active, .lezada-form input[type=text]:focus, .lezada-form input[type=email]:hover, .lezada-form input[type=email]:active, .lezada-form input[type=email]:focus, .lezada-form input[type=password]:hover, .lezada-form input[type=password]:active, .lezada-form input[type=password]:focus, .lezada-form input[type=date]:active, .lezada-form input[type=date]:focus, .lezada-form textarea:hover, .lezada-form textarea:active, .lezada-form textarea:focus {
  border-bottom-color: #333;
}

.lezada-form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  opacity: 1;
  /* Firefox */
}

.lezada-form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  opacity: 1;
  /* Firefox */
}

.lezada-form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  opacity: 1;
  /* Firefox */
}

.lezada-form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  opacity: 1;
  /* Firefox */
}

.lezada-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  opacity: 1;
  /* Firefox */
}

.lezada-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777;
}

.lezada-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777;
}

.product-count {
  border-bottom: none;
}

a.ais-HierarchicalMenu-link {
  font-size: 15px;
  padding: 10px 0;
}

ul.ais-HierarchicalMenu-list li.ais-HierarchicalMenu-item:first-child a.ais-HierarchicalMenu-link {
  padding-top: 0;
}

.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
  padding-left: 1em;
}

.custom-search-overlay-close, .custom-navigation-overlay-close {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.custom-search-overlay, .custom-navigation-overlay {
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 9998;
visibility: hidden;
opacity: 0;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.custom-search-overlay.active-custom-search-overlay, .custom-navigation-overlay.active-custom-navigation-overlay {
visibility: visible;
opacity: 1;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.custom-search-overlay.active-custom-search-overlay .custom-search-overlay-content, .custom-navigation-overlay.active-custom-navigation-overlay .custom-navigation-overlay-content {
-webkit-transform: translateX(0);
        transform: translateX(0);
-webkit-transition: 0.6s;
transition: 0.6s;
}
.custom-search-overlay.active-custom-search-overlay:after, .custom-navigation-overlay.active-custom-navigation-overlay:after {
visibility: visible;
opacity: 0.5;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.custom-search-overlay:after, .custom-navigation-overlay:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000000;
opacity: 0;
visibility: hidden;
z-index: -1;
content: "";
-webkit-transition: 0.3s;
transition: 0.3s;
}
.custom-search-overlay .custom-search-overlay-content, .custom-navigation-overlay .custom-navigation-overlay-content {
background-color: #ffffff;
width: 380px;
height: 100%;
z-index: 9999;
padding: 20px;
position: fixed;
-webkit-transform: translateX(100%);
        transform: translateX(100%);
-webkit-transition: 0.6s;
transition: 0.6s;
top: 0;
right: 0;
overflow: auto;
}
@media only screen and (max-width: 479px) {
.custom-search-overlay .custom-search-overlay-content, .custom-navigation-overlay .custom-navigation-overlay-content {
  width: 100%;
}
}
.custom-search-overlay .custom-search-overlay-content .close-icon {
position: absolute;
top: 20px;
right: 20px;
}
.custom-search-overlay .custom-search-overlay-content .close-icon a {
-webkit-transition: 0.6s;
transition: 0.6s;
}
.custom-search-overlay .custom-search-overlay-content .close-icon a:hover {
-webkit-transform: rotate(90deg);
        transform: rotate(90deg);
}
.custom-search-overlay .custom-search-overlay-content .close-icon a i {
font-size: 25px;
color: #333333;
}

.custom-navigation-overlay .custom-navigation-overlay-content .close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  }
  .custom-navigation-overlay .custom-navigation-overlay-content .close-icon a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  }
  .custom-navigation-overlay .custom-navigation-overlay-content .close-icon a:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  }
  .custom-navigation-overlay .custom-navigation-overlay-content .close-icon a i {
  font-size: 25px;
  color: #333333;
  }



input#s {
  background: none;
  border: none;
  border-bottom: 2px solid #222222;
  font-size: 18px;
  width: 100%;
}

.breadcrumb-list {
  height: 42px;
}

ul.mega-sub-menu {
  margin-bottom: 25px;
}

.slick-arrow {
  background: transparent!important;
}

.breadcrumb-list {
  height: 42px;
}

nav.site-nav > ul > li ul.mega-menu {
  padding: 30px 15px;
}

nav.site-nav > ul > li ul.mega-menu-column-4 > li:first-child {
  padding-left: 15px;
}

nav.site-nav > ul > li ul.mega-menu-column-4 > li {
  padding-left: 15px;
  padding-right: 15px;
}

.lezada-single-slider.bg-img {
  background-size: cover;
}

.shop-product__description-tab ol, .shop-product__description-tab ul {
  padding-left: 1rem;
}

.shop-product__description-tab .shop-product__long-desc p {
  max-width: 100%;
  margin: initial;
  margin-bottom: 20px;
}

.shop-product__description-tab ul {
  list-style: disc;
  margin-bottom: 20px;
}

.slick-track {
  margin-left: initial; 
  margin-right: initial; 
}

.thumb-wrapper {
  display: flex !important;
  aspect-ratio: 1 / 1;
  justify-content: center !important;
}

.shop-product__small-image-gallery-slider .slick-slide > div {
  margin-right: 1rem;
}

.password-toggle .form-control.is-invalid {
  background-position: right calc(0.375em + 2.5rem) center!important;
}

.form-select.is-invalid:not([multiple]):not([size]) {
  background-position: right 1.125rem center, center right 2.9rem!important;
}

.form-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  width: 100%;
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #cccccc;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 0;
  font-size: 14px;
  height: 45px;
  color: #777777;
  margin-bottom: 15px;
}

.single-product__floating-badges span.new {
  background-color: #333;
}

.search-item-link:hover {
  color: #137281;
}

.search-item-img {
  display: flex;
  justify-content: center; 
  align-items: center; 
  width: 100px; 
  aspect-ratio: 1 / 1; 
  overflow: hidden; 
  /* border: 1px solid black; */
}

.search-item-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  padding: 0px 5px;
}

.single-banner--hoverborder .banner-content--middle-white {
  font-size: clamp(15px, 3vw, 35px);
  font-weight: 600;
}

.footer-banner-tags ul li a {
  background-color: #df031c;
  color: white;
  padding: 5px 10px;
  font-weight: 400;
}

.footer-banner-tags ul li a {
  background-color: #df031c;
  padding: 5px 10px;
  color: white;
}

.banner-content span {
  text-shadow: 0px 0px 7px rgba(0,0,0, .4);
}

section.core-features-area {
  background-color: #edf3f5;
  padding: 70px 0 40px;
}

.core-features-content {
  text-align: center;
}

.core-features-content .title {
  font-weight: 600;
}

.core-features-content p {
  font-weight: 300;
  max-width: 90%;
  margin: 0 auto;
}

.core-feature {
  border-right: 1px solid #cedade;
}

.core-feature:last-child {
  border-right: none;
}

.filter-title--type-two .product-filter-menu li {
  text-transform: initial;
}

.lezada-single-slider__content {
  display: flex;
  justify-content: flex-end;
}

.slider-content-window {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
max-width: 500px;
width: 100%;
}

.slider-content-window * {
text-align: start!important;
}

.lezada-slick-slider--fullscreen .lezada-single-slider__content .main-title {
  font-size: 40px;
  line-height: 1.2;
}

.slider-logo-placeholder img {
  width: 100px;
}

.slider-tag-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E00411;
  padding: 5px 7px;
}

.slider-tag-wrapper .slider-tag {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}

.lezada-slick-slider--fullscreen .lezada-single-slider__content .subtitle {
  margin-bottom: 0px;
}

.lezada-slick-slider--fullscreen .slick-arrow {
  background-color: white !important;
  width: 30px;
  height: 70px;
  border: none;
  outline: none;
}

.lezada-slick-slider--fullscreen:hover .slick-arrow.slick-next {
  right: 0px;
}

.lezada-slick-slider--fullscreen:hover .slick-arrow.slick-prev {
  left: 0px;
}

.slick-arrow i {
  font-weight: 600;
  color: black;
}

.product-category-slider .col {
  padding: 0 2.5px;
}

.category-content-wrapper {
position: absolute;
bottom: 10px;
left: 10px;
}

.single-category-text-logo {
max-width: 500px;
width: calc(100% - 20px);
padding: 7.5px 15px;
}

.single-category-text-logo .title {
  color: white;
  font-size: 24px;
}

.category-logo img {
  width: 100px;
  padding: 5px;
  background-color: #279cb6;
}

.category-logo {
  display: flex;
  max-width: 500px;
  width: calc(100% - 20px);
}

.container.custom {
  max-width: 99%;
}

.single-category-banner_text {
  background-color: #E00411;
  padding: clamp(10px, 2vw, 25px);
  color: white;
  text-transform: uppercase;
  font-size: clamp(10px, 2vw, 60px);
  font-weight: 500;
}

.gallery-slider .slick-slide img {
  width: 100%;
  height: auto;
}

.footer-container .footer-single-widget .widget-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.footer-social-links nav ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer-social-links nav ul li a {
    font-size: 30px;
    color: #333;
    padding-left: 0px;
}

.footer-nav-container nav ul li a {
  color: #777777;
}

i.ion-android-favorite {
  color: #279cb6;
}

.lezada-button.alternate {
  background-color: #333333;
  border: 1px solid #333333;
}

.lezada-button.alternate:hover {
  background-color: transparent;
  color: #333333 !important;
}

.overview-price {
  min-width: 117px;
}

.form-check-input:checked {
  background-color: #279cb6;
  border-color: #279cb6;
}

.form-check-input {
  margin-top: -2px;
}

input#agb {
  margin-top: 3px;
}

input {
  accent-color: #279cb6 !important;
}

.accordion-button:not(.collapsed) {
  color: #279cb6;
}

button.show-more {
  margin: 0 auto;
}

.category-filter {
  margin-bottom: 30px;
}

.category-filter .dropdown .dropdown-menu {
  border: none;
}

.category-filter .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  background-color: #279cb6;
  height: 50px;
  width: 100%;
  justify-content: flex-start;
  font-size: 1rem;
  color: white;
  font-weight: 600;
}

.category-filter .icon {
  margin-right: 15px;
}

.category-filter .icon img {
  filter: brightness(0) invert(1) contrast(100);
}

.category-filter .dropdown .dropdown-toggle:after {
  margin-left: auto;
}

.dropdown .dropdown-toggle.show:after {
  transform: scaleY(-1);
}

.dropdown .dropdown-toggle:after {
  transition: all 0.2s;
}

a:hover {
  color: #137281;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 10;
}

.header-wide-topbar-placeholder {
  height: 81px;
}

.header-right-icons .single-icon a {
  padding-top: 5px;
}

.product-category-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.product-category-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

input + label a {
  color: #006a74;
}

.form-control:focus {
  box-shadow: none;
}

.form-select:focus {
  border-bottom-color: #333;
  box-shadow: none;
}

ul.ais-RefinementList-list {
  display: flex;
  flex-wrap: wrap;
}

.ais-RefinementList-item {
  background: rgba(39, 156, 182, 1);
  margin: 0px 5px 5px 0px;
  padding: 5px 11px;
  color: white;
  font-size: 15px;
}

button.ais-RefinementList-showMore {
  color: black;
  background: none;
  padding: 0;
  font-size: 15px;
  margin-top: 1rem;
  background-color: transparent;
  border: none;
  font-weight: 500;
}

div#customRangeInput input {
  display: inline-block;
  max-width: calc(50% - 14px);
  margin-bottom: 10px;
}

div#customRangeInput #apply-range {
  background-color: black;
  color: white;
  border: none;
  padding: 3px 10px;
  width: 100%;
  max-width: 340px;
  display: block;
}

button#reset-price-filter {
  color: black;
  background: none;
  padding: 0;
  font-size: 15px;
  margin-top: 1rem;
  background-color: transparent;
  border: none;
  font-weight: 500;
}

div#faq-menu li a {
  display: inline-block;
  color: #ccc;
  cursor: pointer;
  transition: 0.6s;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

div#faq-menu li a.nav-link.active {
  color: #137281;
}

/* #helpcenterTab .accordion-button:not(.collapsed) {
  background-color: transparent;
} */

#helpcenterTab .accordion-button {
  padding: 10px;
}

.lg-backdrop.in {
  background-color: rgba(0, 0, 0, .5);
}

/* a.btn-zoom-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
} */

div#price_range .ais-Panel {
  max-width: 90%;
  margin: 0 auto;
}

.ais-Panel-body .ais-RangeSlider {
  margin: 2rem 0 10px !important;
}

.ais-RangeSlider .rheostat {
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 10px !important;
}

.ais-RangeSlider .rheostat-background {
  border-color: #878faf;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border: 1px solid #aaa;
  height: 6px;
  top: 0;
}

.ais-RangeSlider .rheostat-handle {
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: -webkit-grab;
  cursor: grab;
  border-color: #878faf;
  margin-left: -12px;
  top: -7px;
}

.rheostat-tooltip {
  margin-left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: .8rem;
  top: -22px;
  width: 50px;
}

.ais-RangeSlider .rheostat-progress {
  position: absolute;
  top: 1px;
  height: 4px;
  background-color: rgba(39, 156, 182, 1);
}

.single-banner--hoverborder .banner-content--middle-white span {
  font-size: 35px;
  line-height: 1.4;
  text-shadow: 0px 0px 15px rgba(0,0,0, 1);
}

.breadcrumb-list__item:after {
  color: white;
}

.breadcrumb-area:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100vw - 300px);
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.breadcrumb-area {
  position: relative;
  height: 300px;
}
.banner-deco:before {
  content: "";
  position: absolute;
  left: -150px;
  bottom: -30px;
  width: 160%;
  min-width: calc(500px + 150px);
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.breadcrumb-clip-path {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 489px;
  clip-path: polygon(0 0, 100% 0, 76% 100%, 0% 100%);
  background-color: #279cb6;
}

div#bcBg {
position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: start;
  width: auto;
}

.breadcrumb-title {
  position: relative;
  display: inline-block;
}

.breadcrumb-area-content {
  position: relative;
  /* z-index: 100; */
  height: 100%;
}

.breadcrumb-area-content * {
  color: white!important;
}

.breadcrumb-list__item--active {
  color: #ccc!important;
}

.breadcrumb-area-content h1 {
  font-size: 1.5rem;
}

.banner-deco {
position: relative;
  width: initial;
}

.breadcrumb-list-wrapper {
  overflow-x: scroll;
  direction: rtl;
  scrollbar-width: none;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: -16px;
  margin-bottom: -16px;
  display: inline-block;
  position: relative;
}

.breadcrumb-list {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  list-style: none;
  direction: ltr;
  width: max-content;
  position: relative;
}

.breadcrumb-list__item {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-shrink: 0;
  text-transform: uppercase;
}

.breadcrumbs-list-wrapper {
  max-width: 100%;
  overflow: scroll;
}

.breadcrumbs-list-wrapper::-webkit-scrollbar {
  display: none;
}

.shop-page-wrapper {
  margin-top: 100px;
}

a.image-wrap img {
  max-width: 100% !important;
}

#accountLogout {
  position: relative;
}

.shop-product__short-desc-title p {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}

p.ean-title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}

.doc-name a {
  font-size: 17px;
  color: #333;
  padding-top: 9px;
}

.dic-icon {
  margin-right: 5px;
}

.short-description-products {
  margin-bottom: 20px;
}

.blocks .blog-details-list ul {
  list-style: initial;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

div#product_supplied_accessories .price {
  display: none;
}

.accordion-button:not(.collapsed) {
  background-color: #147586;
  color: #fff;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.blog-post-slider-container {
  margin-bottom: 80px;
}

.post-share li {
  margin-right: 10px!important;
}

div#WishlistEntryWrapper img {
  width: 100%;
}

#voltFilter .ais-RefinementList-item {
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  list-style: none;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

#voltFilter .ais-RefinementList-item:hover {
  opacity: .8;
}

.voltFilter-box-wrapper > input {
  display: none;
}

#voltFilter .ais-RefinementList-item.ais-RefinementList-item--selected .badge-primary {
  background: rgba(39, 156, 182, 1);
  color: white;
}

.bg-custom {
  background-color: white;
  border: 2px solid rgba(39, 156, 182, 1);
  color: rgba(39, 156, 182, 1);
  border-radius: 0px;
  transition: all .3s ease;
}

li.ais-RefinementList-item.ais-RefinementList-item--selected .bg-custom {
  background-color: rgba(39, 156, 182, 1);
  color: white;
}

.voltFilter-box-wrapper {
  padding: 10px 20px;
  font-size: 17px;
}

.products-container-inner {
  min-height: 480px;
}

.table-order-products img {
  width: 160px;
}

div#paymentAccordion button.accordion-button:not(.collapsed) {
  background-color: white;
  color: black;
}

div#paymentAccordion .accordion-button::after {
  background-image: none;
}

.footer-intro {
  max-width: 700px;
}

.footer-container.footer-one {
  background-color: #279cb6;
}

.footer-single-widget .widget-title {
  color: white!important;
}

.footer-intro p {
  color: white;
}

.footer-nav-container nav ul li a {
  color: white;
}

div#newsletter_form p {
  color: white;
}

div#newsletter_form button {
  color: white!important;
}

input#email_newsletter::placeholder {
  color: white;
}

.footer-subscription-widget .subscription-form input {
  border-bottom: 2px solid white;
}

.footer-container .logo img {
  filter: brightness(0) invert(1);
}

.copyright-text p {
  color: white;
}

.shop-product__price .discounted-price {
  font-size: 27px;
}

.tax-label {
  display: block;
}

.title_sku {
  display: block;
  color: #279cb6 !important;
  font-size: 34px;
  margin-bottom: 30px;
}

nav.site-nav > ul > li:last-child a::after {
  content: "";
  position: absolute;
  left: -25px;
  width: 2px;
  background-color: #ccc;
  height: 65%;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

ul.benefits-list {
  list-style-type: none;
  margin-bottom: 40px;
  padding-left: 0px;
}

ul.benefits-list li {
  font-size: 18px;
  margin-bottom: 15px;
}

.single-product__content .title {
  margin-bottom: 10px;
}

span.object-id, div.object-id {
  color: #279cb6;
}

.active>.page-link, .page-link.active {
  background-color: #279cb6;
  border-color: #279cb6;
}

.page-link {
  color: black;
}

.page-link:focus {
  color: black;
  opacity: .6;
  background-color: transparent;
  box-shadow: none;
}

.page-item:first-child .page-link {
  border-radius: 0px;
}

.page-item:last-child .page-link {
  border-radius: 0px;
}

.search-item-content {
  line-height: 1.2;
}

h1.home-h1 {
  font-size: clamp(30px, 5vw, 40px);
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  max-width: 800px;
  margin: 65px auto;
  padding-left: 15px;
  padding-right: 15px;
  color: black;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 3px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 0px 0px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 0px 0px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}

form#searchForm {
  min-width: 200px;
}

.lg-hide-items .lg-next {
  opacity: 1!important;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
  color: #FFF;
}

.page-link:hover {
  color: #279cb6;
}

body {
  overflow-x: hidden;
}

.breadcrumb-list__item.last-item:after {
  content: ""; 
}

/* RESPONSIVE */

@media (min-width: 1200px) and (max-width: 1300px) {
  nav.site-nav > ul > li > a {
    font-size: 15px;
  }
  nav.site-nav > ul > li {
    line-height: 80px;
    position: static;
    display: inline-block;
    margin: 0 20px;
    text-align: left;
  }
}
@media (max-width: 1440px) {

nav.site-nav > ul > li ul.mega-menu-column-4 > li a.mega-column-title {
  font-size: 15px;
}

nav.site-nav > ul > li ul.mega-menu-column-4 > li .mega-sub-menu li a {
  font-size: 14px;
  margin-bottom: 8px;
}
}


@media (max-width: 768px) {
.shop-page-wrapper {
  margin-top: 0px;
}
.breadcrumb-area.d-flex.align-items-end.bg-light {
    display: none;
}
.breadcrumb-list__item:after {
  color: #333333!important;
}
}

@media (min-width: 1024px){

  .category-filter .dropdown .dropdown-toggle {
      display: none;
  }

  .category-filter .dropdown .dropdown-menu {
    display: block !important;
    position: static;
  }

}

@media (max-width: 1023px) {
  .category-filter .dropdown .dropdown-menu {
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #137281;
    background: #fff;
    width: 100%;
  }

  .shop-page-header {
    margin-top: 30px!important;
  }
}

@media only screen and (max-width: 991px) {
  .page-sidebar {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background-color: white;
      z-index: 1000;
      transform: translateY(-105%);
      transition: transform 0.5s ease, opacity 0.1s ease;
      padding: 15px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .page-sidebar.active {
      transform: translateX(0);
  }
}

@media only screen and (min-width: 992px) {
  .page-sidebar {
    width: 340px; 
    transform: translateX(-350px); 
    transition: transform 0.5s ease, opacity 0.5s ease; 
    opacity: 0;
    position: absolute;
    top: 0;
    left: 15px;
  }

  .page-sidebar.active {
    transform: translateX(0); 
    opacity: 1;
  }

  .product-list {
    transition: margin-left 0.5s ease; 
    width: 100%;
    margin-left: 0; 
  }

  .product-list.active {
    margin-left: 360px; 
  }
}

@media (max-width: 767px) {

  .section-title-container {
    margin-top: 10px !important;
  }

  .single-category-banner_text {
    padding: clamp(10px, 6vw, 25px);
    font-size: clamp(10px, 8vw, 60px);
  }

  .single-banner--hoverborder .banner-content--middle-white span {
    font-size: 35px;
    line-height: 1.4;
    text-shadow: 0px 0px 15px rgba(0,0,0, 1);
  }

  div#account-menu {
      margin-bottom: 50px;
  }

  .wl-buttons {
    padding-left: 0px !important;
    margin-top: 30px;
    justify-content: center;
  }

  .wl-buttons .wl-button-cart {
    margin-left: 0px!important;
  }

}

@media (max-width: 600px) {
.slider-content-window {
  display: none;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .core-feature {
    border-right: none;
  }
  .core-feature:first-child {
    border-right: 1px solid #cedade;
  }
}

@media (max-width: 767px) {

  .footer-container {
    padding: 25px 0 10px!important;
}

.footer-container.footer-one .col {
    margin-bottom: 10px!important;
}

.footer-nav-container nav ul li {
    padding: 0px 0px 10px;
}

.col.footer-single-widget.small {
    margin-bottom: 30px!important;
}

.footer-container .footer-single-widget .widget-title {
    margin-bottom: 15px;
}

div#newsletter_form p {
    display: none;
}

  .footer-container {
    padding: 25px 0 10px!important;
}

  section#faq, .box-layout-map-area {
    margin-bottom: 30px !important;
}

  .blog-page-wrapper {
    margin-top: 10px !important;
    margin-bottom: 0px!important;
}

  .shop-page-content {
    margin-bottom: 0px !important;
}

  .shop-page-header {
    margin-top: 0px !important;
}

  .login-area {
    margin-top: 20px !important;
}

  .my-account-area {
    margin-top: 30px !important;
}

  .core-feature {
    border-right: none!important;
  }

  .subfooter .d-flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .slider-area.mb-2 {
    display: none;
  }

  form#searchForm {
    min-width: 100px;
  }
}


@media (max-width: 1023px) {

  .aa-dataset-1, .aa-dataset-3 {
    width: 100vw;
  }
  
  span.algolia-autocomplete {
    position: initial!important;
  }

  .aa-dataset-1,
  .aa-dataset-3 {
    top: 0px;
  }
}

@media (max-width: 575px) {

  .footer-container .logo img {
    width: 250px;
}

.footer-single-widget .logo {
    display: flex;
    justify-content: center;
}
  div#section_address {
    margin: 30px 0 20px;
  }
  select#country {
    margin-bottom: 20px;
}

}

@media (max-width: 550px) {
  a#btnAddToCart {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .mobile-only {
    display: block;
  }
}

@media (min-width: 481px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 767px) {

  .container.wide.container-header {
    padding-top: 7px;
    overflow: hidden;
}
  
  div#dl-menu-mobile {
      width: 24px;
      float: none;
      position: static;
      margin-right: 20px!important;
  }

  div#dl-menu-mobile button {
      top: 5px;
  }

  .mobileheader-wrapper {
      justify-content: space-between;
  }

  .header-bottom-container {
    padding-bottom: 3px;
}

  .header-bottom {
      background-color: white;
  }

  div#dl-menu-mobile .hamburger {
      position: relative;
  }

  input#s {
      border: 1px solid black;
      padding: 1px 10px;
  }

  .mobileheader-wrapper .single-icon.search {
      font-size: 25px;
      color: #333;
  }

  .single-icon.search.d-flex {
      width: 100%;
  }

  .aa-dataset-1, .aa-dataset-3 {
      max-height: 710px;
  }
  form#searchForm {
      min-width: 100px;
      width: 100%;
  }
  .header-right-icons {
      margin-right: 0px;
  }
    
}

@media only screen and (max-width: 767px) {
  .container-mobile-header {
    padding-top: 7px;
}
  .header-bottom.pb-sm-10 {
      padding-bottom: 12px !important;
  }
  .header-bottom.pt-sm-10 {
    padding-top: 5px !important;
}
  .header-wide-topbar-placeholder {
    height: 98px!important;
}
.aa-dataset-3 {
  font-size: 70%!important;
}
}