/*begin default style*/
body{
	font-weight: 400;
	overflow-x: hidden;
}
body *{
	text-shadow: none!important;
}
.product-layout .price .text_price {
	font-size: 15px;
}
a,input,button{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a:focus,input:focus,button:focus{
	outline: none!important;
}
.sticker-wrap.sticker-mobile {
	display: none;
}

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: 14px;
}
/*end default style*/
/*begin hidden popup*/

/*end hidden popup*/
/*begin default width*/
.container {
	width: 100%;
	max-width: 1530px;
}
/*end default width*/


/*begin custom style*/
.full-block{
	background: #e5131c;
	-webkit-box-shadow: 0 1px 2px rgba(12,12,13,.7);
    box-shadow: 0 1px 2px rgba(12,12,13,.7);
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
}
.full-block.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1111;
}
.feature-icon img {
	width: 85px!important;
}
footer{
	background: #fff;
	padding: 30px 0 20px;
}
.phone-link{
	font-size: 16px;
	line-height: 1em;
}
.phone-link-box{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	position: relative;
	padding-left: 20px;
	color: #000;
}
.phone-link-box:focus,
.phone-link-box:hover {
	color: #D32F2F;
}
.description-text{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	display: block;	
	padding-left: 20px;	
	color: #000;
	font-size: 12px;
	line-height: 1em;
}
footer .phone-link-box,
footer .description-text{
	padding-left: 41px;
}
footer .general-phone .icons {
    position: absolute;
    left: -3px;
    top: 2px
}
.general-phone{
	position: relative;
}
.general-phone .icons{
	position: absolute;
	left: 0;
	top: 6px;
	width: 30px;
}
.phone-link-box .icons svg{
	max-width: 30px;
}
.phone-link-small{
	margin-bottom: 8px;	
	display: block;	
	padding-left: 33px;	
}
.phone-link path{
	transition: all 0.3s;
}
.phone-link:hover path{
	fill: #e5131c!important;
}
.working-col{
	display: flex;
	align-items: flex-start;
	padding-top: 10px;
	position: relative;	
}
.icons-hours{
	width: 30px;
}
.working-hours{
	padding-left: 10px;	
}
footer a{
	color: #000;
}
footer a:hover{
	color: #e5131c;
}
.dark-text{
	color: #737373;
}
.text{
	color: #000;
	font-size: 16px;
}
.foot-address p{
	color: #000;
	margin: 0;
}
footer p.footer-title {
	font: 14px/1.1 'Roboto', sans-serif;
	color: #000;
	margin: 0 0 15px;
	font-weight: 700;
}
footer .list-unstyled li{
	margin-bottom: 3px;
}
.flex-row{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-row>[class^=col-]{
	float: none;
	width: auto;
}
.flex-row .align-top{
	align-self: flex-start;
}
@media (min-width: 768px){
	.flex-row .col-sm-1{
   		-ms-flex: 0 0 10.33333333%;
		flex: 0 0 10.33333333%;
		max-width: 10.33333333%;
	}
	.flex-row .col-sm-2{
   		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	.flex-row .col-sm-3{
   		-ms-flex: 0 0 23%;
		flex: 0 0 23%;
		max-width: 23%;
	}
	.flex-row .col-social{
		-ms-flex: 0 0 auto;
	    flex: 0 0 auto;
	    width: auto;
		max-width: 100%;
		margin-left: auto;
	}
}
.sprite{
	position: relative;
	display: block;
}
.sprite:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url('../image/custom-img/sprite.png')no-repeat 0 0;
}
.fb-link,
.yb-link{
	width: 40px;
	height: 40px;
	display: block;
}
.soc-link-box svg{
	width: 100%;
	height: auto;
}
.fb-link path{
	fill: #fff;
}
.yb-link path{
	fill: #fff;
}

.soc-link-box{
	justify-content: flex-end;
	margin-top: 2px;
	margin-bottom: 0;
}
.subscr {background:#ab252a;
padding: 10px 0px;}
.soc-link-box a:hover{
	opacity: 0.7;
}
.horizontal-menu .menu-list > li > a.dropdown-img {
	display: flex;
	align-items: center;
}
.horizontal-menu .menu-list > li  {
	margin-right: 10px;
}
.soc-link-box a{margin: 0px 13px;}
.subscr p{font-size: 14px;
color:#fff;padding-top: 15px;}
.subscr #input-newsletter {margin-top: 8px;}
.subscr #subcribe{margin-top: 8px;background:#e5131c;
border-color:#e5131c;}
#additional-menu.navbar{
	background-color: transparent!important;
	border: 0!important;
	box-shadow: none;
	margin-bottom: 0;
}
#additional-menu.hmenu_type .navbar-nav,
#horizontal-menu.hmenu_type .navbar-nav{
	width: 100%;
	float: none;
	display: flex;
	align-items: center;
}
#additional-menu.hmenu_type .navbar-nav{
	justify-content: center;
}
#horizontal-menu.hmenu_type .navbar-nav{
	justify-content: space-between;
}
.hmenu_type .navbar-nav>li{
	float: none;
}
#additional-menu.hmenu_type .nav > li > a{
	text-transform: none;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.25em;
	color: #000;
}
#additional-menu.hmenu_type .nav > li > a:hover{
	color: #e5131c;
	background-color: transparent;
}
#additional-menu .nav > li.open > a:before, #additional-menu .nav > li > a:hover:before{
	display: none!important;
}
#additional-menu.hmenu_type .dropdown.open .dropdown-menu{
	border: 0;
	padding: 0;
}
#additional-menu.hmenu_type .dropdown-inner a{
	font-size: 13px;
	padding: 8px 12px;
	color: #000;
}
.dropdown-menu li > a:hover{
	background: #e5131c!important;
}
.phone-link-head{
	text-align: right;
}
.phone-link-head a{
	color: #737373;
	font-size: 14px;
	display: block;
	margin-bottom: 7px;
}
.phone-link-head a{
	color: #000000;
	font-size: 18px;
}
.phone-link-head a:hover{
	color: #e5131c;
}
#top{
	margin: 0;
}
header{
	padding: 0;
}

.flex_menu{
	padding: 0;
	display: flex;
	align-items: center;
}
.menu-box #menu-vertical{
    box-shadow: none;
    border: 0;
    margin: 0;
    max-width: 300px;
}
.menu-box #menu-vertical .btn {
	text-shadow: none;
	border: 0;
	border-radius: 0;
	padding: 15px 20px 14px;
	font-size: 18px !important;
	margin: 0;
	background: #ab252a;
}
.menu-box #menu-vertical .btn > .fa{
	font-size: 22px;
	line-height: 1.1;
}
.menu-box #menu-vertical #menu-vertical-list {
	border-radius: 0;
	border: 0;
	padding: 0;
	margin: 0;
	box-shadow: none;
}
.menu-box #menu-vertical #menu-vertical-list > li{
	border: 2px solid #fff;
	border-width: 0 0 2px 0;
}
.menu-box #menu-vertical #menu-vertical-list > li > a{
	font-size: 15px;
	background: #efefef;
	/*padding: 18px 12px 16px;*/
	padding: 19px 12px 17px;
}
.menu-box #menu-vertical #menu-vertical-list > li:last-child > a{
	border-bottom: 2px solid #efefef;
}
.menu-box #menu-vertical #menu-vertical-list > li > a:hover,.menu-box #menu-vertical #menu-vertical-list > li > a.hover{
    color: #000000!important;
    background: #ddd!important;
}
.menu-box #menu-vertical-list .nsmenu-thumb{
	margin: -8px 10px 0px 0;
}
@media (min-width: 1500px){
	.box-col-3 {
	    width: 388%!important;
	}
}
.search-block .input-group{
	display: block;
}
.search-block #search .input-lg{
	background: #F4F4F4;
	border-radius: 8px;
	height: 40px;
	border: 0;
	color: rgba(33, 31, 32);
	font-size: 16px;
	border-radius: 8px;
	padding-right: 40px;
	padding-left: 53px;
}
.search-block .search-icon {
	position: absolute;
    z-index: 100;
    top: 10px;
    left: 20px;
}
.search-block .search-icon i {
	font-size: 19px;
	color: rgba(33, 31, 32, 0.4);
}

.search-block #search .input-lg.form-control::-ms-input-placeholder,
.search-block #search .input-lg.form-control::-webkit-input-placeholder,
.search-block #search .input-lg.form-control::-moz-placeholder,
.search-block #search .input-lg.form-control::-webkit-input-placeholder,
.search-block #search .input-lg.form-control:-moz-input-placeholder {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: rgba(33, 31, 32, 0.4);
}
.search-block #search .btn-lg {
	text-shadow: none;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none!important;
    position: absolute;
    top: 0;
    right: 0;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25em;
	background-color: #D32F2F;
	border-radius: 8px;
	min-width: 90px;
	text-align: center;
	height: 40px;

}
.search-block #search .btn-lg:hover i{
	color: #ddd;
}
.btn-input-search {
    background: #e5131c;
    color: #fff;
    padding: 7px 25px;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    transition: all 0.3s ease;
    outline: none;
    border: none;
    margin-left: 15px;
}
.btn-input-search:hover,
.btn-input-search.focus, 
.btn-input-search:focus,
.btn-input-search:active {
	color: #fff;
   	background: #ab252a;
}
.seacrh-flex-box {
	display: flex;
}
.search-row {
	margin-bottom: 20px;
}
.product-isearch .load_more {
	display: none;
}
.icons-block{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.icons-block > .list-inline{
	align-items: stretch;
}
.icons-block > .list-inline li{
	padding: 0;
	min-width: 57px;
}
.icons-block > .list-inline a{
	height: 100%;
	width: 100%;
	display: block;
	padding: 2px 5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: flex;
	align-items: center;
}
.icons-block > .list-inline a svg path,
.cart-box #cart > .btn:hover svg path {
	transition: all .3s ease;
}
.icons-block > .list-inline .cabinet-box a:hover svg path,
.icons-block > .list-inline .compare-box a:hover svg path,
.cart-box #cart > .btn:hover svg path {
	fill: #ab252a;
}
.icons-block > .list-inline .wishlist-box a:hover svg path {
	stroke: #ab252a;
}
.icons-block svg{
	margin: 0 auto;
}
.icons-block .wishlist-total svg {
	width: 26px;
}
.icons-block .compare-box svg {
	width: 37px;
}
.cabinet-box svg{
	width: 32px;
	margin: 0 auto;
}
.compare-box .btn{
	padding: 0;
}
.compare-box .compare-1, 
.compare-box .compare-2{
    stroke: #ffffff;
    stroke-width: 12px;
}
.compare-box .compare-2{
    fill: transparent;
}
.cart-box #cart,
.icons-block > .list-inline{
	margin: 0;
}
.icons-block .cart-box{
	padding: 0;
}
.cart-box #cart > .btn{
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 7px 5px 8px;
}
.cls-01{
    stroke-width: 13px!important;
}
.cls-01,
.cls-12,
.cls-22{
	stroke: #ffffff!important;
}
.compare-box > .btn-link{
	position: relative;
	
}
.cart-box #cart #cart-total, #compare-total{
	position: absolute;
	right: 6px;
	top: 6px;
	width: 15px;
	height: 15px;
	background: #D32F2F;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.benefits{
	flex: 0 0 200px;
	max-width: 200px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 25px 0 0 20px;
	margin-bottom: 20px;
	list-style: none;
	justify-content: space-between;
}
.benefits ul{
	padding: 0;
	list-style: none;
}
.benefits li{
	padding: 0;
	list-style: none;
	color: #646464;
	margin-bottom: 0;
}
.benefits > li{
	padding: 0 0 0 40px;
	list-style: none;
	position: relative;
	margin-bottom: 10px;
	flex: 0 0 100%;
	max-width: 100%;
	font-size: 13px;
}
.benefits > li:nth-child(2n){
	padding-right: 0;
	max-width: 215px;
}
.benefits .bold_txt{
	margin-bottom: 0;
}
.icon-benefits{
	position: absolute;
	top: 0;
	left: 1px;
	width: 31px;
}
.icon-benefits.ukraine_icon{
	width: 34px;
}
span.bold_txt{
	font-weight: bold;
	display: block;
	margin-bottom: 7px;
	color: #000;
}
.product-right{
    padding-left: 10px;
    padding-right: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.product-container{
	flex: 0 0 calc(100% - 220px);
	max-width: 100%;
	padding: 25px 0 0px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
.stock-text{
	color: #34ae51;
	font-weight: 600;
	display: block;
}
.text-right{
	text-align: right;
}
.price-text,
.price-text-str{
	font-size: 40px;
	line-height: 1;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
	color: #e5131c;
}
.price-text-str{
	font-size: 30px;
}
.price-text .curren{
	font-size: 25px;
	margin-left: 5px;
	font-weight: 500;
	color: #e5131c;
}
.product-info-list{
	text-align: center;
	margin-bottom: 10px;
}
.product-info-list li{
	color: #000;
}
.breadcrumb{
	background-color: transparent;
	border: 0;
	box-shadow: none;
	margin: 0 0 0px;
}
.breadcrumb a,
.breadcrumb span{
	font-size: 11px;
	color: #989898;
}
.breadcrumb a {
	text-decoration: underline;
}
.breadcrumb > li:first-child{
	padding-left: 0;
}
.breadcrumb > li{
	padding: 0 15px;
	text-shadow: none;
}
.breadcrumb > li:after{
    top: 6px;
    right: -3px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #989898;
    border-bottom: 1px solid #989898;
}
.breadcrumb > li:last-child:after{
	display: none;
}
.product-left-head .product-title h1,
.product-left-head .product-title span {
	display: inline-block;
	font-size: 36px;
	line-height: 1;
	margin: 0 0 5px;
	font-weight: 400;
	color: #000;
}
.product-left-head .product-title span {
	margin-left: 5px;
}
.rating{
	margin-bottom: 15px;
}
.rating a{
	color: #989898;
}
.rating a:hover{
	color: #e5131c;
}
.link-box{
	padding-left: 15px;
	display: inline-block;
}
.nav.nav-tabs {
	border-bottom: 0;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.nav.nav-top{
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,.11);
	margin-bottom: 0;
}
.nav-tabs>li:first-child{
	margin-left: 0;
}
.nav-tabs>li{
	float: none;
	display: inline-block;
	margin-left: -4px;
}
.nav-tabs>li>a{
    display: block;
    padding: 16px 26px 15px!important;
    border: 2px solid transparent;
    border-width: 0 0 2px 0;
    transition: .3s;
    background: transparent;
    cursor: pointer;
    color: #000; 
    line-height: 1.19;
    margin-right: 0;
    border-radius: 0;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.nav-tabs>li>a:hover{
	background: rgba(240,120,0,.03);
    border: 2px solid rgba(240,120,0,.03);
    border-width: 0 0 2px 0!important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	cursor: default;
    color: #e5131c;
    background: transparent;
    box-shadow: none;
    font-weight: 500;
    border: 2px solid #e5131c;
    border-width: 0 0 2px 0;
}
.top-product-line .vendor{
	background: #f0debc;
	padding: 6px 10px 5px 40px;
	position: relative;
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 3px;
	overflow: hidden;
	color: #000;
}
.top-product-line .vendor:before{
	content: '';
	position: absolute;
    left: 6px;
    top: 3px;
    width: 27px;
    height: 26px;
	background: url('../image/custom-img/icons-code.svg')no-repeat 0 0;
}
.top-product-line .vendor span{
	color: #696969;
}
.title-write{
	font-size: 16px;
	font-weight: 600;
}
.box-line{
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
	padding: 0;
    width: 100%;
    margin-bottom: 24px;
	padding: 24px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.box-line .box-line{
	box-shadow: none;
}
.p-0.box-line{
	padding: 0;
	overflow: visible;
	z-index: 2;
}
@media (min-width: 768px) {
	.p-0 .tab-content{
	    padding: 24px 24px 0;
	}
}
.box-line .table,
.box-line .owl-carousel{
	margin-bottom: 0;
}
.box-line.clearfix{
    overflow: hidden;
}
.box-line:after{
	content: '';
	clear: both;
	overflow: hidden;
}
.box-line h3,
.box-line p.title-text {
	margin-top: 0;
}
.thumbnails{
	margin-left: 0;
	display: block;
	padding: 0;
}
.thumbnails > li{
	margin-left: 0;
}
.image-additional > .colorbox{
	margin: 0 10px 10px 0;
}
.thumbnails .thumbnail,
.image-additional a{
	border: 0;
	box-shadow: none;
	background-color: transparent;
}
.thumbnails .image-additional{
	margin: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.any-products{
	width: 90px;
}
.image-additional a{
	padding: 0;
}
.product-block{
	padding: 0;
}
.nav-top{
	margin-bottom: 25px;
}
.product-right .btn-primary,
.btn-review{
	background: #e5131c;
	color: #fff;
	border: 2px solid transparent;
	font-size: 18px;
	line-height: 1;
	flex: 0 0 auto;
	min-width: 125px;
	width: auto!important;
	border-radius: 3px!important;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 7px 16px;
	box-shadow: none;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.btn-review{
	max-width: 250px;
	margin: 0 auto 10px;
	text-align: center;
}
.product-right .btn-primary:hover:after,
.product-right .occm-button:hover:after,
.btn-review:hover:after{
    width: 100%;
} 
.product-right .btn-primary:hover,
.btn-review:hover {
	color: #e5131c;
}
.product-right .occm-button{
	background: #ffffff;
	border: 2px solid #e5131c;
	font-size: 16px;
	line-height: 1;
	color: #000;
	padding: 7px 16px;
	margin: 0 0 10px;
	box-shadow: none;
	position: relative;
	z-index: 1;
}
.product-right .btn-primary:after, 
.product-right .occm-button:before,
.btn-review:after{
	content: '';
	position: absolute;
	z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
} 
.product-right .occm-button:hover{
	border-color: #ab252a;
	background: #ab252a;
	color: #000;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{	
    background-color: #ab252a;
    border-color: #ab252a;
}
/*.product-right .occm-button:before{
   
    width: 100%;
}*/

.btn-group-product{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px 0 10px;
}
.btn-group__bottom{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 4px solid #fff;
    padding: 0 20px;
    margin: 0 -20px;
}
.btn-icons-box .btn-icon{
	margin-right: 8px;
}
.btn-icons-box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.btn-icons-box:hover .cls-01,
.btn-icons-box:hover .cls-12,
.btn-icons-box:hover .cls-22,
.btn-icons-box:hover .compare-1, 
.btn-icons-box:hover .compare-2,
.btn-icons-box:hover .price-1{
	stroke: #e5131c!important;
}
.btn-icons-box:hover .compare-2,
.btn-icons-box:hover .price-2,
.btn-icons-box:hover{
	fill: #e5131c;
}
.product-right .btn-group__bottom .btn{
	background: transparent;
	color: #000;
	font-size: 12px;
	border: 0;
	box-shadow: none;
	text-shadow: none;
	width: auto;
	padding: 10px 3px 9px;
    flex: 0 0 50%;
}
.product-right .btn-group__bottom .btn:hover{
	color: #e5131c;
}
.product-right .btn-group__bottom .btn.occm-button{
	position: relative;
	padding-left: 38px;
	margin: 0;
}
.product-right .btn-group__bottom .btn.occm-button:before{
	content: '';
	position: absolute;
    left: 6px;
    top: 6px;
    width: 24px;
    height: 26px;
	background: url('../image/custom-img/one-finger-click.svg')no-repeat 0 0;
}
.product-right .btn-group__bottom .btn.occm-button:hover:before{
	background: url('../image/custom-img/one-finger-click_hover.svg')no-repeat 0 0;
}

.modal-close{
    position: absolute;
    right: 24px;
    top: 26px;
    cursor: pointer;
    white-space: nowrap;
}
.modal-close span {
    font-size: 13px;
    border-bottom: 1px solid #d8d8d8;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: 0 10px -1px 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.modal-close:hover span{
	color: red;
}
.modal-close:after{
	position: absolute;
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url('../image/custom-img/close.png')no-repeat 0 0;
	background-size: contain;
	width: 15px;
	height: 15px;
}
.review-modal{
	position: absolute;
    top: 0;
    left: -10px;
    width: calc(100% + 20px);
    border: 2px solid #f4f3f5;
    padding: 42px 37px;
    background: #fff;
    z-index: 3;	
    display: none;	
}
.tab-review.active .review-modal{
	display: block;	
}
.box-line.box-line-bottom{
	overflow: initial;
}
#tab-review1{
	position: static;
}
.true_products{
	margin-top: 30px;
	overflow: hidden;
}
.true_products .box-productbundles .box-content{
	border: 1px solid #e5131c;
	background: #fff;
	border-radius: 3px;
	padding: 0;
	margin-bottom: 20px;
}
.bundle-list-name a{
	font-size: 16px;
	font-weight: 600;
	display: block;
	text-align: center;
}
.pbListing-box a{
	color: #000;
}
.pbListing-box a:hover{
	color: #e5131c;
}
.pbListing-box .btn-primary{
    background: #e5131c;
    color: #fff;
    border: 2px solid transparent;
    font-size: 18px;
    line-height: 1;
    flex: 0 0 auto;
    min-width: 125px;
    width: auto!important;
    border-radius: 3px!important;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 7px 16px 9px;
    box-shadow: none;
    position: relative;
    z-index: 1;
}
.pbListing-box .btn-primary:after{
	content: '';
	position: absolute;
	z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}
.pbListing-box .btn-primary:hover{
	color: #e5131c;
}
.pbListing-box .btn-primary:hover:after{
    width: 100%;
}
.true_products .PB_options_image{
	border: 0;
}
.true_products .box-products{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    flex-direction: row;
}
.true_products .bundle-list-name{
	display: none;
}
.true_products .wrap_block{
	width: calc(100% - 300px);
}
.true_products .PB_bundle_info{
	width: 300px;
}
.PB_bundle_info span{
	font-size: 16px;	
}
.true_products .btn-primary{

}
.true_products .PB_product{
	margin: 0;
	flex: 0 0 calc(50% - 30px);
	text-align: center;
	padding: 5px;
}
.true_products .PB_plusbutton{
	font-size: 50px;
	margin: 0;
	width: 60px;
	text-align: center;
	align-self: center;
}
.pbListing-box .box-content .box-products .PB_bundle_info{
	margin: 25px 0 0;
}
.PB_bundle_total_price{
	color: #000;
	font-weight: 600;
}
.mfilter-box{
	box-shadow: 0 0 2px rgba(0,0,0,.25);
	padding: 24px 15px!important;
}
.mfilter-box p.box-heading {
	margin: 0; 
	padding: 0 10px 15px;
	text-align: left;
	font-size: 18px;
}
.mfilter-box p.box-heading:before{
	display: none;
}
.category-row{
	margin: 0;
}
.title-cat h2{
	margin: 0 0 20px;
}
.owl-carousel.category-row{
	overflow: hidden;	
}
.owl-carousel.category-row:hover{
	overflow: visible;	
}
.owl-carousel .product-owl .button-group,
.owl-carousel .product-owl .option-box{
	display: none;
}
.category-row .owl-item{
	padding: 5px;
}
.category-row .owl-item .product-layout .product-thumb, 
.category-row .owl-item:first-child .product-layout .product-thumb, 
.category-row .owl-item:last-child .product-layout .product-thumb{
	border: 0;
	border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.06), 0 0 2px rgba(0,0,0,.07)!important;
}
.category-row .product-grid .product-thumb .image{
	min-height: 225px;
}
.category-row .product-layout{
	padding: 0;
	position: relative;
	min-height: 470px;
}
.category-row .product-layout .product-thumb{
	position: absolute;
	width: 100%;
	min-height: 390px;
	border-right: 0;
	transition: .3s;
	box-shadow: 0 0 0 rgba(0,0,0,.15), 0 0 0 rgba(0,0,0,.07), 0 0 0 rgba(0,0,0,.09);
	overflow: hidden;
}
.category-row .product-layout .product-thumb{
	border: 1px solid #ddd;
	border-color: transparent #ddd transparent transparent;
}
@media only screen and (min-width: 992px) {
	.category-row .product-layout:nth-child(3n) .product-thumb{
		border-color: transparent;
	}
}
.category-row .owl-item:first-child .product-layout .product-thumb,
.category-row .owl-item:last-child .product-layout .product-thumb{
	border-color: transparent #ddd transparent #ddd;
}
.category-row.owl-carousel .product-layout,
.category-row.owl-carousel .product-layout .product-thumb {
	min-height: 305px;
}
.product-category .category-row .product-layout .product-thumb .caption{
	min-height: 160px;
}

.category-row .product-layout .product-thumb .caption{
	min-height: 120px;
}
#products_related_carousel .product-thumb .caption {
	min-height: auto;
	padding: 0 10px;
}
#products_related_carousel.owl-carousel .product-owl .button-group {
	display: flex;
	justify-content: center;
	padding: 4px 0;
	width: 100px;
	min-width: 100px;
	background: #e5131c;
    	color: #fff;
	he
	border-radius: 3px;
}
#products_related_carousel.owl-carousel .product-owl .button-group span {
	background: #e5131c;
    	color: #fff;
}

#smca-modal-body .products_related h3:before {
	display: none;
}
#smca-modal-body .products_related h3 {
	font-size: 20px;
	margin: 15px 0;
}
#smca-modal-body .products_related p {
	font-size: 18px;
	margin: 10px 0;
}
#smca-modal-body .owl-carousel.owl-theme .owl-buttons div i {
    font-size: 20px;
    font-family: FontAwesome;
    font-weight: 900;
    box-sizing: border-box;
}
#smca-modal-body .owl-carousel.owl-theme .owl-buttons div {
    box-sizing: border-box; 
    padding: 7px 0px 0px 12px;
}


.category-row .product-layout .product-thumb:hover{
	z-index: 99;
	border-color: transparent;
	border-radius: 3px;
	box-shadow: 0 5px 6px rgba(0,0,0,.15), 0 3px 16px rgba(0,0,0,.07), 0 9px 12px rgba(0,0,0,.09);
	background: #fff;
}
.category-row .owl-controls .owl-buttons .owl-prev,
.category-row .owl-controls .owl-buttons .owl-next{
	top: 40%!important;
}
.product-layout .caption{
	overflow: hidden;
}
.product-layout .caption a{
	text-align: center;
	display: block;
	font-size: 15px;
	overflow: hidden;
	min-height: 50px;
}
.product-layout .price *,
.product-layout .price{
	color: #000;
	font-size: 18px;
	font-weight: 700;
}
.product-layout .price .curren{
	font-size: 14px;
	font-weight: 400;
	color: #636363;
}
.product-bottom-rate{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	min-height: 54px;
}
.product-layout .box-review{
	padding-left: 5px;
	flex: 0 0 50%;
	max-width: 50%;
}
.product-layout .price{
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 0;
	display: flex;
	
}
.product-category .product-layout .price,
.product-special .product-layout .price {

	flex-direction: column;
}
.product-layout .price span.curren{
	margin: 0 5px 0 0;
}
.product-layout .box-stock{
	display: none;
}
.product-thumb{
	border-width: 0 1px 0 0;
}
.product-thumb .rating{
	padding-bottom: 0;
	text-align: right;
}
.product-thumb a{
	color: #000;
	font-weight: 400;
}
.product-thumb a:hover{
	color: #e5131c;
}
@media only screen and (min-width: 992px) {
	.product-layout:nth-child(3n) .product-thumb{
		border-color: transparent;
	}
}
.product-thumb .button-group button{
	background: #fff;
}
.btn-icon .cls-01,
.btn-icon .cls-12,
.btn-icon .cls-22,
.btn-icon  .compare-1, 
.btn-icon  .compare-2{
	stroke: #777777!important;
}
.product-thumb button .compare-2{
	fill: #777777;
}
.product-thumb button:hover .cls-01,
.product-thumb button:hover .cls-12,
.product-thumb button:hover .cls-22,
.product-thumb button:hover .compare-1, 
.product-thumb button:hover .compare-2{
	stroke: #e5131c!important;
}
.product-thumb button:hover .compare-2{
	fill: #e5131c;
}
.btn-icon .cls-22{
	fill: #000;
}
.btn-icon{
	width: 24px;
	height: 24px;
	display: block;
}
.table-striped>tbody>tr:nth-of-type(odd){
	background: #fff;
}
.product-thumb .option-box{
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.5s;
	padding: 0px;
	position: relative;
	top: -35px;
}
.product-thumb:hover .option-box{
	height: auto;
	top: 0;
	opacity: 1;
	padding: 0 10px;
}
.product-thumb .button-group{
	background-color: transparent;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	max-width: 90%;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}
.product-thumb .button-group button{
    width: auto;
}
.product-thumb .button-group button:hover{
	background-color: transparent;
	box-shadow: none;
}
.product-thumb:hover .button-group button:first-child,
.product-thumb .button-group button:first-child:hover{
	background: #e5131c;
	color: #fff;
    padding: 2px 25px 2px 20px;
}
.product-thumb:hover .button-group button:first-child:hover{
	background: #ab252a;
}
.product-thumb .button-group button:first-child .cls-12{
	stroke: #e5131c!important;
	fill: #e5131c;
}
.product-thumb .button-group button:first-child .cls-22{
	fill: #e5131c;
}
.product-thumb:hover .button-group button:first-child .cls-12{
	stroke: #fff!important;
	fill: #fff;
}
.product-thumb:hover .button-group button:first-child .cls-22{
	fill: #fff;
}
.product-thumb .btn-icon .cls-01{
	stroke: #777777!important;
}
.product-thumb .btn-icon:hover .cls-01{
	stroke: #ab252a!important;
}
.product-thumb .button-group button:first-child .hidden-md{
	display: none;
}
.product-thumb:hover .button-group button:first-child .hidden-md{
	display: inline;
	margin-left: 8px;
	font-size: 15px;
	font-weight: 700;
	text-transform: none;
}
.product-thumb:hover .button-group button,
.product-thumb .button-group button + button {
    width: auto;
    border-left: 0;
}
.product-thumb .button-group button:first-child{
    padding: 2px 0;
    border-radius: 3px;
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 1;
    font-size: inherit;
    transition: all 0.5s;
    text-align: center;
    width: auto;
}
p.title-text, h3, h2.title-text{
	text-align: center;
	margin: 35px 0 20px;
	padding-bottom: 15px;
	position: relative;
	font-size: 18px;
}
h3:before, p.title-text:before, h2.title-text:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 90px;
	height: 3px;
	background: #e5131c;
	transform: translate(-50%, 0);
}
h2.title-text {
	font-size: 24px;
}
.owl-theme .owl-controls .owl-page span{
	width: 10px;
	height: 10px;
	margin-bottom: 23px;
	opacity: 1;
	box-shadow: none;
	background: #efefef;
	transition: all 0.3s;
}
.owl-theme .owl-controls .owl-page span:hover{
	background: #e5131c;
}
.owl-theme .owl-controls .owl-page.active span{
	background: #e5131c;
	width: 30px;
}
.owl-carousel.owl-theme .owl-buttons .owl-prev{
	left: -20px;
}
.owl-carousel.owl-theme .owl-buttons .owl-next{
	right: -20px;
}
.owl-carousel.owl-theme:hover .owl-buttons .owl-prev{
	left: 10px;
}
.owl-carousel.owl-theme:hover .owl-buttons .owl-next{
	right: 10px;
}
.noty_text h3:before{
	display: none;
}
#carousel0 .owl-buttons .owl-prev,
#carousel0 .owl-buttons .owl-next{
	top: 22%;
}
.owl-carousel.owl-theme .owl-buttons div{
	width: 33px;
	height: 33px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background: #333;
	color: #fff;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	padding: 8px 0px 0px 12px;
	text-align: left;
	font-size: 13px;
}
.owl-carousel.owl-theme .owl-buttons .owl-next{
	padding: 8px 0px 0px 14px;
}
.owl-carousel.owl-theme .owl-buttons div i{
	font-size: 20px;
	font-weight: 900;
}
.owl-carousel.owl-theme .owl-buttons div:hover{
	background: #e5131c;
	color: #fff
}
.input-group .input-group-addon{
    background-color: transparent;
    border: none;
}
.input-group .form-control{
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,.11);
	box-shadow: none;
}
.input-group .form-control:focus{
	outline: none;
}
body a.load_more{
	border-color: #fff;
	color: #fff;
	background: #e5131c;
	padding: 6px 15px 8px;
	border-radius: 3px;
	margin-top: 35px;

}
body a.load_more:hover{
	border-color: #e5131c;
	color: #e5131c;
	background-color: transparent;
}
.pagination{
	border-radius: 3px;
	margin-bottom: 30px;
}
.pagination>li>a, .pagination>li>span{
	color: #000;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover,
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background: #e5131c;
    border-color: #e5131c;
    color: #fff;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.features{
	position: relative;
	z-index: 1;
	padding: 0 24px 24px;
	margin: 0!important;
    justify-content: space-around;
}
.tab-content > .active{
	overflow: visible;
}
.features .feature-name{
    font-size: 13px;
    color: #111;
}
.features .feature-container{
	width: 200px;
}
.owl-carousel .owl-wrapper-outer{
	border: 0;
	box-shadow: none;
}
/*.owl-carousel.category-row .owl-wrapper-outer{
	padding-bottom: 300px;
	margin-bottom: -280px;
}*/
.owl-carousel.category-row .owl-wrapper{
	z-index: 2;
}
.owl-carousel.owl-theme.category-row .owl-buttons div{
	z-index: 2;
}
.owl-carousel.owl-theme.category-row .owl-pagination{
	z-index: 1;
}
#latest-owl{
	z-index: 2;
}
.sort_par{
	margin-right: 15px;
	color:#000; 
	border-bottom: 1px dashed #e5131c;
}
.sort_par:hover{
	opacity: 0.8;
	color:#000; 
	border-bottom-color: #000;
}
.set_sort,
.set_sort:hover{
	color:#e5131c; 
	cursor: default;
	opacity: 1;
}
.st > .form-group{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.st > .form-group > .input-group-addon{
	width: inherit;
	height: inherit;
	margin-bottom: 0px;
}
@media (min-width: 768px){
	#column-left.col-sm-3 {
	    width: 21%;
	}
	#content.col-sm-9 {
		width: 79%;
	}
}
#content.col-sm-9{
	box-shadow: 0 0px 2px rgba(0,0,0,.25);
    margin-bottom: 30px;
    padding-top: 20px;
}
#column-left .mfilter-checkbox_check{
	margin-bottom: 0;	
}
.mfilter-content .mfilter-opts-container{
	border-top: 0;
}
.mfilter-heading-content{
	border-top: 1px solid #111;
}
.col-logo{
	padding-right: 0;
}
#logo.logo-lg {
	margin-bottom: 0;
}
#logo.logo-lg img.img-responsive {
	max-width: 180px;
	width: 100%;
}
.bottom-header-row {
	display: flex;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
    background-color: #fff;
}
.col-logo-new .check-category {
	display: none !important;
}
header {
	border-bottom: 2px solid #D32F2F;
}
header.fixed {
	border-bottom: 2px solid #D32F2F;
}

.menu-fixed.non-fixed {
	border-bottom: 2px solid transparent !important;
}
@media (min-width: 991.9px) {
	header {
		border-bottom: 2px solid transparent;
	}
	header.fixed {
		border-bottom: 2px solid #D32F2F;
	}
	.bottom-header-row.fixed .col-menu #additional-menu,
	.bottom-header-row .col-menu .top-header-phone,
	.bottom-header-row.fixed #logo.logo-lg img.img-responsive {
		display: none !important;
	}
	.bottom-header-row.fixed .top-header-phone {
		display: flex !important;
		margin-left: 0;
	}
	.bottom-header-row.fixed .col-menu {
		display: flex;
		justify-content: flex-end;
	}
	.bottom-header-row.fixed .check-category-btn {
		font-family: 'Monserrat', sans-serif;
		background: none;
		border: none;
		outline: none;
		text-transform: uppercase;
		font-weight: 500;
		letter-spacing: .01em;
		font-size: 12px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 7px 10px;
		border: 1px solid #C4C4C4;
		border-radius: 8px;
		transition: all .3s ease;
	}
	.bottom-header-row.fixed .check-category-btn:active,
	.bottom-header-row.fixed .check-category-btn:hover {
		background: #D32F2F;
		border: 1px solid #D32F2F;
		color: #fff;
		outline: none;
		box-shadow: none;
	}
	.bottom-header-row.fixed .check-category-btn i.fa.fa-bars{
		display: block;
		margin-right: 5px;
		font-size: 18px;
		color: #D32F2F;
		transition: all .3s ease;
	}
	.bottom-header-row.fixed .check-category-btn:active i.fa.fa-bars,
	.bottom-header-row.fixed .check-category-btn:hover i.fa.fa-bars {
		text-decoration: none;
		color: #fff;
	}
	.bottom-header-row.fixed .col-logo-new .check-category {
		display: block !important;
	}
	.bottom-header-row.fixed .col-logo-new {
		display: flex;
		align-items: center;
		min-height: 55px;
	}
	.bottom-header-row.fixed .col-logo-new .check-category .dropdown-menu {
		top: 62px;
		border-radius: 0;
		box-shadow: none;
		outline: none;
		border-top: 2px solid #FFF;
		border-left: 2px solid #D32F2F;
		border-right: 2px solid #D32F2F;
		border-bottom: 2px solid #D32F2F;
	}
}

@media (min-width: 991.9px) and (max-width: 1199.9px) {
	.bottom-header-row.fixed .check-category-btn {
		font-size: 10px;
	}
}

.col-left-phone{
	padding: 0;
	position: relative;
	left: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.col-left-phone .phone-link-box{
	color: #000;
	display: block;
	margin-top: 5px;
}
.col-left-phone .phone-link-box:hover{
	color: #e5131c;
}
.col-left-phone .phone-link-box .icons{
	top: 2px;
}
@media (min-width: 1400px){
	.col-logo-right{
		padding-left: 0;
	}
}
.descr-logo{
    margin-top: 0;
    padding-left: 20px;
}
.descr-logo .top-text{
    color: #e5131c;
    display: block;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.descr-logo .bottom-text{
	display: block;	
}
.product-thumb.banner{
	border: 0!important;
	overflow: hidden;
}
.wrapper{
	/*overflow-x: hidden;
	overflow-y: visible;*/
	z-index: 10;
	position: relative;
}
.subscr {
	z-index: 5;
	position: relative;
}
footer {
	z-index: 3;
	position: relative;
}
.rb-tl{
	padding: 5px;
	min-width: 65px;
}
.smartbar p{
	margin-bottom: 0;
    padding: 5px 5px 8px 5px;
}
.smartbar_wrapper .smartbar-close-btn{
	margin-top: 5px;
	line-height: 20px;
	cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px;
}
.smartbar_wrapper .smartbar-close-btn:hover .fa{
	color: #e5131c!important;
}
#noty_bottomRight_layout_container{
	overflow: hidden;
	border-radius: 4px;
}
#noty_bottomRight_layout_container .animated.bounceIn{
	height: auto!important;
}
#noty_bottomRight_layout_container .noty_message,
#noty_bottomRight_layout_container .noty_message *{
    line-height: 0!important;
    padding: 0!important;
    font-size: 0!important;
    margin: 0!important;
}
#noty_bottomRight_layout_container img{
	width: auto!important;
	height: auto;
	max-width: 100%;
}
#noty_bottomRight_layout_container .noty_message:before{
	content: "\f00d";
	position: absolute;
	right: 5px;
	top: 5px;
	color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    z-index: 1;
    background: #D6D6D6;
    border: 4px solid #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}
#noty_bottomRight_layout_container .noty_message:hover:before{
	background: #e5131c;
}
.sticker-wrap { 
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.sticker-wrap > div {
    position: static;
    min-width: auto;
    padding: 0 15px;
}
.btn-contact {
	display: block;
	margin: -70px auto 20px;
}
.information-contact #content {
	min-height: 350px;
}
.reviews-item {
	padding: 0 15px;
}
.product-item img {
	margin: 0 auto;
}

.switcher-body {
    position: absolute; 
    right: 0px;
    top: 7px;
    cursor: pointer;
    display: inline-block;
    width: 10px;
    height: 26px;
    margin: 0 8px;
    background-color: #efefef;
    border-radius: 15px;
    vertical-align: middle;
}
.language-switcher ul, .language-switcher li {
	list-style: none;
	color: #000; 
	margin-bottom: 0;

}
.language-switcher ul {
	display: flex;
	align-items: center;
	padding-left: 0;
}
.language-switcher li a {
	font-family: 'Montserrat', sans-serif;
	color: #000; 
	transition: all .3s ease;
	font-size: 16px;
	text-transform: uppercase;
	opacity: .8;	
	position: relative;
	margin-right: 10px;
}
.language-switcher li:last-child a {
	margin-right: 0;
}
.language-switcher li a::before {
	content: '/';
	position: absolute;
	top: 0;
	right: -8px;
}
.language-switcher li:last-child a::before {
	display: none !important;
}
.language-switcher li a.active {
	color: #000;
	font-weight: 600; 
}

.language-switcher li:hover a,
.language-switcher li a:focus {
	text-shadow: 0.3px 0.3px #000!important;
	opacity: 1;
	text-decoration: none;
}
.language-switcher li:hover a.active {
	text-shadow: none!important;
}
.switcher-body .draggable {
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #e5131c;
    border: 2px solid #e5131c;
    border-radius: 100%;
    top: 0;
    left: -2px;
    transition: all .3s ease;
}
.transform-en {
	transform: translateY(100%);
}
.header-col {
	display: flex;
	justify-content: center;
}
.review-product-name {
	min-height: 40px;
}
.image a:hover {
    opacity: 0.8;
}
.review-text {
	min-height: 100px;
}
.product-thumb .price-old * {
	font-size: 14px;
    	font-weight: 400;
    	color: #636363;
}
#button-cart[disabled] {
	opacity: .2;
}
.cart-product-option-link span {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 1270px) {
	.header-col {
		justify-content: flex-end;
	}

}
@media only screen and (max-width: 991px) {
	.switcher-body {
    		right: 10px;
    		top: 13px;
	}
	.icons-block > .list-inline li.cart-box {
		display: flex;
		align-items: center; 
	}
	img.mob-header-search-icon {
		display: block;
		width: 33px;
		height: auto;
		margin-right: 5px;
	}
	.search-block {
		display: none !important;
		position: absolute;
		bottom: -50px;
		padding-bottom: 20px;
		background: white;
	}
	.search-block.active {
		display: block !important;
	}

}
#simplecheckout_button_cart, .simple-content .button-confirm {
	background: #e4c386;
	border: none;
	outline: none;
	color: #fff;
}
#simplecheckout_button_confirm, .simple-content .button-confirm {
	background: #e5131c;
	border: 2px solid #e5131c;
	outline: none;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 25px;
	font-weight: 400;
}
#simplecheckout_button_confirm:after,
.simple-content .button-confirm:after {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	height: 100%;
	width: 0%;
	background: #fff;
	-webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
	z-index: -1;	
}
#simplecheckout_button_confirm:hover,
.simple-content .button-confirm:hover {
  color: #e5131c;
}


#simplecheckout_button_confirm:hover:after,
.simple-content .button-confirm:hover:after {
  width: 100%;
}

.subcategory-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.subcategory-list li {
    margin: 0 0 15px 0;
    color: #000;
    text-decoration: underline;
    padding: 0 10px;
    border-radius: 10px;
    background: #ffe0bc;
}

.subcategory-list li a {
    color: #000;
    text-decoration: underline;
}
.subcategory-list li a:hover,
.subcategory-list li:hover {
    color: #e5131c;
    text-decoration: none;
}

header .arrow-down {
	border: solid black;
	border-width: 0 1px 1px 0;
	display: inline-block;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: all .3s ease-in-out;
	transform-origin: bottom;
	margin: 0 10px 10px 10px;
}
header .text-open-down {
	display: none;
	width: 100%;
	z-index: 90000;
	background: #fff;
	padding: 7px;
}
header .general-phone {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	z-index: 90000;

}
header .general-phone {
	
}
header .general-phone:hover {
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.35);
}
header .general-phone:hover .text-open-down{
	display: block;
}
header .col-left-phone {
	width: 230px;
	position: relative;
}
header .text-open-down span {
	font-size: 16px;
}
header .text-open-down span.sub-text {
	color: #929292;
	font-size: 11px;
}
.custom_f {
	display: none;
	position: fixed; 
	bottom: 50%;
	transform: translateY(50%);
	right: 100px; 
	z-index: 100000;
	overflow: hidden; 
	border-radius: 50%;  
	width: 336px;  
}
.custom_f:before {
	content: "";
  	padding-top: 100%;
  	display: block;
}
li.transparent {
	background: transparent !important;
}
.product-block {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.product-block-right {
	justify-content: flex-end;
}
.product-block div {
	margin-left: 20px;
}
.product-block-right div {
	margin-right: 20px;
	margin-left: 0;
}
.product-block h3:before {
	display: none;
}
.product-block h3{
	margin: 0;
}
@media only screen and (max-width: 575px) {
	.product-block {
		flex-direction: column;
	}
	.product-block div {
		margin: 0;
	}
	.product-block-right div {
		order: 2;
	}
	.product-block-right img {
		order: 0
	}

	.product-block-img {
		display: inline-block;
		max-width: 250px;
		width: auto !important;
		height: auto  !important;
		margin-bottom: 20px;
	}
	.product-block, .product-block-right  {
		justify-content: center;
	}
}
.mob-head .language-switcher ul {
	min-width: 129px;
}
.language-switcher ul li a {
	position: relative;
 	display: block;
}

.mob-head .language-switcher ul li a {
	padding: 3px 6px;
}
.language-switcher ul li a:after {
    content: "";
    display: block;
    opacity: 0;
    height: 1px;
    width: 100%;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    transition: all .3s ease;}
.language-switcher ul li:hover a::after,
.language-switcher ul li a.active::after {
 opacity: 1;
}
.header-col .language-switcher ul li a:after {
    height: 100%;
    width: 1px;
    background-color: #000;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: -10px;
    transition: all .3s ease;
}
.fm-category-description .fm-show-more {
    margin-bottom: 20px;
    -webkit-transition: opacity .05s ease, top .3s ease;
    transition: opacity .05s ease, top .3s ease;
    position: relative;
    top: 0;
}

.fm-category-description .fm-show-more .fm-show-more-link {
    top: 0;
    width: 100%;
    display: block;
    color: #e5131c;
}

.fm-category-description .fm-show-more .fm-show-more-link.clicked {
    display: none;
}

.fm-category-description .fm-show-more.clicked {
    opacity: 0;
    top: -40px;
}

.fm-category-description+.fm-category-sort-block {
    padding-top: 0;
}

.fm-category-description-cont {
    overflow: hidden;
    -webkit-transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;
    transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;
    max-height: 100px;
    position: relative;
    z-index: 1;
}
.fm-category-description-text{
    max-height: 30px;
    overflow: hidden;
    margin-bottom: 10px;	
}

.fm-category-description-cont .fm-category-description-text-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    background: linear-gradient(0deg, white 30%, rgba(255, 255, 255, .1) 100%);
    height: 75px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.fm-category-description-cont.expanded,
.fm-category-description-cont.expanded .fm-category-description-text {
    max-height: 9999px;
    transition-timing-function: cubic-bezier(.5, 0, 1, 0);
    transition-delay: 0s;
}

.fm-category-description-cont.expanded .fm-category-description-text-overlay {
    opacity: 0;
}
@media only screen and (max-width: 575px) {
	.fm-category-description-cont {
		max-height: 125px;
	}
	.fm-category-description-cont .fm-category-description-text-overlay {
		height: 125px;
	}
	.fm-category-description-text {
    		max-height: 75px;
	}
	
}
  .caption-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .product-category .category-row .product-layout .product-thumb .caption {
      min-height: 180px;
  }
  select.options-select {
    font-size: 16px;
  }

  @media (min-width: 768px) {
    select.options-select  {
      font-size: 14px;
    }
  }
.pb_price .price-bund {
	display: block;
	font-size: 14px;
	text-decoration: line-through;
	    color: #000;
}
.pb_price .price-new,
.pb_price {
	display: block;
	font-size: 18px;
	    color: #000;
	font-weight: 700;	
}
.pb_price {
	min-height: 40px;
}
.dop-photos .image-additional.hover a {
	border-color: #e5131c;
}
#column-left .textop {
	background: transparent;
}
#column-left .textop .container,
#column-left .textop .container .row > div {
	padding: 0;
	height: auto;
}
#column-left .textop .container .row {
	margin: 0;
}
span.product-title-h3 {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 15px;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #111;
}
span.PB_bundle_info_bold,
.attribute-name-bold,
.review-author-bold,
.phone-link-bold,
.text-open-bold,
.review-author {
	font-weight: bold;
}
.textop {
	margin-bottom: 15px;
}
.textop .col-sm-12 {
	max-height: 400px;
	height: auto;
}
.textop .row {
	margin: 0;
}
.shield__footers_module_block__wrapper__row span a, .shield__footers_module_block__wrapper__row li, .shield__footers_module_block__wrapper__row li a {
    color: #000 !important;   
}
@media (min-width: 992px) {
	.common-home .full-block.fixed {
		position: relative !important;
	}
}
.top-header-delivery-icon {
	display: inline-block;
	max-width: 40px;
	margin-right: 16px;
	max-height: 40px;
}
header {
	position: sticky;
	z-index: 998;
	top: 0;
}
.menu-fixed {
	position: relative;
	z-index: 90;
}
.top-header-wrap {
	background-color: #FFF5E8;
}
.top-header {
	padding: 7px 0px;
}
.top-header-delivery {
	display: flex;
	align-items: center;
}
.top-header-delivery-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 18px;
}
.col-top-header-language {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.menu-fixed {
	border-bottom: 2px solid #D32F2F;
}
.top-header-phone {
	margin-right: 40px;
}
.product-layout .price span {
	#display: inline-block;
}
.product-layout .price span  {
	#display: inline-block;
	#margin-right: 4px;
}
.product-layout .price span:last-child  {
	#display: inline-block;
}
@media (max-width: 1500px) {
	#additional-menu.hmenu_type .nav > li > a {
		font-size: 14px;
	}
}
@media (max-width: 1300px) {
	#additional-menu.hmenu_type .nav > li > a {
		font-size: 13px;
		padding: 10px 9px;
	}
	#horizontal-menu.horizontal-menu .nav > li > a {
		font-size: 14px;
	}
}
@media (max-width: 1200px) {
	.top-header-delivery-text {
		font-size: 16px;
	}
	.bottom-header-row {
		align-items: center;
	}
	.search-block #search .input-lg {
		padding-left: 32px;
	}
	.search-block .search-icon {
	    top: 11px;
	    left: 10px;
	}
	.search-block .search-icon i {
	    font-size: 15px;
	}
	.search-block #search .input-lg {
		font-size: 14px;
	}
	.search-block #search .btn-lg {
		min-width: 75px;
		font-size: 14px;
	}
	.icons-block > .list-inline li {
		min-width: 0;
	}
	#additional-menu.hmenu_type .nav > li > a {
	    font-size: 12px;
	    padding: 10px 4px;
	}
	.icons-block svg {
		height: auto;
	}
	.icons-block .wishlist-total svg {
		width: 20px;
	}
	.icons-block .cabinet-box svg {
		width: 18px;
	}
	.icons-block .compare-box svg {
	    width: 21px;
	}
	#horizontal-menu img.nsmenu-thumb {
		max-width: 22px;
		display: inline-block;
		height: auto;
	}
	#horizontal-menu .nav > li > a {
		padding: 15px 5px;
	}
	.cart-box #cart > .btn {
	    padding: 2px 5px;
	    margin-top: 5px;
	}
	.cart-box .btn svg {
		max-width: 20px;
	}
	#horizontal-menu.horizontal-menu .nav > li > a {
		font-size: 12.5px;
	}
	#horizontal-menu .nsmenu-type-category-full-image .nsmenu-parent-block.menu-sub-item {
		padding: 20px 15px !important;
	}
	#horizontal-menu .nsmenu-type-category-full-image .nsmenu-parent-img img {
		max-width: 100%;
		height: auto;
	}
	#horizontal-menu .nsmenu-type-category-full-image .nsmenu-parent-block.menu-sub-item .nsmenu-parent-title {
		font-size: 12.5px !important;
	}
	.cart-box #cart #cart-total {
        right: -1px;
        top: -5px;
	}
	#compare-total {
		right: 2px;
		top: -1px;
	}
}