body{
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 16px;
}


.autocomplete-suggestions{
		background-color: #ffffff;
		overflow: hidden;
		border: 1px solid #e0e0e0;
		overflow-y: auto;
		}
		.autocomplete-suggestions .autocomplete-suggestion{ cursor: pointer; }
		.autocomplete-suggestions .selected { background:#F0F0F0; }
		.autocomplete-suggestions div { padding:2px 5px; white-space:nowrap; }
		.autocomplete-suggestions strong { font-weight:normal; color:#3399FF; }
        .autocomplete-suggestions img{ width: 80px; }
a, a:hover, a:focus{
    text-decoration: none;
}

.btn{border-radius: 0px;  outline: none;  box-shadow:none!important; font-size: 18px; border: 1px solid transparent; white-space: normal; line-height: 1.8;}
.btn-outline-inverse{
    text-transform: uppercase;
    border: 1px solid #989898;
    padding: 10px 20px;
    border-radius: 4px;
    color: #000;
}
.btn-outline-inverse:hover{
    background-color: #eceeef;
}
.btn-outline-inverse i{
    padding-right: 10px;
    font-size: 18px;
}

header{
    width: 100%;
    height: 60px;
    line-height: 59px;
    z-index: 990;
    position: fixed;
    background: rgba(255,255,255, .5);
    top: 0;
    border-bottom: 1px solid transparent;
}

header .logo_bg{
    background: url(../images/logo-big.svg);
    width: 160px;
    height: 60px;
    display: inline-block;
	vertical-align:middle;
    background-size: 160px 60px;
}
.scroll_detect header{
    background: rgba(255,255,255, .99);
    border-color: #ececec;
}
header .logo{
	width: 160px;
	float:left;
}
header .logo a{
	font-size: 24px;
    font-weight: 600;
    color: #000;
}
header .buttons{
		float:right;
		text-align:right;
}
header .contacts{
	width: 220px;
	float:right;
	text-align:right;
}
header .contacts ul{
    padding: 0px;
    margin: 0px;
}
header .contacts a, header .buttons a{
	color:#b7162e;
    font-size: 16px;
    font-weight: 500;
}
header .buttons a{
    color: #000;
}
header .contacts a i
{
	background: rgba(255,255,255,.5);
	border: 1px solid transparent;
	border-radius: 50%;
	display: inline-block;
	height: 32px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	width: 32px;
    color: #000;
}
header nav{
	margin-left:160px;
	margin-right:0px;
	padding: 0px 40px;
	text-align:right;
}
header nav ul{
    margin: 0px;
}


header .buttons .buttons-mobile-menu a{ font-size: 22px; font-weight:400; }


header nav a, header nav a:hover, header nav a:focus{
	position:relative;
	padding:10px 18px;
    text-decoration: none;
    color:#000;
    font-size:16px;
    font-weight: 600;
    text-transform: uppercase;
}



header li{
	display:inline-block; 
	
}


.header-fixed header{
		position:fixed;
		top:0px;
		left:0px;
		right:0px;
		z-index:999;
		background:#F5F6F6;
		line-height:70px;
		-webkit-box-shadow: 4px 3px 3px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 4px 3px 3px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 4px 3px 3px 0px rgba(0, 0, 0, 0.2);
	}

@media (min-width:992px){
	.header-fixed{
		padding-top:141px;
	}
	

	.header-fixed header .logo_bg {
		width: 102px;
		height: 38px;
		display: inline-block;
		background-size: 102px 38px;
	}
}
@media (max-width:1199px) and (min-width:992px){
	header nav{
		padding:0px 0px;
	}
	header nav a{
		padding-left:8px;
		padding-right:8px;   
	}
} 
@media (max-width:991px){
    body{
        margin-top: 0px;
    }
	header{
		/*background:#111;
        position: relative;*/
	}
	header nav{
		display:none;
	}
}
@media (min-width:992px){
    .section_ancor{
        position: absolute;
        margin-top: -80px;
    }
}

.mobile-menu{
    position: fixed;
    background: #cdd2d5;
    padding: 30px 10px;
    padding-top: 40px;
    text-align: center;
    z-index: 999;
    width: 100%;
    top: 60px;
    display: none;
}
.mobile-menu ul{
    padding: 0px;
}
.mobile-menu .navi{
    margin-bottom: 30px;
}
.mobile-menu .navi a{ 
    color: #000;
    font-size: 18px;
    padding: 10px 0px;
    display: block;
    font-weight: 500;
}
.mobile-menu .contacts a{
   color: #fff;
    font-size: 18px;
    color: #000;
}
.mobile-menu .contacts a i
{
	background: rgba(255,255,255,.5);
	border: 1px solid transparent;
	border-radius: 50%;
	display: inline-block;
	height: 32px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	width: 32px;
}

section .section-header{
    margin-bottom: 40px;
    text-align: center;
}
section .section-header h4{
    font-size: 30px;
    text-align: center;
}
section .section-header h4:after{
    display: block;
    content: "";
    width: 70px;
    height: 4px;
    background: #b7162e;
    margin: 0 auto;
    margin-top: 10px;
}


.bannner-section {
    padding: 0;
    background-color: #cdd2d5;
    position: relative;
}

.banner {
	padding-top: 140px;
	background-image: url(../images/banner2.png?v=3);
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat
}
@media (max-width:991px) {
	.banner {
		padding-top: 80px;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: -15px;
		margin-right: -15px;
		background-size: auto 100%
	}
	.banner:after {
		display: block;
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		background: #fff;
		opacity: .8;
		top: 0;
		left: 0
	}
	.banner * {
		z-index: 10
	}
}
@media (max-width:425px) {
	.banner {
		background-position: 50%
	}
}
.banner .banner-title-top {
	font-size: 20px;
	font-weight: 600;
	padding-left: 85px;
	position: relative
}
.banner .banner-title-top:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 60px;
	height: 3px;
	background-color: #b7162e
}
@media (max-width:767px) {
	.banner .banner-title-top {
		padding-left: 0
	}
	.banner .banner-title-top:before {
		top: -30%;
		width: 17%
	}
}
.banner .banner-title {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 70px;
	margin-bottom: 10px
}
@media (max-width:767px) {
	.banner .banner-title {
		font-size: 37px;
		margin-top: 5px
	}
}
.banner .banner-description {
	font-size: 25px;
	font-weight: 600
}
.banner .banner-description>span {
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
	background-color: #292b32;
	margin-top: -10px
}
.banner .banner-description>span:first-child {
	margin-top: 0
}
.banner .banner-description>span:last-child {
	padding-right: 50px
}
.banner .banner-description>span>span {
	color: #b7162e 
}
@media (max-width:425px) {
	.banner .banner-description {
		font-size: 15px;
		width: 100%
            
	}
	.banner .banner-description br {
		display: none
	}
}
@media (max-width:767px) {
	.banner .banner-description span {
		padding-right: 5px;
		font-size: 15px
	}
    .banner .banner-description>span:last-child{
        padding: 10px;
    }
}
.banner .banner-discount {
	font-size: 70px;
	font-weight: 900;
	color: #b7162e
}
.banner .banner-bottom {
	text-align: center;
	margin-top: -40px;
	margin-bottom: 20px
}
@media (max-width:767px) {
	.banner .banner-bottom {
		margin-top: 0
	}
}
@media (max-width:425px) {
	.banner .banner-bottom .banner-bottom-button {
		padding: 10px 30px
	}
}
.banner .banner-bottom-button {
	background-color: #b7162e;
	border: none;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	padding: 15px 60px;
	margin-bottom: 10px
}
.banner .banner-bottom-button:hover {
	background-color: #e41c3a
}
.banner .banner-timer-title {
	font-size: 16px;
	font-weight: 600;
    margin-bottom: 10px;
}




.body-mobile-menu-show header {
    background: #fff;
}


section.features{
    margin-top: 60px;
}
.features-list
{
	text-align: center;
}
.features-list .ico
{
	border: 1px solid transparent;
    background: #ececec;
	border-radius: 50%;
	display: inline-block;
	font-size: 54px;
	height: 100px;
	line-height: 88px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
	width: 100px;

    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 44px;
    float: left;
}
.features-list .ico i
{
	vertical-align: middle;
}
.features-list .title
{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
    text-align: left;
    margin-left: 70px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.features-list .desc{
    line-height: 25px;
    font-size: 16px;
    text-align: left;
    margin-left: 70px;
}
.features-list .feature
{
	margin-bottom: 20px;
}
.features .bg-white
{
	padding-bottom: 0;
}
features-list .feature
	{
		margin-bottom: 50px;
	}

.about-timer{
    width: 300px;
    margin: 0 auto;
}
.about-timer .timer-col{
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}

.about-timer .timer-col:last-child:after{
    display: none;
}
.about-timer .timer-col span{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    font-weight: 600;
    background: #b8152d;
    color: #fff;
    
}
.about-timer .timer-col div{
    color: #999;
    font-weight: 500;
    text-transform: lowercase;
    font-size: 14px;
}



.product-items{
    padding-left: 10px;
    padding-right: 10px;
}
.product-item .img{
    display: block;
    margin-bottom: 15px;
}

.product-item{
    margin-bottom: 80px;
    overflow: hidden;
    position: relative;
}
.product-item .img img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.product-item .product-title{
    margin-bottom: 5px; 
}
.product-item .sku{
    color: #777;
    font-size: 12px;
    margin-bottom: 5px;
}
.product-item .sku p{
    margin: 0px;
}
.product-item .product-info{
    text-align: center;
}
.product-item .product-title a{
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 26px;
}

.product-item .img{
    height: 290px;
    line-height: 290px;
    text-align: center;
}


.product-item .product-prices{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px!important;
}
.product-item .select_label{
    font-size: 25px;
    font-size: 12px;
    display: inline-block;
}
.product-item .product-prices s{
    color:  #bdbdbd;
    padding-left: 10px;
}
.product-item .product-prices .red{
    color: #e74c3c;
}
.product-item .product-prices .compare_2{
    color: #333;
}
.product-item .buttons .button{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
.product-item .buttons .button a{
    padding: 12px;
    display: block;
    border: 1px solid transparent;
    border-radius: 4px;
}
.product-item select{
    margin-bottom: 20px;
    width: auto;
    max-width: 100%;
    display: inline-block;
}
.product-item .buttons .button.info a{
    background: #fc0;
    color: #000;
}
.product-item .buttons .button.buy a{
    border-color: #000;
    color: #000;
}
.product-item .buttons .button.info{
    padding-right: 4px;
}
.product-item .buttons .button.buy{
    width: 60%;
}

@media (max-width:768px){
   .product-item .img{
        height: auto;
        line-height: 180px;
        text-align: center;
    } 
    .product-item{
        margin-bottom: 40px;
    }
}

@media (max-width:380px){
   .product-item .img{
       
    } 
   
}


.product-slider .product-item .buttons .button{
    width: auto;
    display: inline-block;
    margin: 0 auto;
    padding: 0px;
}
.product-slider .product-item .buttons .button a{
    padding: 12px 30px;
}
.product-slider .product-item .buttons .button.info{
    margin-bottom: 4px;
}
.product_labels{
    position: absolute;
    right: 5px;
    top:5px;
    z-index: 10;
}
.product_labels span{
    display: inline-block;
    padding: 0px 4px;
    font-size: 12px;
    border-radius: 50%;
    text-transform: uppercase;
    text-shadow: 0px 0px 1px rgb(0 0 0 / 20%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
}
.product_labels span.novelty{
    background: #ef4648;
    border: 1px solid #ef4648;
    color: #fff;
}

@media (max-width:767px)
{
    .product-item .buttons .button{
        
    }
    .product-item select{
       
    }
    .product-slider .product-prices s{
            display: block;
            padding: 0px;
        }
}

    


.catalog-full h1{
    font-size: 48px;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}
.catalog-full .categories{
    text-align: center;
    margin-bottom: 40px;
}
.catalog-full .categories a{
        color: #1a1a19;
    font-size: 20px;
    font-weight: 400;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}
.catalog-full .categories a.active{
    opacity: .7;
}


.input_search{
    padding: 0px;
    margin: 0px;
}
.search-block{
            border: 1px solid #000;
            padding: 15px 10px;
    
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 4px;
} 
.search-block form{
    position: relative;
}
.search-block input, .search-block input:focus{
    width: 100%;
    background: transparent;
    border: 0px;
    font-size: 28px;
    color: #000;
    outline: none;
    padding-right: 40px;
    height: 36px;
    line-height: 36px;
    vertical-align: top;
}
.search-block button, .search-block button:focus{
    background: transparent;
    border: 0px;
    color: #000;
    font-size: 28px;
    position: absolute;
    right: 0px;
    outline: none;
    top:2px;
    text-align: right;
    height: 36px;
    width: 40px;
    line-height: 36px;
    vertical-align: top;
}
.search-block button i{
    vertical-align: top;
}


.pagination{
    display: block;
    width: 100%;
    text-align: center;
}
.pagination a{
    color: #000;
}
.pagination a:not(.prev_page_link):not(.next_page_link){
    display: inline-block;
	background-color: #f5f5f5;
	font-size:14px;
	font-weight:500;
    color: #333;
    min-width: 38px;
    min-height: 38px;
	line-height:38px;
	text-align:center;
    margin-bottom: 6px;
}
.pagination a:not(.prev_page_link):not(.next_page_link):hover, .pagination a:not(.prev_page_link):not(.next_page_link).selected{
    background-color: #333;
    color: #fff;
}
.pagination a.next_page_link{
	margin-left:5px;
}
.pagination a.prev_page_link{
	margin-right:5px;
}


footer{
    background: #111;
    color: #fff;
    padding: 40px 0px;
}
footer a, footer a:hover{
    color: #fff;
}
footer ul {
    list-style: none;
    padding: 0px;
}
footer ul li{
    margin-bottom: 5px;
}
footer ul i {
    font-size: 16px;
    margin-right: 7px;
}
@media (max-width:767px){footer h4{margin-bottom:10px;}
    footer .row > div{margin-bottom:30px;}
}



.product-top
{
	background: #fff;
	padding: 0 15px;
	padding-top: 10px;
	width: 100%;
	z-index: 999;
    margin-bottom: 30px;
}
.product-top a {
    color: #333;
    font-size: 18px;
}

.section-product .header-title-first{
    font-size: 24px;
    margin: 0px;
    margin-bottom: 15px;
}
.section-product .sku{
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}
.section-product .sku p{
    margin: 0px;
}
.section-product .prices{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.section-product .prices .red{
    color: #e74c3c;
}
.section-product .prices .compare_2{
    color: #333;
}
.section-product .prices s{
    color: #bdbdbd;
    margin-left: 20px;
}
.section-product .select_label{
    font-size: 14px;
}
.section-product select {
    margin-bottom: 20px;
    width: auto;
    display: inline-block;
    font-size: 18px;
    height: auto!important;
}
.section-product .action .btn{
    padding: 10px 26px;
    display: inline-block;
    width: auto;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #fc0;
    color: #000;
    font-size: 18px;
}
.section-product .action{
    margin-bottom: 40px;
}

.section-product .related-section{
    margin-top: 60px;
    margin-bottom: 120px;
}
.section-product .related-section .text-title{
    margin: 30px 0 40px;
    font-size: 22px;
    font-weight: 600;
}

.section-product .images{
    margin: -5px;
    margin-top: 10px;
}
.section-product .images a
{
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
    padding: 5px;
}
.section-product .images a img
{
	max-height: 80px;
	max-width: 80px;
	vertical-align: middle;
}

@media (max-width:767px){
    .section-product .header-title-first{
        margin-top: 50px;
    }
    .section-product .related-section .text-title{
        margin-top: 0px;
    }
}


.js-ros-modal
{
	display: none;
}
.js-ros-modal-open
{
	overflow: hidden;
}
.ros-default-modal
{
	bottom: 20px;
	left: 20px;
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 9999;
}
.ros-default-modal:after
{
	background: rgba(0,0,0,.7);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
}
.ros-default-modal-body
{
	background: #fff;
	left: 50%;
	max-height: 100%;
	max-width: 640px;
	overflow: auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.ros-default-modal-body .head
{
	border-bottom: 1px solid #ddd;
	margin: 0 20px;
	position: relative;
}
.ros-default-modal-body .head .title
{
	font-size: 24px;
	font-weight: 600;
	padding: 15px 0;
	text-align: center;
}
.ros-default-modal-body .head .close
{
	font-size: 32px;
	position: absolute;
	right: 0;
	top: 18px;
}
.ros-default-modal-body .content
{
	padding: 20px;
}
.ros-order-modal .form-group label
{
    font-weight: 600;
	display: block;
	font-size: 14px;
    margin: 0px;
}
.ros-order-modal .form-group input
{
	border: 1px solid #333;
	font-size: 16px;
	padding: 8px 10px;
	width: 100%;
    border-radius: 4px;
}
.ros-order-modal button.btn
{
	margin: 0 auto;
    margin-top: 15px;
    display: block;
}
.ros-order-modal .info
{
	text-align: center;
}
@media (max-width:767px)
{
	.ros-default-modal-full
	{
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
	}
	.ros-default-modal-full:after
	{
		background: #fff;
	}
	.ros-default-modal-full .ros-default-modal-body
	{
		left: 0;
		top: 0;
		transform: none;
	}
}

.wrap-input>a
{
	border: 1px solid #ddd;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	width: 30px;
}
.wrap-input>.btn_reduce:before
{
	background-color: #999;
	content: " ";
	display: block;
	height: 1px;
	left: 50%;
	margin: -1px 0 0 -5px;
	position: absolute;
	top: 50%;
	width: 10px;
}
.wrap-input>.btn_add:before
{
	background-color: #999;
	content: " ";
	display: block;
	height: 1px;
	left: 50%;
	margin: -1px 0 0 -5px;
	position: absolute;
	top: 50%;
	width: 11px;
}
.wrap-input>.btn_add:after
{
	background-color: #999;
	content: " ";
	display: block;
	height: 11px;
	left: 50%;
	margin: -6px 0 0 0;
	position: absolute;
	top: 50%;
	width: 1px;
}
.js-cart-informer-modal a
{
	color: #2b2e38;
	text-decoration: none;
}
.js-cart-informer-modal ul
{
	list-style: none;
	margin: 0;
	padding: 0;
    margin-bottom: 10px;
}
.js-cart-informer-modal li
{
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}
.js-cart-informer-modal li:last-child
{
	margin: 0;
}
.js-cart-informer-modal li:after
{
	clear: both;
	content: "";
	display: block;
}
.js-cart-informer-modal .img
{
	display: block;
	float: left;
	height: 120px;
	line-height: 120px;
	text-align: center;
	width: 120px;
}
.js-cart-informer-modal .img img
{
	display: inline-block;
	max-height: 120px;
	max-width: 120px;
	vertical-align: top;
}
.js-cart-informer-modal .desc
{
	margin-left: 130px;
	text-align: left;
}
.js-cart-informer-modal .title
{
	color: #333;
	font-size: 18px;
	margin-bottom: 4px;
}
@media (max-width:767px)
{
	.js-cart-informer-modal .title
	{
		margin-right: 25px;
	}
}
.js-cart-informer-modal .attr
{
	color: #bdbdbd;
	font-size: 16px;
	margin-bottom: 8px;
}
.js-cart-informer-modal .attr p
{
	margin: 0;
}
.js-cart-informer-modal .bottom>div
{
	display: inline-block;
	padding-right: 10px;
	vertical-align: top;
}
.js-cart-informer-modal .wrap-input input
{
	border: 0;
	border-left: 0;
	border-right: 0;
	color: #2b2e38;
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	min-width: 28px;
	padding: 2px;
	text-align: center;
	vertical-align: top;
}
.js-cart-informer-modal .total
{
	color: #e74c3c;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
}
.js-cart-informer-modal .compare_total
{
	color: #bdbdbd;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	text-decoration: line-through;
}
@media (max-width:767px)
{
	.js-cart-informer-modal .bottom>div.wrap-input
	{
		display: block;
		margin-bottom: 8px;
	}
}
.cim-close,.cim-close:hover
{
	color: #999;
	font-size: 16px;
	text-decoration: none;
	text-decoration: underline;
}
.cart-informer-modal .cim-footer .total-price
{
	background: #f7f7f7;
	clear: both;
	font-weight: 600;
	padding: 10px;
}
.js-cart-informer-modal .cim-footer .total-price:after
{
	clear: both;
	content: " ";
	display: block;
}
.js-cart-informer-modal .cim-footer .total-price div:first-child
{
	float: left;
	text-align: left;
}
.js-cart-informer-modal .cim-footer .total-price div:last-child
{
	float: right;
	text-align: right;
}
.js-cart-informer-modal .total-price
{
	font-weight: 600;
	margin-bottom: 24px;
}
.js-cart-informer-modal .total-price-pre{ 
    margin-bottom: 5px;
    font-weight: 400;
}
.js-cart-informer-modal .buttons
{
	margin-bottom: 20px;
	text-align: center;
}
.js-cart-informer-modal .continue
{
	display: inline-block;
	margin: 0 auto;
}
.btn-rost, .btn-rost:hover
{
	border: 1px solid #333;
	color: #333;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	padding: 6px 30px;
	text-align: center;
}
.btn-rost-buy
{
    padding: 10px 26px;
    display: inline-block;
    width: auto;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #fc0;
    color: #000!important;
    font-size: 18px;
}
.delItem
{
	display: block;
	height: 18px;
	position: absolute;
	right: 0;
	top: 4px;
	width: 18px;
}
.delItem:after,.delItem:before
{
	background-color: #333;
	content: ' ';
	height: 14px;
	left: 8px;
	position: absolute;
	top: 2px;
	width: 2px;
}
.delItem:before
{
	transform: rotate(45deg);
}
.delItem:after
{
	transform: rotate(-45deg);
}

.cart_mini_informer a{
        position: fixed;
    top: 120px;
    right: 15px;
    z-index: 99;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,.8);
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
        text-align: center;
    line-height: 64px;
    display: block;
}
.cart_mini_informer i{
        color: #000;
    font-size: 26px;
}
.cart_mini_informer a > span{
    position: absolute;
    background: #fc0;
    display: block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    color: #000;
    border: 1px solid #fc0;
    border-radius: 50%;
    right: -6px;
    bottom: -6px;
}

@media (min-width:1300px)
{
    .cart_mini_informer a{
        right: 50%;
        margin-right: -640px;
    }
}

.main-section{
    margin-bottom: 90px;
}


.main-cellections{
    background-color: #ededed;
    padding-top: 75px;
    padding-bottom: 75px;
}

.main-cellection{
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,0.40));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,0.40));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,0.40));
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,0.40));
    width: 100%;
    height: 430px;
    position: relative;
    display: block;
    
}
.main-cellection:hover{
    opacity: 0.9;
}
.main-cellection-bg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}
.main-cellection-bg.c1{
    background-image: url(../images/collection1.webp);
}.main-cellection-bg.c2{
    background-image: url(../images/collection2.webp);
}.main-cellection-bg.c3{
    background-image: url(../images/collection3.jpeg);
}
.main-cellection .info{    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    padding: 20px;
    color: #fff;
}
.main-cellection .info .title{
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 10px;
}
@media (max-width:991px)
{
    .main-cellection{
        margin-bottom: 40px;
    }
}
@media (max-width:767px)
{
    .main-cellection .info .title{
        font-size: 22px;
    }
}

@media (max-width:392px)
{
    .main-cellection{
        height: 390px;
    }
}

.main-faq-order{
    padding-top: 70px;
    padding-bottom: 40px;
}
.main-faq-order .section-header h4{
    margin-bottom: 30px;
}


@media (max-width:767px)
{
    .main-faq-order .features-list .ico{
        float: left;
    }
    .main-faq-order .features-list .title, 
    .main-faq-order .features-list .desc{
        text-align: left;
        margin-left: 70px;
    }
    .main-faq-order .features-list .title{
        margin-bottom: 7px;
    }
}
.main-faq-order img{
    max-width: 100%; 
}

.main-mini-banners{
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #ededed;
    margin-bottom: 40px;
}
.main-mini-banners img{
    width: 100%;
}
.main-mini-banners a{
    display: block;
    position: relative;
}
.main-mini-banners a:after{
    display: block;
    content: "";
    position: absolute;
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}
.main-mini-banners a span{
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    right: 0px;
    margin-top: -50px;
    text-align: center;
    font-size: 38px;
    color: #fff;
    text-shadow: 0px 0px 5px rgb(0 0 0 / 40%);
    text-transform: uppercase;
    z-index: 2;
    font-weight: 500;
}

#reviews-carousel {
    max-width: 780px;
    margin: 0 auto;
}
.main-reviews .item{
    text-align: center;
}
.main-reviews img {
    max-width: 360px;
    display: inline-block;
}
.main-reviews  {
    background-color: #ededed;
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (max-width:767px)
{
    .main-reviews .item{
        margin: 0 15px;
    }
    .main-mini-banners a span{
        font-size: 28px;
        margin-top: -40px;
    }
}



section.faq{ 

	padding-top: 40px;
	padding-bottom: 40px;
    background:#ededed;

}		



section.faq .head{

	margin-top:40px;

	margin-bottom:40px;

}



.faq-list .faq-item{

	background:#fff;

	margin:0 auto;

	max-width:750px;

	border-bottom:2px solid #ededed;

}



.faq-list .faq-item .title{

	font-weight:600;

	font-size:24px;

	padding:20px 30px;

	cursor:pointer;

	position:relative;

}



.faq-list .faq-item .title:after{

	font: normal normal normal 18px/1 FontAwesome;

	content: "\f063";

	position:absolute;

	top:30px;

	right:20px;

}



.faq-list .faq-item .text{

	padding:0px 30px;

	padding-bottom: 20px;

	display:none;

}



.faq-list .js-faq-item-open .text{

	display:block;
    

}

.faq-list .js-faq-item-open .title:after{

	font: normal normal normal 18px/1 FontAwesome;

	content: "\f062";

	position:absolute;

	top:30px;

	right:20px;

}

.review-item{
    padding: 20px;
    background: #fff;
    color: #333;
    text-align: left;
    margin: 0 auto;
    border: 1px solid transparent;
    border-radius: 10px;
}
.review-item .text{
    margin-bottom: 20px;
}

.review-item .info .img, .review-item .info .name{
    display: inline-block;
    vertical-align: middle;
}
.review-item .info .img{
    border: 1px solid transparent;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.review-item .info .img img{
    width: 60px;
    height: 60px;
}
.review-item .info .name{
    font-size: 18px;
    color: #007bff;
}


@media(min-width:1200px)
{
  
}
@media(min-width:768px) and (max-width:1199px)
{
   
}


._instafeed-default, .instafeed-col:not([class^=instafeed-item-]), .instafeed-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
._instafeed-default a, .instafeed-col:not([class^=instafeed-item-]) a, .instafeed-fluid a {
	position: relative;
	overflow: hidden;
	text-decoration: none
}
._instafeed-default a:after, .instafeed-col:not([class^=instafeed-item-]) a:after, .instafeed-fluid a:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .65);
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}
._instafeed-default a:before, .instafeed-col:not([class^=instafeed-item-]) a:before, .instafeed-fluid a:before {
	font-family: yanka;
	font-size: 29px;
	line-height: 1;
	content: "\e907";
	position: absolute;
	z-index: 7;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	color: #fff
}

._instafeed-default img, .instafeed-col:not([class^=instafeed-item-]) img, .instafeed-fluid img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}
.instafeed-fluid {
	margin-left: -10px;
	margin-right: -10px
}
@media (min-width:1240px) {
	.instafeed-fluid:not(.instafeed-col-item-06)>* {
		width: 12.5%
	}
}
@media (max-width:1239px) {
	.instafeed-fluid:not(.instafeed-col-item-06)>* {
		width: 16.666%
	}
}
@media (max-width:1024px) {
	.instafeed-fluid:not(.instafeed-col-item-06)>* {
		width: 25%
	}
}
@media (max-width:575px) {
	.instafeed-fluid:not(.instafeed-col-item-06)>* {
		width: 33.333%
	}
}
@media (max-width:400px) {
	.instafeed-fluid:not(.instafeed-col-item-06)>* {
		width: 50%
	}
}
@media (min-width:1240px) {
	.instafeed-fluid.instafeed-col-item-06>* {
		width: calc(16.6% - 10px)
	}
	.instafeed-col:not([class^=instafeed-item-]):not(.instafeed-col-item-06)>* {
		width: calc(20% - 10px)
	}
}
@media (max-width:1239px) {
	.instafeed-fluid.instafeed-col-item-06>* {
		width: calc(16.666% - 10px)
	}
}
@media (max-width:1024px) {
	.instafeed-fluid.instafeed-col-item-06>* {
		width: calc(25% - 10px)
	}
}
@media (max-width:790px) {
	.instafeed-fluid.instafeed-col-item-06>* {
		width: calc(33.333% - 10px)
	}
}
.instafeed-col:not([class^=instafeed-item-]) {
	margin-top: -10px;
	margin-left: -10px
}
.instafeed-col:not([class^=instafeed-item-]):not(.instafeed-col-item-06)>* {
	margin-top: 10px;
	margin-left: 10px
}
@media (max-width:1239px) {
	.instafeed-col:not([class^=instafeed-item-]):not(.instafeed-col-item-06)>* {
		width: calc(20% - 10px)
	}
}
@media (max-width:1024px) {
	.instafeed-col:not([class^=instafeed-item-]):not(.instafeed-col-item-06)>* {
		width: calc(25% - 10px)
	}
}
@media (max-width:575px) {
	.instafeed-col:not([class^=instafeed-item-]):not(.instafeed-col-item-06)>* {
		width: calc(33.333% - 10px)
	}
}
@media (max-width:400px) {
	.instafeed-col:not([class^=instafeed-item-]):not(.instafeed-col-item-06)>*, .instafeed-fluid.instafeed-col-item-06>* {
		width: calc(50% - 10px)
	}
}
.instafeed-col:not([class^=instafeed-item-]).instafeed-col-item-06>* {
	margin-top: 10px;
	margin-left: 10px
}
@media (min-width:1240px) {
	.instafeed-col:not([class^=instafeed-item-]).instafeed-col-item-06>* {
		width: calc(16.6% - 10px)
	}
}
@media (max-width:1239px) {
	.instafeed-col:not([class^=instafeed-item-]).instafeed-col-item-06>* {
		width: calc(16.666% - 10px)
	}
}
@media (max-width:1024px) {
	.instafeed-col:not([class^=instafeed-item-]).instafeed-col-item-06>* {
		width: calc(25% - 10px)
	}
}
@media (max-width:790px) {
	.instafeed-col:not([class^=instafeed-item-]).instafeed-col-item-06>* {
		width: calc(33.333% - 10px)
	}
}
@media (max-width:400px) {
	.instafeed-col:not([class^=instafeed-item-]).instafeed-col-item-06>* {
		width: calc(50% - 10px)
	}
}


.main-insta {
    background-color: #ededed;
    padding-top: 40px;
    padding-bottom: 40px;
}



.main-trust {
    padding-top: 40px;
    padding-bottom: 40px;
}

.main-trust .main-trust-line1{
    text-align: center;
    margin-bottom: 20px;
}
.main-trust .main-trust-line1 img{
    max-width: 150px;
}
.main-trust .main-trust-line1 strong{
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}
.main-trust .main-trust-line1 span{
    display: block;
}
.main-trust  .main-trust-line2{
    margin-bottom: 20px;
}
.main-trust  .main-trust-line2 strong{
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}
.main-trust  .main-trust-line2 img{
    max-width: 150px;
}
.main-trust  .main-trust-line3 img{
    max-width: 150px;
    float: left;
    margin-right: 10px;
}
.main-trust  .main-trust-line3 strong{
   font-size: 18px;
    padding-bottom: 10px; 
    display: inline-block;
}
.main-trust  .main-trust-line3{
    margin-bottom: 20px;
}


@media(max-width:768px)
{
    .main-trust .main-trust-line2 strong, .main-trust .main-trust-line2 .images{
        text-align: center;
    }
    .main-trust  .main-trust-line3{
        text-align: center;
    }
    .main-trust  .main-trust-line3 img{
        float: none;
        margin-top: 10px;
    }
}



.main-consultant {
    padding-top: 60px;
    padding-bottom: 60px;
}
.main-consultant img{
    max-width: 100%;
}
.main-consultant .main-consultant-block{
    background: #f9f9f9;
    padding: 50px 60px;
    margin-bottom: 30px;
}
.main-consultant .main-consultant-block strong{
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}
.main-consultant .main-consultant-block span{
    display: block;
    margin-bottom: 15px;
    color: #999;
}


.main-consultant-form{
    border-top: 4px solid #b8152d;
    padding-top: 10px;
}
.main-consultant-form .title strong{
    font-size: 18px;
    display: block;
}
.main-consultant-form .title span{
    color: #999;
    display: block;
    margin-bottom: 20px;
}
.main-consultant-form .main-consultant-form-input input{
    border: 1px solid #333;
    font-size: 16px;
    padding: 8px 10px;
    border-radius: 4px;
    min-width: 280px;
}
.main-consultant-form .main-consultant-form-input{
    margin-bottom: 10px;
}
.main-consultant-form .main-consultant-form-button input{
    padding: 12px;
    display: block;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #fc0;
    color: #000;
}

@media(max-width:768px)
{
    .main-consultant .main-consultant-block1{
        padding: 0px;
    }
    .main-consultant .main-consultant-block{
        padding: 25px 20px;
    }
    .main-consultant-form .main-consultant-form-input input{
        min-width: auto;
        width: 100%;
    }
}

@media(min-width:992px)
{
    .shop-listing .product-items:nth-child(4n+1) {
        clear: both;
    }
}
@media(max-width:768px)
{
    .shop-listing .product-items:nth-child(2n+1) {
        clear: both;
    }
}


.btn-big-red{
    background-color: #b7162e;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    padding: 15px 60px;
}
.btn-big-red:hover{
    color: #fff;
    background-color: #e41c3a;
}