@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700&subset=cyrillic-ext');
/******************************************************
	базовые стили
*/
body{
	display: block;
	position: relative;
	background-color: #f0f3f6;
	color: #4f5f6f;
	min-width: 320px;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight: 400;
}
img{
	image-rendering: -webkit-optimize-contrast;
}
a{
	outline: 0!important;
	transition: all .3s ease;
	color: inherit;
	text-decoration: none!important;
}
a:active{
	color:inherit;
}
a.underline, .underline a{
	text-decoration: none!important;
	position: relative;
}
a.underline:after, .underline a:after {
	content: '';
	border-bottom: 1px solid;
	height:0;
	width:0;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s ease;
	opacity: 0.6;
}
a.underline-dotted:after, .underline-dotted a:after{
	border-bottom: 1px dotted;
}
a.underline-dashed:after, .underline-dashed a:after{
	border-bottom: 1px dashed;
}
a.underline:hover:after, .underline a:hover:after{
	width: 100%;
}
.btn, button {
	outline: 0!important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
.myfaclose{
	    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}
.myfaclose:hover{
	opacity: 0.7;
}
/******************************************************
	шапка
*/
#top{
	background: #dadde1;
	font-size: 12px;
	padding: 10px 0;
}
.top-in{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.top-nav{
	display: flex;
}
.top-nav li{
	margin-right: 40px;
}
.top-nav li:last-child{
	margin-right: 0;
}
.top-nav > li > a, .top-nav > li > a:hover{
	padding: 0;
	background: none;
}
header{
	background: #fff;
}
.top-right a{
	margin-right: 40px;
	text-decoration: none;
}
.top-right a:last-child{
	margin-right: 0;
}
.top-right .fa{
	margin-right:8px;
	font-size:18px;
}
.top-right a:hover{
	color:#ff6868;
	text-decoration: none;
}

#ajax_loader{
	width: 100%;
	height: 30px;
	margin-top: 15px;
	text-align: center;
	border: none!important;
}
#arrow_top{
	position: fixed;
	bottom: 50px;
	right: 15px;
	cursor: pointer;
	height: 50px;
	width: 50px;
}
.header-in{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
}
.header-cart{
    background: url(../img/cart.png) no-repeat 25px center, #f7f9fa;
    display: inline-block;
    border-radius: 5px;
    padding: 0 30px 0 80px;
    font-weight: 600;
    text-align: left;
}
.header-cart #cart-total{
	display: table-cell;
    height: 70px;
    vertical-align: middle;
}
.header-cart:hover{
	background: url(../img/cart.png) no-repeat 25px center, #dadde1;
} 
#cart-total span{
	color:#3bbae6;
	font-weight: 700;
}
.logo img{
	margin: 0 auto;
}
.logo span{
	display: block;
	font-size: 12px;
} 
.header-in > div:not(.logo){
	width: 35%;
}
.more-contants > div:not(.dropdown-menu){
	font-size:12px;
	cursor:pointer;
}
.more-contants .dropdown-menu{
	min-width: 210px;
    padding: 10px;
    line-height: 26px;
}
.phones{
    background: url(../img/phone.png) no-repeat left 5px;
    line-height: 20px;
    padding-left: 30px;
    /*color:#70879e;*/
}
.phones > a{
	font-size: 17px;
}
.phones > a span{
	font-size: 20px;
	font-weight: 600;
}
.header-contacts{
	display: flex;
	align-items: center;
}
.callme-block {
	padding-left: 20px;
}
.callme-block .rasp{
	font-size: 12px;
    margin-top: 8px;
}
.callme-block .rasp .fa{
	font-size: 15px;	
}
.menu-block{
	background: #4f5f6f;
}
.menu-block .row{
	align-items: center;
}
.mainmenu-title{
	color:#fff;
	font-size: 16px;
	cursor: pointer;
	background: #70879e;
	transition: all .2s ease;
	position: relative;
}
.mainmenu-title:hover{
	background: #8096ab;
}
.mainmenu-title > span{
	display: flex;
	align-items: center;
	height: 50px;
	padding: 0 26px;
}
.mainmenu-title .bars{
	margin-right: 18px;
	position: relative;
	display: flex;   
    width: 26px;
    height: 22px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: all .2s ease;
}
.mainmenu-title .bars span {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    transition: all .2s ease;
}
.mainmenu-title .bars span:nth-child(2) {
    width: 80%;
}
.mainmenu-title:hover .bars span{
	width: 100%;
}
.mainmenu-content {
    position: absolute;
    width: 100%;
    top: 50px;
    background: #fff;
    z-index: 8;
    color: #333;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
}
.mainmenu-title:hover .mainmenu-content {
    opacity: 1;
    visibility: visible;
}
#search{
	font-size:14px;
}
.menu-block .col-9{
	padding-left:50px;
}
#search > input{
	background: #5b6d7f;
    font-size: 14px;
    border-color: #5b6d7f;
    box-shadow: none;
    color: #bcc1c5;
    font-style: italic;
}
#search .btn-default{
	background:#5b6d7f!important;
	border-color:#5b6d7f!important;
	color:#fff!important;
	font-size:14px;
	border-left-color: #4f5f6f!important;
}
#search .btn-default:hover{
	opacity: 0.8;
}
#search input::-webkit-input-placeholder {color:#bcc1c5;}
#search input:-moz-placeholder{color:#bcc1c5;}
.menu-block .iSearchBoxWrapper .iSearchBox{
	width:100%!important;
}
.top-icon-menu{
	display: none;
	font-size: 22px;
}
.header-in .text-right{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.fix-head{
    background: #dadde1;
    position: fixed;
    width: 100%;
    top: -50px;
    left: 0;
    z-index: 4;
    padding: 8px 0;
    box-shadow: none;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    height: 47px;
}
.fix-head.fixed{
	top: 0!important; 
	opacity: 1;
    visibility: visible;
    box-shadow: 0 1px 5px rgba(79, 95, 111, 0.64);
}
.fix-in{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
    font-size: 14px;
}
.fix-in .fa-phone, .fix-in .fa-whatsapp{
	margin-right: 8px;
}
.fix-in .btn-primary{
	margin-right: 20px;
}
.fix-links > a{
	margin-right: 20px;
}
.fix-links > a:last-child{
	margin-right: 0;
}
.fix-links > a .fa{
	font-size: 16px;
}
.fix-links .top-phone > .fa, .top-right .top-phone > .fa{
	transition: all .3s ease;
}
.fix-links > a:hover, .fix-links .top-phone:hover > .fa, .top-right .top-phone:hover > .fa{
	color:#ff6868;
	cursor: pointer;
}
.alert{
	padding: 15px;
    margin-bottom: 0;
    border: 1px solid #fff;
    border-radius: 4px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 20;

}
.alert-success {
    color: #9bff83;
    background-color: #4f5f6f;
    border-color: #fff;
    max-width: 420px;
}
.fix-in > div:first-child{
	display: flex;
	align-items: center;
}

.fix-links .top-phone{
	margin-right: 14px!important;
    font-size: 16px;
}
.top-right .dropdown-menu, .fix-links .dropdown-menu{
	min-width: 235px;
	padding: 10px;
	line-height: 30px;
	margin-left: -55px;
	font-weight: 400;
}
.top-right .dropdown-menu .btn{
	margin-bottom: 5px;
}
.overlay.active {
    opacity: 1;
    visibility: visible;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(79, 95, 111, 0.6);
    z-index: 8999;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
    visibility: hidden;
    display: block;
}
.mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 270px;
    z-index: 9000;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: none;
    -moz-transform: translateX(-280px);
    -o-transform: translateX(-280px);
    -webkit-transform: translateX(-280px);
    transform: translateX(-280px);
    height: 100%;
    overflow-y: auto;
    margin: 0;
    background: #fff;
    color: #333;
    text-align: left;
    box-shadow: 2px 0px 5px rgba(0,0,0,.35);

}
.mobile-menu.active {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
li.podr a {
    background: #ffffff!important;
    color: #59c2e6!important;
    text-shadow: none!important;
    font-size: 16px;
    font-weight: 700;
}
.slide-wrap{
	position: relative;
	width:100%;
	padding:0 20px;
	margin:25px 0 30px;
	z-index:3;
}
.slide-wrap:before{
    content: '';
    box-shadow: 0 1px 5px rgba(26, 35, 44, 0.15);
    display: block;
    height: 87%;
    width: 20%;
    position: absolute;
    background: #fff;
    top: 4%;
    left: 0;
    border-radius: 5px;
    z-index: 0;
}
.slide-wrap:after{
    content: '';
    box-shadow: 0 1px 5px rgba(26, 35, 44, 0.15);
    display: block;
    height: 87%;
    width: 20%;
    position: absolute;
    background: #fff;
    top: 4%;
    right: 0;
    border-radius: 5px;
    z-index: 0;
}
.owl-wrapper-outer{
	background: #fff;
}








/******************************************************
	подвал
*/
footer{
	background: #4f5f6f;
	color:#f0f3f6;
}
.footer-in{
	display: flex;
	flex-wrap: wrap;
	padding: 42px 0;
}
.ip-text{
	font-size: 12px;
    opacity: 0.9;
    line-height: 16px;
    margin: 20px 0 10px;
}
.copyr{
	opacity: 0.9;
	margin-botom: 10px;
}
footer .phones{
	background: url(../img/phone2.png) no-repeat left 5px;
	margin-bottom: 10px;
}
.footer-col2{
	line-height: 25px;
}
.footer-col2 > .btn-primary{
	margin-bottom: 7px;
	background:transparent!important;
}
.footer-title{
	color:#59c2e6;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.footer-col3, .footer-col4, .footer-col2{
	padding-left: 85px;
}
footer .list-unstyled li{
	padding-bottom: 4px;
}
.pre-footer{
	background:#606f7e;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 70px;
}
.pre-footer .container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.newsletter-left{
    width: 50%;
    background: url(../img/podp.png) no-repeat left center;
    padding-left: 80px;
    padding-right: 40px;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}
.newsletter-right{
	width: 50%;
}
.newsletter-right input{
	background: transparent;
    font-size: 14px;
    border-color: #ebedef;
    box-shadow: none;
    color: #bcc1c5;
    font-style: italic;
}
.newsletter-right .btn-default{
	background:transparent!important;
	border-color: #ebedef!important;
	color:#fff!important;
	font-size:14px;
	border-color: #ebedef!important;
}
.newsletter-right .btn-default:hover{
	opacity: 0.8;
}
.newsletter-right input::-webkit-input-placeholder {color:#bcc1c5;}
.newsletter-right input:-moz-placeholder{color:#bcc1c5;}
.no-spam{
	color: #28313a;
    font-size: 12px;
    margin-top: -10px;
}
footer .modal{
	color:#4f5f6f;
}
.yo-menu{
	margin-bottom: 0!important;
}

/******************************************************
	категория
*/
.breadcrumb {
    padding: 8px 15px 8px 0;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    font-size: 13px;
}
.breadcrumb li, .breadcrumb a{
	display: inline;
}
#content{
	background:#fff;
	border-radius: 4px;
	box-shadow: 0 1px 5px rgba(26, 35, 44, 0.15);
}
.content-title{
	font-size:24px;
	color:#4f5f6f;
	font-weight: 600;
	text-transform: none;
	display: block;
	width: 100%;
	padding: 20px 30px;
	margin: 0;
	border-bottom: 1px solid #f2f4f6;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.figcaption{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 25px 30px;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}	
.figcaption:after, .figcaption:before{
	position: absolute;
    top: 25px;
    right: 30px;
    bottom: 25px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.figcaption:after{
	border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.figcaption:before{
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.homecat, .homecat *, .homecat *:before, .homecat *:after {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.homecat{
	display:inline-block;
	width:50%;
	overflow:hidden;
	vertical-align:top;
	background:#000;
	position:relative;
}	
.brand-list .homecat {
	background:#fff;
}
.homecat img{
	display:block;
	width:100%;
	opacity:1;
	-webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.homecat:hover{
	text-decoration:none;
}
.homecat:hover img{
	opacity:0.7;
}
.homecat .hname{
	padding-top: 27%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    display: block;
    font-size: 60px;
    font-family: "Open Sans";
    font-weight: 700;
    line-height: 1;
    text-shadow: 1.5px 2.598px 5px #000;
    margin-left: 40px;
	padding-bottom: 18px;
}
.hdescr{
	font-size: 16px;
	line-height: 1.25;
	text-align: left;
	margin-left:40px;
	display: block;
    max-width: 290px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
.homecat:hover .hdescr, .homecat:hover .hname{
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.category-list {
	margin-bottom: 20px;
	padding: 20px;
}
.category-list.prb2{
	background:#f5f4f4;
}
.category-list .homecat{
	width:20%;
}
.category-list .figcaption {
	padding:10px;
}
.category-list .figcaption:after, .category-list .figcaption:before {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.brand-list .figcaption:after{
	border-right: 1px solid #676767;
    border-left: 1px solid #676767;
}
.brand-list  .figcaption:before{
	border-top: 1px solid #676767;
    border-bottom: 1px solid #676767;
}	
.category-list .homecat img{
	opacity:0.7;
}
.category-list.brand-list .homecat img{
	opacity:0.96;
}
.category-list .homecat:hover img{
	opacity:1;
}
.category-list .homecat:hover .figcaption:before{
	-webkit-transform: scale(0,1);
    transform: scale(0,1);
	 opacity: 0;
}
.category-list .homecat:hover .figcaption:after{
	-webkit-transform: scale(1,0);
    transform: scale(1,0);
	opacity: 0;
}
.category-list .homecat .hname{
	font-weight: 600;
    font-size: 14px;
    text-shadow: none;
    margin: 0;
    padding: 30% 15px 0;
    text-align: center;
    line-height: 18px;
}
.category-list.brand-list .hname{
	display:none;
}
.category-list .homecat:hover .hname{
	text-shadow:1.5px 2.598px 5px #000;
}
.pagi{
	/*display: none;*/
	    padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left:20px;
	padding-right:20px;
	display: none;
}
.cat-sort{
	background: #f2f4f6;
    padding: 20px;
    margin-bottom: 20px;
}
.cat-sort .input-group-addon{
	background: #f5f7f8;
}
.col-left-in{
	padding-left:20px;
}
.product-thumb{
	height:100%;
	border:1px solid #fff;
	border-radius: 4px;
	background:#fff;
	position: relative;
    padding: 3px;
    transition: all .2s ease;
}
.product-thumb:hover{
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.product-grid, .product-grid2{
	margin-bottom: 20px;
}
.items.row{
	padding-right:20px;
}
.product-thumb .image a{
	display: block;
	overflow: hidden;
	border-radius: 4px;
}
.product-thumb .image a:hover{
	
}
.product-thumb .caption{
	font-size: 14px;
    color: #4f5f6f;
    font-weight: 600;
    display: block;
    margin: 10px 0 3px;
}
.product-thumb .caption a:hover{
	text-decoration: none;
	color:#c1a371;
}
.product-thumb .price{
	color: #59c2e6;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
.price-new{
	color:#ff6868;
}
.price-old{
    color: #adadad;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 400;
    text-decoration: line-through;
}
.product-thumb .button-group{
	display: flex;
	align-items: center;
}
.product-thumb .button-group > div{
	cursor: pointer;
	color: #dadde1;
	transition: all .3s ease;
	margin-left: 15px;
	font-size: 16px;
}
.product-thumb .button-group > div:hover{
	color: #4f5f6f;
}
.product-thumb-bottom{
    background: #fff;
    position: absolute;
    opacity: 0;
    transition: all .2s ease;
    visibility: hidden;
    z-index: 20;
    width: calc(100% + 2px);
    padding: 0 15px 15px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    left: -1px;
}
.product-thumb:hover .product-thumb-bottom{
	opacity: 1;
	visibility: visible;
}
a.load_more{
	    margin-bottom: 30px;
}
.product-thumb .znac{
	font-size: 80%;
	font-weight: 400;
}
.items2{
	padding-left: 20px;
}
.product-labels {
    position: absolute;
    left: 10px;
    top: 10px;
}
.label-success {
    background-color: #5cb85c;
}
.label-info {
    background-color: #5bc0de;
}
.pagination > li > a, .pagination > li > span{
	color:#5bc0de;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	    background-color: #59cdef;
    border-color: #59cdef;
}
.m-filter-head{
	font-size: 16px;
	margin-top: 0;
}
.m-filter-head .fa{
	margin-right: 10px;
}
.mfilter-options label{
	font-weight: normal;
}
h1, .h1 {
    font-size: 24px;
}
h2, .h2 {
    font-size: 20px;
}
h3, .h3 {
    font-size: 17px;
}
.home-utp{
	box-shadow: 0 1px 5px rgba(26, 35, 44, 0.15);
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}
.home-html{
	margin-top: 40px;
}
.home-html h1{
	margin-top: 0;
}
.home-utp ul{
    margin-top: 25px;
}
.home-utp ul li{
    padding: 5px 0;
    font-style: italic;
}
.home-share{
	color: #c0a26f;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 10px 20px;
}
.home-share > div{
	margin-left: 10px;
}
.latestmore{
	background:#fff;
	border-radius: 4px;
    box-shadow: 0 1px 5px rgba(26, 35, 44, 0.15);
    margin-bottom: 30px;
}
.banners-grid .product-layout{
	margin-bottom: 30px;
}
.banners-grid .image{
	overflow: hidden;
	border-radius: 5px;
    display: block;
}
.buttons.col-12{
	padding-bottom: 20px;
}
.compare-info tr td:first-child {
    text-align: right;
}
.compare-info tr td{
	    min-width: 170px;
	    font-size: 13px;
}
.cc_hide {
    display: none;
}
.compare-diff td:first-child{
	    background: #3bbae624;
}
.comp_labels input {
    position: absolute;
    cursor: pointer;
    width: 16px;
    height: 16px;
    opacity: 0;
    z-index: 2;
    margin: 0;
}
.mylabel {
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #d0d0d0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border-radius: 2px;
    background: #fff;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    
    cursor:pointer;
}
.comp_labels .mylabel, .comp_labels .label span {
    display: inline-block;
    vertical-align: top;
}
.comp_labels label{

}
div.text .alert {
    margin-bottom: 15px;
    position: static;
    max-width: 100%!important;
}
.comp_labels label:hover{
	color:#3bbae6;
	cursor: pointer;
}
input[type=checkbox]:hover + .mylabel, input[type=checkbox]:checked + .mylabel {
    background: #fff;
}
input[type=checkbox]:checked + .mylabel:after {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 2px;
    top: 2px;
    background: #3bbae6;
    content: '';
    z-index: 1;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.text a{
	color:#3bbae6;
}
.text blockquote{
	padding: 20px 20px;
    margin: 20px 0 20px;
    font-size: 14px;
    background: #4f5f6f;
    color: #fff;
    border: 0;
}
.my_blog_item a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.my_blog_item a img{
	display: block;
	width: 100%;
}
.my_blog_item a .blog-in-text{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	transition: all .3s ease;
	color:#fff;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	font-size: 18px;
	background: rgba(79, 95, 111, 0.5);
}
.my_blog_item a:hover .blog-in-text{
	background: rgba(79, 95, 111, 0.1);
}
.blog-in-text .date{
	position: absolute;
	left: 20px;
	bottom: 20px;
	text-align: left;
}
.blog-in-text .view{
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: left;
}
.blog-in-text .caption{
	font-size: 26px;
	font-weight: 600;
}
.my_blog_item{
	margin-bottom: 30px;
}
.simplecheckout-cart td.quantity .quantity, .colll{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
	font-size: 16px;
}
.simplecheckout-cart td.quantity .quantity{
	margin-bottom: 0;
}
.colll label{
	margin: 0 10px 0 0;
}
.simplecheckout-cart td.quantity span:hover, .colll span:hover{
	cursor: pointer;
	color: #de2b1b;
}
.simplecheckout-cart td.quantity input, .colll #input-quantity{
	background: #fff;
    width: 55px;
    margin: 0;
    text-align: center;
    height: 30px;
    border-radius: 0;
    margin-bottom: 0!important;
    border: 1px solid #dee4e9;
}
.simplecheckout-cart td.quantity .quantity-operator, .quantity-operator{
	background: #dee4e9;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    border: 1px solid #dee4e9;	
}
.simplecheckout-cart td.quantity .plus, .quantity-operator#plus{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: 0;

}
.simplecheckout-cart td.quantity .minus, .quantity-operator#minus{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 0;
}
.iamge{
	margin-right: 8px;
}
.iamge img{
	width:100%;
}
.shipping-method-title{
	font-weight: 500;
}
.shipping-method-title small{
	display: block;
	opacity: 0.7;
	font-weight: 400;
}
.ckbox, .rdbox{
	font-weight: normal;
    position: relative;
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
}
.rdbox input[type='radio']{
	opacity: 0;
	margin-right:10px;
	margin-top: 0;
	width: 18px;
	height: 18px;
	z-index:2;
	cursor:pointer;
	position: relative;
}
.rdbox span {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    
    border: 1px solid #cac8c8;
    z-index:1;
}
.rdbox span:after{
	position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    transition: all .3s ease;
    top: 4px;
    left: 4px;
    border-radius: 50%;
}
.rdbox input[type='radio']:hover + span:after{
	background: #d0d0d0;
}
.rdbox input[type='radio']:checked + span:after{
	background:#31bbe9!important;
}
td.price .znac{
	font-weight:400;
	font-size: 80%;
}
.gallery figure{
	display: none;
}
.thumbnails a{
	display: block;
	margin-right: 2%;
	width: 32%;
	margin-bottom: 2%;
}
.thumbnails{
	display: flex;
	flex-wrap: wrap;
}
.thumbnails a img{
	width: 100%;
}
.thumbnails a:nth-child(1), .thumbnails a:nth-child(4), .thumbnails a:nth-child(7), .thumbnails a:nth-child(10), .thumbnails a:nth-child(13), .thumbnails a:nth-child(16){
	margin-right: 0;
}
.thumbnails a:nth-child(1){
	width: 100%;
}
.product-info-top{
	display: flex;
}
.info-left{
	max-width:230px;
}
.info-right{
	max-width: calc(100% - 230px);	
	padding-left: 30px;
}
.manuf{
	font-weight: 600;
}
.pr-art{
	font-size:12px;
}
.nal{
	font-size: 12px;
	color:#2c9e20;
}
.info-right .price{
	color:#59c2e6;
	font-size: 27px;
	font-weight: 600;
	width: 100%;
	margin-bottom: 4px;
}
.info-right .price .znac{
	font-weight: 400;
	font-size: 75%;
}
.info-right .price .old-price{
	font-size: 80%;
	color:#70879e;
	font-weight:400;
	text-decoration: line-through;
}
.pred{
	width: 100%;
	margin-top: 10px;
	font-size: 12px;
}
.info-right-bottom{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.info-right-bottom .colll{
	margin-right: 20px;
    max-width: 120px;
	margin-bottom: 6px;
}
.info-right-bottom .colll label{
    font-weight: 600;
    font-size: 12px;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    margin: 0;
}
.info-right-bottom .buttons{
	display: flex;
	align-items: center;
}
.info-right-bottom .buttons div{
	margin-left:10px;
	color:#9e9e9e;
	font-size: 18px;
	transition: all .3s ease;
}
.info-right-bottom .buttons div:hover{
	cursor: pointer;
	color:#59c2e6;
}
.dop-buttons-fix button[data-target="#feedbackModal43"]{
	background: #dee4e9;
	border-color:#dee4e9;
	color:#4f5f6f;
}
.dop-buttons-fix button[data-target="#feedbackModal43"]:focus, .dop-buttons-fix button[data-target="#feedbackModal43"]:active{
    background: #4f5f6f;
    border-color:#4f5f6f;
    color:#fff;
}
.search-message{
	background: #e7e8e8;
    font-size: 13px;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.dop-buttons{
    border-top: 1px solid #f2f4f6;
    border-bottom: 1px solid #f2f4f6;
    padding: 10px 0;
    margin: 10px 0;
}
.product-description{
	margin-top: 15px;
}
.atrribs table{
	font-size: 12px;
	color:#4f5f6f;
	margin-bottom: 0;
}
.atrribs table tr td:first-child{
	background: #f7f7f7;
	    width: 40%;
}
.show-all-attr{
	text-decoration: underline;
	color:#59c2e6;
	font-style: italic;
	margin-top: 10px;
} 
.show-all-attr:hover{
	cursor: pointer;
	text-decoration: none;
}
.atrribs .hidden table{
	margin-top: -1px;
}
.atrribs{
	margin-bottom: 20px;
}
.product-utp{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
	margin-bottom: 30px;
}
.putp{
	width: 23.5%;
    background: #e5e9ee;
    border-radius: 3px;
    padding: 15px;
    display: flex;
    align-items: center;
    font-size: 13px;
    min-height: 84px;
    transition: all .3s ease;
}
.putp img{
	margin-right: 10px;
}
.putp:hover{
	background: #bbeeff;
	cursor: default;
}






.calc-item{
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 25px 15px;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    border: 1px solid #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.calc-item span{
    background: rgba(115, 117, 119, 0.6);
    color: #fff;
    margin: -25px 15px -25px -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
}
.calc-item:hover{
	border-color:#3ec1f1;
	text-decoration: underline;
}
.calc-item-plintus{
	background: url(../img/calc1.jpg) no-repeat center center;
	background-size: cover;
}
.calc-item-laminat{
	background: url(../img/calc2.jpg) no-repeat center center;
	background-size: cover;
}
.plintus-wrap{
	display: flex;
	flex-wrap: wrap;
    padding: 10px 15px;
}
.plintus-left{
	width: 50%;
	padding-left: 15px;
}
.plintus-left img{
	display: block;
	max-width: 100%;
}
.plintus-right{
	width: 50%;
}
#plintuscalc{
    background: #f0f3f6;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #3bbae6;
}
#plintuscalc input{
    width: calc(100% - 200px);
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    height: 42px;
    padding: 4px 8px 4px 8px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    outline: 0!important;
}
#plintuscalc select{
    width: calc(100% - 200px);
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    height: 42px;
    padding: 4px 30px 4px 8px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    outline: 0!important;
}
#plintuscalc label{
	font-weight: 400;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}
#plintuscalc label div{
    width: 200px;
}
#plintuscalc input:focus, #plintuscalc select:focus{
	border-color:#3bbae6;
}
#plintuscalc .error select, #plintuscalc .error input{
	border-color:#ff7171;	
}
.plintus-instruction{
	line-height: 1.8;
}
.plintus-instruction span{
	color: #ff2f06;
}
.plintus-result{
	background: #3bbae6;
    width: calc(100% + 30px);
    margin: 15px -15px -10px -15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
    padding: 25px;
}
.result-title{
	font-size: 25px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.39);
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.result-result{
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
}
.result-result > span{
	width:32%;
	margin-right: 2%;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.result-result > span:nth-child(3n){
	margin-right: 0;
}
.result-result > span > span{
	background: #168bb4;
    border-radius: 3px;
    padding: 8px;
    margin-left: 10px;
    white-space: nowrap;
}
.plintus-result .image{
    width: 30%;
    display: none;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.52);
    margin-top: 15px;
}
.plintus-result .image:hover{
	opacity: 0.9;
}
.plintus-result .image.active{
	display: block;
}
.plintus-awessome{
	padding: 10px 0 0;
    font-size: 13px;
    color: #ff0606;
}


@media only screen and (max-width: 1199px) {
	.footer-col3, .footer-col4, .footer-col2{
		padding-left: 55px;
	}
	.newsletter-left{
		font-size: 20px;
    	line-height: 29px;
	}
	.text img{
		max-width:100%!important;
		height: auto!important;	
	}
	.nav.top-nav > li:first-child{
		display: none;
	}
}

@media only screen and (max-width: 1023px) {
	.menu-block .col-md-12{
		padding-left: 15px;
		padding-top:8px;
		padding-bottom:8px;
	}
	.header-contacts{
		display: none;
	}
	.top-nav{
		display: none;
	}
	.top-icon-menu{
		display: block;
	}
	.fix-in .top-icon-menu{
		padding-right: 5px;
		margin-right: 12px;
	}
	#top{
		padding: 5px 0;
	}
	.top-right{
		display: flex;
		align-items: center;
	}
	.top-phone{
	    padding: 0;
	    margin-right: 27px;
	}
	.top-right .visible-md{
		position: relative;
	}
	
	.header-in > div:not(.logo) {
	    width: auto;
	}
	.top-right a {
 	   margin-right: 25px;
	}
	.top-right a:last-child{
		margin-right: 0;	
	}
	.newsletter-left {
	    font-size: 19px;
	    line-height: 23px;
	}
	.mobile-menu{
		display: block;
	}
	.category-list .homecat{
		width:33.333%;
	}
	.items.row {
	    padding-right: 10px;
	    padding-left: 10px;
	}
	.product-thumb-bottom {
	    background: #fff;
	    position: relative;
	    opacity: 1;
	    transition: all .2s ease;
	    visibility: visible;
	    z-index: 1;
	    width: 100%;
	    padding: 0;
	    box-shadow: none;
	    border-bottom-left-radius: 4px;
	    border-bottom-right-radius: 4px;
	    left: 0;
	}
	.product-thumb{
		box-shadow: none!important;
		padding:0!important;
	}
	.pagi > div{
		text-align: center!important;
	}
	.pagi > div:last-child{
		margin-bottom: 20px;
	}
	.my_blog_item a .blog-in-text{
		font-size: 13px;
	}
	.blog-in-text .caption {
	    font-size: 18px;
	}
	.simplecheckout-cart td.name .nname{
		min-width: auto!important;
	}
	.simplecheckout-left-column, .simplecheckout-right-column{
		width:100%!important;
		float:none!important;
	}
	.putp{
		width:49%;
		margin-bottom: 15px;
	}
	.info-left, .info-right{
		width: 100%;
		max-width: 100%;
	}
	.product-info-top{
		flex-wrap: wrap;
	} 
	.info-right{
		padding-left: 0;
		padding-to:15px;
	}
	.plintus-right, .plintus-left{
		width: 100%;
	}
	.plintus-left{
		order: -1;
	}
	.result-result > span{
		width:100%!important;
		margin-right: 0!important;
	}
	.plintus-result .image {
	    width: 100%;
	    max-width:555px;
	}
}

@media only screen and (max-width: 767px) {
	.newsletter-left{
		width: 100%;
    	background-size: 33px;
    	margin-bottom: 10px;
    	padding-left: 45px;
	}
	.newsletter-right{
		width: 100%;
	}
	.product-thumb .price{
		font-size:17px;
	}
	.product-thumb .caption {
	    font-size: 12px;
	}
	th.total, col.total, td.total, th.price, col.price, td.price{
		display: none!important;
	}
	.t-product-right a {
	    font-size: 14px!important;
	    font-weight: 400!important;
	}
	.iamge{
		display: none!important;
	}
	.t-product-right .price{
		font-size: 120%;
		font-weight: 600;
	}
	.hidden .total-block > span{
		font-weight:600;
		font-size:120%;
		display: inline-block;
		margin-top: 5px;
	}
	.simplecheckout-cart td.quantity{
		padding-right:25px!important;
		min-width: 130px!important;
	}
	.thumbnails{
		width:100%;
		max-width: 400px;
	}
}

@media only screen and (max-width: 619px) {
	.menu-block .col-md-12{
		padding-left: 10px;
	}
	header .logo{
		width: 110px;
	}
	header .logo span{
		display: none;
	}
	#cart #cart-total{
		display: none; 
	}
	.header-cart {
	    background: url(../img/cart.png) no-repeat center center, #f7f9fa;
	    padding: 0 30px;
	    height: 50px;
	}
	.header-cart:hover {
	    background: url(../img/cart.png) no-repeat center center, #dadde1;
	}
	.fix-in > div:first-child > .btn, .fix-in > div:first-child > a{
		display: none;
	}
	.fix-links .hidden.visible-sm{
		display: inline-block;
		position: relative;
	}
	.footer-col1{
		order: 2;
		margin-top: 20px;
	}
	.footer-col2{
		padding-left: 0;
	}
	.footer-in{
		flex-direction: column;
	}
	.category-list .homecat{
		width:50%;
	}
	.slide-wrap:after, .slide-wrap:before{
		height:82%;
	}
	.content-title {
	    font-size: 20px;
	    padding: 20px 15px;
	}
	.text blockquote{
		padding: 15px;
	}
	.my_blog_item{
		margin-bottom: 30px;
	}
	.putp{
		width:100%;
	}
	.atrribs table tr td:first-child{
		width: 44%;
	}
}

@media only screen and (max-width: 439px) {
	.alert{
		width: calc(100% - 20px);
	}
	.newsletter-left {
	    width: 100%;
	    background-size: 33px;
	    margin-bottom: 10px;
	    padding-left: 45px;
	    padding-right: 0;
	    font-size: 15px;
	    line-height: 20px;
	}
	.category-list .homecat{
		width:100%;
	}
	.slide-wrap:after, .slide-wrap:before{
		display: none;
	}
	.slide-wrap{
		padding: 0;
	}
	.owl-controls{
		display: none!important;
	}
	.i-am-new{
		max-width:300px!important;
	}
	.i-am-new > li{
		max-width:300px!important;	
	}
	#plintuscalc label div {
	    width: 100%;
	}
	#plintuscalc input, #plintuscalc select{
		width: 100%;
	}
	.plintus-result {
	    padding: 10px;
	}
	.result-result > span{
		justify-content: space-between;
	}
}
.myitems{
	padding-bottom: 20px;
}