@font-face {
    font-family: 'Montserrat';
    font-weight: 100;
    src: url('/assets/fonts/Montserrat-Thin.ttf');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 200;
    src: url('/assets/fonts/Montserrat-ExtraLight.ttf');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 300;
    src: url('/assets/fonts/Montserrat-Light.ttf');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    src: url('/assets/fonts/Montserrat-Regular.ttf');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 500;
    src: url('/assets/fonts/Montserrat-Medium.ttf');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    src: url('/assets/fonts/Montserrat-SemiBold.ttf');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    src: url('/assets/fonts/Montserrat-Bold.ttf');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 800;
    src: url('/assets/fonts/Montserrat-ExtraBold.ttf');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 900;
    src: url('/catalog/view/fonts/Montserrat-Black.ttf');
}
body{font-family: 'Montserrat';margin: 0;}
a{color:black}  
/*h1, h2 {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: fit-content;
    background: #fffbf6;
    padding: 10px 20px;
    position: initial;
}
h1:after, h2:after {
    content: " ";
    display: block;
    position: absolute;
    height: 1px;
    margin-top: -19px;
    z-index: -1;
    left: 0;
    width: 100%;
    background: #bbbbbb6b;
} */
h2:after {
    margin-top: -14px;
}
.container{
    padding-right: 10px;  
    position: relative;    
    padding-left: 10px;
}
.contentblock {
    margin: 20px 0 -40px;
    padding: 10px 0 50px;
    position: relative;    
    background: #f9f9f9;
    border-top: 1px solid #e2dfd8;
    border-bottom: 1px solid #e2dfd8;
}
@media (min-width: 768px){
.container{
  width:750px;
}
}      
@media (min-width: 992px){
.container{
  width:970px;
}
}
@media (min-width: 1200px){
.container{
  width:1170px;
}
}
@media (min-width: 1290px){
.container{
  width:1260px;
}
}
@media (min-width: 1410px){
.container{
  width:1380px;
}
}
@media (min-width: 1630px){
.container{
  width:1600px;
}
}
.minicontainer {
    max-width: 1400px;
}
.minicontainer img {
    margin: 0 auto;
    display: block;
}
.text-left {
    text-align: left;
}
.row{
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;   
    margin-bottom: 10px;
}
.row:after{clear:both}
@media only screen and (min-width:768px) and (max-width:991px){.clear:nth-child(6n){display: block;clear: both;}}
@media only screen and (min-width:992px) and (max-width:1199px){.clear:nth-child(8n){display: block;clear: both;}}
@media only screen and (min-width:1200px){.clear:nth-child(10n){display: block;clear: both;}}
@media only screen and (max-width:767px){.clear:nth-child(4n){display: block;clear: both}}
@media only screen and (max-width:1000px){.caption{height:120px !important;}}
@media only screen and (max-width:400px){.caption{height:160px !important;}}
img{max-width:100%;}
.simpleimage {
    position: relative;
}
.simpleproduct a {text-decoration:none}
.caption{text-align:center;font-weight:700;height:100px;position:relative;}
.price {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 20px;
}   
.price .price-old {
    text-decoration: line-through;
    text-decoration-color: #00000054;
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
    vertical-align: top;
    line-height: 22px;
}
.price .price-new {
    color: red;
}
.caption .name{margin-bottom: 10px}
.clearx{display: block;clear: both}
.simpleproduct {
    transition: transform .5s ease;
    border: 1px solid #cacaca;
    padding: 5px;
    background: white;
}
.simpleproduct:hover {
    transform: scale(1.05);
    z-index: 1;
    background: white;
    box-shadow: 0px 0px 5px #bdbdbd;
}
.buttonbuy{
  background: #3c711f;
    padding: 5px;
    color: white;
    font-family: Arial;
    text-align: center;
    transition: all .5s ease;
    margin: 5px;  
}

.simpleproduct:hover .buttonbuy{
   opacity: 0.8;
}
 .stock {
    position: absolute;
    bottom: 28px;
    font-weight: 400;
    width: 100%;
}
.stock.instock {
    color: green;
}
.stock.outstock {
    color: red;
}
.ratingimage {
    background-image: url('/micropage/image/stars-none.png');
    width: 83px;
    height: 15px;
    margin: 0 auto;
}
.ratingimagefull {
    background-image: url('/micropage/image/stars-full.png');
    width: 83px;
    height: 15px;
}
.simpleproduct .rating {
    position: absolute;
    padding-bottom: 10px;
    bottom: 0px;
    width: 100%;
    text-align: left;
}            
.trustpilotshopreview {
    text-align: left;
    font-size: 16px;
}
.trustpilotreviews {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}
.trustpilotreviewimage {
    display: flex;   
    gap: 5px;
    align-items: center;
    margin-bottom: 10px;
}
.trustpilotreviewimage img {
    max-width: 100%;
    width: 150px;
}
.widgets {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.trustpilot-widget {
    border: 1px solid #e5e5e5;
    background: white;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
}
.breadcrumbs {
    margin-top: -10px;
}
.breadcrumbs > a:not(:last-child) {
    border-right: 1px solid black;
    margin-right: 10px;
    padding-right: 10px;
}
#langs-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    align-items: center;
    background: whitesmoke;
    padding: 10px 0;
}
.lang-item {
    border: 1px solid gainsboro;
    background: white;
    padding: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    align-self: stretch;
    transition: all 0.3s ease;
}
.lang-item:hover, .lang-item.lang-item-selected {
    border-color: #00b706;
    background: #00b706;
}
.lang-item img {
    max-width: 45px;
}
.contentblock + .container.forceblank {
    margin-top: 60px;
}
.eshop-tiles .eshop-tile {
    padding: 2px 6px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    display: flex;
    text-align: left;
    align-items: center;
    gap: 5px;
    color: black !important;
    background: white;
}
.eshop-tiles .eshop-tile:hover {
    box-shadow: 0 5px 10px #00000020;
}
.eshop-tiles .eshop-tile img {
    width: 22px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.row {
    margin-left: -5px;
    margin-right: -5px;
}
.row:before, .row:after {
    display: table;
    content: " ";
}
.row:after {
    clear:both;
}
.col-lg-125, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-20, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-20, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-20, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-20, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
    min-height: 1px;
}
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-20,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}
.col-xs-12{width:100%}
.col-xs-11{width:91.66666667%}
.col-xs-10{width:83.33333333%}
.col-xs-9{width:75%}
.col-xs-8{width:66.66666667%}
.col-xs-7{width:58.33333333%}
.col-xs-6{width:50%}
.col-xs-5{width:41.66666667%}
.col-xs-4{width:33.33333333%}
.col-xs-3{width:25%}   
.col-xs-20{width:20%}
.col-xs-2{width:16.66666667%}
.col-xs-1{width:8.33333333%}
@media (min-width: 768px) {
.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-20,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}
.col-sm-12{width:100%}
.col-sm-11{width:91.66666667%}
.col-sm-10{width:83.33333333%}
.col-sm-9{width:75%}
.col-sm-8{width:66.66666667%}
.col-sm-7{width:58.33333333%}
.col-sm-6{width:50%}
.col-sm-5{width:41.66666667%}
.col-sm-4{width:33.33333333%}
.col-sm-3{width:25%}
.col-sm-20{width:20%}
.col-sm-2{width:16.66666667%}
.col-sm-1{width:8.33333333%}
}
@media (min-width: 992px) {
.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-20,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}
.col-md-12{width:100%}
.col-md-11{width:91.66666667%}
.col-md-10{width:83.33333333%}
.col-md-9{width:75%}
.col-md-8{width:66.66666667%}
.col-md-7{width:58.33333333%}
.col-md-6{width:50%}
.col-md-5{width:41.66666667%}
.col-md-4{width:33.33333333%}
.col-md-3{width:25%}
.col-md-20{width:20%}
.col-md-2{width:16.66666667%}
.col-md-1{width:8.33333333%}
}
@media (min-width: 1200px) {
.col-lg-125,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-20,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float: left;}
.col-lg-12{width:100%}
.col-lg-11{width:91.66666667%}
.col-lg-10{width:83.33333333%}
.col-lg-9{width:75%}
.col-lg-8{width:66.66666667%}
.col-lg-7{width:58.33333333%}
.col-lg-6{width:50%}
.col-lg-5{width:41.66666667%}
.col-lg-4{width:33.33333333%}
.col-lg-3{width:25%}
.col-lg-20{width:20%}  
.col-lg-2{width:16.66666667%}
.col-lg-125{width:12.5%}
.col-lg-1{width:8.33333333%}
}
.manufacturer {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #f1f1f1;
    padding: 5px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: white;
    border-color: #f1f1f1;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}
.manufacturer:hover {
    box-shadow: 0 5px 10px #00000020;
}
.manufacturer img {
    max-width: 100px;
}