
[hidden], template {
	display: none !important;
}

body {
	
	letter-spacing:0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	text-transform:none;
	font-weight:700;
}

i.bi {
	line-height:1;
}

.btn {
	font-weight:500;
}

.embla__title__content h5,
.embla__title__content .h5 {
	font-size:1.7rem;
	font-weight:500;
}
.embla__title__content h3,
.embla__title__content .h3 {
	font-size:2.4rem;
	
}

html.lock-x body {
	overflow-x: hidden !important
}

section.product_related_sections {
	overflow-x: hidden
}

.products_row.flex-row {
  gap:1px;
  isolation: isolate; /* avoid clipping shadows */
}


.products_row.flex-row .list_p {
  max-width:366px;
}

.productholder .products_row {
  margin-left:0;
  margin-right:0;
  justify-content:flex-start;
}

.productholder .col-xs-12 .product_list_block[data-embla] {
margin-left:-15px;
margin-right:-15px;
}

.productholder .col-xs-12 .product_list_block .embla__title {
  padding-left:20px;
}

.v2_product,
.is_mobile .v2_product:hover,
.is_mobile .v2_product:focus,
.is_mobile .v2_product:active {
	box-shadow:0px 0px 1px rgba(0,0,0,0.25);
	z-index:var(--elevation);
	transform:translateZ(10px);
}

.v2_product:hover {
	box-shadow:0px 2px 7px rgba(0,0,0,0.35);
	transform:translateZ(20px);
	border-radius:0;
	border-color:transparent;
	transition: box-shadow .2s ease, transform .2s ease;
}

.v2_product:hover,
.v2_product:focus-within,
.v2_product.is-animating {
	z-index:300;
}



@media (prefers-reduced-motion: reduce) {
  .v2_product { transition: box-shadow .2s linear; }
  .v2_product:hover,
  .v2_product:focus-within,
  .v2_product.is-animating { transform: none; }
}




input[type="checkbox"],
input[type="radio"],
.input-checkbox,
.input-radio {
	background-color: white;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	min-width: 18px;
	min-height: 18px;
	-webkit-box-shadow: 0 0 0 0 var(--checkbox-active-color) inset;
	box-shadow: 0 0 0 0 var(--checkbox-active-color) inset;
	transition: all .15s ease-in-out;
	position: relative;
	cursor: pointer;
	vertical-align: -4px;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-font-smoothing: inherit;
	border: 1px solid #bbb;
	background-color: white;
	line-height: normal;
	outline: none !important;
}

input[type="checkbox"],
.input-checkbox {
	border-radius: 5px;
}

input[type="checkbox"]:after,
input[type="radio"]:after,
.input-checkbox:after,
.input-radio:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 0.15s ease-in-out 0.1s;
	transition: all 0.15s ease-in-out 0.1s;
	opacity: 0;
	font-style:normal !important;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked,
.input-checkbox:checked,
.input-radio:checked {
	border-color: var(--checkbox-active-color);
	-webkit-box-shadow: 0 0 0 10px var(--checkbox-active-color) inset;
	box-shadow: 0 0 0 10px var(--checkbox-active-color) inset;
}

input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after,
.input-checkbox:checked:after,
.input-radio:checked:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

input[type="checkbox"]:after,
.input-checkbox:after {
	width: 10px;
	height: 8px;
	margin-left: -5px;
	margin-top: -4px;
	background-image: url('/img/new_check.svg');
}

input[type="radio"]:after,
.input-radio:after {
	width: 4px;
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	background-color: #fff;
	border-radius: 50%;
}






.topnavcol a,
.footnavcol a {
	text-transform:none;
}








/*


.dropdown-menu .clubshops-error,
.dropdown-menu .clubshops-loading {
  padding:30px 20px;
}

@media (min-width:1200px) {
  header .topnav-holder {
    padding-top:40px;
  }
  header .infonav {
    font-size:inherit;
    text-transform:none;
    height:40px;
    letter-spacing:0;
  }

  header .infonav .container {
    padding-right:51px;
  }

  header .infonav .navbar-nav {
    display:flex;
  }
  header .infonav .navbar-nav > li {
    float:none;
  }
  header .infonav .navbar-nav > li > a {
    display:inline-flex;
    gap:5px;
    justify-content: center;
    align-items: center;
    line-height:1.15;
    text-transform:none;
    height:40px;
  }

  header .infonav .nav.navbar-nav > li > a:hover {
    opacity:1;
  }

  header .infonav .navbar-nav > li > a > svg {
    top:auto;
  }

  header .infonav .dropdown-toggle .flag {
    top:auto;
    margin:0;
  }

  header .infonav .dropdown-toggle.language-toggle {
    padding:3px;
  }

  header .flag {
    overflow:hidden;
    border-radius:3px;
    background-size:20px auto;
    width:18px;
    height:13px;
  }

  header .infonav .infonav_right .info-wishlist,
  header .info-basket, 
  header .infonav .infonav_right .li_basket .info-basket {
    position:relative;
    background-image:none !important;
    padding:0 !important;
    max-height:none;
     
  }

  header .infonav .infonav_right .info-wishlist {
    width:40px;
    margin-left:5px;
    top:auto;
  }

  
  header .info-basket:before, 
  header .infonav .infonav_right .li_basket .info-basket:before {
    content:"\F182";
    font-size:20px;
    position:relative;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    top:-1px;
  }

  header .infonav .infonav_right .info-wishlist .bi:before {
    content:"\F417";
    font-size:17px;
    top:0;
  }
  header .infonav .infonav_right .info-wishlist.active .bi:before {
      content:"\F415";
    }

  header .info-basket.active:before, 
  header .infonav .infonav_right .li_basket .info-basket.active:before {
    content:"\F181";
    color:var(--primary-color);
  }

  header .info-basket.active, 
  header .infonav .infonav_right ..li_basket .info-basket {
    background-image:none !important;
  }

  header .info-wishlist .badge, header .infonav .info-wishlist .badge, header .info-basket .badge, header .infonav .info-basket .badge, header .mobilenav .basket-toggle .badge {
    left:62%;
  }


  header .topnav.navbar.navbar-default .navbar-nav > li > a {
    display:inline-flex;
    justify-content: center;
    align-items:center;
    text-transform:none;
    font-size:14px;
    padding:10px 12px !important;
    gap:5px;
    height:45px;
  }
  header .topnav.navbar .topnav_container a.has_icon svg {
    position:relative;
    left:auto;
    top:auto;
    margin:0;
  }


  header .caret {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 0;
    vertical-align: middle;
    border:2px solid #000;
    border-width:0 2px 2px 0px;
    border-radius:0px;
    transform: rotate(45deg) translate(-1px, -1px);
    transition:border 0.15s ease-out;
  }

  header li.active > a > .caret,
  header li.open > a > .caret {
    border-color:#fff;
  }
}

*/


.page-body:not(:last-child) {
  padding-bottom:0;
}

.search-autocomplete {
	position: absolute;
	left: 0;
	right: auto;
	top: 100%;
	margin-top: 6px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	box-shadow: 0 10px 24px rgba(0,0,0,0.08);
	z-index: 1005;
	max-height: 320px;
	min-width: 240px;
	max-width: 50vw;
	overflow-y: auto;
	display: none;
	font-size: inherit;
	width: 100%;
	line-height: 1.1;
}

.search-autocomplete__columns {
	display: flex;
	align-items: flex-start;
	gap: 0;
	flex-wrap: wrap;
	flex-direction: row;
}

.search-autocomplete__col {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 200px;
	flex-basis: 50%;
	flex: 1 1 calc(50% - 10px);
}

.search-autocomplete__col--meta {
	flex: 1 1 55%;
}

.search-autocomplete__col--product {
	flex: 1 1 45%;
	gap: 0;
}

.search-autocomplete__more {
	border: 0;
	background: transparent;
	color: #ff5a00;
	text-align: left;
	padding: 8px 10px 10px 10px;
	font-size: 95%;
	cursor: pointer;
}

.search-autocomplete__more:hover {
	text-decoration: underline;
}

.search-autocomplete__item {
	padding: 10px 10px 10px 10px;
	cursor: pointer;
	text-align: left;
	font-size: 120%;
	display: flex;
	align-items: center;
	gap: 10px;
}

.search-autocomplete__item.is-product {
	font-size: 100%;
}

.search-autocomplete__thumb {
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	border-radius: 6px;
	overflow: hidden;
	background: #f4f4f4;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
}

.search-autocomplete__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.search-autocomplete__type {
	font-size: 70%;
	letter-spacing: 0.06em;
	opacity: 0.5;
	text-transform: uppercase;
	white-space: nowrap;
}

.search-autocomplete__value {
	flex: 1 1 auto;
}

.search-autocomplete__item.is-active,
.search-autocomplete__item:hover {
	background: #f3f3f3;
}

.read_more_btn_mobile {
	width:auto;
	max-width:200px;
}