@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=cyrillic,cyrillic-ext,latin-ext');
@font-face {
	font-family: 'Open Sans Condensed';
	src: url('../fonts/OpenSansCondensedBold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans Condensed';
	src: url('../fonts/OpenSans-CondensedSemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans Condensed';
	src: url('../fonts/OpenSans-CondensedRegular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
body {
    /*background: url(../image/body-bg.jpg) center top repeat-x #FFF;*/
	/* font-family: 'Open Sans', sans-serif; */
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	color: black;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	/* margin-top: 15px; */
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-family: "Roboto Condensed", sans-serif;
}
h1, h2 {
	font-weight: 600;
}
head{
	
}
.error{
	color: #a94442;
	padding: 10px;
}
.seo_inline{
	display: inline-block;
}

.seo_inline+.seo_inline{
	padding-right: 5px;
}

.flex_adaptive{
	
	display: flex;
	flex-wrap: wrap;
}

.review_photos {

    display: flex;
    grid-gap: 30px;
    padding-bottom: 20px;

}
.review_photo {

    width: 100%;
    border: 2px solid #b8afaf;

}
.review_photo:hover {

    border: 2px solid #000000;

}
.chevron {
	display:block;
	text-align: center;
	max-width: 83px;
}
.chevron::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.8em;
	left: 0.15em;
	position: relative;
	top: 0.25em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.8em;
}

.chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.25em;
	transform: rotate(-135deg);
}
.adition-wrp{
    position: relative;
    overflow: hidden;
    height: 290px;
}
.adition-img {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
	transition: all 0.3s ease-in-out 0s;
} 
.manufucturer-logo{
	height: auto; 
	max-width: 175px;
}
.caption {
	overflow: hidden;
}
.short-attributes-list{
	font-size: 14px;
}
.short-attributes-list > ul{
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}
.phones > p > img {
    border-radius: 6px;
}
.no_wrp{
	white-space: nowrap;
}
.category-label-top::before {
    position: absolute;
    bottom: -7px;
    left: 3px;
    width: 8px;
    height: 4px;
    content: '';
    border-width: 4px;
    border-style: solid;
    border-color: #f83c3c transparent transparent;
    -o-border-image: none;
    border-image: none;
}
.category-label-top {
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    z-index: 1;
    top: -7px;
    right: 3px;
    padding: 3px;
    text-transform: uppercase;
    border-radius: 2px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, .25);
    color: #fff;
    background-color: #f83c3c;
}
.category-label-new::before {
    position: absolute;
    bottom: -7px;
    left: 3px;
    width: 8px;
    height: 4px;
    content: '';
    border-width: 4px;
        border-top-width: 4px;
        border-right-width: 4px;
        border-bottom-width: 4px;
        border-left-width: 4px;
    border-style: solid;
    border-color: #ffa200 transparent transparent;
    -o-border-image: none;
    border-image: none;
}
.category-label-new {
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    z-index: 1;
    top: -7px;
    right: 3px;
    padding: 3px;
    text-transform: uppercase;
    border-radius: 2px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, .25);
    color: #fff;
    background-color: #ffa000;
}
.set-adaptive * img{
	/* height: auto!important; */
    /* width: 100%!important; */
	max-width: 100%!important;
	height: auto!important;
}
.privat-img{

    height: 55px!important;
    width: 170px!important;
    padding: 10px!important;

}
.mono-wild-img{

    height: 55px!important;
    width: 170px!important;
    padding: 10px!important;

}

@media (max-width: 767px) {
	.mono-wild-img{
		height: 45px!important;
		padding: 10px!important;
	}
}

.paylate-img{
	height: 70px!important;
	width: 153px!important;
	padding: 10px!important;
}
.review_table, .review_table > tbody > tr > td {
    border: none !important;
}
.review_table > tbody > tr:nth-of-type(2n+1) {
    background-color: #89c980;
}

.review-admin-head {

    background-color: #89c980;
	margin: 0px -8px 0px 0px;
}
p.review-admin-head > img{
	margin:5px 20px 5px 5px;
	height: 50px;
}
.review_user_name{
	margin-left: 8px;
}
.review-text::before {

    position: absolute;
    left: -35px;
    top: 0;
	content:' ';
    height: 21px;
    width: 21px;
    background: url(img/text-ico.png) center no-repeat;
}
.review-text {
    position: relative;
	padding-right: 0px;
	border-left: 2px solid #999;
}

.fa-stack-2x{
	color:#efce4a;
}

.response-btn-del{
	cursor: pointer;
}
.response-btn-add{
	cursor: pointer;
}
.response-btn-show{
	cursor: pointer;
}
/* .review-response-btn::before { */
    /* position: absolute; */
    /* width: 12px; */
    /* height: 10px; */
    /* background: url('../image/arrow.png') center no-repeat; */
    /* top: 4px; */
    /* left: -15px; */
/* } */
.front-img{
	height:auto;
	border:none !important;
}
.front-img > img{
	max-height:350px;
	width: auto;
}
.percent{
	font-size:80%;
}
.call-back-input{
	height:35px;
	border: 1px solid #72bd3e;
}
.buy-btn-gr > button + button {
	margin-left: 5px;
}
.bt {
    color: white;
    height: 37px;
    padding: 5px 10px 5px 10px;
    background-color: #519c1c;
	box-shadow: 0px 2px 4px rgb(0, 0,.08);
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 700;
	font-size:15px;
    text-align: center;
    margin-left: 5px;
    margin-right: 0px;
    padding: 8px;
	width: 95%;
}
.bt-no-padding{
	margin-left: 0px;
	margin-right: 0px;
	
}
.kred {
	border: 1px solid #0c9cb6;
	background-color: #0c9cb6;
	margin-left: 0px;
	display: block;
	margin-bottom: 20px;
}

#fast_order {
	border: 1px solid #454e84;
	background-color: #454e84;
	margin-left: 0px;
	display: block;
	margin-bottom: 10px;
}
.modal-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.modal-body {
	text-align: center;
	color: #777;
}


/* .working-time:after { */
	/* display: inline-block; */
	/* width: 5px; */
	/* border: 1px solid #C0C0C0; */
	/* height: 100%; */
	/* content: ''; */
	/* position: absolute; */
	/* left: -14px; */
	/* top: 0px; */
	/* border-radius: 5px; */
	/* background-color: #c9c9c9; */
	/* box-shadow: 0px 0px 0px 1px #C0C0C0; */
/* } */

.working-time-caption{
	font-weight:600;
	color: #2b72e5;
}
.working-time{	
	padding-left: 8px;
	text-align: left;
}
.buy-btn-gr{

    margin-right: 15px;
    margin-left: 9px;

}
.buy-btn-gr > div{
	padding:0px !important;
}
.user-phone-call-back > div.row > div{
	padding:0px !important;
}
#btn-submit-to-call{
	font-weight:600;
	margin-left: 8px;
	margin-right: 5px;
	border: 1px solid #72bd3e;
}
#user-phone-to-call {
    font-size: 20px !important;
    padding-top: 4px;
	width: 100%;
}
#user-name-to-call {
    font-size: 20px !important;
	padding-top: 4px;
	margin-top: 5px;
	width: 100%;
}
.user-phone-call-back{
	margin-bottom: 10px;
}
.stock-status-yes, .stock-status-yes > i{
	color: #77c252;
}
.stock-status-no, .stock-status-yes{
	font-size: 18px;
	border-radius:5px;
	margin: 3px 0px 3px 0px; 
	padding: 0px 0px 0px 0px;
	display: inline-block;
	font-weight: 600;
}
.stock-status-no{
	color: #c25252;
}
.promo-string{
	text-align:left;
	color:red;
	font-size:20px;
	font-weight:400;
}
.nav-nav-tabs >  button {
	margin-right: 14px;
	margin-top: 8px;
}
.nav-nav-tabs{
	display:block;
	background-color:white;
	height: 50px;
	border: 1px solid #ddd;
	/* text-align:center; */
}
.special_discount_sticker{
	position: absolute;
	z-index:10;
}

.nav-nav-tabs > li{
	display:inline-block;
	padding:15px 10px 15px 10px;
	height:100%;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	cursor:pointer;
	
}
iframe{
	width:100%;
}
#tab-video{
	margin-top: 22px;
}
.sticky-wrapper > .nav-nav-tabs {
	padding-left:10px;
}
.sticky-wrapper.is-sticky > .nav-nav-tabs {
	background-color:white;
	z-index: 1099 !important;
	box-shadow: 6px 10px 9px -1px #08b51a;
	clear: both;
}
.sticky-wrapper.is-sticky > .nav-nav-tabs > button {
	display:inline-block!important;
}
.navbar-collapse.navbar-ex1-collapse.collapse.in{
	overflow-y: unset;
}
.nav > li {
    position: unset;
}
.cat-box{
	background-color:#08b51a;
	display:none;
	position: absolute;
	z-index: 110;
	width: 100%;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	left: 0;
	border-color: #08b51a;

}

.col-manufacturer-head * {
	border:none !important;
	text-align:center;
}
.col-manufacturer-head > a > img.img-thumbnail{
	height: 100px;
	/* width: 100%; */
}
.cat-box-inner{
	position: inherit;
	background-color:#fff;
	width: 100%;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	left: 0;
	border-color: #08b51a;
	border-style: solid;
	padding-top: 3px;
}
li:hover > div.cat-box{
	display:block;
}
.cat-box * {
	font-size: 96%;
	font-weight: 300;
	text-align:center;
}
.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-five {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-five {
        width: 20%;
        float: left;
    }
	#menu .cat-box-inner {
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 16px 10px;
		align-items: start;
	}
	#menu .cat-box-inner > [class*="col-"] {
		float: none;
		width: auto;
	}
	#menu .cat-box-inner .col-manufacturer-head > a > div {
		min-height: 2.6em;
	}
}

@media (min-width: 992px) {
    .col-md-five {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-five {
        width: 20%;
        float: left;
    }
}

.disabled-buy:hover{
	background-color: #777 !important;
	color: black !important;
	cursor: default !important;
}
.disabled-buy[disabled]{
	background-color: #eee !important;
	color: black !important;
	cursor: default !important;
}
.button.clearfix{
	margin:20px;
}
.nav.nav-tabs{
	margin-bottom: 0px;
}
#tab-review{
	background-color:#fff;
	/* border: 1px solid #ddd; */
	padding: 25px 20px 0px 20px;
	color: #0009;
}
#tab-specification{
	background-color:#fff;
	/* border: 1px solid #ddd; */
	padding: 25px 40px 0px 40px !important;
}
#tab-description{
	background-color:#fff;
	/* border: 1px solid #ddd; */
	padding: 25px 40px 30px 40px;
}
.table.table-bordered{
	margin-bottom: 0px !important;
}
.news-header{
	display:block;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.news-descr{
/* text-indent: 3em; */
}
.news-title > a{
color: green;
font-weight: 700;

}/* 
.form-group button{ 
	text-transform: uppercase; 
}*/
.half-size{
	width:50%;
}

.header-wish-com-block {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
}
.header-wish-com-block .cart-link {
	display: flex;
    align-items: center;
}
.header-wish-com-block .cart-link img{
	height: 25px;
	filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(339deg) brightness(87%) contrast(84%);
}
.header-wish-com-block .cart-link.wishlist img{
	height: 23px;
}
.header-wish-com-block .cart-link input{
	background: no-repeat;
    border: none;
}

.cat-wish-com-block {
	display: flex;
    justify-content: center;
}
.cat-wish-com-block button {
	background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 4px;
    transition: all 0.5s ease;
    margin: 0 5px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 28px;
	position: relative;
}
.cat-wish-com-block button::before {
    position: absolute;
    background-color: #000;
    color: #fff;
    top: -30px;
    border-radius: 4px;
    padding: 2px 6px;
	transition: all 0.8s ease;
	opacity: 0;
	white-space: nowrap;
}
.cat-wish-com-block button::after {
	content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #000;
    top: -6px;
    transition: all 0.8s ease;
	opacity: 0;
	
}
.cat-wish-com-block .wish::before {
	content: 'В избранное';
}
.cat-wish-com-block .com::before {
	content: 'В сравнения';
}
.cat-wish-com-block button img{
	height: 14px;
	filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(339deg) brightness(87%) contrast(84%);
	transition: all 0.5s ease;
}
.cat-wish-com-block button:hover {
	background-color: #ffc74f;
	border: 1px solid #ffc74f;
}
.cat-wish-com-block button:hover img {
	filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(169deg) brightness(113%) contrast(101%);
}
.cat-wish-com-block button:hover::after,
.cat-wish-com-block button:hover::before {
	opacity: 1;
}

/* wishlist/compare block */
.product-item-rating {
	display: flex;
	justify-content: space-between;
}
.wish-com-block {
    display: flex;
	justify-content: center;
}
.wish-com-block .btn-compare,
.wish-com-block .btn-wishlist {
	padding: 0;
	margin: 0;
	outline: none;
    border: none;
    background: #ffc74f;
	color: #000;
	background: none;
    box-shadow: none;
    display: flex;
    align-items: center;
}
.wish-com-block .btn-compare img,
.wish-com-block .btn-wishlist img {
	margin-right: 5px;
	height: 20px;
	filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(339deg) brightness(87%) contrast(84%);
}
.wish-com-block .btn-wishlist img {
	height: 20px;
}

#button-cart > i{
	font-size: 20px !important;	
}
#button-cart{
	cursor: pointer;
	color: white !important;
	text-decoration: none !important;
	border: 1px solid #519c1c;
	margin-left: 0px;
	display: block;
	margin-bottom: 10px;
}
div.caption > h4 > a{
	color:#666;
	font-weight:400;
}

div.caption > h3 {
	color:#999;
	text-align:center;
}
.old-price {
	color:#6b7080 !important;
	text-decoration: line-through !important;
	font-size: 18px;
}
.new-price {
	color:#ca0e0e !important;
	text-decoration: none !important;
	margin-top: 5px;
	font-size: 28px;
	font-weight: 600;
}

.price-standard{
	color:#444;
	font-size: 18px;
}
td > h2 > li.price + td > h2 > li.price{
	color:#690404 !important;
	font-size: 24px;
	font-weight: 600;
}
td:nth-child(n) > h2 > li.price{
	color:#690404 !important;
	font-size: 24px!important;
	font-weight: 600;
}
td:nth-child(2n) > h2 > li.price{
	color:#db6f4c !important;
	font-size: 24px!important;
	font-weight: 600;
}
.discount_string{
	white-space: nowrap;
}

.category_review_num{
	padding: 2px 5px 2px 5px;
	background-color: #ffd000;
	border-radius: 5px;
}
.category_price_inline{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.phones {
	/* font-size: 120%; */
	font-weight: bold;
	color: black;
	margin: 0;
	display:inline-block;
	width: 140px;
	margin-right: 30px;
}
.phones > p{
	/* text-align: center;  */
	padding-left: 14px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
}
.splitter{
	display: inline-block;
	width: 5px;
	border: 1px solid #C0C0C0;
	height: 66px;
	border-radius: 5px;
	background-color: #c9c9c9;
	box-shadow: 0px 0px 0px 1px #C0C0C0;
	content: '';
	margin-left:auto;
	margin-right:auto;
}

.no-padding{
	padding-left:0px;
	padding-right:0px;
}
.working-time {
	display: inline-block;
	margin-left: 30px;
}
.working-time > p{
	font-weight: bold;
	color: black;
	margin: 0;
	width: 180px;
}
.working-time-capion > p{
	font-weight: bold;
	color: black;
	margin: 0;
	
}

.nav.navbar-nav.navbar-right > li > a{
	color:white;
}
.nav.navbar-nav.navbar-right > li > a:hover{
	color:#777;
}
/* #ec3632 */
.col-manufacturer.boxshadow{
	box-shadow: 0 1px 4px rgba(0,0,0,.5);
	margin:5px auto 5px auto;
	background-color: #fff;
	border: 1px black;
	max-width: 190px;
	border-radius: 4px;
}
.col-manufacturer.boxshadow:hover{
	background-color: #08b51a;
	font-weight: bold;
}
.col-manufacturer.boxshadow > a{
	color: #555;	
}
.col-manufacturer.boxshadow > a:hover{
	color: white;
}
.col-manufacturer.boxshadow > a > div{
	color:inherit;
}
.img-thumbnail + div {
	text-align: center;
	border: 1px solid rgb(144, 156, 136);
	/* background-color: #c50404; */
	background-color: inherit;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	color: inherit!important;
	padding: 2px;
	/* border: solid 1px; 
	border-color: inherit;*/
	border-top-width: 0px;
	text-transform: uppercase;
	font-weight: bold;
	
}
.img-thumbnail + div:hover {
	/* color: white; */
}
.col-manufacturer.boxshadow > a > img.img-thumbnail{
	border-color:#909c88;
	/* border-color: #000; */
	border-width: 1px;
	height: 100px;
	width: 100%;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.nav.navbar-nav{
	text-transform: uppercase;
}
div.row > div.col-sm-3.col-xs-12{
	transition-duration: 5s;
	border-color: black;
}
div.row > div.col-sm-3.col-xs-12:hover {
	top: -5px!important;
}
div.row > div.col-sm-3.col-xs-12 {
	transition-duration: .5s;
}
.owl-controls.clickable {
	/* background-color: #eee; */
}
.owl-pagination{
	top: 5px !important;
}

.product-thumb:hover{
	/* box-shadow: 6px 10px 9px -1px #08b51a; 
	border-color: #2a6f20;*/
	transform:translate(-3px, -3px);
}
.product-thumb {
	border-radius: 5px;
	box-shadow: 6px 10px 9px -1px gray;
	transition-duration: .5s;
	position:relative;
}
.product-thumb > div.image > a {
	background-color: white;
}

/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
.dropdown-inner > ui > li{
	background-color: black!important;
}
.navbar-collapse.collapse.in{

}
.navbar-nav > li > a {
    padding-top: 3px;
    padding-bottom: 0px;
}
.navbar.top{
    height: 44px !important;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 8px;
}
.form-control {

}
.form-control:focus {
  /* border-color: red; */
  outline: none;
}
.btn.btn-default.btn-lg{

}
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: black;
	/* color: #909c88; */
}
a:hover {
	text-decoration: none;
	color: #08b51a;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #08b51a;
	/* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #676b68;
	border-bottom: 1px solid #e2e2e2;
	padding: 0px 0px 0px 0;
	margin: 0 0 10px 0;
	min-height: 27px;
	color:white;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: white;
	/* text-shadow: 0 1px 0 #FFF; */
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	/* text-decoration: underline !important; */
	padding-top: 6px;
}
.underline:hover {
  /* border-bottom: 1px solid currentColor; */
  text-decoration: underline !important;
  color: white !important;
  font-weight: bold;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
	padding-top: 15px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
	height: 40px;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
@media (max-width: 460px) {
	.short-attributes-list {
		font-size: 12px;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	/* font-family: -apple-system, Roboto, Verdana, sans-serif; */
	font-family: Roboto Condensed, Verdana, sans-serif;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #2a6f20, #08b51a);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
	font-size: larger;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
.navbar-toggle {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

.medal{
	padding-right: 20px;
}
.vertical-center{
	padding-top:14px;
}
@media screen and (max-width: 1200px) {
	.front-img > img {
		/* height: 460px; */
	}
	.vertical-center{
		padding-top:0px;
	}
	.medal > img{
		height: 64px;
		margin-top: 13px;
		margin-bottom: 18px;
	}
	.phones > p {
		/* text-align: center; */
		margin: 2px 0px 0px 15px;
		padding-left: 0px;
	}
	#logo{
		padding:0px;
		margin:0px;
	}

}

@media screen and (max-width: 992px) {
	.medal{
		display: none;
	}
	.price{
		font-size:26px;
	}
	.phones {
	margin-top: 5px;
	margin-bottom: 15px;
    font-weight: bold;
    color: black;
	}
	.phones > p>img{
		padding: 3px 3px 3px 3px !important;
	}
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	.phones{
		width: 155px;
		margin-right: 8px;
	}
	.working-time{
		margin-left: 5px;
	}
	.working-time, .phones{
		font-size:120%;
	}
	.mfp-arrow-left {
		left: 20%!important;
	}
	.mfp-arrow-right {
		right: 20%!important;
	}
	
}
@media (min-width: 990px) {
	.ocf-option-name,.ocfilter-option{
		font-size: 110%!important;
	}
	.filter-option-header{
		margin-bottom:5px;
	}
}
@media (max-width: 767px) {
	.center-767{
		text-align:center;
		}
	#working-time{
		padding-left: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left:0px;
	}
	.manufucturer-logo{
		height: auto; 
		max-width: 150px;
	}
	.splitter{
		margin-left:10px;
		margin-right:10px;
	}
	body{
		font-size: 12px;
		line-height: 18px;
	}
	#logo > a > img.img-responsive{
		margin-left: auto;
		margin-right: auto;
	}
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	.phones > p{
		margin-left: 0px;
		padding-left: 0px;
	}
	/* .breadcrumb > li::after{ */
		/* content: '>'; */
		/* display: block; */
		/* position: absolute; */
		/* top: 0px; */
		/* right: 0px; */
		/* width: 0px; */
	/* } */
	
	
	.breadcrumb > li::after {
		content: '';
		display: block!important;
		position: absolute!important;
		top: 6px!important;
		right: 5px!important;
		width: 12px!important;
		height: 10px!important;
		border-right: 1px solid #DDD!important;
		border-bottom: 1px solid #DDD!important;
		-webkit-transform: rotate(-45deg)!important;
		-moz-transform: rotate(-45deg)!important;
		-o-transform: rotate(-45deg)!important;
		transform: rotate(-45deg)!important;
	}	
	
	.breadcrumb > li{
		padding-left:10px;
		
	}
	
	
}

.right-pannel{
	padding:0px;
}
@media (max-width: 600px) {
	.right-pannel{
		padding:15px;
	}
}
@media (max-width: 600px) {
	.nav-nav-tabs{
		padding-left:3px!important;	
	}
	.nav-nav-tabs > li{
		padding: 14px 0px 5px 4px !important;	
		font-size:90%;
	}
	
	
}
@media (max-width: 455px) {
	.phones{
		margin: 0px 0px 0px 0px !important;
		padding: 0px 0px 0px 0px !important;
		width:125px;
	}
	.splitter{
		margin: 0px 8px 0px 5px !important;
		padding: 0px 0px 0px 0px !important;
	}
	.working-time{
		margin: 0px 0px 0px 0px !important;
		padding: 0px 0px 0px 0px !important;
	}
	
}
@media (max-width: 364px) {
	.phones{
		margin: 0px 0px 0px 0px !important;
		padding: 0px 0px 0px 0px !important;
		min-width:120px;
	}
	.splitter{
		
		margin: 10px auto 10px auto !important;
		padding: 0px 0px 0px 0px !important;
		display:block;
		width:50px;
		height:1px;
		text-align:center;
	}
	.working-time{
		/* text-align:center; */
		margin: 0px 0px 15px 0px !important;
		padding: 0px 0px 0px 0px !important;
		min-width:150px;
	}
	.working-time-caption{
		padding-left: 36px;
	}
	#button-cart2 > span{
		display:none;
	}
	#button-cart2{
		margin: 8px 0px 0px 0px !important;
	}
	.front-img > img {
		height: auto;
	}
	.pluso {
		margin-left: -50px;
	}
	.adition-wrp {
		position: relative;
		overflow: hidden;
		height: 228px;
	}
}
@media (max-width: 415px) {
	.adition-wrp {
		height: 270px;
	}
}
@media (max-width: 364px) {
	.adition-wrp {
		height: 200px;
	}
}

/* content */
#content {
	/* min-height: 400px; */
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
	padding-left: 15px;
	padding-right: 15px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	font-weight:500;
	color: black !important;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	/* padding: 7.5px 12px; */
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: #ff2727;
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #4ab70b;
	/* background-image: linear-gradient(to bottom, #444444, #222222); */
	background-repeat: repeat-x;
	/* border-color: #222222 #222222 #000000; */
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #2a6f20;
	/* background-image: linear-gradient(to bottom, #333333, #111111); 
	 #ca0d0d; #ff2727;
	*/
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	height: 283px;
}
.product-list .product-thumb .caption {
	margin-left: 150px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 180px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
	#tab-specification{
	background-color:#fff;
	/* border: 1px solid #ddd; */
	padding: 25px 5px 0px 5px !important;
}
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
.caption > .rating{
	justify-content: center;
	display: flex;
	align-items: center;
	position: relative;
	top: 0px;
	text-align: center;
}


h2.price {
	margin: 0;
}
.product-thumb{
	/* z-index:100; */
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	/* border-top: 1px solid #ddd;
	background-color: #eee; */
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.price > h2{
	text-align: center;
} 
.old-price > h2 {
	text-align:left;
}
.caption > h4{
	text-align: center;
}
.only_new_price > h2{
	text-align: center!important;
}
.caption > ui > li > h2{
	text-align: center;
}
.img-caption{
	height:228px;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group button {
	width: 45%! important;
	border: none;
	display: inline-block;
	float: left;
	background-color: #ffc74f;
	color: #000;
	line-height: 33px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	height: 38px;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-bottom: 5px;
	border-radius: 5px;
}
.product-thumb .button-group button + button {
	/* width: 50%; */
	/* border-left: 1px solid #ddd; */
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #08b51a;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		/* width: 50%; */
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		/* width: 50%; */
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	/* margin-left: 20px; */
}
.thumbnails {
	/* margin-left: -20px; */
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 83px;
	list-style-type: none;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.front-img > img {
		height: 290px;
	}
	
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {

    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.iframe_left_arrow {
    left: 0% !important;
}
.iframe_right_arrow {
    left: 90%;
}

.adition-video-set {
	display: flex;
	position: absolute;
	bottom: 0;
	right: 0;
	gap: 10px;
}
.thumbnails {
	position: relative;
}
.video-icon {
	max-width: 35px;
}
.video-icon + p{
	font-weight: 800;
	margin: 0;
	font-size: 12px;
}
.tab-video{
	padding: 25px 40px 0px 40px !important;
}
.video-additional{
	border: 1px solid #ddd;
	padding: 3px;
	border-radius: 6px;
}
.video-additional:hover {
    border-color: #337ab7;
}
.video-link{
	text-align: center;
}
.instruction-list {

    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    gap: 10px;

}
.instruction-link {

    display: flex;
	flex-direction: column;
	align-items: center;

}
.instruction {

    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 6px;

}
.instruction:hover {

	border-color: #337ab7;

}
.instruction-icon {
	max-width: 35px;
}
.instruction-icon + p{
	font-weight: 800;
	margin: 0;
	font-size: 12px;
}

/* 
	Selections Form
*/
.selections-form-bg {
	display: none;
	background-color: #000;
	opacity: 0.5;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999998;
}
.selections-form-bg.active {
	display: block;
}
.selections-form {
	display: none;
	position: fixed;
    z-index: 9999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.selections-form.active {
	display: block;
}
.selections-form .how-contact {
	display: flex;
	justify-content: space-around;
}
.selections-form .how-contact label {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.selections-form .how-contact label img {
	width: auto;
	height: 30px;
	margin-right: 10px;
}
.selections-form input[type=submit] {
	margin: 0 auto;
    display: block;
}

.selections-form .list-group-item {
	display: flex;
}
.selections-form .list-group-item input {
	border-right: none;
    border-radius: 4px 0 0 4px;
}
.selections-form .list-group-item .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	width: 50px;
	background-color: #f5f5f5;
    border: 1px solid #ccc;
}
.selections-form .list-group-item .icon img {
	height: 10px;
}
.mobile-selections-form {
	display: none;
}
.mobile-selections-form .form-button {
	width: 100%;
	margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #ffd000;
	font-size: 14px;
}

.mobile-selections-form .selections-form-section {
	overflow: hidden;
    height: auto;
    max-height: 0px;
}
.mobile-selections-form .selections-form-section.active {
	max-height: 1000px;
}

@media(max-width: 767px) {
	.mobile-selections-form {
		display: block;
	}
}

.dropdown-menu{
	min-width: unset;
}

.nav > li.dropdown {
	position: relative;
}

/* --------------- */

#top .navbar-nav .open .dropdown-menu {
	background-color: #fff;
}

.heading-2{
	box-sizing: border-box;
	color: rgb(68, 68, 68);
	font-family: "Roboto Condensed", sans-serif;
	font-size: 27px;
	font-weight: 600;
	line-height: 29.7px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;
}

/* MOBILE REDESIGN */

.ocfilter-mobile-handle {
	position: sticky;
	top: 5px;
	z-index: 999;
}
.ocfilter-mobile-handle .form-button {
	width: 100%;
	margin: 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: white;
	background-color: #229ac8 !important;
	font-size: 14px;
}

.special-price {
	background: #519c1c26;
	margin-top: 10px;
	padding: 10px;
	width: 100%;
	border-radius: 5px;
	font-size: 18px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.special-price	span {
	color: #ca0e0e;
	font-size: 22px;
	font-weight: 600;
}

:root {
	--hh: 62px;
}

@media (min-width: 768px) {
	.desk-hidden {
		display: none !important;
	}
}

@media (max-width: 767.98px) {
	body {
		padding-top: calc(var(--hh) + 24px);
	}

	body.main-nav-active {
		overflow: hidden;
		height: 100vh;
	}

	.modal {
		top: calc(var(--hh) + 12px);
	}

	.container {
		padding:0 24px;
	}

	.mob-hidden {
		display: none !important;
	}

	/* MAIN HEADER */
	.main-header {
		background-color:#fff;
		position: fixed;
		top:0;
		left:0;
		width: 100%;
		height: var(--hh);
		z-index: 999999999;
		box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	}

	.main-header__inner {
		display: flex;
		align-items: center;
		padding:12px 0;
	}

	.main-header__nav-toggle {
		width: 20px;
		height: 20px;
		background-color: transparent;
		border:none;
		border-radius:0;
		outline: none;
		padding:0;
		margin-right: 16px;
		flex:0 0 20px;
	}

	.main-header__nav-toggle span {
		width: 100%;
		display: block;
		height: 2px;
		background-color: #000;
		border-radius:2px;
		transition: transform .2s ease-in-out;
	}

	.main-header__nav-toggle span:nth-child(2) {
		margin:6px 0;
	}

	.main-header__nav-toggle.active span:nth-child(2) {
		display: none;
	}

	.main-header__nav-toggle.active span:nth-child(1) {
		transform: translateY(1px) rotate(-45deg);
	}

	.main-header__nav-toggle.active span:nth-child(3) {
		transform: translateY(-1px) rotate(45deg);
	}

	.main-header__logo {
		max-width: 90px;
	}

	.main-header__extra {
		display: flex;
		align-items: center;
		margin-left:auto;
		gap:16px;
	}

	.main-header__button {
		width: 20px;
		height: 20px;
		background-color: transparent;
		border:none;
		border-radius:0;
		outline: none;
		padding:0;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		flex: 0 0 20px;
	}

	.main-header__button svg {
		display: block;
		width: 100%;
		height: auto;
	}

	.main-header__button-counter {
		width: 14px;
		height: 10px;
		border-radius:5px;
		font-weight: 700;
		font-size: 7px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		color:#fff;
		background-color: rgba(33, 164, 61, 1);
		position: absolute;
		top:-3px;
		right:-5px;
	}

	input[type="button"].main-header__button-counter {
		padding:0;
		border:none;
		outline:none;
		line-height: 1.09;
	}

	input[type="button"][value="0"].main-header__button-counter {
		display: none;
	}

	#cart-mobile .main-header__button:hover {
		background:none;
		box-shadow:none !important;
	}

	#cart-mobile .dropdown-menu {
		width: calc(100% - 30px);
		top: calc(var(--hh) + 12px);
		position: fixed;
		right: 15px;
	}

	#cart-mobile .dropdown-menu li p {
		margin: 20px 0;
	}

	#cart-mobile .dropdown-menu li > div {
		min-width: 100%;
		padding: 0 10px;
	}

	/* MAIN NAV */
	.main-nav {
		position: fixed;
		top: var(--hh);
		left:0;
		width: 100%;
		height: calc(100% - var(--hh));
		background-color:#fff;
		overflow:hidden;
		z-index: 999999997;
		padding:28px 0;
		transform: translateY(-100%);
		opacity: 0;
		transition: transform .2s ease-in-out, opacity .2s ease-in-out;
	}

	.main-nav a {
		outline:none !important;
	}

	.main-nav.active {
		opacity: 1;
		transform: translateY(0);
	}

	.main-nav__wrapper {
		overflow: auto;
		height: 100%;
	}

	.main-nav__list {
		list-style: none;
		padding:0;
	}

	.main-nav__lang {
		margin-top: 28px;
	}

	.main-nav__lang > a {
		display: flex;
		align-items: center;
		line-height: 1;
		gap: 10px;
		padding:6px;
		font-size: 18px;
		text-transform: uppercase;
		font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
		font-weight: 600;
		border:1px solid rgba(238, 238, 238, 1);
		max-width: fit-content;
		border-radius: 6px;
	}

	.main-nav__lang .dropdown-menu > li > a {
		text-transform: uppercase;
	}

	.main-nav__list-item > a {
		color:rgba(33, 164, 61, 1);
		font-size: 18px;
		line-height: 1;
		margin-bottom: 8px;
		text-transform: uppercase;
		font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
		font-weight: 600;
		display: flex;
		gap:12px;
		padding:8px 0;
		align-items: center;
	}

	.main-nav__list-item.has-children > a::after {
		content:"";
		background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNSAzTDcuNSA2TDQuNSA5IiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+");
		background-size: 100%;
		background-position: center;
		width: 12px;
		height: 12px;
		display: block;
		margin-left:auto;
	}

	.main-nav__list-item > a > img {
		width: 40px;
		height: 40px;
		display: block;
		flex:0 0 40px;
	}

	.main-nav__list-item-children {
		position: absolute;
		top: 0;
		left:0;
		width: 100%;
		height: 100%;
		overflow:auto;
		background-color:#fff;
		z-index: 999999998;
		padding:16px 24px;
		transform: translateX(100%);
		transition: transform .2s ease-in-out;
	}

	.main-nav__list-item-children.active {
		transform: translateX(0);
	}

	.main-nav__list-item-children > a.backlink {
		color:rgba(33, 164, 61, 1);
		font-size: 18px;
		line-height: 1;
		text-transform: uppercase;
		font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
		font-weight: 600;
		display: flex;
		align-items: center;
		gap:12px;
		padding:8px 0;
		margin-bottom: 12px;
	}

	.main-nav__list-item-children > a.backlink::before {
		content:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNSA5TDQuNSA2TDcuNSAzIiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+");
		display: block;
	}

	.main-nav__list-item-children > ul {
		display: flex;
		flex-wrap:wrap;
		gap:6px;
		list-style: none;
		padding:0;
	}

	.main-nav__list-item-children > ul > li {
		flex: 0 0 calc(50% - 3px);
		border:1px solid rgba(238, 238, 238, 1);
		min-height: 60px;
		border-radius:6px;
	}

	.main-nav__list-item-children > ul > li > a {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		gap:6px;
		padding:16px 3px;
		text-transform: uppercase;
		font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
		font-weight: 700;
	}

	.main-nav__list-item-children > ul > li > a img {
		display: block;
		width: 38px;
		height: auto;
		flex: 0 0 38px;
	}

	/* SEARCH */
	.main-search {
		position: fixed;
		top:calc(var(--hh) + 12px);
		width: calc(100% - 48px); /* paddings 24 + 24 */
		left:24px;
		background-color:#fff;
		border:1px solid rgba(69, 122, 178, 1);
		border-radius:10px;
		box-shadow:0 4px 10px rgba(0,0,0, .15);
		z-index:999999999;
		opacity: 0;
		visibility: hidden;
		overflow:hidden;
		pointer-events: none;
		transform:translateY(40px);
		transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s ease-in-out;
	}

	.main-search.active {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}

	.main-search #search {
		display: flex;
		width: 100%;
		margin:0;
	}

	.main-search #search .input-group-btn {
		order:-1;
		flex:0 0 16px;
		width: 48px;
		display: block;
	}

	.main-search #search .input-group-btn button {
		color:#000;
		background:none;
		border:none;
		border-radius: 0;
		outline: none;
		box-shadow: none;
		width: 100%;
		height: 100%;
		display: flex;
		text-align: center;
		justify-content: center;
		align-items: center;
		padding:0 12px;
	}

	.main-search #search .input-group-btn button i {
		display: none;
	}

	.main-search #search .input-group-btn button::after {
		content:"";
		width: 16px;
		height: 16px;
		background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 14L11.1067 11.1067' stroke='black' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.33333 12.6667C10.2789 12.6667 12.6667 10.2789 12.6667 7.33333C12.6667 4.38781 10.2789 2 7.33333 2C4.38781 2 2 4.38781 2 7.33333C2 10.2789 4.38781 12.6667 7.33333 12.6667Z' stroke='black' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
		background-size: 100%;
		background-position: center;
		display: block;
	}

	.main-search #search input[name="search"] {
		border-radius:0;
		border:none;
		outline:none;
		box-shadow: none;
		flex: 1 1 calc(100% - 48px);
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 400;
		font-size: 14px;
		color:#000;
		padding-left:0;
	}

	.main-search #livesearch_search_results {
		position: initial;
		margin:0;
		padding:0;
	}

	.main-search #livesearch_search_results img {
		display: none;
	}

	.main-search #livesearch_search_results li {
		border-bottom: none;
		border-top: 1px solid rgba(238, 238, 238, 1);
		padding:0;
	}

	.main-search #livesearch_search_results li a {
		padding: 10px 12px;
		min-height: auto;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 400;
		font-size: 14px;
	}

	.main-search #livesearch_search_results li a span {
		position: initial;
	}

	.main-search #livesearch_search_results li.more {
		padding-left:0 !important;
		padding-top:0 !important;
		justify-content: flex-start !important;
	}

	.main-search #livesearch_search_results li.more > a {
		width: 100% !important;
		display: flex;
		align-items: center;
		padding: 10px 12px;
		border-radius: 0;
		background-color: transparent;
		color: #000 !important;
		font-weight: 600;
		justify-content: space-between;
	}

	.main-search #livesearch_search_results li.more > a::after {
		content:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 3L7.5 6L4.5 9' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
		width: 12px;
		height: 15px;
		display: block;
	}

	/* CATEGORY PAGE */
	.breadcrumb {
		background-color: transparent;
		border: none;
		padding: 0;
		border-radius: 0;
		margin-bottom: 28px;
		display: flex;
		flex-wrap: wrap;
	}

	.breadcrumb > li {
		display: inline-flex;
		padding:0;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 400;
		font-size: 12px;
	}

	.breadcrumb > li:after {
		content: "/";
		border: none !important;
		position: initial !important;
		width: auto !important;
		height: auto !important;
		transform: none !important;
		margin:0 4px;
		color:rgba(153, 153, 153, 1) !important;
	}

	.breadcrumb > li:last-of-type:after {
		display: none !important;
	}

	.breadcrumb > li > a {
		display: flex;
		align-items: center;
		color:rgba(153, 153, 153, 1);
	}

	.breadcrumb > li:first-of-type > a > i {
		display: none;
	}

	.breadcrumb > li:first-of-type > a:after {
		content:"";
		width: 12px;
		height: 12px;
		display: block;
		background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_98_24)'%3E%3Cpath d='M7.5 10.5V6.5C7.5 6.36739 7.44732 6.24021 7.35355 6.14645C7.25979 6.05268 7.13261 6 7 6H5C4.86739 6 4.74021 6.05268 4.64645 6.14645C4.55268 6.24021 4.5 6.36739 4.5 6.5V10.5' stroke='%23999999' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 5C1.49997 4.85454 1.53167 4.71081 1.59289 4.57886C1.65412 4.44691 1.7434 4.3299 1.8545 4.236L5.3545 1.236C5.53499 1.08346 5.76368 0.999763 6 0.999763C6.23632 0.999763 6.46501 1.08346 6.6455 1.236L10.1455 4.236C10.2566 4.3299 10.3459 4.44691 10.4071 4.57886C10.4683 4.71081 10.5 4.85454 10.5 5V9.5C10.5 9.76522 10.3946 10.0196 10.2071 10.2071C10.0196 10.3946 9.76522 10.5 9.5 10.5H2.5C2.23478 10.5 1.98043 10.3946 1.79289 10.2071C1.60536 10.0196 1.5 9.76522 1.5 9.5V5Z' stroke='%23999999' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_98_24'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
		background-size:100%;
		background-position: center;
		transform: translateY(-1px);
	}

	.category-actions {
		display: grid;
		grid-template-columns: calc(40% - 3px) calc(60% - 3px);
		gap:6px;
	}

	.category-actions .grid-40 {
		grid-column: span 1;
	}

	.category-actions .grid-60 {
		grid-column: span 1;
	}

	.category-actions .grid-100 {
		grid-column: 1 / -1;
	}

	.category-actions .ocf-filter-toggle > i.fa {
		display: none;
	}

	.ocf-offcanvas.ocfilter-mobile {
		top: var(--hh);
		height: calc(100% - var(--hh));
	}

	body[class^="product-category"] h1 {
		margin-top: 0;
		margin-bottom: 22px;
		font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
		font-weight: 700;
		font-size: 18px;
		color:#000;
	}

	.category-actions .ocf-filter-toggle {
		background-color: rgba(238, 238, 238, 1) !important;
		color:#000;
		font-size: 14px;
		font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
		font-weight: 600;
		border:none;
		border-radius:6px;
		padding:8px;
	}

	.category-actions #input-sort-mobile {
		padding:6px;
		color:#000;
		font-size: 14px;
		font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
		font-weight: 600;
		box-shadow: none !important;
		border-color: rgba(238, 238, 238, 1) !important;
		border-radius:6px;
	}

	.category-actions .mobile-selections-form > button {
		margin:0;
		background-color: rgba(247, 200, 101, 1);
		border-radius:6px;
		border:none;
		padding:8px;
		color:#000;
		font-size: 14px;
		font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
		font-weight: 600;
		outline: none !important;
	}

	.category-actions #selections-form-main {
		background-color: #fff;
		position: relative;
	}

	.category-actions #selections-block p.panel-heading {
		display: none;
	}

	.category-actions #selections-block {
		border-color: rgba(247, 200, 101, 1) !important;
		border-radius:6px;
		padding: 12px !important;
	}

	.category-actions #selections-block > .box-content {
		margin:0 !important;
	}

	.category-actions #selections-block > .box-content > .pull-right {
		float: none !important;
	}

	.category-actions #selections-block > .box-content > .pull-right > a > span.btn-calories {
		margin: 12px 0 0 !important;
		border: none;
		outline: none;
		border-radius:6px !important;
		background-color: rgba(247, 200, 101, 1) !important;
		text-align: center;
		padding:8px !important;
		color:#000;
		font-size: 14px;
		font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
		font-weight: 600;
	}

	.category-actions #selection-block-close {
		margin-left:auto;
		display: flex;
		padding:1px 12px;
		color:#000;
		font-size: 14px;
		font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
		font-weight: 600;
		background-color: rgba(238, 238, 238, 1);
		border:none;
		outline:none;
		border-radius:6px;
	}

	.category-actions #selections-block > .box-content table {
		border-collapse: separate;
		border-spacing: 0 10px;
	}

	.category-actions #selections-block > .box-content tbody tr {

	}

	.category-actions #selections-block > .box-content tbody tr th {
		color:#000;
		font-size: 14px;
		font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
		font-weight: 600 !important;
	}

	.category-actions #selections-block > .box-content tbody tr th > input,
	.category-actions #selections-block > .box-content tbody tr th > select {
		height: 32px !important;
		width: 100% !important;
		margin: 0 !important;
		border:1px solid rgba(238, 238, 238, 1);
		outline:none !important;
		border-radius:6px;
		text-align: center;
	}

	.category-actions #selections-block > .box-content tbody tr th:nth-of-type(3) {
		width: 32px;
		height: 32px;
		display: flex !important;
		align-items: center;
		justify-content: center;
		text-align: center;
		margin: 0 !important;
	}

	.products-wrapper > .row {
		margin: 0 !important;
		display: flex;
		flex-wrap:wrap;
		column-gap: 6px;
		row-gap: 12px;
	}

	.products-wrapper > .row::before, .products-wrapper > .row::after {
		display: none !important;
	}

	.products-wrapper > .row .product-layout {
		padding: 0 !important;
		float: none !important;
		flex: 0 0 calc(50% - 6px);
	}

	.products-wrapper > .row .product-layout .product-thumb {
		box-shadow:none;
		border-radius:6px;
		border-color:rgba(238, 238, 238, 1);
		margin-bottom: 0;
		height:100%;
		display: flex;
		flex-direction: column;
	}

	.product-thumb__info {
		flex:1;
		display: flex;
		flex-direction: column;
		padding:0 10px 15px;
	}

	.products-wrapper > .row .product-layout .product-thumb:hover {
		transform: none;
	}

	.products-wrapper > .row .product-layout .product-thumb .rating {
		position: absolute;
		top: 6px;
		right: 6px;
		flex-direction: column;
		gap:3px;
	}

	.products-wrapper > .row .product-layout .product-thumb .rating span.category_review_num,
	.products-wrapper > .row .product-layout .product-thumb .rating span.fa {
		display: none !important;
	}

	.products-wrapper > .row .product-layout .product-thumb .rating .cat-wish-com-block button {
		margin:0;
		width: 32px;
		height: 32px;
		border-radius:6px;
		border-color: rgba(238, 238, 238, 1);
		outline:none;
		background-color:#fff;
	}

	.products-wrapper > .row .product-layout .product-thumb .rating .cat-wish-com-block button.com::before,
	.products-wrapper > .row .product-layout .product-thumb .rating .cat-wish-com-block button.com::after,
	.products-wrapper > .row .product-layout .product-thumb .rating .cat-wish-com-block button.wish::before,
	.products-wrapper > .row .product-layout .product-thumb .rating .cat-wish-com-block button.wish::after {
		display: none;
	}

	.products-wrapper > .row .product-layout .product-thumb .present-sticker {
		width:32px;
		height:32px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius:6px;
		border:1px solid rgba(238, 238, 238, 1);
		outline:none;
		background-color:#fff;
		top:76px;
		right:6px;
		position: absolute;
	}

	.products-wrapper > .row .product-layout .product-thumb .present-sticker img {
		position:initial;
		width: 12px;
		height:12px;
		display:block;
	}

	.products-wrapper > .row .product-layout .product-thumb .caption {
		height: auto;
		display: flex;
		flex-direction: column;
		padding:0;
		margin-bottom: 8px;
	}

	.products-wrapper > .row .product-layout .product-thumb .image img {
		aspect-ratio: 1 / 1;
		height: auto;
	}

	.products-wrapper > .row .product-layout .product-thumb .caption .caption-title {
		margin:12px 0;
	}

	.products-wrapper > .row .product-layout .product-thumb .caption .short-attributes-list ul {
		margin-bottom: 0;
	}

	.products-wrapper > .row .product-layout .product-thumb .caption .short-attributes-list li {
		white-space: initial !important;
		display: flex;
		align-items: flex-start;
		gap:4px;
		font-size: 8px;
		margin-bottom: 4px;
		line-height: 1.2;
	}

	.products-wrapper > .row .product-layout .product-thumb .caption .short-attributes-list li img {
		display: none;
	}

	.products-wrapper > .row .product-layout .product-thumb .caption .short-attributes-list li::before {
		content:url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 1.5L2.25 4.25L1 3' stroke='%2371E68B' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		width: 6px;
		height: 6px;
		display: block;
	}

	.products-wrapper > .row .product-layout .product-thumb .caption .caption-model {
		margin:0 0 12px;
	}

	.products-wrapper > .row .product-layout .product-thumb .button-group {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top:auto;
		height: auto;
		overflow: initial;
	}

	.products-wrapper > .row .product-layout .product-thumb .button-group button[onclick^="window.location"] {
		display: none !important;
	}

	.products-wrapper > .row .product-layout .product-thumb .button-group button[onclick^="cart.add"] {
		width: 28px !important;
		height: 28px;
		background-color: rgba(247, 200, 101, 1);
		margin:0;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius:6px;
	}

	.products-wrapper > .row .product-layout .product-thumb .button-group button[onclick^="cart.add"] i.fa {
		display: none;
	}

	.products-wrapper > .row .product-layout .product-thumb .button-group button[onclick^="cart.add"]::before {
		content:"";
		width: 12px;
		height: 12px;
		display: block;
		background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11C4.27614 11 4.5 10.7761 4.5 10.5C4.5 10.2239 4.27614 10 4 10C3.72386 10 3.5 10.2239 3.5 10.5C3.5 10.7761 3.72386 11 4 11Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 11C9.77614 11 10 10.7761 10 10.5C10 10.2239 9.77614 10 9.5 10C9.22386 10 9 10.2239 9 10.5C9 10.7761 9.22386 11 9.5 11Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.025 1.02502H2.025L3.355 7.23502C3.40379 7.46245 3.53033 7.66576 3.71285 7.80995C3.89537 7.95414 4.12245 8.0302 4.355 8.02502H9.245C9.47258 8.02466 9.69324 7.94667 9.87051 7.80394C10.0478 7.66122 10.1711 7.46229 10.22 7.24002L11.045 3.52502H2.56' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		background-size: 100%;
		background-position: center;
	}

	.products-wrapper > .row .product-layout .product-thumb .button-group .category_price_inline {
		margin: 0;
		text-align: left;
	}

	.products-wrapper > .row .product-layout .product-thumb .button-group .category_price_inline .heading-2 {
		font-size: 16px;
		font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
		font-weight: 700;
		line-height: 1.1;
		margin:0;
	}

	.products-wrapper > .row .product-layout .product-thumb .button-group .category_price_inline .old-price h4 {
		font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
		font-weight: 700;
		line-height: 1.1;
		margin:0;
		color:rgba(153, 153, 153, 1);
		font-size: 8px;
	}

	.products-wrapper > .row .product-layout .product-thumb .button-group .category_price_inline .new-price .heading-2 {
		color:rgba(197, 8, 12, 1);
	}

	.products-wrapper > .row .product-layout .product-thumb .button-group .category_price_inline.out-of-stock {
		font-size: 14px;
		font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
		font-weight: 700;
		line-height: 1.1;
		color:rgba(197, 8, 12, 1);
	}

	.pagination-container {
		text-align: center;
		margin-top: 24px;
	}

	.pagination-container ul.pagination {
		display: flex;
		justify-content: center;
		flex-wrap:wrap;
		gap:6px;
	}

	.pagination-container ul.pagination li > span,
	.pagination-container ul.pagination li > a {
		border-radius: 6px;
		border:1px solid rgba(238, 238, 238, 1);
		padding:0;
		width: 28px;
		height: 28px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		line-height: 1;
	}

	.category-description * {
		font-family: 'Open Sans Condensed', 'Open Sans', sans-serif !important;
		line-height: 1.3 !important;
	}

	#category-description-toggle {
		font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
		font-weight: 400;
		line-height: 1;
		display: flex;
		align-items: center;
		gap:4px;
		color:#000;
		margin-left:15px;
		background:none;
		border:none;
		outline:none;
		font-size: 12px;
		opacity: .4;
		padding:0;
		margin-top: 10px;
	}

	/* PRODUCT PAGE	*/
	body[class^="product-product"] h1.product_title {
		margin: 0 0 22px !important;
		font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
		font-weight: 700;
		font-size: 18px;
		color:#000;
	}

	body[class^="product-product"] h1.product_title + br {
		display: none;
	}

	.ps-mobile {
		overflow:hidden;
		position: relative;
		padding-bottom:32px;
		margin-bottom: 12px;
	}

	.ps-mobile .slick-track {
		display: flex;
	}

	.ps-mobile__slide img {
		width: 100%;
		aspect-ratio: 1 / 1;
		display: block;
		object-fit: contain;
	}

	.ps-mobile__arrow {
		position:absolute;
		top:50%;
		z-index: 10;
		width: 32px;
		height: 32px;
		display: flex;
		align-items: center;
		justify-content: center;
		border:1px solid #EEEEEE;
		border-radius:6px;
		background-color:#fff;
		transform:translateY(-12px);
		outline:none;
	}

	.ps-mobile__arrow.slick-disabled {
		opacity: .3;
	}

	.ps-mobile__arrow svg {
		display: block;
	}

	.ps-mobile__arrow-prev {
		left:0;
	}

	.ps-mobile__arrow-next {
		right:0;
	}

	.ps-mobile .slick-dots {
		position: absolute;
		bottom:0;
		list-style: none;
		padding:0;
		display: flex;
		gap:4px;
		align-items: center;
		margin-bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.ps-mobile .slick-dots li {
		width: 8px;
		height: 8px;
		border-radius:50%;
		background-color:#EEEEEE;
		transform:scale(.75);
		transition: transform .2s ease-in-out;
	}

	.ps-mobile .slick-dots li.slick-active {
		transform: scale(1);
		background-color:#457AB2;
	}

	.ps-mobile .slick-dots li button {
		display: none;
	}

	.product-stickers {
		position: absolute;
		top:0;
		left:0;
	}

	.product-sticker.video-additional {
		border:1px solid #EEEEEE;
		padding:6px;
		background-color:#fff;
	}

	.product-sticker.video-additional > a {
		display: flex;
		align-items: center;
		font-family:'Open Sans Condensed', 'Open Sans', sans-serif;
	}

	.product-sticker.video-additional > a > p {
		font-weight: 400 !important;
	}

	.product-sticker.video-additional img {
		display: block;
		width: 20px;
		height: 20px;
		margin-right: 2px;
	}

	.product-actions {
		position: absolute;
		top:0;
		right:0;
		display: flex;
		gap:5px;
	}

	.product-actions__button {
		width: 32px;
		height: 32px;
		display: flex;
		align-items: center;
		justify-content: center;
		border:1px solid #EEEEEE;
		background-color:#fff;
		border-radius:6px;
	}

	.product-actions__button img {
		width: 15px;
		height: auto;
	}

	.product-tablets {
		display: flex;
		flex-wrap:wrap;
		gap:4px;
		margin-bottom: 12px;
	}

	.product-tablets__item {
		padding:6px;
		border-radius:6px;
		border: 1px solid #EEEEEE;
		font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: 400;
		color:#000;
		display: flex;
		align-items: center;
		min-height: 36px;
	}

	.product-tablets__item--rating .rating-stars {
		margin-right: 6px;
	}

	.product-tablets__item--stock-status .stock-status-yes {
		font-weight: 400;
		color:#21A43D;
		font-size: 12px;
		display: flex;
		align-items: center;
		gap:4px;
	}

	.product-tablets__item--stock-status .stock-status-yes svg {
		display: block;
	}

	.product-tablets__item--manufacturer img {
		max-height: 22px;
	}

	.product-tablets__item--instruction a {
		display: flex;
		align-items: center;
		flex-direction: row;
		gap:4px;
	}

	.product-tablets__item--instruction a img {
		max-width: 22px;
		display: block;
	}

	.product-short-attributes {
		list-style: none;
		padding:0;
		margin:0 0 12px;
		display: flex;
		flex-direction: column;
		gap:6px;
	}

	.product-short-attributes li {
		display: flex;
		align-items: flex-start;
		gap:4px;
		color:#000;
		font-size: 14px;
		font-weight: 400;
	}

	.product-short-attributes li::before {
		content:"";
		width: 12px;
		height: 12px;
		background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3L4.5 8.5L2 6' stroke='%2321A43D' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		transform: translateY(2px);
	}

	.product-price {
		margin-bottom: 22px;
	}

	.product-price__inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.product-price__label {
		font-size: 14px;
		font-weight: 600;
		font-family: 'Open Sans Condensed', 'Open sans', sans-serif;
		line-height: 1;
	}

	.product-price__value .price {
		font-weight: 700;
		font-family: 'Open Sans Condensed', 'Open sans', sans-serif;
		line-height: 1;
		font-size: 22px;
		color:#444444;
	}

	.product-discount-stickers {
		position: absolute;
		top: 40px;
		display: flex;
		flex-direction: column;
		gap: 6px;
	}

	.product-buttons {
		margin:0 0 22px;
	}

	.product-buttons__main {
		padding:0;
		width: 100%;
		display: flex;
		flex-direction: column;
		gap:6px;
		margin-bottom: 6px;
	}

	.product-buttons__main .bt {
		border:none !important;
		width: 100%;
		border-radius:6px;
		padding:10px;
		box-shadow:none;
		outline:none;
		font-family: 'Open Sans Condensed', 'Open sans', sans-serif;
		font-weight: 700;
		font-size: 14px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin:0 !important;
		min-height: 40px;
	}

	.product-buttons__main .bt i {
		display:none;
	}

	.product-buttons__main #button-cart {
		background-color:#649936;
	}

	.product-buttons__main #cart_discount {
		background-color:#EFC728;
	}

	.product-buttons__main #button-cart::before {
		content:"";
		width:14px;
		height:14px;
		background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66659 12.8333C4.98875 12.8333 5.24992 12.5722 5.24992 12.25C5.24992 11.9278 4.98875 11.6667 4.66659 11.6667C4.34442 11.6667 4.08325 11.9278 4.08325 12.25C4.08325 12.5722 4.34442 12.8333 4.66659 12.8333Z' stroke='white' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.0833 12.8333C11.4055 12.8333 11.6667 12.5722 11.6667 12.25C11.6667 11.9278 11.4055 11.6667 11.0833 11.6667C10.7612 11.6667 10.5 11.9278 10.5 12.25C10.5 12.5722 10.7612 12.8333 11.0833 12.8333Z' stroke='white' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.1958 1.19583H2.36247L3.91413 8.44083C3.97105 8.70617 4.11869 8.94336 4.33163 9.11158C4.54457 9.2798 4.8095 9.36853 5.0808 9.3625H10.7858C11.0513 9.36207 11.3087 9.27108 11.5156 9.10457C11.7224 8.93805 11.8662 8.70597 11.9233 8.44666L12.8858 4.1125H2.98663' stroke='white' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		background-size: 100%;
		background-position: center;
	}

	.product-buttons__main #cart_discount::before {
		content:"";
		width:14px;
		height:14px;
		background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66659 12.8333C4.98875 12.8333 5.24992 12.5722 5.24992 12.25C5.24992 11.9278 4.98875 11.6667 4.66659 11.6667C4.34442 11.6667 4.08325 11.9278 4.08325 12.25C4.08325 12.5722 4.34442 12.8333 4.66659 12.8333Z' stroke='black' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.0833 12.8333C11.4055 12.8333 11.6667 12.5722 11.6667 12.25C11.6667 11.9278 11.4055 11.6667 11.0833 11.6667C10.7612 11.6667 10.5 11.9278 10.5 12.25C10.5 12.5722 10.7612 12.8333 11.0833 12.8333Z' stroke='black' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.1958 1.19583H2.36247L3.91413 8.44083C3.97105 8.70617 4.11869 8.94336 4.33163 9.11158C4.54457 9.2798 4.8095 9.36853 5.0808 9.3625H10.7858C11.0513 9.36207 11.3087 9.27108 11.5156 9.10457C11.7224 8.93805 11.8662 8.70597 11.9233 8.44666L12.8858 4.1125H2.98663' stroke='black' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");		background-size: 100%;
		background-position: center;
	}

	.product-buttons__secondary {
		padding: 0;
		display: flex;
		width: 100%;
		gap: 6px;
	}

	.product-buttons__secondary #fast_order {
		flex:0 0 calc(50% - 3px);
		margin:0;
		box-shadow:none;
		border-radius:6px;
		font-family: 'Open Sans Condensed', 'Open sans', sans-serif;
		font-weight: 700;
		font-size: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap:4px;
		min-height: 40px;
	}

	.product-buttons__secondary #parts_payment {
		flex:0 0 calc(50% - 3px);
	}

	.product-buttons__secondary #parts_payment .bt {
		width: 100%;
		margin:0;
		box-shadow:none;
		border-radius:6px;
		font-family: 'Open Sans Condensed', 'Open sans', sans-serif;
		font-weight: 700;
		font-size: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap:4px;
		min-height: 40px;
	}

	.product-fast-info {
		margin-bottom: 22px;
		display: flex;
		flex-direction: column;
		gap:12px;
	}

	.product-fast-info__title {
		color:#459AB3;
		font-family: 'Open Sans Condensed', 'Open sans', sans-serif;
		font-weight: 700;
		font-size: 14px;
		display: block;
		margin-bottom: 6px;
	}

	.product-fast-info__text {
		font-size: 14px;
	}

	.product-bottom {
		margin:0;
	}

	.product-bottom #sticky-wrapper {
		height:auto;
		margin-bottom: 22px;
	}

	.product-bottom #sticky-wrapper .nav-nav-tabs {
		display: flex;
		align-items: center;
		justify-content: space-between;
		border:none;
		height: auto;
		gap:8px;
		overflow:auto;
	}

	.product-bottom #sticky-wrapper .nav-nav-tabs li {
		padding:8px 0 !important;
		font-family: 'Open Sans Condensed', 'Open sans', sans-serif;
		font-weight: 600;
		font-size: 14px;
		white-space: nowrap;
	}

	.product-bottom #tab-specification {
		padding:0 !important;
		margin-bottom: 22px;
	}

	.product-bottom #tab-specification h3.seo_inline {
		margin: 0 0 12px;
		font-family: 'Open Sans Condensed', 'Open sans', sans-serif;
		color:#444444;
		font-size: 14px;
		font-weight: 600;
	}

	.product-bottom #tab-specification table > thead > tr > td {
		border:none;
	}

	.expand-container {
		max-height: 220px;
		overflow:hidden;
		position: relative;
	}

	.expand-container::after {
		content:"";
		height:100px;
		position: absolute;
		bottom:0;
		left:0;
		width: 100%;
		pointer-events: none;
		background: linear-gradient(
				to bottom,
				rgba(255,255,255,0),
				rgba(255,255,255,1)
		);
	}

	.expand-container.active {
		max-height: initial;
	}

	.expand-container.active::after {
		display:none;
	}

	.expand-button {
		display: flex;
		align-items: center;
		line-height: 1;
		opacity: .4;
		color:#000;
		font-family: 'Open Sans Condensed', 'Open sans', sans-serif;
		font-size: 12px;
		font-weight: 400;
		gap:4px;
		background-color: transparent;
		border:none;
		border-radius:0;
		outline:none;
		margin-top: 12px;
	}

	.expand-button::after {
		content:"";
		width: 12px;
		height: 12px;
		background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4.5L6 7.5L3 4.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		background-position: center;
		background-size: 100%;
	}

	.product-bottom #tab-description {
		padding:0;
		margin-bottom: 22px;
	}

	.product-bottom #tab-description * {
		font-family: 'Open Sans Condensed', 'Open sans', sans-serif !important;
		line-height: 1.3 !important;
	}

	.product-bottom #tab-video {
		margin-top: 22px;
		margin-bottom: 22px;
	}

	.product-bottom #tab-review {
		padding:0;
		font-family: 'Open Sans Condensed', 'Open sans', sans-serif;
	}

	.product-bottom #tab-review #review h3.seo_inline {
		margin: 0 0 12px;
		color:#444444;
		font-size: 14px;
		font-weight: 600;
		font-family: 'Open Sans Condensed', 'Open sans', sans-serif;
	}

	.product-bottom #tab-review #review td.row[name^="response"] {
		padding-left:40px;
	}

	.product-bottom #tab-review #review .fa.fa-stack {
		width: 10px;
		height: 10px;
		margin-right: 2px;

	}

	.product-bottom #tab-review #review .fa.fa-stack-2x {
		font-size: 12px !important;
	}

	.review-form-heading {
		font-size: 16px;
		font-weight: 600;
		font-family: 'Open Sans Condensed', 'Open sans', sans-serif;
		margin:22px 0 12px;
		color:#444444;
	}

	#form-review label.control-label {
		font-family: 'Open Sans Condensed', 'Open sans', sans-serif;
		font-size: 14px;
		font-weight: 400;
	}

	#form-review label.control-label::before {
		color:#97C787;
	}

	#form-review input[type="text"], #form-review textarea {
		border:1px solid #EEEEEE;
		border-radius:6px;
	}

	#form-review textarea {
		resize: vertical;
	}

	#form-review .form-rating-stars {
		display: flex;
		align-items: center;
		line-height: 1;
	}

	#form-review .form-rating-stars input[type="radio"] {
		margin:0 2px;
		border:1px solid #EEEEEE;
	}

	#form-review .form-rating-stars input[type="radio"]:first-of-type {
		margin-left: 5px;
	}

	#form-review .form-rating-stars input[type="radio"]:last-of-type {
		margin-right: 5px;
	}

	#form-review > .flex_adaptive .col-sm-12 {
		padding:0;
	}

	#form-review > .flex_adaptive .option {
		margin-right: 22px;
	}

	#form-review > .flex_adaptive .option input[id^="button-foto-load"] {
		font-family: 'Open Sans Condensed', 'Open sans', sans-serif;
		font-size: 12px;
		font-weight: 400;
		padding:8px 20px;
		border:1px solid #EEEEEE;
		border-radius:4px;
		background-color:#fff;
	}

	#form-review > .flex_adaptive .option > br {
		display: none;
	}

	#form-review > .flex_adaptive .option > b {
		font-family: 'Open Sans Condensed', 'Open sans', sans-serif;
		font-size: 14px;
		font-weight: 400;
		display: block;
		margin-bottom: 4px;
	}

	#form-review > .button {
		margin:22px 0 0 !important;
	}

	#form-review > .button > .pull-right {
		width: 100%;
		float: none !important;
	}

	#form-review > .button > .pull-right #button-review {
		background-color: #459AB3;
		border-radius: 6px;
		font-family: 'Open Sans Condensed', 'Open sans', sans-serif;
		font-size: 14px;
		font-weight: 700;
		width:100%;
		border:none;
		outline:none;
		padding:8px 20px;
		box-shadow: none;
	}

	.box.bundle-box {
		background-color:transparent;
		border:none;
		margin-bottom: 22px;
	}

	.box.bundle-box .owl-item > .row .chain-symbol {
		display: none;
	}

	.box.bundle-box .owl-item > .row {
		display: flex;
		flex-wrap:wrap;
		column-gap: 6px;
		row-gap:12px;
		margin:0;
	}

	.box.bundle-box .owl-item > .row::before,
	.box.bundle-box .owl-item > .row::after {
		display:none;
	}

	.box.bundle-box .owl-item > .row .chain-item {
		flex: 0 0 calc(50% - 3px);
		border:1px solid #EEEEEE;
		border-radius:12px;
		background-color:#fff;
		display: flex;
		align-items: center;
		flex-direction: column;
		font-family: 'Open Sans Condensed', 'Open sans', sans-serif;
	}

	.box.bundle-box .owl-item > .row .chain-item .name {
		font-weight: 600;
		margin-bottom: 6px;
	}

	.box.bundle-box .owl-item > .row .chain-item:last-of-type {
		flex:0 0 100%;
		padding:24px;
		border:none;
	}

	.box.bundle-box .owl-item > .row .chain-item .total-discount-label {
		position: initial;
		padding:6px 12px;
		border-radius:50px;
		display: flex;
		align-items: center;
		gap:2px;
		text-transform: none;
		font-weight: 400;
		text-shadow: none;
		background-color:#21A43D;
	}

	.box.bundle-box .owl-item > .row .chain-item .total-discount-label::before {
		display: none;
	}

	.box.bundle-box .owl-item > .row .chain-item .total_price {
		display: flex;
		align-items: center;
		padding-top:0;
		gap:12px;
		color:#C5080C;
		margin-bottom: 16px;
	}

	.box.bundle-box .owl-item > .row .chain-item .price {
		margin-top: auto;
	}

	.box.bundle-box .owl-item > .row .chain-item .price .price-free {
		color:#C5080C;
		font-weight: 600;
	}

	.box.bundle-box .owl-item > .row .chain-item .button-cart-bundle {
		margin: 0;
		box-shadow: none;
		width: 266px;
		max-width: 100%;
		border-radius:6px;
		background-color:#C5080C;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 4px;
	}

	.box.bundle-box .owl-item > .row .chain-item .button-cart-bundle i {
		display: none;
	}

	.box.bundle-box .owl-item > .row .chain-item .button-cart-bundle::before {
		content:"";
		width:14px;
		height:14px;
		background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66634 12.8333C4.98851 12.8333 5.24967 12.5721 5.24967 12.25C5.24967 11.9278 4.98851 11.6666 4.66634 11.6666C4.34418 11.6666 4.08301 11.9278 4.08301 12.25C4.08301 12.5721 4.34418 12.8333 4.66634 12.8333Z' stroke='white' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.0833 12.8333C11.4055 12.8333 11.6667 12.5721 11.6667 12.25C11.6667 11.9278 11.4055 11.6666 11.0833 11.6666C10.7612 11.6666 10.5 11.9278 10.5 12.25C10.5 12.5721 10.7612 12.8333 11.0833 12.8333Z' stroke='white' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.1958 1.19586H2.36247L3.91413 8.44086C3.97105 8.7062 4.11869 8.94339 4.33163 9.11161C4.54457 9.27984 4.8095 9.36856 5.0808 9.36253H10.7858C11.0513 9.3621 11.3087 9.27111 11.5156 9.1046C11.7224 8.93808 11.8662 8.706 11.9233 8.44669L12.8858 4.11253H2.98663' stroke='white' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		background-size: 100%;
		background-position: center;
	}

	.product-bottom .bundle-heading {
		font-family: 'Open Sans Condensed', 'Open sans', sans-serif;
		font-weight: 600;
		font-size: 14px;
		margin:0 0 20px;
		padding:0;
		color:#C5080C;
	}

	/* SEARCH PAGE */
	body[class^="product-search"] h1 {
		margin-top: 0;
		margin-bottom: 22px;
		font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
		font-weight: 700;
		font-size: 18px;
		color: #000;
	}

	body[class^="product-search"] #input-search,
	body[class^="product-search"] select[name="category_id"],
	body[class^="product-search"] select#input-sort,
	body[class^="product-search"] select#input-limit {
		padding: 6px;
		color: #000;
		font-size: 14px;
		font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
		font-weight: 400;
		box-shadow: none !important;
		border-color: rgba(238, 238, 238, 1) !important;
		border-radius: 6px;
		margin-bottom: 8px;
	}

	body[class^="product-search"] .checkbox-inline {
		display: flex;
		align-items: center;
		margin-bottom: 4px;
	}

	body[class^="product-search"] .checkbox-inline input[type="checkbox"] {
		transform: translateY(-2px);
	}

	body[class^="product-search"] #button-search {
		background-color: #459AB3;
		border-radius: 6px;
		font-family: 'Open Sans Condensed', 'Open sans', sans-serif;
		font-size: 14px;
		font-weight: 700;
		width: 100%;
		border: none;
		outline: none;
		padding: 8px 20px;
		box-shadow: none;
		margin-bottom: 24px;
	}
}

@media (max-width: 480px) {
	.box.bundle-box .owl-item > .row .chain-item {
		padding:12px;
	}

	.box.bundle-box .owl-item > .row .chain-item .image {
		padding:12px;
		width:100%;
	}

	.products-wrapper > .row .product-layout {
		overflow:hidden;
	}
}

/* simplecheckout */
body.checkout-simplecheckout h1 {
	padding: 0 0 12px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 18px;
}

body.checkout-simplecheckout .simple-content {
	margin:0;
}

.simplecheckout-step {
	display: flex;
	align-items: flex-start;
	column-gap: 48px;
	position: relative;
}

.simplecheckout-left-column {
	float: none;
	flex: 1 1 auto;
}

.simplecheckout-right-column {
	float: none;
	flex: 0 0 360px;
	position: sticky;
	top:4px;
}

.simplecheckout-block, .simplecheckout-button-block {
	background: #fafbfc !important;
	border: 1px solid #e8ecf0 !important;
	border-radius: 12px;
	padding: 20px !important;
	margin-bottom: 16px !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
}

.simplecheckout-block#simplecheckout_cart {
	background: #fff !important;
}

.simplecheckout-block#simplecheckout_comment {
	margin-bottom: 0 !important;
}

.simplecheckout-button-block {
	margin-bottom: 0 !important;
}

.simplecheckout-button-block * {
	float:none !important;
}

.simplecheckout-button-block #agreement_checkbox {
	margin:0;
}

.simplecheckout-button-block #agreement_checkbox label {
	display: flex !important;
	align-items: center;
	padding-left:0;
	text-align: left;
}

.simplecheckout-button-block #agreement_checkbox label a {
	outline:none !important;
}

.simplecheckout-button-block #agreement_checkbox input[type="checkbox"] {
	width: 20px;
	height: 20px;
	position: initial;
	margin: 0 12px 0 0;
}

.simplecheckout-summary-totals .simplecheckout-cart-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.simplecheckout-summary-totals .simplecheckout-cart-total > span > b {
	font-weight: 400;
}

.simplecheckout-summary-totals .simplecheckout-cart-total:last-of-type > span > b {
	font-weight: 600;
}

#modal-agree .modal-body {
	text-align: left;
}

.simplecheckout-summary-totals .simplecheckout-cart-total::after {
	display: none;
}


.simplecheckout-summary-totals .simplecheckout-cart-total > span:first-of-type {
	margin-right: 12px;
	text-align:left;
}

.simplecheckout .checkout-heading.panel-heading {
	font-size: 16px;
	color: #2a6f20;
	margin-bottom: 12px;
	border-bottom: 1px solid #2a6f20;
	background-color: transparent;
	padding: 0 0 8px;
	font-weight: 500;
}

.simplecheckout-bottom-content #simplecheckout_button_confirm,
.simplecheckout-bottom-content #button-confirm {
	width: 100%;
	background-color:#ffc74f;
	color:#000;
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-color:#ffc74f;
	box-shadow:none;
	outline:none;
	background-image: none;
	font-size: 14px;
	line-height: 1;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
}

.simplecheckout-bottom-content #simplecheckout_button_confirm:hover,
.simplecheckout-bottom-content #button-confirm:hover {
	background-color:#08b51a;
	border-color:#08b51a;
	color:#fff;
}

.simplecheckout .simplecheckout-warning-block {
	padding: 12px 16px;
	font-size: 12px;
	color: #a75c5c;
	background-color: #fff9f9;
	border-color: #a75c5c;
}

.simplecheckout-warning-block#agreement_warning {
	margin-top: 12px;
	margin-bottom: 0;
}

.simplecheckout-left-column .simplecheckout-block-content {
	padding:0;
}

.simplecheckout-left-column .simplecheckout-block-content .form-group {
	display: flex;
	flex-direction: column;
}

.simplecheckout-left-column .simplecheckout-block-content .form-group label {
	text-align: left;
	padding-bottom: 4px;
	font-weight: 500;
}

.simplecheckout-left-column .simplecheckout-block-content .form-group .col-sm-8 {
	width: 100% !important;
}

.simplecheckout-left-column .simplecheckout-block-content .form-group input[type="text"],
.simplecheckout-left-column .simplecheckout-block-content .form-group input[type="tel"],
.simplecheckout-left-column .simplecheckout-block-content .form-group input[type="email"],
.simplecheckout-left-column .simplecheckout-block-content .form-group .select2-selection,
.simplecheckout-left-column .simplecheckout-block-content textarea {
	border-radius:2px;
	min-height: 38px;
	box-shadow: none !important;
}

.simplecheckout-left-column .simplecheckout-block-content .form-group .select2-container {
	width: 100% !important;
}

.simplecheckout-left-column .simplecheckout-block-content .form-group .select2-selection {
	display: flex;
	align-items: center;
}

body.checkout-simplecheckout .select2-container--bootstrap .select2-dropdown {
	border-color: #2a6f20;
}

.simplecheckout-left-column .simplecheckout-block-content .form-group input[type="text"]:focus,
.simplecheckout-left-column .simplecheckout-block-content .form-group input[type="tel"]:focus,
.simplecheckout-left-column .simplecheckout-block-content .form-group input[type="email"]:focus,
.simplecheckout-left-column .simplecheckout-block-content .form-group .select2-selection[aria-expanded="true"],
.simplecheckout-left-column .simplecheckout-block-content textarea:focus {
	border-color:#2a6f20;
}

.simplecheckout-cart-total {
	display: none;
}

/* simplecheckout cart */

table.simplecheckout-cart tbody td.remove button:active {
	background-color: #f7e1e1;
	border:none;
	outline:none;
}

.smpl-cart__product {
	display: flex;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #ededed;
	padding: 16px 0;
}

.smpl-cart__product:last-of-type {
	border-bottom:none;
}

.smpl-cart__product a {
	outline:none !important;
}

.smpl-cart__product-info {
	display: flex;
	align-items: center;
	flex:1;
}

.smpl-cart__product-quantity > .input-group {
	display: flex;
	align-items: stretch;
}

.smpl-cart__product-quantity > .input-group .input-group-btn {
	flex: 0 0 32px;
	height: 36px;
}

.smpl-cart__product-quantity > .input-group .input-group-btn button {
	padding: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	border: none;
	outline: none;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	background-color:#2a6f20;
	background-image: none;
}

.smpl-cart__product-quantity > .input-group input.form-control {
	min-width: initial;
	flex: 1 1 auto;
	height: 36px;
	padding: 8px;
	text-align: center;
	box-shadow:none;
	border-color:#2a6f20;
}

.smpl-cart__remove {
	position: absolute;
	top:4px;
	right:0;
}

.smpl-cart__remove button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #f7e1e1;
	background-image: none;
	border: none;
	padding:0;
	outline:none !important;
}

.smpl-cart__remove button svg {
	width: 20px;
	height: 20px;
	fill: #a75c5c;
	display: block;
}

.smpl-cart__remove button:hover,
.smpl-cart__remove button:active {
	background-color: #f7e1e1;
	outline:none;
	border:none;
}

.smpl-cart__product-image {
	margin-right: 16px;
}

.smpl-cart__product-image img {
	width: 100px;
	height: 100px;
}

.smpl-cart__product-name {
	max-width: 220px;
	margin-right: 16px;
	font-size: 16px;
}

.smpl-cart__product-price {
	margin-left:auto;
	width:90px;
	text-align: left;
	white-space:nowrap;
}

.smpl-cart__product-total {
	text-align: right;
	width: 90px;
	font-weight: 600;
	white-space:nowrap;
	font-size: 16px;
}

.smpl-cart__product-quantity {
	width: 114px;
	margin: 0 16px;
}

@media (max-width: 1200px) {
	.smpl-cart__product-price {
		display: none;
	}

	.smpl-cart__product-quantity {
		margin-left:auto;
	}

	.simplecheckout-step {
		column-gap:20px;
	}
}

@media (max-width: 992px) {

	.simplecheckout-block, .simplecheckout-button-block {
		padding: 16px 12px !important;
	}

	.simplecheckout-right-column {
		flex: 0 0 280px;
	}
}

@media (max-width: 992px) and (min-width: 769px), (max-width:560px) {
	.smpl-cart__product-info {
		flex-wrap:wrap;
	}

	.smpl-cart__product {
		padding:28px 0 12px;
		align-items: flex-start;
	}

	.smpl-cart__product-quantity {
		margin-left: 0;
		margin-top: 12px;
		flex: 0 0 100%;
		margin-bottom:12px;
	}

	.smpl-cart__product-total {
		text-align: left;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.simplecheckout-step {
		flex-direction: column;
		row-gap:16px;
	}
}

/* MODAL CART */
.cart-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .5);
	backdrop-filter: blur(4px);
	z-index: 9999999999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.cart-modal.active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.cart-modal__container {
	width: 992px;
	max-width: calc(100% - 30px);
	max-height: calc(100% - 30px);
	border-radius:8px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	padding:20px;
	background-color:#fff;
	position:relative;
	transform: translateY(-60px);
	transition: transform .2s ease-in-out;
	display: flex;
	flex-direction:column;
}

.cart-modal.active .cart-modal__container {
	transform: translateY(0);
}

.cart-modal__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: none;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .3);
	transition: background-color .2s ease-in-out;
}

.cart-modal__close:hover {
	background-color:#21A43D;
}

.cart-modal__close svg {
	fill:#fff;
}

.cart-modal__buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:12px;
}

.cart-modal__bttn {
	width: 100%;
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: none;
	outline: none !important;
	font-size: 14px;
	line-height: 1;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
	max-width: 222px;
	border:none;
	border-radius:4px;
}

.cart-modal__button-close {
	background-color: #ffc74f;
	color:#000;
}

.cart-modal__button-checkout {
	background-color:#08b51a;
	color:#fff !important;
}

.cart-modal__button-checkout:hover {
	color:#fff;
}

.cart-modal__tip {
	font-size: 12px;
	margin-top: 12px;
	color: grey;
}

.cart-modal__added {
	display: none;
	border-bottom:1px solid #e3e3e3;
	padding-bottom: 16px;
	align-items: center;
}

.cart-modal__added.active {
	display: flex;
}

.cart-modal__added-image {
	width: 100px;
	height: 100px;
	margin-right: 16px;
	flex:0 0 100px;
}

.cart-modal__added-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cart-modal__added-text {
	display: flex;
	align-items: center;
	font-size: 16px;
}

.cart-modal__added-text svg {
	display: block;
	width: 36px;
	height: 36px;
	fill: #08b51a;
	margin-right: 12px;
}

.cart-modal__products {
	margin-bottom: 12px;
}

.cart-modal__product {
	padding:16px 0;
	border-bottom:1px solid #e3e3e3;
	display: flex;
	align-items: center;
}

.cart-modal__product-info {
	display: flex;
	align-items: center;
	flex: 1;
}

.cart-modal__product-image {
	width: 100px;
	height: 100px;
	margin-right: 16px;
	flex: 0 0 100px;
}

.cart-modal__product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cart-modal__product-name {
	margin-right: auto;
	display: block;
	font-size: 16px;
}

.cart-modal__product-quantity {
	flex: 0 1 120px;
	margin-right: 16px;
	font-size: 16px;
}

.cart-modal__product-price {
	margin-right: 16px;
	flex: 0 1 140px;
	font-size: 16px;
	font-weight: 600;
}

.cart-modal__product-remove {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: none;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ff9393;
}

.cart-modal__product-remove svg {
	fill:#fff;
	display: block;
}

.loading-spinner {
	width: 48px;
	height: 48px;
	border: 5px solid #08b51a;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: loadingSpin 1s linear infinite;
}

@keyframes loadingSpin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.cart-modal__loading {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	border-bottom: 1px solid #e3e3e3;
}

.cart-modal__dynamic-content {
	overflow:auto;
	margin:12px 0;
}

.cart-modal__dynamic-content::-webkit-scrollbar {
	width: 6px;
}

.cart-modal__dynamic-content::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 10px;
}

.cart-modal__dynamic-content::-webkit-scrollbar-thumb {
	background: #08b51a;
	border-radius: 7px;
}

.cart-modal__dynamic-content::-webkit-scrollbar-thumb:hover {
	background: #aaa;
}

.cart-modal__total-item {
	text-align: right;
	padding: 16px 0;
	font-size: 16px;
	display: flex;
	align-items:center;
	justify-content: flex-end;
}

.cart-modal__total-title {
	margin-right: 26px;
}

@media (max-width: 768px) {
	.cart-modal__product {
		padding-right: 32px;
		position: relative;
	}

	.cart-modal__product-info {
		flex-wrap:wrap;
	}

	.cart-modal__product-name {
		flex: 0 0 100%;
		margin-bottom: 6px;
	}

	.cart-modal__product-remove {
		position: absolute;
		right: 0;
		top:calc(50% - 13px);
	}

	.cart-modal__product-quantity {
		flex:0 1 auto;
	}

	.cart-modal__product-price {
		flex: 0 1 auto;
	}

	.cart-modal__added-image, .cart-modal__product-image {
		flex: 0 0 80px;
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 460px) {
	.cart-modal__buttons {
		flex-direction: column;
	}

	.cart-modal__buttons button, .cart-modal__buttons a {
		max-width: 100%;
	}
}