html {
      overflow-x: hidden;
}
body{
  	font-family: 'Proxima Nova';
	color: #363636;
  	    font-size: 18px;
 	   line-height: 1.8;
  	background: #fff;
}
a, button{
  	outline: none;
  	cursor: pointer;
	color: inherit;
  	text-decoration: none;
  	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
}

.container{
	width: 100%;
}
.btn{
  	color: #fff;
  	font-size: 16px;
  	font-weight: 300;
  	text-align: center;
  	height: 45px;
  	line-height: 45px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
}
.mob-show {
  display:none;
}
.btn-orange{
	background: #ff5e0d;
}
.btn-orange:hover{
	background: #ff7f3e;
}
.btn-credit{
  background: #FFDD2D;
  color: black;
}
.btn-credit:hover{
  background: gold;
}
.btn-black{
	background: #2e2e2e;
}
.btn-black:hover{
	background: #545454;
}

.btn-basket{
	background: #ff5e0d;
    padding: 10px 40px;
}

.btn-semi{
	background: #d21242;
    padding: 10px 10px;
    color: #fff;
}

.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.loadItem{
	opacity: 0;
}
.transition{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
}
.transition:hover{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
}
.stretch{
  	align-items: stretch;
}
.flex{
	display: flex;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('proxima_nova_light-webfont.woff2') format('woff2'),
         url('proxima_nova_light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('proxima_nova_regular-webfont.woff2') format('woff2'),
         url('proxima_nova_regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('proxima_nova_bold-webfont.woff2') format('woff2'),
         url('proxima_nova_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

.light{
	font-weight: 300;
}
.normal{
	font-weight: 400;
}
.bold{
	font-weight: 700;
}


/* = HEADER = */

header{
	background: #fff;
}
.mainpage.header-main{
	position: relative;
}
.mainpage.header-main .header-top{
	position: absolute;
  	z-index: 2;
  	top: 0;
  	left: 0;
  	right: 0;
    background-color: rgba(20, 22, 26, .35);
}
.header-top{
  	color: #fffefe;
  	padding-top: 30px;
}
.header-top .line-top{
	margin-bottom: 30px;
}
.header-top .language{
	position: absolute;
  	top: 0;
  	right: 20px;
}
.header-top .phone{
	font-size: 20px;
}
.header-cart{
	text-align: right;
	font-size: 20px;
}
.header-cart a{
	text-decoration: none;
}
.header-cart .cart-image{
	margin-left: 30px;
}

header .main-menu ul{
  	list-style: none;
    padding: 0;
  	margin: 0;
}
header .main-menu > ul > li{
  	position: relative;
  	display: inline-block;
	margin-right: 7px;
}
header .main-menu a{
	color: #fff;
    font-size: 14px;
  	text-transform: uppercase;
  	line-height: 50px;
  font-weight: 600;
}
header .logo-fixed{
	position: fixed;
  	z-index: 998;  
  	display: none;
  	top: 4px;
  	right: 20px;
    height: 34px;
  	padding: 0;
}
header .logo-fixed img{
	height: 100%;
}
header .main-menu a:hover,
header .main-menu a.active{
	color: #fff;
}
.cat-submenu{
	position: absolute;
  	z-index: 998;
  	display: none;
  	background: #fff;
    padding: 15px 30px 15px 20px;
  	margin-top: 10px;
    /*background: url(shop-mega-menu_v1_.jpg) no-repeat !important;
    background-size: cover !important;*/
}
.header-main.reg .cat-submenu{
	background: #f15f22;
}
/*
.cat-submenu:before{
	position: absolute;
  	content: '';
  	top: -20px;
    left: 0;
  	border: 20px solid transparent;	
  	border-left: 20px solid #fff;
}
.header-main.reg .cat-submenu:before{
	border-left: 20px solid #f15f22;
}
*/
header .main-menu > ul > li:hover .cat-submenu{
	display: block;
}

header .main-menu .cat-submenu a{
  	display: block;
	color: #333;
  	line-height: 19px;
    margin-bottom: 5px;
}
header.header-main.reg .main-menu .cat-submenu a{
	color: #fff;
}
header .main-menu .cat-submenu a:hover{
	color: #8c0c22 !important;
}



header .line-bottom{
	position: relative;
}
header.mainpage .line-bottom:after{
	position: absolute;
  	content: '';
  	left: 20px;
  	right: 20px;
  	bottom: 0;
  	height: 1px;
  	background: #ff5e0d;
}
header .line-bottom .rightside{
	text-align: right;
}
header .line-bottom .rightside .point{
	display: inline-block;
  	vertical-align: bottom;
}
header .line-bottom .rightside .point a,
header .line-bottom .rightside .point button{
  	display: block;
	width: 50px;
  	line-height: 50px;
  	background: #ff5e0d;
  	color: #fff;
  	text-align: center;
  	cursor: pointer;
}
header .line-bottom .rightside .point a:hover,
header .line-bottom .rightside .point button:hover{
	background: #ff894d;
}
.header-search{
	position: relative;
}
.header-search .search-input{
	position: absolute;
    right: 50px;
    background: #fff;
  	outline: none;
    height: 50px;
    font-size: 15px;
    border-right: 0;
  	border-bottom: 0;
  	padding: 10px 0;
  	width: 200px;
    max-width: 0;
  	border-top: 1px solid #ff5e0d;
  	border-left: 1px solid #ff5e0d;
  	padding: 10px 0;
}
header.reg .header-search .search-input{
	border-bottom: 1px solid #ff5e0d;
    color: #000;
}

.header-search:hover .search-input{
    max-width: 200px;
  	padding: 10px;
}
.header-search .ajax-search-results-wrapper{
	position: absolute;
  	z-index: 5;
  	width: 250px;
  	right: 0;
}
.header-search .ajax-search-results-wrapper a{
	width: 100% !important;
    background: #fff !important;
    color: #333 !important;
    text-align: left !important;
    line-height: 20px !important;
    border-left: 1px solid #ff5e0d;
    border-right: 1px solid #ff5e0d;
    border-bottom: 1px solid #eee;
  	padding: 10px !important;
}
.header-search .ajax-search-results-wrapper ul li:last-child a{
	border-bottom: 1px solid #ff5e0d;
}

.js-main-slider .owl-pagination{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
}

.js-main-slider .special{
	bottom: 50px;
}
.js-main-slider h2{
  	color: #fff;
	font-size: 36px;
  	margin-bottom: 50px;
    max-width: 960px;
    font-weight: bold;
}
.js-main-slider .special a{
  	display: inline-block;
	padding: 0 40px;
}

.js-main-slider .logo-image{
	min-width: 100%;
}

.js-main-slider .owl-pagination .owl-page{
  	position: relative;
	display: inline-block;
  	width: 16px;
  	height: 16px;
  	border: 1px solid #fff;
  	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
  	margin: 0 4px;
}
.js-main-slider .owl-pagination .owl-page.active{
	border: 1px solid #ff5e0d;
}
.js-main-slider .owl-pagination .owl-page.active:after{
  	position: absolute;
  	content: '';
  	top: 2px;
    left: 2px;
	right: 2px;
  	bottom: 2px;
	background: #ff5e0d;
  	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}
.js-main-slider .owl-prev,
.js-main-slider .owl-next{
  	position: absolute;
  	color: transparent;
	width: 46px;
  	height: 86px;
  	top: 60%;
  	margin-top: -23px;
}
.js-main-slider .owl-prev{
  	left: 30px;
	background: url(main-slider_arrow-left.png) 0 0 no-repeat;
}
.js-main-slider .owl-next{
  	right: 30px;
	background: url(main-slider_arrow-right.png) 0 0 no-repeat;
}

/* = RANDOM-ITEMS = */

.random-items{
	background: #101b36;
  	padding: 45px 0;
}
.random-items .point{
  	position: relative;
	margin-left: 0 !Important;
  	margin-right: 0 !Important;
}
.random-items .point .point-text{
  	display: table;
	color: #fff;
	background: #0d152b;
  	width: 100%;
  	height: 100%;
  	min-height: 150px;
  	text-align: center;
}
.random-items .point .point-text.has-bg{
	position: absolute;
  	z-index: 2;
    left: 0;
    right: 0;
    width: 100%;
    background: transparent;
}
.random-items .point > div > *{
	display: table-cell;
  	vertical-align: middle;
}
.random-items .point h3{
  	width: 100%;
	font-size: 25px;	
  	padding: 10px 40px 0;
  	margin: 0;
}
.random-items .point .point-p{
  	position: relative;
  	overflow: hidden;
	width: 100%;
  	max-height: 0;
  	font-size: 15px;
  	line-height: 23px;
  	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-webkit-transition: all 0.5s ease;
	-moz--webkit-transition: all 0.5s ease;
    padding: 0 50px;
  	margin: 0 0 20px 0;
}
.random-items .point .point-p:after{
	position: absolute;
  	content: '';
  	width: 90px;
  	height: 6px;
    background: #ff5e0d;
  	left: 50%;
  	bottom: 0;
  	margin: 0 0 0 -45px;
}
.random-items .point:hover .point-p{
  	max-height: 100%;
  	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-webkit-transition: all 0.5s ease;
	-moz--webkit-transition: all 0.5s ease;
  	padding: 0 50px 20px;
}
.random-items .point-image{
	position: relative;
}
.random-items .point-image:after{
	position: absolute;
  	content: '';
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background: #000;
  	opacity: 0.3;
}
.random-items .point:hover .point-image:after{
	opacity: 0.5;
}

/* = BEST-ITEMS = */

.best-items .pp-title{
	background: #f15f22;
}
.best-items .pp-title:after{
	position: absolute;
  	content: '';
  	top: 50%;
  	right: -60px;
    border: 30px solid transparent;
    border-left: 30px solid #f15f22;
    margin-top: -60px;
}

.pp-title h3{
    display: table;
	font-size: 30px;
  	color: #fff;
  	height: 75%;
}
.pp-title h3 span{
	display: table-cell;
  	vertical-align: middle;
}
.product-preview{
	padding: 45px 10px 25px;
}
.product-preview .product-image{
  	position: relative;
  	overflow: hidden;
  	height: 300px;
  	line-height: 300px;
  	text-align: center;
	margin-bottom: 15px;
}
.product-preview .product-image .product-detail{
	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	opacity: 0;
  	background: rgba(255, 255, 255, 0.3);
  	text-align: center;
  	display: none;
}
.product-preview .product-image:hover .product-detail{
	opacity: 1;
}
.product-preview .product-image .product-detail .btn{
	display: inline-block;
  	width: 100%;
  	line-height: 46px;
  	font-size: 13px;
  	padding-right: 46px;
}
.product-preview .product-image .product-detail .detail-buttons{
	position: relative;
  	width: 190px;
  	margin: auto;	
}
.product-preview .compare-add,
.product-preview .compare-delete{
	position: absolute;
    top: 50%;
  	right: 0;
  	width: 45px;
    outline: none;
  	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
  	line-height: 45px;
  	background: #ff5e0d;
  	color: #fff;
    margin-top: -23px;
}
.product-preview .product-image img{
	display: inline-block;
  	vertical-align: middle;
  	max-width: 90%;
  	max-height: 100%;
}
.product-preview .discount,
.product-page .label-discount{
	position: absolute;
  	z-index: 3;
  	top: -60px;
  	left: -60px;
  	width: 120px;
  	height: 120px;
  	background: #363636;
  	color: #fff;
  	font-weight: 300;
  	line-height: 20px;
    font-size: 18px;
  	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
  	padding: 74px 0 0 53px;
}



.product-preview .product-miniatures{
  	text-align: center;
  	height: 48px;
	margin-bottom: 20px;
}
.product-preview .product-miniatures img{
  	cursor: pointer;
	max-width: 45px;
  	max-height: 100%;
  	margin: 0 3px;
}
.product-preview .product-title{
	text-transform: uppercase;
  	font-size: 15px;
  	text-align: center;
  	margin-bottom: 7px;
}
.product-preview .product-price{
	text-align: center;
}
.product-preview .product-price span{
	color: #9d9d9d;
  	font-size: 21px;
  	text-decoration: line-through;
}
.product-preview .product-price b{
	color: #ff5e0d;
    font-size: 25px;
}
.opacity:hover{
	opacity: 0.7;
}

.product-carousel .owl-carousel,
.product-carousel .owl-carousel .owl-wrapper-outer{
	position: static;
}
.product-carousel .owl-controls{
	position: absolute;
  	left: 0;
  	bottom: 50px;
  	width: 25%;
  	color: #fff;
    font-size: 23px;
}
.product-carousel .owl-controls .owl-prev,
.product-carousel .owl-controls .owl-next{
  	position: absolute;
    display: inline-block;
    font: normal normal normal 14px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-carousel .owl-controls .owl-prev{
	left: 24px;
}
.product-carousel .owl-controls .owl-prev:before{
	content: "\f104";
}
.product-carousel .owl-controls .owl-next{
	right: 24px;
}
.product-carousel .owl-controls .owl-next:before{
	content: "\f105";
}

.pp-title{
	min-height: 300px;
}
.pp-title .to-category{
  	position: absolute;
	color: #fff;
  	font-size: 16px;
  	left: 50%;
  	bottom: 28px;
  	margin: 0 0 0 -50px;
}

/* = NEW-ITEMS = */

.new-items{
	border-top: 1px solid #787878;
}
.new-items .pp-title{
	background: #101b36;
}
.new-items .pp-title:after{
	position: absolute;
  	z-index: 2;
  	content: '';
  	top: 50%;
  	right: -60px;
    border: 30px solid transparent;
    border-left: 30px solid #101b36;
    margin-top: -60px;
}

/* = BLOG-CAROUSEL = */

.blog-carousel{
  	overflow: hidden;
	background: #252525;
}
.blog-carousel .row-flex.relative{
	-webkit-box-shadow: 0px 0px 27px 0px rgba(13,13,13,1);
    -moz-box-shadow: 0px 0px 27px 0px rgba(13,13,13,1);
    box-shadow: 0px 0px 27px 0px rgba(13,13,13,1);
}
.blog-carousel .pp-title{
  	border-right: 1px solid #fff;
}
.blog-carousel .pp-title:after{
	position: absolute;
  	z-index: 2;
  	content: '';
  	top: 50%;
  	right: -60px;
    border: 30px solid transparent;
    border-left: 30px solid #252525;
    margin-top: -60px;
}
.blog-carousel .pp-title:before{
	position: absolute;
  	content: '';
  	top: 50%;
  	right: -64px;
    border: 32px solid transparent;
    border-left: 32px solid #fff;
    margin-top: -62px;
}
.js-blog-carousel{
	color: #fff;
}
.js-blog-carousel .blog-point{
  	min-height: 210px;
	padding: 35px;
}
.js-blog-carousel .blog-point a{
  	display: block;
	color: #fff;
  	font-size: 16px;
  font-weight: 600;
  
  	margin-bottom: 15px;
}
.js-blog-carousel .blog-point .preview{
	margin-bottom: 20px;
}

/* = PHOTO-GALLERY = */

.photo-gallery{
	margin-top: 50px;
	margin-bottom: 20px;
}
.photo-gallery .row-flex.relative{
	max-height: 300px;
}
.photo-gallery .pp-title{
	background: #f15f22;
}
.photo-gallery .pp-title::after{
    position: absolute;
    content: '';
    top: 50%;
    right: -60px;
    border: 30px solid transparent;
    border-left: 30px solid #f15f22;
    margin-top: -30px;
}
.photo-gallery .js-product-carousel{
	padding: 0;
}
.photo-gallery .js-product-carousel .owl-wrapper-outer,
.photo-gallery .js-product-carousel .owl-wrapper,
.photo-gallery .js-product-carousel .owl-item{
	height: 100%;
}
.photo-gallery .js-product-carousel .owl-item{
	overflow: hidden;
}
.photo-gallery .owl-controls{
	display: none;
}

/* = FOOTER = */

.footer-content{
	padding-top: 55px;
}
.footer-logo{
	margin-bottom: 40px;
}
.footer-adress{
	margin-bottom: 40px;
}
.footer-adress .phone,
.footer-adress .email,
.footer-adress .adress{
	font-size: 18px;
  	margin-bottom: 10px;
}
.orange{
	color: #f15f22;
}

footer .subscribe{
	margin-bottom: 60px;
}
footer .subscribe-title{
	font-size: 20px;
}
.subscribe-form input[type="text"]{
	border: 1px solid #f15f22;
  	border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    height: 45px;
    font-size: 16px;
    background: transparent;
    width: 100%;
    outline: none;
  	padding: 10px 182px 10px 10px;
}
.subscribe-form button{
  	right: 0;
  	bottom: 0;
	padding: 0 40px;
}
.social-links b{
  	font-size: 18px;
	padding: 0 20px 0 0;
}
.social-links a{
	font-size: 24px;
    margin: 0 15px;
}
.social-links a:hover{
	color: #f05f21;
}
.footer-menu a{
	font-size: 15px;
    display: block;
    margin-bottom: 10px;
}
.footer-bottom{
  	border-top: 1px solid #363636;
	padding: 25px 0;
}
.footer-title{
	text-align: center;
  	font-size: 16px;
  	padding: 5px 0 0 0;
}
footer .insales{
	text-align: right;
}

/* = MODALS = */

.modal.modal-preview{
    position: relative;
  	max-width: 930px;
  	margin: 0 auto;
}
.modal-inner{
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 30px;
}
.gallery-top{
    border: 1px solid #eeeeee;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}

.button-to-top{
	position: fixed;
	z-index: 997;
  	right: 20px;
    bottom: 20px;
  	color: #ff5e0d;
    font-size: 20px;
    outline: none;
}
.modal .product-title{
    color: #00a3cc;
    font-weight: 500;
    font-size: 1.5em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.modal .product-introtext{
    font-size: 15px;
    line-height: 18px;
    color: #797979;
    margin-bottom: 25px;
}
.modal .gt-prev{
    left: 10px;
}
.modal .gt-next{
    right: 10px;
}
.modal .gt-arrow{
    background: #fff;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #ff5e0d;
    cursor: pointer;
    display: block;
    opacity: 1;
    -webkit-transition: .2s ease opacity;
    -o-transition: .2s ease opacity;
    transition: .2s ease opacity;
    height: 40px;
    line-height: 20px;
    margin-top: -20px;
    font-size: 18px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 900;
}
.modal .select-field,
.modal select{
  	max-width: 150px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #ff5e0d;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    height: 35px;
    padding: 3px 5px;
    position: relative;
    width: 100%;
}
.modal .select-wrapper{
	position: relative;
  	max-width: 150px;
}
.modal .option-item:after{
    content: '\f107';
    color: #ff5e0d;
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: auto;
  	bottom: 0;
	height: 50%;
    pointer-events: none;
  	line-height: 35px;
    width: 9px;
}
.modal .option-selector{
    margin-bottom: 20px;
}
.modal .option-item{
  	position: relative;
  	display: inline-block;
  	max-width: 150px;
    width: 100%;
    margin-right: 10px;
	margin-bottom: 10px;
}
.modal .option-item label{
	line-height: 35px;
}
.modal .product-price.on-page{
    margin-bottom: 20px;
    font-size: 27px;
}
.modal .product-price{
    color: #ff5e0d;
    font-weight: bold;
}
.modal .product-old-price.on-page{
    margin: 0;
    padding-top: 6px;
    opacity: 1;
    font-size: 18px;
  	color: #777;
    text-decoration: line-through;
}
.modal .product-counter.on-page .input-number{
    height: 30px;
    font-size: 16px;
    vertical-align: top;
    text-align: center;
    width: 50px;
}
.modal .input-field, .textarea-field{
    border: 2px solid #ff5e0d;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 10px;
}
.modal .button-number{
	background: #ff5e0d;
    color: #fff;
    height: 30px;
    font-size: 16px;
    vertical-align: top;
    width: 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 33px;
}
.modal .button-primary,
.modal .js-fast-order-open{
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .8em;
    font-weight: bold;
    padding: 8.5px 15px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 1;
  	background: #ff5e0d;
}
.modal .js-fast-order-open{
    background: #101b36;
}
.modal .label.label-discount{
  	position: absolute;
  	z-index: 3;
	top: -60px;
    left: -60px;
    width: 120px;
    height: 120px;
    background: #363636;
    color: #fff;
    font-weight: 300;
    line-height: 20px;
    font-size: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    padding: 74px 0 0 53px;
}
.modal .swiper-slide .swiper-lazy{
	margin-top: 15px;
}
header .line-bottom .rightside .point.cart-mobile{
	display: none;
}

/* = COLLECTION = */

.collection-top{
	
}
ul.breadcrumb{
  	padding: 0;
	margin: 0 0 20px 0;
}
.collection-top{
	padding: 30px 0;
}
.breadcrumb-link{
	color: #7d7d7d;
  	padding-right: 7px;
}
.breadcrumb-item i{
	padding-right: 7px;
}
.breadcrumb-link.current-page{
	color: #ff5e0d; 
}
.collection-limit{
	margin-bottom: 10px;
}
.collection-limit .form-label,
.collection-sort .form-label{
	margin: 0 12px 0 0;
}
.collection-limit > .row-flex,
.collection-sort > .row-flex{
	margin-left: 20px;
  	margin-right: 20px;
}

.coll-catalogue{
	background: #ff5e0d;
  	color: #fff;
  	padding: 25px;
}
.coll-catalogue h3{
	font-size: 30px;
  	margin: 0 0 20px 0;
}
.coll-catalogue .collection-menu > li{
	margin: 0 0 10px 0;
}
.coll-catalogue .collection-menu > li > a{
	font-size: 18px;
  	font-weight: 300;
}
.coll-catalogue .collection-menu > li .submenu{
  	display: none;
  	font-size: 16px;
	margin: 16px;
}
.coll-catalogue .collection-menu > li .submenu li{
	display: block;
  	margin: 0 0 3px 0;
}
.coll-catalogue .collection-menu li.dropdown{
	position: relative;
}
.coll-catalogue .collection-menu li i{
	display: none;
}

.collection-filters{
	padding: 40px 20px 20px 20px;
}
.coll-catalogue .collection-menu li.dropdown i,
.collection-filters .filter-header i{
	position: absolute;
  	display: block;
  	cursor: pointer;
	top: 0;
    right: 0;
    font-size: 20px;
}
.coll-catalogue li.active > a{
	border-bottom: 1px dashed #fff;
}
.collection-filters h2{
    font-size: 30px;
    margin: 0 0 24px 0;
}
.collection-filters h3{
	font-size: 18px;
  	font-weight: 300;
  	margin: 0 0 10px 0;
}
.collection-filters .filter-header{
	position: relative;
}
.collection-filters .filter-header i.fa-angle-right{
	color: #9d9d9d;
}
.collection-filters .filter-header i.fa-angle-left{
	color: #ff894e; 
}
.collection-filters .filter-body{
	display: none;
  	    padding: 0 0 30px 0;
}

/* = PRICE SLIDER = */

.range-slider {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
}

.range-slider > .irs {
  margin-bottom: 10px;
}

.range-slider .irs-from,
.range-slider .irs-to {
  cursor: pointer;
}

.input-range {
  float: left;
  position: relative;
  border: 1px solid #909090;
  margin: 0;
  padding: 5px;
  width: 40%;
}

.input-range#price-to {
  float: right;
}

.irs {
  height: 40px;
}

.irs-with-grid {
  height: 60px;
}

.irs-line {
  height: 12px;
  top: 25px;
}

.irs-line-left {
  background: #c0c0c0;
  height: 5px;
}

.irs-line-mid {
  background: #c0c0c0;
  height: 5px;
}

.irs-line-right {
  background: #c0c0c0;
  height: 5px;
}

.irs-bar {
  height: 5px;
  top: 25px;
  background: #868685;
}

.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px;
}

.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}

.irs-slider {
  width: 15px;
  height: 15px;
  top: 20px;
  background: #ff5e0d;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px;
}

.irs-min, .irs-max {
  display: none;
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: lightgray;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.irs-from, .irs-to, .irs-single {
  display: none;
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #00a3cc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #00a3cc;
}

.irs-grid-pol {
  background: #00a3cc;
}

.irs-grid-text {
  color: #999;
}

.price-inputs{
	position: relative;
}
.price-inputs:before{
	position: absolute;
  	content: '';
  	width: 18px;
  	height: 1px;
  	background: #909090;
  	top: 14px;
  	left: 50%;
  	margin-left: -9px;
}
.price-inputs:after{
	display: table;
  	content: '';
  	clear: both;
}
.irs.js-irs-0{
	width: 96%;
    margin-left: 2%;
}
.collection-filters .filter-footer{
	text-align: center;
}
.clear-all-filter{
	text-align: center;
}
.collection-filters .filter-footer .js-filter-reset,
.collection-filters .button-reset-filters{
  	display: inline-block;
  	background: #ff5e0d;
  	color: #fff;
    padding: 5px 10px;
    margin: 20px 0 0 0;
}
.collection-filters .filter-footer .js-filter-reset:hover,
.collection-filters .button-reset-filters:hover{
	background: #ff7f3e;
}

.filter-header i.fa-check{
	position: static;
    display: inline-block;
  	vertical-align: middle;
    font-size: 13px;
  	color: #878787;
}
.checkbox-label:before{
  	content: '';
  	top: 0;
    width: 13px;
    height: 13px;
    background: #fff;
    border: 1px solid #a3a3a3;
}
.checkbox-field:checked+.checkbox-label:before{
	content: '';
  	background: #ff5e0d;
  	border: 1px solid #ff5e0d;
}
.checkbox-field:checked+.checkbox-label, 
.radio-field:checked+.radio-label{
	color: #333;
}
.filters-list li{
	margin: 0 0 5px 0;
}

/* SIDEBAR BANNER */

.sidebar-banner{
	padding: 20px 0 40px 0;
}
.sidebar-banner img{
	display: block;
}
.sidebar-banner .banner-text{
	background: #101b36;
  	padding: 25px;
}
.sidebar-banner .banner-text > a{
  	display: block;
  	color: #fff;
  	font-size: 18px;
  	line-height: 23px;
	padding-right: 40px;
}
.sidebar-banner .banner-text > a i{
    position: absolute;
    right: 0;
    bottom: 1px;
  	font-size: 22px;
}

.pagination{
	color: #7a7a7a;
}
.pagination .pagination-item{
	margin: 0 5px 0 0;
}
.pagination .pagination-item.active{
	color: #f15f22;
}

.select-default{
	position: relative;
}
.select-default select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ff5e0d;
  	cursor: pointer;
    height: 30px;
    padding: 0 20px 0 6px;
    position: relative;
    width: 100%;
}
.select-default:after{
	content: '\f107';
    color: #ff5e0d;
    font-family: "FontAwesome";
    position: absolute;
    right: 6px;
    top: 0;
    pointer-events: none;
    height: 100%;
    line-height: 24px;
    width: 9px;
}

.collection-content{
	padding-top: 30px;
  	padding-bottom: 30px;
}
.collection-content .editor{
	line-height: 23px;
}
.collection-line{
	width: 100%;
  	height: 1px;
  	background: #101b36;
}
.collection-content .editor-title > div{
  	position: relative;
  	height: 100%;
	background: #ff5e0d;
    color: #fff;
  	font-size: 30px;
  	padding-top: 20px;
  	padding-bottom: 20px;
}
.collection-content .editor-title > div:after{
	position: absolute;
    content: '';
    top: 50%;
    right: -40px;
    border: 20px solid transparent;
    border-left: 20px solid #ff5e0d;
    margin-top: -20px;
}
.no-marg{
	margin-left: 0 !important;
  	margin-right: 0 !important;
}

/* PRODUCT */

.search-page .breadcrumb,
.product-page .breadcrumb{
	padding: 30px 0;
}
.alertify-notifier{
	background: #f15f22;
  	color: #fff;
}
.product-page .product-title{
	font-weight: 300;
  	font-size: 25px;
  	margin: 0 0 6px 0;
}
.product-articul{
	font-size: 15px;
  	color: #7d7d7d;
  	margin-bottom: 12px;
}
.product-page .product-price{
	margin-bottom: 25px;
}
.product-page .product-price > div{
	display: inline-block;
  	vertical-align: middle;
}
.product-page .product-price .product-old-price{
	color: #9d9d9d;
  	text-decoration: line-through;
  	font-weight: 300;
  	font-size: 20px;
  	margin-right: 15px;
}
.product-page .product-price .js-product-price{
	color: #ff5e0d;
  	font-size: 25px;
  	margin-right: 30px;
}
.product-page .product-price .compare-control{
	color: #7d7d7d;
  	font-weight: 300;
  	display: none;
}
.product-page .product-price .compare-control i{
    font-size: 20px;
}
.product-page .product-price .compare-control:hover{
	color: #333;
}
.product-table{
	width: 100%;
  	color: #363636;
  	font-size: 12px;
  	margin-bottom: 25px;
}
.product-table tr td{
	padding: 3px 0;
}
.product-table tr td:first-child{
	color: #7d7d7d;
  	width: 40%;
}
.selectors-counter{
	margin-bottom: 25px;
}
.selectors-counter .option-selectors,
.selectors-counter .option-selector > div,
.selectors-counter .product-counter{
	display: inline-block;
  	vertical-align: bottom;
}
.selectors-counter .option-selector > div,
.selectors-counter .product-counter{
	margin-bottom: 10px;
}
.selectors-counter .option-selectors{
	font-size: 0;
  	margin-right: 30px;
}
.selectors-counter .option-selector > div{
  	position: relative;
  	font-size: 14px;
  	border-left: 1px solid #7c7c7c;
	border-bottom: 1px solid #7c7c7c;
  	padding: 10px 13px;
} 
.selectors-counter .option-selector .option-item label{
  	display: inline-block;
    padding-right: 4px;
}
.selectors-counter .option-selector .option-item:first-child{
	border-left: 0;
  	padding: 10px 13px 10px 0;
}
.selectors-counter .option-selector .option-item > div{
	display: inline-block;
}
.selectors-counter .option-selector .option-item select{
  	display: inline-block;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    height: 23px;
    padding: 0 20px 0 6px;
    position: relative;
  	outline: none;
}
.selectors-counter .option-selectors .option-item:after{
  	position: absolute;
  	top: 10px;
    right: 18px;
    content: '\f107';
    font-family: "FontAwesome";
    pointer-events: none;
    height: 100%;
    line-height: 23px;
    width: 9px;
  	font-size: 22px;
}
.selectors-counter .product-counter,
.item-counter .styled{
  	position: relative;
  	margin: 20px 0 10px 0;
}
.selectors-counter .product-counter button,
.item-counter .styled button{
  	position: absolute;
  	left: 50%;
    outline: none;
  	font-size: 24px;
	margin-left: -8px;
}
.selectors-counter .product-counter button.count-up,
.item-counter .styled button.count-up{
	top: -28px;
}
.selectors-counter .product-counter button.count-down,
.item-counter .styled button.count-down{
	bottom: -28px;
}
.selectors-counter .product-counter .input-number,
.item-counter .styled .input-number{
	font-size: 18px;
  	text-align: center;
  	font-weight: 300;
  	width: 84px;
  	height: 34px;
  	padding: 5px;
}
.p30{
	padding: 0 30px;
}
.product-page .product-buy{
  	display: inline-block;
	margin-right: 15px;
  	margin-bottom: 25px;
}
.product-page .gt-arrow{
	background: #fff;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #ff5e0d;
    cursor: pointer;
    display: block;
    opacity: 1;
    -webkit-transition: .2s ease opacity;
    -o-transition: .2s ease opacity;
    transition: .2s ease opacity;
    height: 40px;
    line-height: 20px;
    margin-top: -20px;
    font-size: 18px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 900;
} 
.product-page .gt-arrow.gt-prev{
	left: 20px;
  	padding-right: 4px;
}
.product-page .gt-arrow.gt-next{
	right: 20px;
  	padding-left: 4px;
}
.swiper-lazy-preloader{
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite;
}
.product-page #product-thumbs .swiper-slide{
	height: 132px;
  	line-height: 132px;
  	text-align: center;
  	border: 1px solid #eee;
    font-size: 0;
  	padding: 5px;
}
.product-page #product-thumbs .swiper-slide img{ 
	display: inline-block;
  	vertical-align: middle;
  	max-height: 96%;
}
.swiper-slide{
	min-height: 100px;
}
.product-page .gallery-top{
	margin-bottom: 10px;
}
.product-page .product-gallery,
.product-page .product-caption{
	margin-bottom: 30px;
} 
.product-page #product-description{
	padding: 0 10px 0 0;
}

.tabs-block .tabs-menu{
  	border-bottom: 1px solid #bcbcbc;
  	list-style: none;
	margin: 0;
  	padding: 0;
}
.tabs-block .tabs-menu .tabs-item{
	position: relative;
  	display: inline-block;
  	font-size: 16px;
  	color: #7d7d7d;
  	font-weight: 300;
  	padding: 15px 0;
}
.tabs-block .tabs-menu .tabs-item.active{
	color: #363636;
}
.tabs-block .tabs-menu .tabs-item a{
	padding: 0 20px;
}

.tabs-block .tabs-menu .tabs-item:after{
    position: absolute;
  	content: '';
  	width: 100%;
  	height: 6px;
  	left: 0;
  	bottom: -1px;
  	opacity: 0;
  	background: #ff5e0d;
  	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
}
.tabs-block .tabs-menu .tabs-item.active:after,
.tabs-block .tabs-menu .tabs-item:hover:after{
	opacity: 1;
}

.related-products h2{
    position: relative;
    background: #e0e0e1;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 25px;
  	margin: 0 0 50px 0;
}
.related-products h2:after{
  	position: absolute;
  	content: '';
    border: 30px solid transparent;
    border-top: 30px solid #e0e0e1;
    bottom: -60px;
    left: 50%;
    margin-left: -30px;
}
.related-products .product-image,
.similar-products .product-image{
  	text-align: center;
	max-width: 80%;
    margin: 0 auto 10px;
}
.related-products .product-image img,
.similar-products .product-image img{
	max-height: 150px;
}
.related-products .product-title,
.similar-products .product-title{
  	text-align: center;
	font-size: 12px;
  	text-transform: uppercase;
}
.related-products .product-caption{
	text-align: center;
}
.related-products .product-price,
.similar-products .product-price{
	font-size: 20px;
  	font-weight: 700;
}
.related-products .product-old-price{
	display: none;
}

.similar-products{
	margin-bottom: 50px;
}
.similar-products .related-product{
	width: 100% !important;
  	max-width: 100%;
  	padding-top: 10px;
  	padding-left: 0 !important;
  	padding-right: 0 !important;
}
.similar-products .related-product .product-image{
	margin-bottom: 15px;
}
.similar-products .related-product .product-caption{
	font-size: 12px;
  	text-align: center;
  	margin-bottom: 0;
}
.similar-products .related-product .product-price{
  	color: #ff5e0d;
}
.similar-products .related-product .product-old-price{
  	display: inline;
	font-size: 15px;
  	font-weight: 300;
  	color: #9d9d9d;
  	text-decoration: line-through;
}

.row-flex.with-bottom-border{
  	position: relative;
  	margin-bottom: 50px;
}
.row-flex.with-bottom-border:after{
  	position: absolute;
  	content: '';
	left: 20px;
  	right: 20px;
  	bottom: 0;
  	height: 1px;
  	background: #bcbcbc;
}
.flex-xl-9.with-right-border{
	position: relative;
}
.flex-xl-9.with-right-border:after{
	position: absolute;
  	content: '';
  	top: 0;
  	right: 20px;
  	bottom: 0;
  	width: 1px;
  	background: #bcbcbc;
}
.block-header.styled > div{
  	position: relative;
	height: 100%;
  	background: #f15f22;
  	color: #fff;
  	text-transform: uppercase;
  	font-size: 20px;
  	padding: 0 20px;
  	margin: 0;
}
.block-header.styled > div:after{
	position: absolute;
    content: '';
    top: 50%;
    right: -60px;
    border: 30px solid transparent;
    border-left: 30px solid #f15f22;
    margin-top: -30px;
}

/* = CART PAGE = */

.cart-page .breadcrumb{
	padding-top: 30px;
  	padding-bottom: 30px;
}
.block-description{
	line-height: 21px;
}
.cart-page .block-header.styled > div{
	font-size: 18px;
}
.cart-page .flex-xl-9.with-right-border:after{
	right: 0;
}
.cart-page .shopping-cart{
  	position: relative
	padding: 20px;
}
.cart-list .cart-item{
	margin-top: 25px;
  	margin-bottom: 25px;
}
.cart-list .cart-item .item-title{
	font-size: 18px;
  	font-weight: 300;
  	text-transform: uppercase;
  	margin-bottom: 10px;
}
.cart-list .cart-item .item-article{
	color: #7d7d7d;
}
.article img{
	height: auto !important;
}
.cart-list .cart-item .item-summ{
	font-size: 25px;
  	font-weight: 700;
}
.cart-page .row-flex.with-bottom-border{
	margin-bottom: 35px;
}
.cart-page .cart-body{
	position: relative;
}
.cart-page .cart-footer{
  	padding-top: 35px;
	padding-bottom: 35px;
}
.notice{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.coupon-form{
	position: relative;
  	max-width: 400px;
}
.coupon-form input[type="text"]{
	border: 1px solid #363636;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    height: 45px;
    font-size: 16px;
    background: transparent;
    width: 100%;
    outline: none;
    padding: 10px 182px 10px 10px;
}
.coupon-form button{
  	position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 40px;
}
#js-coupon-inner .notice{
	max-width: 400px;
}


.compare-page .breadcrumb{
	padding: 30px 0 0 0;
}
.page-header{
  	position: relative;
	text-align: center;
  	max-width: 600px;
    margin: 20px auto 30px;
}
.page-header:after{
	position: absolute;
  	content: '';
  	top: 17px;
  	left: 0;
  	right: 0;
  	height: 1px;
  	background: #ff5e0d;
}
.page-header h1{
  	position: relative;
  	z-index: 2;
  	font-weight: 400;
	display: inline-block;	
 	background: #fff;
  	padding: 0 15px;
  	margin: 0;
}
.js-compare-inner{
	width: 100%;
  	overflow-x: scroll;
}
.pt30 .breadcrumb{
	padding: 30px 0;
}
.page-template .breadcrumb{
	padding: 30px 0;
}
.page-content{
  	/* min-height: 620px; */
	/*padding-bottom: 30px;*/
}
#fast-order-modal{
  	position: relative;
	max-width: 310px;
  	margin: auto;
}
#fast-order-modal .modal-inner{
	padding: 20px;
}
#fast-order-modal button.button-black{
    background: #f15f22;
    color: #fff;
  	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
  	padding: 7px 15px;
}
.cart-page .related-products h2{
	margin: 0 0 50px -21px;
}
.cart-top{
	position: relative;
}
.cart-top:after{
	position: absolute;
  	content: '';
  	left: 20px;
  	right: 20px;
  	bottom: 0;
  	height: 1px;
  	background: #bcbcbc;
}
.cart-top > .flex-xl-9{
	border-right: 1px solid #bcbcbc;
}

.cart-list .cart-related{
	display: none;
}
.js-related-products{
	margin-left: -21px;
}
.js-related-products .cart-related{
	padding: 15px 0;
}
.cart-page .total-summ{
  	font-weight: 300;
  	font-size: 20px;
	padding-right: 15px;
}
.cart-page .total-summ span{
	font-weight: bold;
  	font-size: 25px;
  	color: #101b36;
}
.cart-page .total-summ.discount{
	font-size: 16px;
} 
.cart-page .total-summ.discount span{
	font-size: 20px;
}
.cart-page .block-header.styled{
	margin-bottom: 0;
}
.option-_empty{
	display: none !important;
}
.compare-toolbar{
	margin-bottom: 20px;
}

.js-same-toggle.active .text-hide,
.js-same-toggle.active .fa-eye-slash,
.js-same-toggle .text-show,
.js-same-toggle .fa-eye{
	display: none;
}

.js-same-toggle .text-hide,
.js-same-toggle .fa-eye-slash,
.js-same-toggle.active .text-show,
.js-same-toggle.active .fa-eye{
	display: inline;
}


/*=========================================
  CUSTOM CHECKOUT
=========================================*/
#flash_messages .message {
  margin: 0 0 10px;
}

#flash_messages .message p {
  margin: 0;
}

.wrapper.fc {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}

.wrapper.fc #registered_client {
  height: auto;
}

.wrapper.fc .field-label {
  margin-bottom: 5px;
  width: 30% !important;
}

.wrapper.fc .field-content {
  width: 69% !important;
}

.wrapper.fc h3, .wrapper.fc h4 {
  margin-bottom: 10px;
}

.wrapper.fc .set {
  width: 650px;
}

.wrapper.fc .set-side {
  width: 250px;
}

.wrapper.fc .header-checkout {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 980px;
}

.wrapper.fc .header-checkout .logo,
.wrapper.fc .header-checkout .phone {
  height: 65px;
}

.wrapper.fc .header-checkout .logo {
  float: left;
  width: 40%;
}

.wrapper.fc .header-checkout .phone {
  color: #333;
  font-size: 1.4em;
  float: right;
  text-align: right;
  width: 40%;
}

.wrapper.fc .button {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: inline-block;
  margin: 5px 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  font-family: "Exo 2", Georgia, "Times New Roman", Times, serif !important;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: none;
}

.wrapper.fc .button:focus,
.wrapper.fc .button:active:focus,
.wrapper.fc .button.active:focus,
.wrapper.fc .button.focus,
.wrapper.fc .button:active.focus,
.wrapper.fc .button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.wrapper.fc .button:hover,
.wrapper.fc .button:focus,
.wrapper.fc .button.focus {
  color: #333;
  text-decoration: none;
}

.wrapper.fc .button {
  color: #fff;
  background: #00a3cc;
}

.wrapper.fc .button:focus,
.wrapper.fc .button.focus {
  color: #fff;
  background: #00a3cc;
}

.wrapper.fc .button:hover {
  color: #fff;
  background: #00a3cc;
}

.wrapper.fc .button:active,
.wrapper.fc .button.active,
.wrapper.fc .open > .dropdown-toggle.button-primary {
  color: #fff;
  background-color: #2f528b;
  border-color: #264270;
}

.wrapper.fc .textfield {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  max-width: 100%;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.wrapper.fc .textfield:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.wrapper.fc .textfield::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.wrapper.fc .textfield:-ms-input-placeholder {
  color: #999;
}

.wrapper.fc .textfield::-webkit-input-placeholder {
  color: #999;
}

.wrapper.fc .textfield::-ms-expand {
  border: 0;
  background-color: transparent;
}

.wrapper.fc #login small {
  display: block;
  clear: both;
  padding-top: 10px;
}

.wrapper.fc #login small a {
  margin-left: 0 !important;
}

.wrapper.fc .wrapper {
  max-width: 920px;
  width: auto;
}

@media all and (max-width: 960px) {
  .wrapper.fc .set {
    width: 100%;
  }
  .wrapper.fc .set-sidebar {
    float: left;
    width: 100%;
  }
  .wrapper.fc .set-list-item .description {
    width: 50%;
  }
}

@media all and (max-width: 700px) {
  .wrapper.fc .past_step span {
    display: none;
  }
  .wrapper.fc .past_step {
    width: 50%;
  }
  .wrapper.fc #registered_client {
    float: none;
    border-left: 0;
    padding-left: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    overflow: hidden;
    height: auto;
    margin-bottom: 10px;
  }
  .wrapper.fc .field-content {
    width: auto;
    float: none;
  }
}

@media all and (max-width: 470px) {
  .wrapper.fc .field-content {
    width: 100% !important;
    clear: both;
  }
  .wrapper.fc .field-content textarea {
    width: 97% !important;
  }
  .wrapper.fc #create_order {
    margin: 0 !important;
  }
  .wrapper.fc #regular_client .field-content.small {
    width: 80% !important;
    clear: both;
  }
}

.ajs-message.ajs-visible{
  	color: #fff;
	background: #ff5e0d;
}

#feedback_form table{
	width: 100% !important;
}
#feedback_form #feedback_commit{
	color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
  	background: #ff5e0d;
  	cursor: pointer;
    display: inline-block;
    max-width: 100%;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
  	padding: 0 20px;
}


/* ПРИЖАТЬ ФУТЕР К НИЗУ */

/*

html{
	height: 100%
}
body{
    position: relative;
	min-height: 100%;
}
footer{
	position: absolute;
    bottom: 0;
    width: 100%;
}

*/

.tab-block{
	display: none;
}
.tab-block.active{
	display: block;
}
#product-reviews{
	padding: 15px;
}
#product-reviews .form .form-label{
    display: block;
    font-size: 14px;
    height: auto;
    padding: 0 0 10px 0;
}
#product-reviews #captcha_challenge{
    margin-top: 15px;
}
#product-reviews .form .form-field{
    padding: 5px 10px;
}
#product-reviews .star-rating.new-comment .star-label{
	float: left;
  	font-size: 18px;
}
#product-reviews .star-rating .star-item{
	float: left;
}
#product-reviews .author,
#product-reviews .date{
	margin-bottom: 5px;
}
#product-reviews .review-body{
	font-size: 16px;
}
#product-reviews .reviews-item{
    border-bottom: 1px solid #eee;
    padding: 10px 0 0 0;
    margin-bottom: 20px;
}
.popup-gallery-fast{
	width: 100%;
  	padding: 0 10px 0 0;
}


table{
    width:100%;
    height:100%;
}




.simple-little-table table {
    border-collapse: collapse;
    margin-bottom: 3em;
    width: 100%;
    background: #fff;
}
.simple-little-table td, th {
    padding: 0.75em 1.5em;
    text-align: left;
}
	td.err {
		background-color: #e992b9;
		color: #fff;
		font-size: 0.75em;
		text-align: center;
		line-height: 1;
	}
.simple-little-table th {
    background-color: #d21242;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
}
.simple-little-table tbody th {
	background-color: #2ea879;
}
.simple-little-table tbody tr:nth-child(2n-1) {
    background-color: #f5f5f5;
    transition: all .125s ease-in-out;
}
.simple-little-tabletbody tr:hover {
    background-color: rgba(129,208,177,.3);
}





/* insalesthemes 17/11/17 */
.top-bar { 
	background-color: #D21242;
  	padding: 3px 20px;
}
.top-bar-menu { margin-top: 12px; padding-right: 0px; font-size: 12px; }
.top-bar-menu ul { 
	list-style: none;
    padding: 0;
    margin: 0;
  	text-transform: uppercase;
  	color: #fff;
}
.top-bar-menu ul > li {
    display: inline-block;
}
.top-bar-menu ul > li a { 
  	padding: 8px 8px;

}
.top-bar-menu ul > li a:hover { background: #fff; color: #D21242; }
.top-bar-contacts { 
	text-transform: uppercase;
  	color: #fff;
  	position: relative;
  	padding-left: 0px;
}
.top-bar-contacts-wrapper { 
	margin: 0px;
  	font-size: 12px;
  	padding: 1em 0;
}
.top-bar-contacts:hover { 
	cursor: pointer;
}
.top-bar-contacts .fa-caret-down { margin-right: 10px; }
.top-bar-contacts--hide { 
	position: absolute;
  	z-index: 1000;
  	display: none;
  	background-color: #D21242;
    top: 40px;
}
.top-bar-contacts--hide p {
  	margin: 0px;
  	font-size: 12px;
	padding: 20px 19px;
    border-top: 2px solid #b70b2e;
} 
.top-bar-contacts--hide p span { float: right; }
.top-bar-contacts--hide p .duo { position: relative; top: -8px; }

.contacts-mobile { 
	text-align: center;
}
.contacts-mobile .top-bar-contacts--hide p span { 
  float: none; 
  display: inline-block;
  padding-top: 5px;
}
.contacts-mobile .top-bar-contacts--hide p { padding: 10px 10px; }
.contacts-mobile .top-bar-contacts--hide p .duo { position: inherit; }
.overlay {
  background: rgba(0, 0, 0, 0.3); }
#feedback_form .phone { padding-left: 0px; }
.pop_up_coll_box a {
  	display: inline-block;
    margin: 10px 0;
    padding: 2px 7px;
    background: #D21242;
    color: #fff !important;
    font-size: 13px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 2px;
    margin-top: 15px; }

.pop_up_all {
  float: left;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000; }

.pop_up_bg {
  float: left;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #000;
  opacity: 0.8;
  z-index: 99; }

.pop_up_bg a {
  float: left;
  width: 100%;
  height: 100%;
  cursor: default; }

.pop_up_form {
  float: left;
  width: 385px;
  padding: 25px 60px;
  margin: 0 0 0 -190px;
  position: fixed;
  top: 15%;
  left: 50%;
  z-index: 999;
  background: #fff;
  -moz-border-radius: 2px;
  /* Firefox */
  -webkit-border-radius: 2px;
  /* Safari, Chrome */
  -khtml-border-radius: 2px;
  /* KHTML */
  border-radius: 2px;
  /* CSS3 */ }
.pop_up_form form {
  display: flex;
  flex-direction: column;
}

.pop_up_form_close {
  float: left;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 7px;
  right: 7px; }

.pop_up_form_close a {
  float: left;
  width: 17px;
  height: 17px;
  background: url(ico-close.png) no-repeat left top;
  background-size: 100%; }

.pop_up_form_zag {
  float: left;
  width: 100%;
  padding-bottom: 5px;
  line-height: 21px;
  text-align: center;
  color: #D21242;
  font-size: 20px; }

input.pop_up_form_input {
  float: left;
  width: 259px;
  height: 33px;
  padding: 0 15px;
  margin-top: 15px;
  border: 1px solid #D21242;
  color: #222;
  font-size: 14px;
  font-weight: 300;
  line-height: 33px;
  -moz-border-radius: 2px;
  /* Firefox */
  -webkit-border-radius: 2px;
  /* Safari, Chrome */
  -khtml-border-radius: 2px;
  /* KHTML */
  border-radius: 2px !important;
  /* CSS3 */ }
input.pop_up_form_input::-webkit-input-placeholder {
  color:#000 !important;
}
input.pop_up_form_input::-moz-placeholder          {
  color:#000 !important;
}/* Firefox 19+ */
input.pop_up_form_input:-moz-placeholder           {
  color:#000 !important;
}/* Firefox 18- */
input.pop_up_form_input:-ms-input-placeholder      {
  color:#000 !important;
}

a.pop_up_form_submit {
  float: left;
  width: 100%;
  height: 55px;
  margin: 15px 0 15px 0;
  padding: 0;
  border: 0;
  background: #D21242;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -moz-border-radius: 2px;
  /* Firefox */
  -webkit-border-radius: 2px;
  /* Safari, Chrome */
  -khtml-border-radius: 2px;
  /* KHTML */
  border-radius: 2pxx;
  /* CSS3 */
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

a.pop_up_form_submit:hover {
  background: #9e0c31;
  color: #fff; }

.pop_up_coll_box a:hover {
  background: #4AC6DC;
  color: #fff !important; }
.pop_up_coll_box { text-align: center; }

.top-bar-call .call-btn {
  padding: 8px 10px;
  font-size: 12px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  margin-top: 2px;
}
.top-bar-call .call-btn:hover { 
  background: #fff;
  color: #D21242;
}
.brand-wrapper { 
  height: 150px;
}
.brand-wrapper .animated { 
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 10px;

}
.brand-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#partners .owl-item { 
  border-right: 1px solid #F5F5F5;
}
#partners .owl-buttons { 
  font-size: 60px;
  color: #dcdcdc;
}
#partners .owl-prev { 
  position: absolute;
  top: 40px;
  left: -45px;
}
#partners .owl-next { 
  position: absolute;
  top: 40px;
  right: -45px;
}



/* main-menu*/
header .main-menu > ul > li:hover .cat-submenu { width: 1000px; box-shadow: 0px 0px 5px rgba(0, 0, 0, .2); }
.cat-submenu>ul>li { 
  width: 280px;
  min-width: 280px;
  display: block;
  float: left;
  margin-bottom: 10px;
}
.cat-submenu>ul>li>a {width: 100%; }
.cat-submenu{background: #fff !important}
header .main-menu .cat-submenu .list-title { text-transform: uppercase; margin-bottom: 15px; font-weight: 600; font-size: 16px; position: relative; }
.cat-submenu { margin-top: 0px; }
.cat-submenu ul .menu-wrapper a { 
  text-transform: none; 
  display: inline-block;
  margin-bottom: 10px;
}
.cat-submenu { padding: 30px; }

.sticker {
	border-radius: 2px;
    color: #fff;
    display: block;
    float: right;
    margin-left: 11px;
    padding: 0px 5px;
    font-size: 11px;
    text-transform: uppercase;
} 
.распродажа {
    background: #ffb900;  
}
.популярное {
    background: #27b106; 
}
.hot { 
    background: #fd0000;
}
.новинка { 
	background: #50a8f5;
}

.second-level-link { position: relative; }
.third-level:hover .fourth-level { display: block; }
.fourth-level:hover .five-level { display: block; }
.third-level {
    position: absolute;
    width: auto;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    padding: 10px;
    display: none;
    min-width: 120px;
    right: 0px;
    top: 0px;
    z-index: 100;
    background: #fff;
}
.fourth-level { 
    position: absolute;
    width: auto;
  	box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    padding: 10px;
    display: none;
    min-width: 120px;
    left: 120px;
    top: 0px;
    z-index: 100;
    background: #fff;
}
.five-level { 
    position: absolute;
    width: auto;
  	box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    padding: 10px;
    display: none;
    min-width: 120px;
    left: 120px;
    top: 0px;
    z-index: 100;
    background: #fff;
}
.third-level-link .fa { color: #000; }

header.header-main.reg .main-menu .cat-submenu a { color: #000; }
.second-level-link .fa {
	color: #000;
  	float: right;
  	margin-right: 40px;
}
.third-level-link .fa { margin-right: 10px; }
.footer-menu ul { 
    margin: 0;
    padding: 0px;
    list-style: none;
}
.submenu-link { 
    width: 97%;
    height: 91%;
    position: absolute;
    display: inline-block;
}


/* форма подписки */
.field-conf { 
    position: absolute !important;
    top: 50px !important;
    right: 127px !important;
}
.sp-button { 
    position: relative;
    left: 6px;
}
.sp-input { 
    position: relative;
    top: -8px;
}
.sp-input {     
  	width: 300px !important;
    min-width: 300px; }
.sp-form .sp-button:hover { 
	top: 0px !important;
}
.sp-form .sp-lg .sp-field .sp-form-control { outline: none; }
.sp-form[sp-id="87134"] .sp-field label { font-weight: normal !important; }
.sp-control-label { display: none !important; }
.sp-form-title { 
    font-size: 20px !important;
    font-family: 'Proxima Nova' !important;
    color: #D21242 !important;
    font-weight: 700 !important;
}
.sp-button { 
    font-family: 'Proxima Nova' !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    text-align: center !important;
    padding: 0 39px !important;
} 
.sp-form .sp-lg .sp-field .sp-form-control { background: transparent; }
.sp-button-container { 
	position: absolute;
    top: 0px;
    right: 0px;
}
.sp-form .sp-field { position: !important; }
/*
.third-level { display: none; }
.fourth-level { display: none; }
.five-level { display: none; }  
*/

/* SNOW */
.b-page_newyear {background: #D21242;}
.b-page__content{min-height:100px}
.b-head-decor{display:none}
.b-page_newyear .b-head-decor{
   position:absolute;
   top:0;
   left:0;
   display:block;
   height:115px;
   width:100%;
   overflow:hidden;
   background:url(https://pcvector.net/uploads/demo/scripts/other/newyear_garland/balls/b-head-decor_newyear.png) repeat-x 0 0
}
.b-page_newyear .b-head-decor__inner{position:absolute;top:0;left:0;height:115px;display:block;width:373px}
.b-page_newyear .b-head-decor::before{content:'';display:block;position:absolute;top:-115px;left:0;z-index:3;height:115px;display:block;width:100%;box-shadow:0 15px 30px rgba(0,0,0,0.75)}
.b-page_newyear .b-head-decor__inner_n2{left:373px}
.b-page_newyear .b-head-decor__inner_n3{left:746px}
.b-page_newyear .b-head-decor__inner_n4{left:1119px}
.b-page_newyear .b-head-decor__inner_n5{left:1492px}
.b-page_newyear .b-head-decor__inner_n6{left:1865px}
.b-page_newyear .b-head-decor__inner_n7{left:2238px}

.b-ball{position:absolute}
.b-ball_n1{top:0;left:3px;width:59px;height:83px}
.b-ball_n2{top:-19px;left:51px;width:55px;height:70px}
.b-ball_n3{top:9px;left:88px;width:49px;height:67px}
.b-ball_n4{top:0;left:133px;width:57px;height:102px}
.b-ball_n5{top:0;left:166px;width:49px;height:57px}
.b-ball_n6{top:6px;left:200px;width:54px;height:70px}
.b-ball_n7{top:0;left:240px;width:56px;height:67px}
.b-ball_n8{top:0;left:283px;width:54px;height:53px}
.b-ball_n9{top:10px;left:321px;width:49px;height:66px}
.b-ball_n1 .b-ball__i{background:url(https://pcvector.net/uploads/demo/scripts/other/newyear_garland/balls/b-ball_n1.png) no-repeat}
.b-ball_n2 .b-ball__i{background:url(https://pcvector.net/uploads/demo/scripts/other/newyear_garland/balls/b-ball_n2.png) no-repeat}
.b-ball_n3 .b-ball__i{background:url(https://pcvector.net/uploads/demo/scripts/other/newyear_garland/balls/b-ball_n3.png) no-repeat}
.b-ball_n4 .b-ball__i{background:url(https://pcvector.net/uploads/demo/scripts/other/newyear_garland/balls/b-ball_n4.png) no-repeat}
.b-ball_n5 .b-ball__i{background:url(https://pcvector.net/uploads/demo/scripts/other/newyear_garland/balls/b-ball_n5.png) no-repeat}
.b-ball_n6 .b-ball__i{background:url(https://pcvector.net/uploads/demo/scripts/other/newyear_garland/balls/b-ball_n6.png) no-repeat}
.b-ball_n7 .b-ball__i{background:url(https://pcvector.net/uploads/demo/scripts/other/newyear_garland/balls/b-ball_n7.png) no-repeat}
.b-ball_n8 .b-ball__i{background:url(https://pcvector.net/uploads/demo/scripts/other/newyear_garland/balls/b-ball_n8.png) no-repeat}
.b-ball_n9 .b-ball__i{background:url(https://pcvector.net/uploads/demo/scripts/other/newyear_garland/balls/b-ball_n9.png) no-repeat}
.b-ball_i1 .b-ball__i{background:url(https://pcvector.net/uploads/demo/scripts/other/newyear_garland/balls/b-ball_i1.png) no-repeat}
.b-ball_i2 .b-ball__i{background:url(https://pcvector.net/uploads/demo/scripts/other/newyear_garland/balls/b-ball_i2.png) no-repeat}
.b-ball_i3 .b-ball__i{background:url(https://pcvector.net/uploads/demo/scripts/other/newyear_garland/balls/b-ball_i3.png) no-repeat}
.b-ball_i4 .b-ball__i{background:url(https://pcvector.net/uploads/demo/scripts/other/newyear_garland/balls/b-ball_i4.png) no-repeat}
.b-ball_i5 .b-ball__i{background:url(https://pcvector.net/uploads/demo/scripts/other/newyear_garland/balls/b-ball_i5.png) no-repeat}
.b-ball_i6 .b-ball__i{background:url(https://pcvector.net/uploads/demo/scripts/other/newyear_garland/balls/b-ball_i6.png) no-repeat}
.b-ball_i1{top:0;left:0;width:25px;height:71px}
.b-ball_i2{top:0;left:25px;width:61px;height:27px}
.b-ball_i3{top:0;left:176px;width:29px;height:31px}
.b-ball_i4{top:0;left:205px;width:50px;height:51px}
.b-ball_i5{top:0;left:289px;width:78px;height:28px}
.b-ball_i6{top:0;left:367px;width:6px;height:69px}
.b-ball__i{
position:absolute;
width:100%;
height:100%;
-webkit-transform-origin:50% 0;
-moz-transform-origin:50% 0;
-o-transform-origin:50% 0;
transform-origin:50% 0;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
pointer-events:none
}
.b-ball_bounce .b-ball__right{position:absolute;top:0;right:0;left:50%;bottom:0;z-index:9}
.b-ball_bounce:hover .b-ball__right{display:none}
.b-ball_bounce .b-ball__right:hover{left:0;display:block!important}
.b-ball_bounce.bounce>.b-ball__i{-webkit-transform:rotate(-9deg);-moz-transform:rotate(-9deg);-o-transform:rotate(-9deg);transform:rotate(-9deg)}
.b-ball_bounce .b-ball__right.bounce+.b-ball__i{-webkit-transform:rotate(9deg);-moz-transform:rotate(9deg);-o-transform:rotate(9deg);transform:rotate(9deg)}
.b-ball_bounce.bounce1>.b-ball__i{-webkit-transform:rotate(6deg);-moz-transform:rotate(6deg);-o-transform:rotate(6deg);transform:rotate(6deg)}
.b-ball_bounce .b-ball__right.bounce1+.b-ball__i{-webkit-transform:rotate(-6deg);-moz-transform:rotate(-6deg);-o-transform:rotate(-6deg);transform:rotate(-6deg)}
.b-ball_bounce.bounce2>.b-ball__i{-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}
.b-ball_bounce .b-ball__right.bounce2+.b-ball__i{-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}
.b-ball_bounce.bounce3>.b-ball__i{-webkit-transform:rotate(1.5deg);-moz-transform:rotate(1.5deg);-o-transform:rotate(1.5deg);transform:rotate(1.5deg)}
.b-ball_bounce .b-ball__right.bounce3+.b-ball__i{-webkit-transform:rotate(-1.5deg);-moz-transform:rotate(-1.5deg);-o-transform:rotate(-1.5deg);transform:rotate(-1.5deg)}



.available {
  color: #5ad212;
  margin-bottom: 70px;
  text-transform: uppercase;
  font-weight: bold;
}


#outerdiv 
{ 
width:792px; 
height:4200px; 
overflow:hidden; 
position:relative; 
margin: auto;
}

#innerIframe 
{ 
position:absolute; 
top:-400px; 
left:-249px; 
width:1280px; 
height:4500px; 
}

#CDT {
    font-size: 60px;
    color: #eee;
    margin: 70px 0 100px;
    font-weight: bold;
}

#CDT .number-wrapper {
    margin: 10px;
    -moz-box-shadow: 0 5px 8px #000000;
    -webkit-box-shadow: 0 5px 8px #000000;
    box-shadow: 0 5px 8px #000000;
    position: relative;
}

#CDT .number {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #000;
    background-image: linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -o-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -moz-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -webkit-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -ms-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 12px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #555;
    -moz-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -moz-text-shadow: 0 3px 3px #000000;
    -webkit-text-shadow: 0 3px 3px #000000;
    text-shadow: 0 3px 3px #000000;
}
       
#CDT .line {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 52%;
    left: 0;
    background: #000;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.caption {
   font-size: 12px;
   position: absolute;
   bottom: -30px;
   left: 0;
   text-align: center;
   width: 100%;
   color: #777;
}




.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
   /* display: none;*/
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-dialog {
   max-width: 600px;
  width:100%;
      margin: 125px auto;
}
.modal.in .modal-dialog {
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate3d(0,-25%,0);
    -o-transform: translate3d(0,-25%,0);
    transform: translate3d(0,-25%,0);
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
}
.modal-dialog {
    position: relative;
    width: auto;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.modal-open {
    overflow: hidden;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.search-page .search-form {
  text-align:center;
}
.search-page .search-form .ajax-search-results-wrapper {
  display:none !important; 
}
.search-page .search-form input {
  border: 2px solid #8c0c22;
    padding: 5px 25px !important;
    font-size: 20px;
    margin-bottom: 35px;
    width: 100%;
    max-width: 545px !important;
}
.search-page .search-form button {
	    background: #8c0c22;
    color: #fff;
    padding: 5px 20px;
    min-height: 50px;
    margin-left: -5px;
}
@media (max-width: 545px) { 
  .search-page .search-form input {
  	 max-width: 220px !important;
  }
}


/* Новый футер  */

.footer-basic-centered {
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font: normal 18px sans-serif;
    padding: 55px;
    color:#fff;
  margin-bottom: -45px;
    position: relative;
    z-index: 1;
}
.footer-basic-centered .footer-company-motto {
    color: #8d9093;
    font-size: 24px;
    margin: 0;
}
.footer-basic-centered .footer-company-motto img {
  max-width:200px;
}
.footer-basic-centered .footer-links {
 	padding-bottom:20px;
  	margin-bottom:0;
}
.footer-basic-centered .footer-links a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    font-size:16px;
}
.footer-basic-centered .footer-links a:hover {
  color: #8c0c22;
}
.footer-basic-centered .footer-company-name {
    color: #8f9296;
    font-size: 12px;
    margin: 0;
}
.sp-form[sp-id="87134"] {
  	width: 100% !important;
    max-width: 480px !important;
}
.sp-form-outer {
  margin: 0 auto;
}
footer .subscribe {
    margin:0;
    margin-top: 25px;
}
.sp-form .sp-lg .sp-field .sp-form-control {
      background: #fff;
    box-shadow: inset 0 3px 10px rgba(0,0,0,0.85);
}
.sp-message.sp-message-error, .sp-message.sp-message-success {
  color:#fff;
}

/* 2020 */

#clients .logo {
    width: 100%;
}

.owl-wrapper > div:first-child .btn {
	display:none;
}

.collection-content .editor {
    width: 80%;
}


.top-bar-work-hours{
	padding: 12px 0;
    font-size: 13px;
    color: #fff;
}

.top-bar-work-hours-mobile{
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 12px 0;
}

@media (max-width: 1024px){
  .dropdown-menu-mobile .main-menu ul li {
      width: unset !important;
  }
}

.cat-submenu.row-flex .menu-wrapper.flex-sm-12.flex-lg-6.flex-xl-4 a{
  font-size: 16px;
}

.call_manager  {
    border: 10px double #D21242;
    padding: 15px;
}

.call_manager a, #doc_download {
  color: #D21242;
}

.call_manager a:hover, #doc_download:hover {
  text-decoration: underline;
}

/*hide out of stock on GR/INDIBA/RP*/

.product-caption form[data-product-id="204670579"] .available,
.product-caption form[data-product-id="202002637"] .available,
.product-caption form[data-product-id="202001920"] .available,
.product-caption form[data-product-id="202001935"] .available,
.product-caption form[data-product-id="202002620"] .available,
.product-caption form[data-product-id="202002632"] .available,
.product-caption form[data-product-id="202002646"] .available,
.product-caption form[data-product-id="202002657"] .available,
.product-caption form[data-product-id="202002664"] .available,
.product-caption form[data-product-id="202002674"] .available,
.product-caption form[data-product-id="202002683"] .available,
.product-caption form[data-product-id="202002637"] .available,
.product-caption form[data-product-id="202002691"] .available,
.product-caption form[data-product-id="202002701"] .available,
.product-caption form[data-product-id="202002713"] .available,
.product-caption form[data-product-id="202002722"] .available,
.product-caption form[data-product-id="202002728"] .available,
.product-caption form[data-product-id="202001953"] .available,
.product-caption form[data-product-id="202001949"] .available,
.product-caption form[data-product-id="202001930"] .available,
.product-caption form[data-product-id="202002425"] .available,
.product-caption form[data-product-id="202002432"] .available,
.product-caption form[data-product-id="202002601"] .available,
.product-caption form[data-product-id="202002614"] .available,
.product-caption form[data-product-id="202003453"] .available,
.product-caption form[data-product-id="202003459"] .available,
.product-caption form[data-product-id="202003662"] .available,
.product-caption form[data-product-id="202004067"] .available,
.product-caption form[data-product-id="202003486"] .available,
.product-caption form[data-product-id="202001965"] .available,
.product-caption form[data-product-id="202003535"] .available,
.product-caption form[data-product-id="216623575"] .available, 
.product-caption form[data-product-id="216624658"] .available, 
.product-caption form[data-product-id="276122682"] .available, 
.product-caption form[data-product-id="276122682"] .product-counter,
.product-caption form[data-product-id="202002637"] .product-counter,
.product-caption form[data-product-id="204670579"] .product-counter,
.product-caption form[data-product-id="202001920"] .product-counter,
.product-caption form[data-product-id="202001935"] .product-counter,
.product-caption form[data-product-id="202002620"] .product-counter,
.product-caption form[data-product-id="202002632"] .product-counter,
.product-caption form[data-product-id="202002646"] .product-counter,
.product-caption form[data-product-id="202002657"] .product-counter,
.product-caption form[data-product-id="202002664"] .product-counter,
.product-caption form[data-product-id="202002674"] .product-counter,
.product-caption form[data-product-id="202002683"] .product-counter,
.product-caption form[data-product-id="202002637"] .product-counter,
.product-caption form[data-product-id="202002691"] .product-counter,
.product-caption form[data-product-id="202002701"] .product-counter,
.product-caption form[data-product-id="202002713"] .product-counter,
.product-caption form[data-product-id="202002722"] .product-counter,
.product-caption form[data-product-id="202002728"] .product-counter,
.product-caption form[data-product-id="202001953"] .product-counter,
.product-caption form[data-product-id="202001949"] .product-counter,
.product-caption form[data-product-id="202001930"] .product-counter,
.product-caption form[data-product-id="202002425"] .product-counter,
.product-caption form[data-product-id="202002432"] .product-counter,
.product-caption form[data-product-id="202002601"] .product-counter,
.product-caption form[data-product-id="202002614"] .product-counter,
.product-caption form[data-product-id="202003453"] .product-counter,
.product-caption form[data-product-id="202003459"] .product-counter,
.product-caption form[data-product-id="202003662"] .product-counter,
.product-caption form[data-product-id="202004067"] .product-counter,
.product-caption form[data-product-id="202003486"] .product-counter,
.product-caption form[data-product-id="202001965"] .product-counter,
.product-caption form[data-product-id="202003535"] .product-counter,
.product-caption form[data-product-id="216623575"] .product-counter,
.product-caption form[data-product-id="216624658"] .product-counter,
.product-caption form[data-product-id="240090513"] .product-counter,
.product-caption form[data-product-id="237325563"] .product-counter,
.product-caption form[data-product-id="237327018"] .product-counter,
.product-caption form[data-product-id="246673006"] .product-counter,
.product-caption form[data-product-id="246673183"] .product-counter,
.product-caption form[data-product-id="246674719"] .product-counter,
.product-caption form[data-product-id="246675167"] .product-counter,
.product-caption form[data-product-id="276122682"] .product-articul,
.product-caption form[data-product-id="216623575"] .product-articul,
.product-caption form[data-product-id="216992277"] .product-articul,
.product-caption form[data-product-id="216624658"] .product-articul,
.product-caption form[data-product-id="221447451"] .product-articul,
.product-caption form[data-product-id="240090513"] .product-articul,
.product-caption form[data-product-id="237329457"] .product-articul,
.product-caption form[data-product-id="237329850"] .product-articul,
.product-caption form[data-product-id="237325563"] .product-articul,
.product-caption form[data-product-id="237327018"] .product-articul,
.product-caption form[data-product-id="246673006"] .product-articul,
.product-caption form[data-product-id="246673183"] .product-articul,
.product-caption form[data-product-id="246674719"] .product-articul,
.product-caption form[data-product-id="246675167"] .product-articul,
.product-caption form[data-product-id="221447451"] .selectors-counter,
.product-caption form[data-product-id="221447451"] .available,
.product-caption form[data-product-id="240090513"] .available,
.product-caption form[data-product-id="237329457"] .available,
.product-caption form[data-product-id="237329850"] .available,
.product-caption form[data-product-id="237325563"] .available,
.product-caption form[data-product-id="246673006"] .available,
.product-caption form[data-product-id="246673183"] .available,
.product-caption form[data-product-id="246674719"] .available,
.product-caption form[data-product-id="246675167"] .available,
.product-caption form[data-product-id="237327018"] .available,
.product-caption form[data-product-id="276122682"] .product-buttons
{
  display: none;
} 

.product-caption form[data-product-id="276122682"] .product-price,
.product-caption form[data-product-id="204670579"] .product-price,
.product-caption form[data-product-id="202002637"] .product-price,
.product-caption form[data-product-id="202001920"] .product-price,
.product-caption form[data-product-id="202001935"] .product-price,
.product-caption form[data-product-id="202002620"] .product-price,
.product-caption form[data-product-id="202002632"] .product-price,
.product-caption form[data-product-id="202002646"] .product-price,
.product-caption form[data-product-id="202002657"] .product-price,
.product-caption form[data-product-id="202002664"] .product-price,
.product-caption form[data-product-id="202002674"] .product-price,
.product-caption form[data-product-id="202002683"] .product-price,
.product-caption form[data-product-id="202002637"] .product-price,
.product-caption form[data-product-id="202002691"] .product-price,
.product-caption form[data-product-id="202002701"] .product-price,
.product-caption form[data-product-id="202002713"] .product-price,
.product-caption form[data-product-id="202002722"] .product-price,
.product-caption form[data-product-id="202002728"] .product-price,
.product-caption form[data-product-id="202001953"] .product-price,
.product-caption form[data-product-id="202001949"] .product-price,
.product-caption form[data-product-id="202001930"] .product-price,
.product-caption form[data-product-id="202002425"] .product-price,
.product-caption form[data-product-id="202002432"] .product-price,
.product-caption form[data-product-id="202002601"] .product-price,
.product-caption form[data-product-id="202002614"] .product-price,
.product-caption form[data-product-id="202003453"] .product-price,
.product-caption form[data-product-id="202003459"] .product-price,
.product-caption form[data-product-id="202003662"] .product-price,
.product-caption form[data-product-id="202004067"] .product-price,
.product-caption form[data-product-id="202003486"] .product-price,
.product-caption form[data-product-id="202001965"] .product-price, 
.product-caption form[data-product-id="202003535"] .product-price,
.product-caption form[data-product-id="216623575"] .product-price,
.product-caption form[data-product-id="216624658"] .product-price,
.product-caption form[data-product-id="240090513"] .product-price,
.product-caption form[data-product-id="237329457"] .product-price,
.product-caption form[data-product-id="237329850"] .product-price,
.product-caption form[data-product-id="237325563"] .product-price,
.product-caption form[data-product-id="237327018"] .product-price,
.product-caption form[data-product-id="246673006"] .product-price,
.product-caption form[data-product-id="246673183"] .product-price,
.product-caption form[data-product-id="246674719"] .product-price,
.product-caption form[data-product-id="246675167"] .product-price,
.product-caption form[data-product-id="221447451"] .product-price
{ 
  color: #5ad212;
  font-size: 2em;
} 

.product-preview-control {
	text-align: center;
}

.product-control-button {
  	display: inline-block;
  	padding: 0 1rem;
	color: #fff;
  	background: #8c0c22;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
}

.product-control-button:hover {
	background: #8c0c22;
    opacity: 0.8;
}


#app-block{
  padding: 5em 0 2em 0;
}

#app-block .h3{
	font-size: 3em;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 1em;
    display: inline-block;
}

#app-block p{
  margin-bottom: 1em;
}

#app-block .app-btn{
  margin-top: 3em;
}

#app-block .app-btn a{
    border: 1px solid #000;
    padding: 1rem 2rem;
    border-radius: 3em;
    transition: 300ms all ease-out;
}

#app-block .app-btn a:hover{
  background: #8C0C22;
  color: #fff;
  border-color: #8C0C22;
  transition: 300ms all ease-out;
}
  
@media (max-width: 767px){
  #app-block{
    padding: 2em 1em;
  }
  #app-block img {
    width: 100%;
  }
  #app-block .app-btn{
    width: 100%;
  }
}

.page-header {
  line-height: 2em;
}

.whatsapp {
  text-transform: capitalize;
}

@media (min-width: 1028px) {.logo-image {
  width: 100%;
}
}

.js-main-slider img {
    margin-left: 0 !important;
  width: 100%;
}

/*checkout*/

.co-section--checkout_header.co-checkout-block--padded {
  justify-content: center;
}

.checkout-btn {
      width: 100%;
    display: inline-block;
    text-align: right;
}

.checkout-btn button {
      padding: 0 10rem;
}

input#client_subscribe {
  display: none !important;
}

@media (max-width: 767px){
  .cart-control.flex {
    display: block !important;
    text-align: center;
  }
  .cart-page .total-summ {
    padding-right: 0;
  }
  .cart-list .cart-item .item-summ {
    font-size: 20px;
  }
  .checkout-btn {
    text-align: center;
  }
  .checkout-btn button {
    padding: 0;
    width: 85%;
  }
  .adaptive .co-button--checkout {
    margin-left: 0;
	}
  .cat-submenu ul .menu-wrapper > a {
  color: #e0d012;
}
}

.cat-submenu ul .menu-wrapper > a:hover {
  border-color: #8C0C22;
}

.container.additional-text-cart {
  	background: #7D7E84;
    color: #fff;
    margin: 1em auto;
    padding: 1em 2em;
    line-height: 1.3em;
    font-size: 1.1em;
}

@media (max-width: 767px) {
  .container.additional-text-cart {
      padding: 0.5em;
      line-height: 1.2em;
      font-size: 0.7em;
  }
  .dipulse_video {
  	width: 100%;
  }  

}
  .dipulse_table, .dipulse_video {
      border: 1px solid #8c0c22;
  }

  .dipulse_table td, .dipulse_video td {
      border: 1px solid #8c0c22;
      padding: 0 10px;
      text-align: center;
  }
@media (max-width: 1024px) {
  .dipulse_table {
   	display: none;
  }
    iframe {
    width: 100%;
  
}
}

@media (min-width: 1024px) {

  .dipulse_table {
    width: 100%;
  }

  .dipulse_table tr :first-child {
    width: 0;
    white-space: nowrap;
  }

  .dipulse_table tr :last-child {
    width: 100%;
  }
}
@media (min-width: 767px) {
.opt-list-item {
  margin-left: 4rem;
  }
}

.co-delivery_method-list.co-checkout-block {
  display: flex !important;
  flex-direction: column !important;
}

.co-tabs-content.co-tabs-content--active {
  margin-top: 2rem !important;
}

.co-checkout-block {
	margin-top: 1rem !important;
  	margin-bottom: 1rem !important;
}

.co-customer.co-checkout-block.co-tabs{
  	order: -2 !important;
}

#checkout_buyer_fields {
  	order: -1 !important;
}

.co-input.co-input--textarea.co-input--comment.co-input--nested.co-input--empty_nested {
  	order: 0 !important;
}

h2.co-title.co-title--h2 {
  	order: 5 !important;
}

#delivery_address {
  	order: 6 !important;
}

#shipping_address {
  	order: 7 !important;
}

.variants.delivery_variants.co-input.co-input--required.co-input--radio.co-tabs {
  	order: 8 !important;
}

.variants.payment_variants.co-payment_method-list.co-checkout-block {
  	order: 9 !important;
}

.co-input.co-input--text.co-input--captcha {
  	order: 10 !important;
}

.co-social_login-box {
  justify-content: end;
}

@media only screen and (min-width: 75em)
.container.relative {
    width: 80rem !important;
}

.main-menu.hide-mc.hide-xs.hide-sm.hide-md.hide-lg.flex-xl-9.middle-xl {
	padding-left: 0px;
    padding-right: 0px;
}

.coll-catalogue .collection-menu li.dropdown i {
  transform: rotate(90deg);
}

body .coll-catalogue .collection-menu > li > ul > li.closed > ul.submenu {
	display: none !important;
}

body .coll-catalogue .collection-menu > li > ul > li.opened > ul.submenu {
	display: block !important;
}

/*.coll-catalogue .collection-menu > li.active > ul > li > ul {
	display: none !important;
}

.coll-catalogue .collection-menu > li.active > ul > li.active > ul {
	display: block !important;
}*/

@media (max-width: 767px) {
  .youtube_video {
    width: 100%;
    height: 300px;
  }
}


@media (min-width: 768px) {
  .youtube_video {
    width: 100%;
    height: 550px;
  }
}

@media (min-width: 768px) 
{
  .message-bar-text{
  	margin-right: 100px;
  }
}

.smt-app-popup .sm-popup.image-left-cover {
  height: 375px;
}
  
.smt-app-popup .sm-popup .popup-content .popup-text {
  text-align: justify;
  max-width: 375px !important;
}

.popup-text .sale-popup {
	display: block;
  	padding-top: 30px;
}

.my-account .co-section--content_wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-account .co-sidebar--menu {
	flex: 0 0 25%;
    max-width: 100%;
  background: #8C0C22;	
  z-index: 9999;
}

.my-account #partners {
  display: none !important;
}

.my-account h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  line-height: 2.75rem;
}

.my-account .co-menu-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 2rem;
  border: 0;
}
.my-account .co-menu-link:after {
  content: '';
  display: block;
  height: 1px;
  width: 0;
  background: #fff;
  margin: 0.25rem 0 1rem;
  transition: all 0.2s;
}
.my-account .co-menu-link:hover:after {
  width: 100%;
}
.my-account .co-button {
    background: #8C0C22;
}
.my-account a.co-button {
    background: #0000;
  	border-bottom: none;
}
.my-account a.co-button:after {
  content: unset;
}
.my-account .co-checkout-block--padded {
	padding: 0;
  	padding-right: 3rem;
}
.my-account .co-menu {
	padding: 2rem 1rem;
}
.my-account .co-table-cell--head {
  opacity: 1;
    color: #000;
}
@media (max-width:768px) {
  .my-account .co-checkout-block--padded {
    padding: 0 1rem;
  }
  .my-account .co-menu-toggle:after {
    box-shadow: none;
    background: #002B5B;
    color: #fff;
}
