body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}

/* Override the bootstrap defaults */
h1 {
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 36px;
color: #000000;
margin-top:30px;
}

h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #1A3DBF;
}
a:hover {
	text-decoration: none;
	color: #1A3DBF;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
}
textarea {
    resize: none; 
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.form-control::-moz-placeholder{color:#4D4D4D;opacity:1;font-weight: 400;
font-size: 16px;}.form-control:-ms-input-placeholder{color:#4D4D4D;font-weight: 400;
font-size: 16px;}.form-control::-webkit-input-placeholder{color:#4D4D4D;font-weight: 400;
font-size: 16px;}
.form-control:focus {
  border: none;
  box-shadow: none;
}
.nav-tabs {
	margin-bottom: 15px;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#column-left{
	padding-right: 50px;
}/* top */
#top {
	background: #1A3DBF;
}
#top #top-tel, #top #top-links{
	display: flex;
align-items: center;
height: 53px;
}
#top #top-tel ul, #top #top-links ul{
	margin: 0;
}
#top #top-tel ul li{
	padding-right: 10px;
padding-left: 10px;
}
#top #top-tel ul li svg{position: relative;
top: 4px;}
#top #top-tel ul a, #top #top-links ul a{
	font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;

color: #FFFFFF;
}
#top #top-links ul li>svg{position: relative;
top: 4px;margin-right: 16px;}
#top #top-links ul li{
padding: 0;
margin-left: 65px;position: relative;
}
#top #top-links #wishlist-total{
	position: absolute;
top: 0px;
left: 15px;
color: #fff;
border: 1px solid #fff;
border-radius: 50%;
width: 13px;
height: 13px;
z-index: 99;
background: #1A3DBF;
display: flex;
align-items: center;
justify-content: center;
font-size: 9px;
}
.btn-default.focus, .btn-default:focus {
  color: inherit;
  background: none;
  border: 0;
  
}
#top-links .list-inline > li{
	display: inline-flex;
align-items: baseline;
}
.lang #form-language{
padding-left: 65px;
position: relative;
}
.lang #form-language:after{
	content: '';
background: #bababa;
width: 2px;
height: 31px;
display: block;
position: absolute;
left: 0;
top: -6px;
}
#form-language .btn-group{display:flex;}
#form-language .btn-group .btn{
	padding: 0;
margin: 0;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
border:0;
color: #FFFFFF;text-decoration: none;
}
#form-language .btn-group .btn>svg{
	margin-left: 16px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;color: #000;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #1A3DBF;
background-image: none;
	background-repeat: repeat-x;
}

#top-links .dropdown-menu a {
	text-shadow: none;
	font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
border:0;
color: #000;
}
#top-links .dropdown-menu a:hover {
	color: #000;
}
#top #top-links #form-language .dropdown-menu{
right: 0;
left: auto;
padding: 10px;
min-width: 100px;
}
.gorod #form-language .dropdown-menu{
	column-count: 3;
transform: translate(50%);
margin-top: 0px;
}
#top #top-links #form-language .dropdown-menu>li{
	padding: 5px 5px;
	margin: 0;
}

#tab-description .tyu span, #tab-description .tyu p{
	font-family: 'Roboto', sans-serif !important;
font-weight: 400!important;
color: #666!important;
font-size: 14px!important;
line-height: 20px!important;
}

header{height: 146px;
display: flex;
align-items: center;}
/* logo */
#logo {
	margin: 0;
}
/* search */
#search {
	margin: 0px auto;
	display: flex;
align-items: center;width: 88%;
height: 68px;position: relative;
}
#search .input-lg {
	height: 50px;
	padding: 0 20px;
	background: #F1F1F1;
border-radius: 12px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
border: 0;
box-shadow: none;
color: #4D4D4D;
}
#search .btn-lg {
	padding: 0;
margin: 0;
background: none;
border: 0;
box-shadow: none;
position: absolute;
right: 30px;
top: -13px;
}
/* cart */
#cart {
	margin: 0 auto;
display: flex;
align-items: center;
width: 100%;
height: 68px;
position: relative;
justify-content: flex-end;
}
#cart > .btn {
	background: #1A3DBF;
box-shadow:none;
border-radius: 12px;
height: 50px;
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
margin: 0;
border: 0;
float: none;
color: #FFFFFF;min-width: 250px;
display: flex;
align-items: center;
justify-content: center;
}
#cart > .btn>svg{
	position: relative;
top: 5px;
margin-right: 20px;
}
#cart-total>span{
	position: absolute;
top: 7px;
left: 60px;
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
border: 3px solid #FFFFFF;
height:25px;
width:25px;
display:flex;
align-items: center;
justify-content: center;
color: #FAFF00;
border-radius: 50%;background: #1A3DBF;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}



@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
 #top #top-links ul{
	 margin-top: -4px;
 }
/* menu */
#menu {
	background-color: #fff;
	box-shadow: 0px 20px 39px rgba(0, 0, 0, 0.03);
	height: 61px;padding-top: 6px;
}
#menu>.container{	display: flex;position: relative;}
#menu>.container>ul{
display: flex;
align-items: center;
margin: 0;
padding: 0;
list-style: none;
justify-content: space-between;
width: 75%;
}
#menu>.container>ul>li{
	height:55px;
}
#menu>.container>ul>li>ul.childs{
	display:none;
	background: #FFFFFF;
border: 2px solid #1A3DBF;
border-radius: 30px;
padding:25px;
  z-index: 99;
  position: absolute;
  width: 100%;
  left: 0;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 134.09%;
color: #000000;list-style: none;
top: 35px;
}
#menu.fixed>.container>ul>li>ul.childs{
	top: 40px;
}
#menu>.container>ul>li:hover>ul.childs{
	display:flex;flex-wrap: wrap;
}
#menu>.container>ul>li>div.childs{
	display:none;
	background: #FFFFFF;
border: 2px solid #1A3DBF;
border-radius: 30px;
padding:25px;
  z-index: 99;
  position: absolute;
  width: 100%;
  left: 0;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 134.09%;
color: #000000;list-style: none;
top: 40px;
}
#menu>.container>ul>li:hover>div.childs{
	display:flex;flex-wrap: wrap;
}
.childs .m1>a{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #1A3DBF;
}
.childs li:not(.m1)>a{
	color: #000000;
}
.childs li:not(.m1)>a:hover{
	color: #1A3DBF;
}

.childs ul{
	list-style: none;
	padding:0;
}
.childs li{
	padding: 5px 0;
}
ul.childs>li{
padding-right: 50px;
width: 20%;
}
div.childs>div{
padding-right: 50px;
width: 20%;
}
ul.childs>.itm5{
	padding-right: 50px;
width: 20%;
}
ul.childs.kalyan>.itm5{
	padding-right: 20px;
}
ul.childs.kalyan>.itm5:last-child{
	padding-right: 0px;
}
ul.childs.col4>.itm5{
	width: 25%;
}
ul.childs.col3>.itm5{
	width: 33%;
}
ul.childs.col3>li{
width: 33%;
}
ul.childs.chashi{
	min-width: 300px;
}

ul.childs.chashi>li{
	width: 100%;
}
.childs li.srtong>a{font-weight: bold;}
.childs li.all>a{
	text-decoration-line: underline;
}
.childs li.all>a:after{
	content:'';
	background-image:url(../image/arr.svg);
	width: 15px;
height: 9px;
display: inline-block;
margin-left: 7px;
}
#menu>.container>ul>li>a{
	font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
color: #1A3DBF;
}
#menu>.container>ul>li>a:hover{
	color: #000;
}
#menu>.container>ul>li>a>svg{
	position: relative;
top: -2px;
}
#menu>.container>.menusp{
	display: flex;
align-items: flex-start;
margin: 0;
padding: 0;
justify-content: flex-end;
width: 25%;
}
#menu>.container>.menusp a{
	font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;

color: #161616;position: relative;
}
#menu>.container>.menusp svg{
	position: absolute;
left: -25px;
top: -2px;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
#slideshow0 .swiper-slide img{
	width: 80%;
}
#slideshow0 .swiper-slide.swiper-slide-active img{
	width: 100%;
	border-radius: 35px;
}
#slideshow0 .swiper-wrapper{
	align-items: center;
}
#slideshow0 .swiper-slide-prev{
	justify-content: flex-end;
display: flex;
}
#slideshow0{
margin-top: 33px;
}
.swiper-pagination.slideshow0{
	margin-top: 45px;
	position: relative;
	margin-bottom: 80px;
}
.swiper-pagination.slideshow0 .swiper-pagination-bullet{
background: #C4C4C4;
height: 10px;width: 10px;margin: 0 3px;
}
.swiper-pagination.slideshow0 .swiper-pagination-bullet-active{
	width: 31px;
height: 10px;
background: #1A3DBF;
border-radius: 28px;
}
#slideshow0 .banner-title{
	display:none;
}
#slideshow0 .swiper-slide-active .banner-title{
	position: absolute;
top: 0;
left: 0;
padding: 20px 60px;
background: linear-gradient(90deg, rgba(221, 228, 255, 0.892794) 39.52%, rgba(221, 228, 255, 0.811977) 47.55%, rgba(221, 228, 255, 0.638506) 62.14%, rgba(221, 228, 255, 0.486183) 70.99%, rgba(221, 228, 255, 0.312026) 81.32%, rgba(221, 228, 255, 0) 95.12%);
border-radius: 35px 0px 0px 35px;
height: inherit;
display: block;
}
#slideshow0 .swiper-slide-active .banner-title .line1{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
margin-bottom:20px;
/* identical to box height */
text-align: left;
color: #898989;
}
#slideshow0 .swiper-slide-active .banner-title .line2{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 48px;
line-height: 72px;
margin-bottom:20px;
color: #000000;
text-align: left;
width: min-content;
}
#slideshow0 .swiper-slide-active .banner-title .line3{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
margin-bottom:12px;
color: #000000;
text-align: left;
}
#slideshow0 .swiper-slide-active .banner-title .line4{
	font-style: normal;
font-weight: 700;
font-size: 36px;
line-height: 43px;
margin-bottom:20px;
color: #1A3DBF;
text-align: left;
}
#slideshow0 .swiper-slide-active .banner-title>a{
	width: 188px;
height: 46px;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
color: #FFFFFF;
background: #343434;
border-radius: 12px;
display:flex;
align-items: center;
justify-content: center;
}
.odcatwall{
	border: 2px solid #B6C6FF;
border-radius: 30px;
display: flex;
height: 183px;margin-bottom: 25px;
}
.odcatwall img{
max-width: 100%;
max-height: 100%;
padding: 5px;
}
.odcatwall>div{
	width: 50%;
	display: flex;
align-items: center;
}
.odcatwallhref{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 27px;
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 10px;
color: #000000;
align-items: flex-start !important;
}
.odcatwallhref span{
	font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
margin-top: 30px;
color: #000000;
}
.tellmobpop.act{
	display: block !important;
}
.tellmobpop{
	
    position: absolute;
    width: max-content;
    z-index: 99;
    background: #fff;
    padding: 5px 15px;
    right: 0;
    border: 1px solid #B6C6FF;
    border-radius: 7px;
}
.tellmobpop>a{
	display: block;
	    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin: 7px 0;
    color: #000000;
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 0px;
	padding-top: 80px;
	background-color: #fff;
	color: #000;
}
footer a {
	font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: rgba(0, 0, 0, 0.7);
}
footer li {padding: 10px 0;}
footer a:hover {
	color: #000;
}
footer h5 {
	font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
margin-bottom:30px;
color: #000000;
}
footer .h5 {
	font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
margin-bottom:30px;
color: #000000;
margin-top:0;
}
footer .logo .h5{
	font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 28px;
margin-top:20px;
color: #000000;
margin-bottom: 5px;
}
footer .logo .footer1{
	font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 28px;
color: rgba(0, 0, 0, 0.5);
}
footer .logo ul{
	display: flex;
	flex-direction:wrap;
	margin-top:20px;
	
}
footer .logo ul a{
	width: 58px;
height: 58px;
background: rgba(203, 203, 203, 0.23);
border-radius: 12px;
display: flex;
align-items:center;
justify-content:center;
margin-right: 14px;
}
footer .logo ul a:hover{
	background: #B6C6FF;
}
footer .logo ul a:hover svg path{
	fill:#1A3DBF; 
	fill-opacity:1;
}
footer hr{
	margin-top: 30px;
margin-bottom: 30px;
border-top: 1px solid #c4c4c4;
}
footer .footer4{font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;padding-top: 10px;
color: #000000;}
footer .footer3{
	margin-top:30px;
	display: flex;
align-items: center;
}
footer .footer3 div{
	font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #000000;
display: flex;
flex-direction: column;
margin-left:25px;
}
footer .footer3 div a{
	font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 24px;
color: #1A3DBF;
margin-top:5px;
}
footer .powered{
	font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;

color: #5C5C5C;
}
footer .powered .col-sm-5{
margin-bottom:30px;
display: flex;
align-items: center;
justify-content: space-between;
}

.modal-open #boc_order.modal.in{
	display: flex !important;
justify-content: center;
align-items: center;
}
#boc_order .modal-dialog {
  width: 488px;
  margin: 0;
 
}
#boc_order .modal-dialog .modal-content{
	padding:20px;
	 background: #B6C6FF;
border: 1.5px solid rgba(255, 255, 255, 0.2);
border-radius: 12px;
box-shadow:none;
}
#boc_order #boc_order_title{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 36px;

/* identical to box height */
text-align: center;

/* 2 */
color: #000000;
}
#boc_order .modal-header .close{
width:30px;
height:30px;
background: #1A3DBF;
color:#fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-shadow: none;
opacity: 1;
margin-top: -10px;
margin-right: -10px;
}
#boc_order .modal-header{
	padding: 0;
border-bottom: 0;
}
#boc_order .modal-body{padding: 0;}
#boc_order #boc_product_field{margin-bottom:10px;}
#boc_order .input-group .form-control, #boc_order .form-group .form-control{
	font-family: 'Roboto', sans-serif;
	background: #FFFFFF;
border-radius: 12px;
height:50px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 190%;
padding:20px;
color: #B6C6FF;
}
#boc_order .input-group{width:100%;}
#boc_order .input-group .form-control#boc_name{
	width:50%;
}
#boc_order .form-group #boc_message{
	height:100px;
}
#boc_order #boc_submit{
	background: #1A3DBF;
border-radius: 12px;
font-style: normal;
font-weight: 700;
font-size: 17px;
line-height: 190%;
height:60px;
display: flex;
align-items: center;
justify-content: center;
color: #B6C6FF;
width: 100%;
border: 0;
text-shadow: none;
}
#boc_order .caption>.h4{
	text-align: left;
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 27px;
color: #000000;
margin-left: -12px;
}
#boc_order .col-sm-5>.h4{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 36px;

/* identical to box height */

/* 1 */
color: #1A3DBF;
}
.modal-open #preorder-box.modal.in{
	display: flex !important;
justify-content: center;
align-items: center;
}
#preorder-box .modal-dialog {
  width: 488px;
  margin: 0;
 
}
#preorder-box .modal-dialog .modal-content{
	padding:20px;
	 background: #B6C6FF;
border: 1.5px solid rgba(255, 255, 255, 0.2);
border-radius: 12px;
box-shadow:none;
}
#preorder-box .modal-title{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 36px;

/* identical to box height */
text-align: center;
margin-bottom: 10px;
/* 2 */
color: #000000;
}
#preorder-box .modal-header .close{
width:30px;
height:30px;
background: #1A3DBF;
color:#fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-shadow: none;
opacity: 1;
margin-top: -10px;
margin-right: -10px;
}
#preorder-box .modal-header{
	padding: 0;
border-bottom: 0;
}
#preorder-box .modal-body{padding: 0;}
#preorder-box #boc_product_field{margin-bottom:10px;}
#preorder-box .input-group .form-control, #preorder-box .form-group .form-control{
	font-family: 'Roboto', sans-serif;
	background: #FFFFFF;
border-radius: 12px;
height:50px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 190%;
padding:20px;
color: #B6C6FF;
}
#preorder-box .input-group{width:100%;}
#preorder-box .input-group .form-control#boc_name{
	width:50%;
}
#preorder-box .form-group #boc_message{
	height:100px;
}
#preorder-box #boc_submit{
	background: #1A3DBF;
border-radius: 12px;
font-style: normal;
font-weight: 700;
font-size: 17px;
line-height: 190%;
height:60px;
display: flex;
align-items: center;
justify-content: center;
color: #B6C6FF;
width: 100%;
border: 0;
text-shadow: none;
}
#preorder-box h4>a{
	text-align: left;
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 27px;
color: #000000;
}
#preorder-box .col-sm-5>.h4{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 36px;

/* identical to box height */

/* 1 */
color: #1A3DBF;
}
#preorder-box .modal-footer {
  padding: 0;
  text-align: right;
  border-top: 0;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
padding: 0;
border: 0;
background: none;
}

.breadcrumb > li:after {
	content: '/';
	font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;

color: #4D4D4D;
padding: 0 10px;
}
.breadcrumb > li:last-child:after {
	content: '';
}
.breadcrumb > li >a{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;

color: #4D4D4D;
}
.breadcrumb > li:last-child > a{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;

color: #1A3DBF;
}
.breadcrumb > li + li:before {
    content: "";
	padding: 0;
}
#information-information #content .table-bordered, #information-information #content .table-bordered td{
	border:0;
}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */

.h3mod{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 36px;
margin-top:60px;
margin-bottom:30px;
color: #000000;
position:relative;
display: flex;
}
.h3mod>svg{
	margin-right: 10px;
}
.h3mod .swiper-button-next,.h3mod .swiper-button-prev{
	width: 23px;
height: 19px;
margin-top: 0;
top: 0;
background: none;
}
.carouselbr .swiper-button-next,.carouselbr .swiper-button-prev{
	width: 23px;
height: 19px;
margin-top: 0;

background: none;
}
.carouselbr .swiper-button-next:hover svg path,.carouselbr .swiper-button-prev:hover svg path{
	stroke:#1A3DBF;
}
.h3mod .swiper-button-next:hover svg path,.h3mod .swiper-button-prev:hover svg path{
	stroke:#1A3DBF;
}
.h3mod .swiper-button-prev{
left: auto;
right: 60px;
}
.h3mod .swiper-button-next{
	right: 0px;
}
.sliderf .product-layout .product-thumb{
	background: #FFFFFF;
box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.06);
border-radius: 30px;
border:0;
}
.sliderf .product-layout .product-thumb:hover{
	background: #FFFFFF;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
border-radius: 30px;
}
.sliderf .product-thumb .image{
	background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 30px;
position: relative;
    overflow: hidden;
}
.sliderf .product-thumb .image img{
	padding:0px;
}
.sliderf .product-thumb .caption{
	padding:12px;
	font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;

color: #1A3DBF;
}
.sliderf .product-layout .product-thumb.none{
	opacity:0.5;
}
.sliderf .product-thumb .name{
	font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
color: #000000;
margin: 36px 0 10px 0;
min-height: 44px;
display: block;
}
 .product-thumb .caption>.color+.name{
	 margin: 12px 0 10px 0;
 }
.sliderf .product-layout{padding:10px;}
.sliderf .product-layout .sale{
	border: 1px solid #1A3DBF;
	background: #FFFFFF;
	width: 42px;
height: 42px;
display:flex;
align-items:center;
justify-content:center;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
text-align: center;
text-transform: uppercase;
color: #1A3DBF;
position: absolute;
left: 10px;
top: 20px;
border-radius: 50%;
}
.sliderf .product-layout .wishlist{
	border: 1px solid #1A3DBF;
	background: #FFFFFF;
	width: 42px;
height: 42px;
display:flex;
align-items:center;
justify-content:center;
position: absolute;
right: 10px;
top: 20px;
border-radius: 50%;
}
.sliderf .product-layout .wishlist:hover{
	background: #1A3DBF;
}
.sliderf .product-layout .wishlist:hover path{
	fill: #fff;
}
.sliderf .product-layout .wishlist.active{
	background: #1A3DBF;
}
.sliderf .product-layout .wishlist.active path{
	fill: #fff;
}
.sliderf .product-layout .captions{
	display: flex;
align-items: flex-end;
justify-content: space-between;
}
.sliderf .product-layout .captions .cart{
width:116px;
height:38px;
background: #1A3DBF;
border: 2px solid #1A3DBF;
border-radius: 12px;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
display: flex;
align-items: center;
justify-content:center;
color: #FFFFFF;
margin-top: 25px;
}
.sliderf .product-layout .captions .cart:hover{
	border: 2px solid #1A3DBF;
	background: #fff;
	color: #1A3DBF;
}
.sliderf .product-layout .captions .rating{
	height: 15px;
margin-bottom: 10px;
}
.sliderf .product-layout .captions .rating+.cart{
	margin-top: 0px;
}
.sliderf .product-layout .captions .price{
	flex-direction: column;
display: flex;
align-items: flex-end;
padding-right: 0px;
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 27px;
height: 40px;
justify-content: center;
/* identical to box height */

/* 1 */
color: #1A3DBF;
}
.sliderf .product-layout .captions .price .price-old{
	font-size: 14px;
line-height: 21px;
font-weight: 400;
color: #807F7F;
text-decoration: line-through;
}
.sliderf .product-layout .boc_order_category_btn{
border-radius: 12px;
height:38px;
background: #fff;
border: 2px solid #1A3DBF;
border-radius: 12px;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
display: flex;
align-items: center;
justify-content:center;
color: #1A3DBF;
margin:12px 0;
}
.sliderf .product-layout .boc_order_category_btn:hover{
	color: #FFFFFF;
	background: #1A3DBF;
border: 2px solid #1A3DBF;

}
#modz{
	padding: 60px 0 60px 30px;
	background: #F7F7F7;
	display: flex;
align-items: center;
margin-top: 70px;
}
#modz .h3mod{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 45px;
min-width: 220px;
margin-top: 0;
margin-right: 40px;
color: #000000;
}

#modz .sliderf .product-thumb .caption {
  padding: 10px;
}
#modz .h3mod .swiper-button-next,#modz .h3mod .swiper-button-prev {
  background-size: 10px 30px;
display: flex;
align-items: center;
justify-content: center;
  bottom: -100px;
  top: auto;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
#modz .h3mod .swiper-button-next:hover,#modz .h3mod .swiper-button-prev:hover {
	 border: 1px solid #1A3DBF;
}
#modz .h3mod .swiper-button-next {
  right: 40%;
}
#modz .h3mod .swiper-button-prev {
  left: auto;
  right: 60%;
}

.utp{
	margin-top: 100px;
display: flex;
justify-content: space-between;
}
.utp>div{
	background: #FFFFFF;
border: 1px solid #E7E7E7;
border-radius: 14px;
width: 210px;
height: 137px;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
padding: 45px 10px 10px 10px;
position: relative;
}
.utp>div svg{
	position: absolute;
top: -25px;
background: #fff;
}
.utp>div span{
	font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #000000;
}
.utp>div strong{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 27px;
text-align: center;
color: #000000;
}
.carouselbr{
	margin-top:80px;
}
.carouselbr .swiper-slide {
  display: flex;
  flex-direction: column;
}
.carouselbr .swiper-slide a{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 36px;
margin-top:15px;
color: #BABABA;
}
.carouselbr .swiper-container{
	padding: 0 40px;
}
.carouselbr .swiper-button-next,.carouselbr .swiper-button-prev{
	width: 22px;
height: 22px;
margin-top: -11px;
background-size: 27px 30px;
}
.pav-newsletter{
	background: #1A3DBF;
	margin-top:80px;
	padding:80px 0;
}
.pav-newsletter .inner{
	display: flex;
align-items: center;
position:relative;
}
.pav-newsletter .inner>div{width:50%;position: relative;}
.pav-newsletter .inner>svg {
	position: absolute;
left: -150px;
}
.pav-newsletter .inner .description-top{
	font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 36px;
color: #FFFFFF;
padding-right: 40px;
}
.pav-newsletter .inner .description-bottom{
	font-family: 'Roboto';
	font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 32px;
margin-top:15px;
color: #FFFFFF;
}
.pav-newsletter .inner .formns .inputNew{
	background: #FFFFFF;
border-radius: 12px;
height: 80px;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 24px;
padding:0 40px;
color: rgba(0, 0, 0, 0.28);
}
.pav-newsletter .inner .btn{
	font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 24px;
background: #565656;
border-radius: 12px;
display: flex;
align-items: center;
text-align: center;
height: 50px;
padding: 0 25px;
border: 0;
color: #FFFFFF;
position: absolute;
right: 15px;
top: 15px;
}


@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}	
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}

.sp-seo-faq ul {
	padding: 0;
}
.sp-seo-faq li {
	list-style: none;
}
.sp-seo-faq .faq-text ul{
	padding-left: 30px;
}
.faq-question {
	position: relative;
    overflow: hidden;
margin-bottom: 15px;
    margin-top: 15px;
	padding: 24px 50px;
	background: #FFFFFF;
border: 1px solid #D5D5D5;
border-radius: 12px;
display: inline-block;
width: 100%;
}
.faq-question {
	line-height: 26px;
}
.faq-link {
    position: relative;
    cursor: pointer;
    font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;

color: #000000;
}
.faq-question.act .faq-link:after {
	transform: rotate(180deg);
}
.faq-link:after {
    position: absolute;
    content: "";
    top: 7px;
right: 0;
pointer-events: none;
width: 12px;
height: 7px;
    transition: .25s;
    background: url(/catalog/view/theme/default/image/faq.svg) no-repeat 50%;
}
.faq-text {
	margin-top: 15px;
	font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 34px;

color: #454545;
}
.faq-text ul li:before {
	content: '✓\00a0';
    display: inline-block;
}
.faq-title{
	color: #000;
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#information-contact h3{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 36px;
margin-bottom: 40px;

color: #000000;
}
#information-contact p{
	font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 190%;

color: #000000;
}
#information-contact .col-sm-6 h3{
	font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 190%;
margin-bottom: 20px;
color: #000000;
}
#information-contact .col-sm-6 span{
	font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 190%;
margin: 10px 0;
color: #000000;
display: flex;
align-items: center;
}
#information-contact .col-sm-6 span>a{
	color: #000000;
}
#information-contact .col-sm-6 span>svg{
	margin-right:10px;
}
#information-contact .col-sm-6 .open{
	font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
color: #1A3DBF;
background: rgba(182, 198, 255, 0.54);
border: 2px solid #B6C6FF;
border-radius: 12px;
padding: 5px 40px;
text-align: center;
display: inline-block;
margin-top: 20px;
margin-bottom: 80px;
}
#information-contact .form-horizontal{
	background: #B6C6FF;
border: 1.5px solid rgba(255, 255, 255, 0.2);
border-radius: 12px;
padding:50px 25px 25px 25px;
}
#information-contact .form-horizontal .buttons{
	display: flex;
margin: 0;
}
#information-contact .form-horizontal input{
	background: #FFFFFF;
border-radius: 12px;
height: 50px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 190%;
padding: 0 20px;
color: #B6C6FF;
}
#information-contact .form-horizontal textarea{
	background: #FFFFFF;
border-radius: 12px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 190%;
padding: 8px 20px;
color: #B6C6FF;
}
#information-contact .form-horizontal .btn{
	width: 100%;
	background: #1A3DBF;
border-radius: 12px;
border:0;
font-style: normal;
font-weight: 700;
font-size: 17px;
line-height: 190%;
height: 60px;
display: flex;
align-items: center;
justify-content:center;
color: #B6C6FF;
}
#information-information #content p, #information-information #content li, #information-information #content span{
	font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 34px;

/* or 189% */

color: #454545;
}
.product-blog .image img{border-radius: 30px;}
.product-blog .image span{background: #D9D9D9;
border-radius: 6px;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
position: absolute;
right: 13px;
bottom: 13px;
display: flex;
align-items: center;
padding: 2px 4px;
color: #121212;
}
.product-blog .image span svg{
	margin-right:3px;
}
.product-blog .caption a{
	font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
height: 66px;
display: block;
overflow: hidden;
/* or 122% */

/* 2 */
color: #000000;
}
.product-blog .caption a.btn{
	border: 2px solid #1A3DBF;
border-radius: 12px;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
display: flex;
align-items: center;
justify-content: center;
height:39px;
color: #1A3DBF;
margin-top: 15px;
}
.product-blog .caption a.btn:hover{
	border: 2px solid #1A3DBF;
	background:#1A3DBF;
	color: #fff;
}
.product-blog .product-thumb{
	background: #FFFFFF;
box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.06);
border-radius: 30px;
margin: 0 10px;
}
.product-blog .caption{
	padding: 15px;
}
.product-blog .image{
position: relative;
}
.sliderf.catl{
	display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin-top: 20px;
margin-bottom: 40px;
}
.sliderf.catl:before{
	display:none;
}
.sliderf.catl .product-layout{
	width: 32%;
	margin: 0 0.5%;
}
.sliderf.catl .product-layout.list{
	width: 49%;
}
.sliderf .product-layout.list .product-thumb{display: flex;}
.row.descr{
	margin-bottom:30px;
	margin-top:30px;
	background: linear-gradient(89.92deg, #B6C6FF 59.83%, rgba(182, 198, 255, 0) 81.68%);
border-radius: 30px;
padding: 40px 100px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
overflow: hidden;
/* or 175% */

color: #0D1F62;
}
.row.descr h1{
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 45px;

margin-bottom:25px;

color: #1A3DBF;
}
.catlist.act a.child, .catlist.act a.gchild{
	display:block;
}
.catlist a.child, .catlist a.gchild{
	display:none;
}

.catlist{
	border: 1px solid #C4C4C4;
border-radius: 30px;
margin-bottom:30px;
padding:25px 15px;
}
.catlist>a{
	font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 19px;
display: block;
margin-bottom: 15px;
color: #000000;
}
.catlist>a:hover{color: #1A3DBF;}
.catlist .category{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 30px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 10px 0 0px;
/* identical to box height */

color: #000000;
}

.catlist .gchild{
	padding-left:20px;
}
.catlist a.active{
	font-weight: bold;
}
.cat{
	display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;margin-bottom: 20px;
height: auto;
max-height: 460px;
overflow: hidden;
padding: 2px;
}
#product-manufacturer .cat{max-height: none;}

.cat.act{height: 100%;max-height: none;}
.cat>div{width: 18%;background: #FFFFFF;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
border-radius: 13px;
padding:15px;
margin: 1%;min-height: 211px;
}
.cat>div:hover{box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);}
.cat>div>a{font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px;

/* identical to box height */
text-align: center;

color: #000000;}
.cat > div > a>span{
	height: 54px;
overflow: hidden;
display: block;
}
.cat>div>a>img{display:block;width: 100%;
margin-bottom: 5px;}
.catbtn{
	margin-bottom: 40px;
	display: flex;
justify-content: center;
}
.catbtn span{
	width: 250px;
background: #FFFFFF;
border: 1px solid #B6C6FF;
border-radius: 7px;
font-style: normal;
font-size: 16px;
line-height: 19px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
color: #1A3DBF;
cursor:pointer;
}

.gridlist{
	display: flex;
align-items: center;
height: 35px;
}
.gridlist .btn{
	border: 0;
padding: 0;
background: none;
box-shadow: none;
text-shadow: none;
margin: 0 10px;outline: none;
}
.gridlist .btn:hover{
border: 0;
padding: 0;
background: none;
box-shadow: none;
text-shadow: none;
}
.gridlist .btn:hover svg path{
	fill:#1A3DBF;
}
.gridlist .btn.active svg path{
	fill:#1A3DBF;
}
.sort-group{
	display: flex;
align-items: center;height: 35px;
}
.sort-group label{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
margin: 0;
color: #A3A3A3;	
width: 100%;text-align: right;min-width: 100px;
}

.sort-group .my-select{
z-index: 98;
position: relative;
}
.sort-group .my-select button.my-select__option--value{
		font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
margin-left:10px;
color: #000000;
border: 0;
box-shadow: none;
min-width: 260px;
border: 0;
background: none;
text-align: left;
}
.sort-group .my-select .my-select__dropdown{
	background: #FFFFFF;
border: 2px solid #1A3DBF;
border-radius: 7px;
padding:10px 20px;
min-width: 265px;
position: absolute;
top: 30px;
right: 0;
}
.sort-group .my-select .my-select__dropdown button{
		font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
color: #000000;
border: 0;
background: none;
text-align: left;
padding: 3px 0px;
}
.sort-group .my-select .my-select__dropdown button:hover{
	color: #1A3DBF;
}
.sort-group .my-select button.my-select__option--value:after{
	content:'▼';
	font-size: 11px;
margin-left: 3px;
}

.at-share-tbx-element .at-icon-wrapper{
width: 58px !important;
height: 58px !important;
}
.at-share-tbx-element .at-icon-wrapper.at-share-btn{
	background:none!important;
}
.at-share-tbx-element .at-icon-wrapper svg{
	display:none;
}
.at-share-tbx-element .at-svc-facebook .at-icon-wrapper{
	background:url(../image/fb.svg);
}
.at-share-tbx-element .at-svc-twitter .at-icon-wrapper{
	background:url(../image/fw.svg);
}
.at-share-tbx-element .at-svc-viber .at-icon-wrapper{
	background:url(../image/viber.svg);
}
.at-share-tbx-element .at-svc-link .at-icon-wrapper{
	background:url(../image/svc.svg);
}
.at-share-tbx-element .at-svc-telegram{
	display: none !important;
}



#ocfilter .heading{
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 36px;
margin-bottom:40px;
color: #000000;
}
#ocfilter .ocfilter-option.list-price .ocf-option-name{
	font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
color: #575757;
}
#ocfilter #scale-price{margin-top: 30px;margin-bottom: 23px;}
#ocfilter #scale-price .noUi-pips-horizontal{display:none;}
#ocfilter .noUi-connect{background: #1A3DBF;height:6px;box-shadow:none;border-radius: 0;
border: 0;}
#ocfilter .noUi-background{background: #c4c4c4;height:6px;box-shadow:none;border-radius: 0;
border: 0;}
#ocfilter .noUi-horizontal .noUi-handle{
	width: 24px;
height: 24px;
left: -17px;
top: -7px;
border: 0;
border-radius: 50%;
cursor: pointer;
box-shadow: none;
background: #1A3DBF;
}
#ocfilter .ocf-option-name2{
	display: flex;
align-items: center;
justify-content: space-around;
margin-bottom: 23px;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;

color: #575757;
}
#ocfilter .ocfilter-option:not(.list-price) .ocf-option-name{
	font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
border: 2px solid #EBEBEB;
border-radius: 7px;
height: 50px;
padding-left: 30px;
display: flex;
align-items: center;
justify-content: space-between;
padding-right: 20px;
color: #575757;cursor: pointer;
}
#ocfilter .ocfilter-option:not(.list-price) .ocf-option-values{
	display:none;
padding: 10px;
}
#ocfilter .ocfilter-option.act .ocf-option-values{
	padding: 10px;
}
#ocfilter .ocfilter-option label {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
#ocfilter .ocfilter-option label small {
  background: none;
  color: #1A3DBF;
  font-weight: 400;
  font-size: 14px;
  margin-left: auto;
  margin-right: 10px;
}
.ocfilter-option label input{
	margin-right: 10px;
}
#ocfilter .ocfilter-option.act .ocf-option-name svg{
	transform: rotate(180deg);
}
#ocfilter .popover.right {
  margin-left: 20px;
  padding: 0;
  border: 0;
  position: relative;
background: none;
  box-shadow:none;
}
#ocfilter .popover .arrow{
	display:none;
}
#ocfilter .popover .popover-content {
  padding: 0;
}
#ocfilter #ocfilter-button .btn{
	background: #1A3DBF;
border-radius: 14px;
height: 60px;
border:0;
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
display: flex;
align-items: center;
justify-content: center;
color: #FFFFFF;
text-shadow: none;
width: 100%;
}
#ocfilter .popover .btn{
	background: #1A3DBF;
border-radius: 14px;
height: 50px;
border:0;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 22px;
display: flex;
align-items: center;
justify-content: center;
color: #FFFFFF;
text-shadow: none;
width: 150px;
}
#ocfilter .popover .btn.disabled{
	display:none;
}
#ocfilter .selected-options .btn{
	font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
background: none;
border: 0;
box-shadow: none;
text-shadow: none;
color: #1A3DBF;
}
#ocfilter .selected-options {
  padding: 0;
  border: 0;
  margin-bottom: 15px;
}
.res{
	font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #A3A3A3;
margin-bottom: 40px;margin-top: 15px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  background: #1A3DBF;
border-radius: 13px !important;
  font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
width: 58px;
height: 46px;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
border: 0;
margin: 0 3px
}
.pagination > li > a{
	font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
background: #B6C6FF;
border-radius: 13px !important;
color: #1A3DBF;
width: 58px;
height: 46px;
display: flex;
align-items: center;
justify-content: center;
border: 0;
margin: 0 3px
}
.pagination > li > a:hover{background: #B6C6FF;}
.product-thumb .caption .color{display: flex;overflow: hidden;}
.product-thumb .caption .color a{
margin: 0 3px;
border-radius: 50px;
width: 15px;min-width: 15px;
height: 15px;
display: none;
overflow: hidden;
}
@media (min-width: 768px) {
.product-thumb .caption .color a:nth-child(-n+10){
display: inline-flex;	
}
.product-thumb .caption .color a:nth-child(10){
width: 35px;border-radius: 0px;
position: relative;
}
.product-thumb .caption .color a:nth-child(10) img{
	width: 15px;
border-radius: 50px;
}
.product-thumb .caption .color a:nth-child(10):after{
	content:'...';
	color: #000;
font-size: 20px;
display: block;
position: absolute;
right: 0;
top: 0;
margin: 0;
padding: 0;
line-height: 14px;
}
}
@media (max-width: 767px) {
	.product-thumb .caption .color a:nth-child(-n+7){
display: inline-flex;	
}
.product-thumb .caption .color a:nth-child(7){
width: 35px;border-radius: 0px;
position: relative;
}
.product-thumb .caption .color a:nth-child(7) img{
	width: 15px;
border-radius: 50px;
}
.product-thumb .caption .color a:nth-child(7):after{
	content:'...';
	color: #000;
font-size: 20px;
display: block;
position: absolute;
right: 0;
top: 0;
margin: 0;
padding: 0;
line-height: 14px;
}
}
.product-thumb .caption .color img{

}
.product-thumb .caption .color .belyj{
	border: 1px solid #4A4A4A;
}
 .imgcol{display:flex;}
 .imgcol .image-additional{
	 max-width: 90px;
	 position:relative;
 }
  .imgcol .image-additional a {
  margin-bottom: 0;
  padding: 4px;
  display: block;
  border: 1px solid #fff;
  border-radius:0;
}
  .imgcol .image-additional a:hover {
	 border: 1px solid #1A3DBF;  
  }
 .imgcol .thumbnails {
  margin-left: 0;
  margin-right: 20px;
}

.imgcol .top-arrow{
	display: block;
text-align: center;
margin-bottom: 20px;
cursor:pointer;
}
.imgcol .bottom-arrow{
	display: block;
text-align: center;
margin-top: 20px;
cursor:pointer;
}
 .imgcol .thumbnail{
	 padding: 0;
border: 0;
 }
 .h1btn{
	 display: flex;
align-items: flex-start;
justify-content: space-between;
margin-bottom: 20px;
 }
 .h1btn>h1{
	 font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 36px;
margin: 0;
padding-right: 20px;
color: #000000;
 }
 .h1btn>button{
	 font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 36px;
padding: 0;
border: 0;
background: none;
box-shadow: none;
display: flex;
align-items: center;

color: #1A3DBF;
 }
 .h1btn > button.btn-default.active{
	 background: none;
 }
  .h1btn > button.btn-default.active svg path{
	 fill: #1A3DBF;
 }
 .h1btn .btn-default:hover {
  color: #333;
  background: none;
  border: 0;
}
  .h1btn>button svg{
	  margin-right: 5px;
  }

 #product-product #content .rating{
	 display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 30px;
 }
 #product-product #content .rating span:not(.fa-stack){font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
margin-right: 10px;
/* identical to box height */

/* 1 */
color: #1A3DBF;}
 #product-product #content .rating a{font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
margin-left: 10px;
/* identical to box height */

color: #BABABA;}
 #product-product #content .rating p{font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
color: #121212;
width: 33%;
padding: 0 10px;
border-right: 1px solid #F2F2F2;
min-height: 22px;
}
.form-group.qtys>span{
	font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 21px;

/* identical to box height */
margin-bottom:5px;
color: #8D8D8D;
}
.manuf{
	font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 21px;

/* identical to box height */
margin-bottom: 23px;
color: #8D8D8D;
}
.manuf>a{
	color:#1A3DBF;text-decoration: underline;
}
.manuf>a:hover{
text-decoration: none;
}
.lang svg.gorod{
		display:none;
}
.gorod svg.lang{
	display:none;
}
 #product-product #content .rating p strong{
	  margin: 0 5px;
  }
#product-product #content .rating p:first-child{justify-content: flex-start;
padding: 0;}	 
#product-product #content .rating p:last-child{border:0;padding-right: 0;
justify-content: flex-end;}
#product-product .list-price{
	display:flex;
	align-items: center;
	margin-bottom: 20px;
}
.list-price .price{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 54px;

/* identical to box height */
margin-right: 15px;
/* 1 */
color: #1A3DBF;
}
.list-price span{
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;

color: #575757;
}
.list-price .pricesp{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 21px;
background: #3AB137;
border-radius: 6px;
color: #FFFFFF;
margin-left: 15px;padding: 2px 10px;
}
hr{border-top: 1px solid #eaeaea;}
.qty{
	border: 1px solid #D8D8D8;
border-radius: 12px;
display:flex;
align-items:center;
justify-content: center;
width: 170px;
height: 50px;
}
.qty>span{
	width: auto;
}
.qty>span>button:hover, .qty>span>button:active, .qty>span>button:focus{
	border: 0;
background: none;
}
.qty>span>button:hover svg path{
	fill:#1A3DBF;
}
.qty>span>button{
	border: 0;
background: none;
box-shadow: none;
}
.qty>input{
	font-style: normal;
font-weight: 700;
font-size: 20px !important;
line-height: 24px;
color: #1A3DBF;
border: 0;
background: none;
box-shadow: none;
}
.btncart{
	display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-wrap: wrap;
margin-top: 30px;
}
.btncart #button-cart{
	height: 63px;
	background: #1A3DBF;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
color: #FFFFFF;
margin: 0;
width: 48%;
border: 0;
}
.btncart #button-cart:hover{
	border: 1px solid #1A3DBF;
	background:#fff;
	color: #1A3DBF;
}
#button-preorder{
	height: 63px;
	background: #1A3DBF;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
color: #FFFFFF;
margin: 0;
width: 260px;
border: 0;
}
#button-preorder:hover{
	border: 1px solid #1A3DBF;
	background:#fff;
	color: #1A3DBF;
}
#preorder-box .btn.btn-primary{
	background: #1A3DBF;
border-radius: 12px;
font-style: normal;
font-weight: 700;
font-size: 17px;
line-height: 190%;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
width: 100%;
border: 0;
text-shadow: none;
}
#information-contact .col-md-7{padding-right:0;}
.btncart .boc_order_btn{
	border: 1px solid #1A3DBF;
border-radius: 12px;
height: 63px;
display: flex;
align-items: center;
justify-content:center;
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
color: #1A3DBF;
margin-right:4%;
background:#fff;
width: 48%;
margin-bottom: 20px;
text-shadow: none;
}
.btncart .boc_order_btn:hover{
	border: 1px solid #1A3DBF;
	background:#1A3DBF;
	color: #fff;
}
.imgcol .toolbox{
	font-style: normal;
font-weight: 400;
font-size: 11px;
line-height: 13px;
display: flex;
align-items: center;
color: #121212;
}
.imgcol .toolbox>div{margin-left:5px;}
.alert{
	border: 0;
font-size: 16px;
padding: 15px;
color: #fff;
background: #ec3838;
}
.alert a{
	color: #fff;
}
.alert-success{
	color: #fff;
background: #1A3DBF;
}
.form-opt{
	margin-bottom: 30px;
}
.form-opt .form-group{
	display: flex;
align-items: center;
}
.form-opt .form-group>label{
	font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
margin-right:25px;

color: #000000;
}
.form-opt .radio{
	margin:0;
}
.form-opt .form-group>div{
	display: flex;
align-items: center;
flex-wrap:wrap;
}
.form-opt .form-group .radio input{
	display:none;
}
.form-opt .form-group .radio label{
	padding: 0;
margin-right: 10px;
}

.form-opt .form-group .radio span{
	border: 1px solid #B6C6FF;
border-radius: 7px;
height: 50px;
	display: flex;
align-items: center;
justify-content: center;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
cursor:pointer;
padding: 0 20px;
color: #1A3DBF;

}
.form-opt .form-group .radio input:checked+span{
	background: #B6C6FF;
}
.trew{
	background: #1A3DBF;
border-radius: 12px;
padding: 25px;
text-align: center;
}
.trew .trating{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 36px;
margin-top: 20px;
margin-bottom: 10px;
/* identical to box height */

color: rgba(255, 255, 255, 0.45);
}
.trew .trating span{
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 80px;
line-height: 120px;

/* identical to box height */

color: #FFFFFF;
}
.trew .tratings{
	font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
margin-top: 30px;
margin-bottom: 80px;
/* identical to box height */

color: #FFFFFF;
}

.trew .trating5>div:first-child{
	display: flex;
justify-content: space-between;
align-items: center;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px;
color: #FFFFFF;
}
.trew .trating5>div:last-child{
	background: rgba(255, 255, 255, 0.21);
border-radius: 11px;
height: 8px;
width:100%;
position:relative;
margin-top: 5px;
margin-bottom: 15px;
}
.trew .trating5>div:last-child:after{
	content:'';
	background: #FFFFFF;
	width: 100%;
display: block;
height: 100%;
border-radius: 11px;
}
.trew .trating4>div:first-child{
	display: flex;
justify-content: space-between;
align-items: center;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px;
color: #FFFFFF;
}
.trew .trating4>div:last-child{
	background: rgba(255, 255, 255, 0.21);
border-radius: 11px;
height: 8px;
width:100%;
position:relative;
margin-top: 5px;
margin-bottom: 15px;
}
.trew .trating4>div:last-child:after{
	content:'';
	background: #FFFFFF;
	width: 80%;
display: block;
height: 100%;
border-radius: 11px;
}
.trew .trating3>div:first-child{
	display: flex;
justify-content: space-between;
align-items: center;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px;
color: #FFFFFF;
}
.trew .trating3>div:last-child{
	background: rgba(255, 255, 255, 0.21);
border-radius: 11px;
height: 8px;
width:100%;
position:relative;
margin-top: 5px;
margin-bottom: 15px;
}
.trew .trating3>div:last-child:after{
	content:'';
	background: #FFFFFF;
	width: 60%;
display: block;
height: 100%;
border-radius: 11px;
}
.trew .trating2>div:first-child{
	display: flex;
justify-content: space-between;
align-items: center;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px;
color: #FFFFFF;
}
.trew .trating2>div:last-child{
	background: rgba(255, 255, 255, 0.21);
border-radius: 11px;
height: 8px;
width:100%;
position:relative;
margin-top: 5px;
margin-bottom: 15px;
}
.trew .trating2>div:last-child:after{
	content:'';
	background: #FFFFFF;
	width: 40%;
display: block;
height: 100%;
border-radius: 11px;
}
.trew .trating1>div:first-child{
	display: flex;
justify-content: space-between;
align-items: center;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px;
color: #FFFFFF;
}
.trew .trating1>div:last-child{
	background: rgba(255, 255, 255, 0.21);
border-radius: 11px;
height: 8px;
width:100%;
position:relative;
margin-top: 5px;
margin-bottom: 15px;
}
.trew .trating1>div:last-child:after{
	content:'';
	background: #FFFFFF;
	width: 20%;
display: block;
height: 100%;
border-radius: 11px;
}
.nav-tabs{
	background: #F9F9F9;
border-radius: 12px;
height: 98px;
display: flex;
align-items: center;
border: 0;
}
.nav-tabs li{
	margin: 0;
height: 100%;
padding: 0 18px;
display: flex;
align-items: center;
justify-content: center;
}
.nav-tabs li>a{
	font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
color: #9F9F9F;
border: 0;
background: none;
padding: 0;
margin: 0;
}
.nav-tabs li.active>a{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 30px;
color: #1A3DBF;
border: 0;
background: none;
padding: 0;
margin: 0;
}
.nav-tabs li.active:after{
	content:'';
	background: #1A3DBF;
border-radius: 12px 12px 0px 0px;
width: 72px;
height: 6px;
display:block;
position: absolute;
bottom: 0;
}
.nav-tabs li>a:hover, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus{
	border: 0;
background: none;
padding: 0;
margin: 0;
color: #1A3DBF;
}
.tab-content{padding: 5px;}
.tabatr{display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;}
.tabatr>div{width: 40%;border-bottom: 1px solid #9F9F9F;font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 34px;
padding: 10px 10px 10px 10px;
margin-bottom: 20px;
display: flex;
justify-content: space-between;
color: #454545;}
.tabatr>div>span:last-child{font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 34px;
color: #1A3DBF;text-align: right;}
#tab-instr .tyu>img{max-width: 500px;}
.tabreviews{
	
}
.tabreviews .tabreviewshead{
	display: flex;
justify-content: space-between;
align-items: center
}
.tabreviews .tabreviewshead>div{
	
}
.tabreviews .tabreviewshead>div>span{
	font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 140%;

/* or 22px */

/* 2 */
color: #000000;
}
.tabreviews .tabreviewshead>div>span.revauthor{
	font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 29px;
display: block;

color: #000000;
}
.tabreviews .tabreviewstext{
	font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 34px;
margin: 20px 0;
color: #454545;
}
#button-review{
	height: 50px;
background: #1A3DBF;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 24px;
color: #FFFFFF;
margin: 0;
width: 200px;
border: 0;
}
#button-review:hover{
	border: 1px solid #1A3DBF;
background: #fff;
color: #1A3DBF;
}
#tab-instr{text-align: center;}

.tabfaq{
	display: flex;
justify-content: flex-start;
margin-top: 20px;
align-items: center;
flex-wrap: wrap;
}
.tabfaq>div{
	width: 25%;
text-align: center;
border: 1px solid #fff;
border-radius: 12px;
padding: 20px;
}
.tabfaq>div:hover{
	border: 1px solid #D8D8D8;
border-radius: 12px;
}
.tabfaq>div>a{
	font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 22px;
color: #454545;
display: flex;
align-items: center;
text-align: left;
}
.tabfaq>div>a>img{
	margin-right:10px;width: 60px;
}
.blogart h1{
	margin-bottom:30px;
}
.blogart .art2{
	display: flex;
align-items: center;
justify-content: space-between;
margin: 60px 0;
}
.blogart .ratingart a{
	background: #1A3DBF;
border-radius: 12px;
width: 250px;
height: 50px;
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
display: flex;
align-items: center;
justify-content: center;
cursor:pointer;
color: #FBFBFB;
text-shadow: none;
border: 0;
}
.ocfilter-pages{
	margin-bottom:30px;
	margin-top:50px;
}
.ocfilter-pages .ocfilter-pages-head{
	font-style: normal;margin-bottom: 10px;
font-size: 18px;
line-height: 22px;

/* identical to box height */

color: #575757;
}
.ocfilter-pages ul{
	display: flex;
justify-content: space-between;
align-items: center;flex-wrap: wrap;
}
.ocfilter-pages ul>li{
	border: 1px solid #B6C6FF;
border-radius: 7px;
padding: 8px 5px;
display: flex;
width: 45%;
margin: 10px 5px;
align-items: center;

justify-content: center;
}
.ocfilter-pages ul>li>a{
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
text-align: center;
color: #1A3DBF;
text-overflow: ellipsis;
overflow: hidden;
}
#button-search{
		background: #1A3DBF;
border-radius: 12px;
width: 250px;
height: 50px;
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
display: flex;
align-items: center;
justify-content: center;
cursor:pointer;
color: #FBFBFB;
text-shadow: none;
border: 0;
margin: 0 0 20px 0px;
}
#product-search h1{margin-top: 10px;}
.blogart #form-review{
	display:none;
	background: #B6C6FF;
border: 1.5px solid rgba(255, 255, 255, 0.2);
border-radius: 12px;

left: 0;
top: 0;
transform: translate(0%,50%);
margin: auto;
right: 0;
width: 700px;
padding: 30px 60px;
}
.blogart #form-review.active{
	display:block;
	position: fixed;z-index: 9999;
}
#form-review input, #form-review textarea{
	font-family: 'Roboto', sans-serif;
	background: #FFFFFF;
border-radius: 12px;
border:1px solid #B6C6FF;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 190%;
color: #000;
padding: 10px 20px;
height: auto;
}
#form-review #button-review{
	background: #1A3DBF;
border-radius: 12px;
font-style: normal;
font-weight: 700;
font-size: 17px;
line-height: 190%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
height: 60px;
color: #B6C6FF;
}
#form-review .help-block{display:none;}
.blogart #form-review #button-review{width:100%;}
#product-search .sliderf.catl .product-layout, #product-manufacturer .sliderf.catl .product-layout, #account-wishlist .sliderf.catl .product-layout{
  width: 24%;
}
#product-search .sliderf.catl .product-layout.list, #product-manufacturer .sliderf.catl .product-layout.list, #account-wishlist .sliderf.catl .product-layout.list {
  width: 50%;
}
.optt .opthide{
	width: 100%;
text-align: right;
margin-bottom: 6px;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
cursor:pointer;
color: #9F9F9F;
}
.form-opt .form-group .radio label {
  margin-bottom: 10px;
  max-width: 110px;
}
.optt .opttt{
	height: 80px;
overflow: hidden;
}
.optt .opttt.active{
	height: 100%;
overflow: hidden;
}
.optt .opttt.active .opthide{
	font-size: 0px;
}
.optt .opttt .opthide>span{
	display:none;
}
.optt .opttt.active .opthide>span{
	display: inline-block;
	font-size: 16px;
}

#account-wishlist .wishlistremove{
	border: 1px solid #1A3DBF;
background: #FFFFFF;
width: 42px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
text-align: center;
text-transform: uppercase;
color: #1A3DBF;
position: absolute;
right: 10px;
top: 20px;
border-radius: 50%;
}
#account-wishlist .wishlistremove:hover{
	background: #1A3DBF;
border: 1px solid #1A3DBF;
}
#account-wishlist .wishlistremove:hover svg path{
	fill:#FFFFFF;
}
#product-manufacturer .cat > div {
width: 13%;
overflow: hidden;
text-align: center;
margin: 0.5%;
min-height: 150px;
padding: 10px;
}
#product-manufacturer .cat > div > a > img{
	height: 100px;
width: auto;
margin: 0 auto;
}
.simplecheckout .form-horizontal .control-label {
  padding-top: 0;
  margin-bottom: 10px;
  text-align: left;
  font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #000000;
}
.simple-content .simplecheckout .form-group input[type="text"], .simple-content .simplecheckout .form-group input[type="tel"], .simple-content .simplecheckout .form-group input[type="email"]{
	background: #FFFFFF;
border: 1px solid #D5D5D5;
border-radius: 12px;
height: 50px;
font-size: 16px;
width: 90%;
}
.simplecheckout .form-group{
	  margin-bottom: 40px;
}
.row-shipping_address_field20>label{display:none !important;}
.row-shipping_address_field20 label{
	  font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #000000;
}
.row-shipping_address_field20{
margin-bottom: 20px !important;
}
#simplecheckout_comment textarea{
		background: #FFFFFF;
border: 1px solid #D5D5D5;
border-radius: 12px;
font-size: 16px;
}
#simplecheckout_comment textarea:focus{
	border: 1px solid #ccc;
}
#simplecheckout_comment .panel-heading{
 padding-top: 0;
  margin-bottom: 20px;
  text-align: left;
  font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #000000;
}
#simplecheckout_comment{padding:10px;}
#simplecheckout_payment .panel-heading{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 27px;

/* identical to box height */

color: #000000;
}
#simplecheckout_payment .simplecheckout-block-content {
  padding: 0;
}
#simplecheckout_payment label{
	font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
padding: 15px 25px;
color: #000000;
}
#simplecheckout_button_confirm, #button-confirm, #simplecheckout_button_back{
	background: #1A3DBF;
border-radius: 12px;
width: 320px;
height: 60px;
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
justify-content:center;
display: flex;
align-items: center;
color: #FBFBFB;
box-shadow: none;
border: 0;
}
.buttons .btn-primary{
		background: #1A3DBF;
border-radius: 12px;
width: 260px;
height: 50px;
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 24px;
justify-content:center;
display: flex;
align-items: center;
color: #FBFBFB;
box-shadow: none;
border: 0;
}
.carousel{
	clear: both;
}
.gorod #form-language .btn-group .btn{font-size:0;}
.gorod #form-language .btn-group .btn span{font-size:16px;}
.lang #form-language .btn-group .btn span{display:none;}

.acttimer{
	background: rgba(26, 61, 191, 0.79);
padding: 80px 0;
margin: 80px 0 20px 0;
}
.acttimer .acttimerhead{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 45px;

color: #FFFFFF;
}
.acttimer .acttimertext{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
margin-top:30px;
margin-bottom:40px;
color: #FFFFFF;
}

.acttimer #the-final-countdown{
	font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 28px;

color: #FFFFFF;
}
.acttimer .product-layout2{
	background: #FFFFFF;
box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.12);
border-radius: 15px;
padding:12px;
display:flex;
}
.acttimer .product-layout2 .name{
	font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;

/* 2 */
color: #000000;
}
.acttimer .product-layout2 .price{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 30px;
display: flex;
align-items: center;
color: #1A3DBF;
}
.acttimer .product-layout2 .price-old{
	font-size: 14px;
line-height: 21px;
font-weight: 400;
color: #8D8D8D;
text-decoration: line-through;
margin-top: 0;
margin-left: 6px;
}
.acttimer .product-layout2 .price-new{
	font-size: 16px;
line-height: 26px;
}
.acttimer .product-layout2 .cart{
	width: 75px;
height: 36px;
background: #1A3DBF;
border: 2px solid #1A3DBF;
border-radius: 12px;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
display: flex;
align-items: center;
justify-content: center;
color: #FFFFFF;
margin-left: auto;
}
.acttimer .product-layout2 .cart:hover{
	border: 2px solid #1A3DBF;
background: #fff;
color: #1A3DBF;
}
.acttimer .product-layout2 .image{
	border-radius: 20px;
}
.acttimer .product-layout2 .caption{
	display: flex;
flex-direction: column;
justify-content: space-between;
padding: 10px;
}
.swiper-pagination.modtimr{
	bottom: -70px;
}
.modtimr.swiper-pagination-clickable .swiper-pagination-bullet{
	background: rgba(255, 255, 255);
	width: 10px;
height: 10px;
margin:8px;
}
.modtimr.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #FFFFFF;
border-radius: 28px;
width: 21px;
height: 10px;

}
.menusp #search{
	display:none;
	position: absolute;
right: 100%;
min-width: 350px;
}
.menusp.act #search{
	display:flex;
}
.modal-open #modalCart.modal.in {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
#modalCart .modal-dialog{

border-radius: 12px;
width: 1150px;
transform: none;
height: 100%;
}
#modalCart .modal-content{
	padding:15px;position: relative;
		background: #FFFFFF;
		margin: 20px;
}
#modalCart .modal-content .modal-content-head{
	font-family: Roboto;
font-style: normal;
font-weight: 600;
font-size: 26px;
line-height: 39px;
text-align: center;
color: #000000;
margin-top: 5px;
margin-bottom: 40px;
}
#modalCart .pr__card_title{
	font-family: Roboto;
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 30px;

/* identical to box height */

color: #000000;
}
#modalCart .pr__card_code{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 36px;
margin-top: 20px;
/* identical to box height */

/* 1 */
color: #1A3DBF;
}
#modalCart .pr__card{
	display: flex;
	background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
border-radius: 12px;
padding:25px;
margin-bottom: 20px;
}
#modalCart .pr__card_content{
	display: flex;
	display: flex;
margin-left: 25px;
}
#modalCart .pr__card_content{
	  display: flex;
  margin-left: 25px;
  width: 100%;
justify-content: space-between;
}
#modalCart .pr__card_cost-total{
	display: flex;
}
#modalCart .{
	border: 1px solid #D4D4D4;
border-radius: 12px;
}
#modalCart #modalCarttt{
	display: flex;
}
#modalCart .cart__total{
		font-family: 'Roboto';
	border: 1px solid #D4D4D4;
border-radius: 12px;
padding: 20px 33px;
margin-left:15px;
min-width: 300px;
height: min-content;
}
#modalCart .cart__total .cart__total_head{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 30px;

/* identical to box height */
margin-bottom:30px;
color: #000000;
}
#modalCart .cart__total p{
		font-family: 'Roboto';
	font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 27px;

/* identical to box height */
display: flex;
align-items: center;
justify-content: space-between;
color: #000000;
}
#modalCart .cart__total p .new__price{
		font-family: 'Roboto';
	font-style: normal;
font-weight: 600;
font-size: 28px;
line-height: 42px;

/* identical to box height */
text-align: right;

/* 1 */
color: #1A3DBF;
}
#modalCart .cart__total .cart__product__buttons{
	margin-top:15px;
	display: flex;
flex-direction: column;
}
#modalCart .cart__total .cart__product__buttons .cart__order{
	font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;

/* identical to box height */
border: 0;
box-shadow: none;
color: #FBFBFB;
	background: #1A3DBF;
border-radius: 12px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
}
#modalCart .cart__total .cart__product__buttons .basket{
		font-family: 'Roboto';
	font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
margin-top:40px;
/* 1 */
color: #1A3DBF;
border: 0;
box-shadow: none;
}
#modalCart .cart__list{width:100%;}
#modalCart .pr__card_bottom{  display: flex;
  align-items: end;
}
#modalCart .cart__list .btn-close_cart{
	border: 1px solid #D8D8D8;
border-radius: 12px;
width: 57px;
height: 54px;
display: flex;
align-items: center;
justify-content: center;
margin:0 0 0 17px;
cursor:pointer;
}
#modalCart .cart__list .btn-close_cart:hover{
	background: #1A3DBF;
	border: 1px solid #1A3DBF;
}
#modalCart .cart__list .btn-close_cart:hover svg path{
	fill:#fff;
}
#modalCart .cart__list .product-buy__quantity{
	border: 1px solid #D8D8D8;
border-radius: 12px;
height: 54px;
display: inline-flex;
align-items: center;
}
#modalCart .cart__list .product-buy__quantity input{
	font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
border: 0;
background: none;
/* identical to box height */
text-align: center;
/* 1 */
color: #1A3DBF;
}
#modalCart .cart__list .product-buy__quantity button{
	border: 0;
background: none;
display: flex;
margin: 0 10px;
}
#modalCart .modal__footer{
margin-top:20px;
font-family: 'Roboto';
	border: 1px solid #D4D4D4;
border-radius: 12px;
padding: 20px 30px;
width: calc(100% - 315px);
height: min-content;
}
#modalCart .modal__footer .title{
	font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 30px;

/* identical to box height */
text-align: left;

/* 2 */
color: #000000;
}
#modalCart .modal__footer .info{
	font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 27px;
color: #000000;
}
#modalCart .modal__footer #telClick{
	height: 48px;
/* identical to box height */
border: 1px solid #1A3DBF;
border-radius: 7px 0px 0px 7px;
color: #000000;font-size: 18px;
line-height: 17px;
box-shadow: none;
min-width: 300px;
}
#modalCart .modal__footer #ord-popup__btn{
	font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 17px;
display: flex;
align-items: center;
justify-content: center;
color: #FFFFFF;
background: #1A3DBF;
height: 48px;
border: 1px solid #1A3DBF;
border-radius: 0px 7px 7px 0px;
}
#modalCart .modal__footer #ordModal>p{
	display: flex;
margin: 0;
}
#input-search{
	background: #FFFFFF;
border: 1px solid #D5D5D5;
border-radius: 12px;
height: 50px;
font-size: 16px;
width: 100%;
}
#account-voucher .form-control{
	background: #FFFFFF;
border: 1px solid #D5D5D5;
border-radius: 12px;
height: 50px;
font-size: 16px;
width: 90%;
}
#account-voucher .form-horizontal .control-label, #account-voucher p{
	padding-top: 0;
margin-bottom: 10px;
text-align: left;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #000000;
}
#account-voucher .buttons {
	margin-top: 30px;
margin-right: 10%;
}
#account-voucher .buttons .btn{
	float: right;
margin-left: 40px;
}
.infoflex{
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.infoflex>div{
	width: 40%;
}
#error-not-found #content{
	display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
#error-not-found #content>div{
	width: 50%;
}
#error-not-found #content>div>svg{
	float: right;
}
#error-not-found #content h1{
	font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 34px;

/* identical to box height, or 142% */

color: #000000;
}
#error-not-found #content p{
	font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 34px;
margin-top:20px;
/* or 189% */
margin-bottom:40px;
color: #000000;
}
#modv .color{display:none;}
.row.descr{
	position:relative;
}
.row.descr img:first-child{
	position: absolute;
right: 0;
top: 0;
z-index: -1;
}
#shipping_address_company{
	border: 1px solid #D5D5D5;
height: 50px;
width: 90%;
border-radius: 12px;
background: #fff;
font-size: 16px;
box-shadow: none;
}

@media (min-width: 1480px) {
#modtimr{
	margin-left: 0;
position: relative;
right: -170px;
}
.acttimer .acttimertext:after {
  content: '';
  background: url(../image/17868650.png);
  width: 452px;
  display: block;
  position: absolute;
  height: 372px;
  z-index: -1;
  top: -100px;
  left: 100px;
}
}

@media (min-width: 1200px) {
	#menu.fixed{
	position: fixed;
z-index: 999;
width: 100%;
top: 0;

}
#menu.fixed .hidden{
	display: block !important;
}
#menu.fixed .specialmenusp{
	display:none;
}
#menu.fixed .btn.dropdown-toggle{
	position: relative;
border: 0;
background: none;
box-shadow: none;
font-size: 0;padding: 0;
}
#menu.fixed .menusp svg path{
	fill:#1A3DBF;
}
#menu.fixed .menulogo{
	margin-right: 20px;
}
#menu.fixed > .container > ul > li {
  height: 60px;
  display: flex;
  align-items: center;
  margin-top: -8px;
}
#menu.fixed .menusp{
	position:relative;width: 15%;margin-left: 10%;
	justify-content: space-around;
align-items: center;
margin-top: -6px;
}
	#menu.fixed > .container > .menusp svg {
  position: initial;
	}
#menu.fixed #cart-total > span{
	left: 15px;
top: -9px;
border: 0;
align-items: baseline;
font-size: 18px;
}
#menu.fixed .menusp svg{
cursor: pointer;
}
#menu.fixed .menusp svg:hover path{
		fill:#000;
	}
	#menu.fixed .menusp .btn.dropdown-toggle:hover #cart-total > span{
		background:#000;
	}
}

@media (max-width: 1199px) {
		#top #top-links ul li {
  padding: 0;
  margin-left: 45px;
}
.utp > div {
  width: 170px;
  height: 130px;
}
.nav-tabs li > a,.nav-tabs li.active > a{
	font-size: 17px;
}
.nav-tabs{height: 78px;}
#modalCart .modal-dialog{
width: 970px;
	}
#modalCart .cart__total {
  font-family: 'Roboto';
  border: 1px solid #D4D4D4;
  border-radius: 12px;
  padding: 15px 20px;
  margin-left: 15px;
  min-width: 280px;
  height: min-content;
}



}
@media (max-width: 991px) {
	
	.row.descr img:first-child{display:none;}
	#modalCart .modal-dialog{
width: 750px;
	}
	#modalCart .cart__total{
		width: 100%;
margin: 0;
	}
	#modalCart #modalCarttt{flex-direction: column;}
	#cart > .btn{min-width: 150px;font-size: 14px;}
	#cart > .btn > svg {
  position: relative;
  top: 5px;
  margin-right: 5px;
}
#cart-total > span {

    position: absolute;
    top: 6px;
    left: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    border: 3px solid #FFFFFF;
    height: 20px;
width: 20px;}
#top #top-links ul li {
  padding: 0;
  margin-left: 20px;
}
#form-language {
  padding-left: 20px;
}
#top #top-tel ul li {
  padding-right: 5px;
  padding-left: 5px;
}
#top #top-tel ul a, #top #top-links ul a {
  font-size: 13px;
}
#menu > .container > .menusp {
display: none;}
#menu > .container > ul{width: 100%;}
#slideshow0 .swiper-slide-active .banner-title .line2{font-size: 26px;
line-height: 30px;
margin-bottom: 10px;}
#slideshow0 .swiper-slide-active .banner-title .line1{font-size: 14px;
line-height: 24px;
margin-bottom: 0;}
#slideshow0 .swiper-slide-active .banner-title .line4 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
}
#slideshow0 .swiper-slide-active .banner-title > a {
  width: 158px;
  height: 40px;
  font-size: 13px;
  line-height: 19px;
}
#slideshow0 .swiper-slide-active .banner-title {
  padding: 5px 20px;
}
#slideshow0 .swiper-slide-active .banner-title .line3 {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0px;
}
#modz {
  padding: 30px 0 30px 15px;
}
#modz .h3mod {
  font-size: 22px;
  line-height: 35px;
  min-width: 160px;
  }
  #modz .h3mod .swiper-button-next {
  right: 26%;
}
  .utp {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
  .utp > div{margin: 25px 10px;}
  .pav-newsletter .inner > div {
  width: 70%;
  position: relative;
}
  .pav-newsletter .inner .description-top{font-size: 20px;
padding-right: 20px;
width: 30%;}
  .pav-newsletter {
  background: #1A3DBF;
  margin-top: 60px;
  padding: 20px 0;
}
.pav-newsletter .inner .description-bottom{font-size: 14px;
line-height: 24px;}
  .pav-newsletter .inner .formns .inputNew{font-size: 16px;
line-height: 24px;
padding: 0 20px;}
  .sliderf.catl .product-layout {
  width: 49%;
}
  .cat > div {
  width: 31%;
  }
  #product-search .sliderf.catl .product-layout, #product-manufacturer .sliderf.catl .product-layout, #account-wishlist .sliderf.catl .product-layout{
	  width: 49%; 
  }
  
  
  
}


#menu .menumoblist{display:none;}

@media (max-width: 767px) {
	#shipping_address_company{

width: 100%;
	}
	.infoflex>div{
	width: 100%;
}
#information-information p>img{display: block;
    max-width: 100%;
    height: auto;
}
	
	#slideshowpr .swiper-slide img {
  width: 350px;
}
.h1btn{
	margin-top: 40px;
}
.swiper-pagination.slideshowpr{    width: 100%;}
.h1btn>h1{
	    font-size: 18px;
    line-height: 27px;
}
#product-product .rating span:not(.fa-stack){
	font-size: 15px;
    line-height: 18px;
    margin-right: 5px;
}
#product-product .rating a{
	margin-left: 5px;
	font-size: 15px;
    line-height: 18px;
}
.list-price .price{
	font-size: 22px;
    line-height: 40px;
    margin-right: 14px;
}
.list-price span{
	font-size: 15px;
    line-height: 26px;
}
.list-price .pricesp {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    background: #3AB137;
    border-radius: 6px;
    color: #FFFFFF;
    margin-left: 10px;
    padding: 0px 5px;
    margin-top: -15px;
}
.form-opt .form-group>label{    font-size: 16px;
    line-height: 24px;
    margin-right: 15px;}
	.form-opt .form-group .radio span {
    
    border-radius: 7px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    
    line-height: 12px;
    cursor: pointer;
    
    color: #1A3DBF;
	    font-size: 0;
    border: 0;
    padding: 0;
}
.form-opt .form-group .radio label {
    margin-bottom: 10px;
    max-width: 150px;
}
.form-opt .form-group .radio input:checked+span{
	border: 1px solid #B6C6FF;
	    padding: 5px 10px;
    font-size: 13px;
    color: #000;
    border-radius: 18px;
}
.form-opt .form-group .radio span>img{
	    border-radius: 50%;
    width: 23px;
	    margin-right: 4px;
		border: 1px solid #1A3DBF;
}
.optt .opthide{
	    font-size: 13px;
    color: #1A3DBF;
}
#product-product #content .rating p svg{    width: 15px;}
#product-product #content .rating p{justify-content: left;    border-right: 0;    width: 36%;padding: 0;}
#product-product #content .rating {
    flex-direction: row-reverse;
}
#product-product #product{
	    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
#product-product #product>hr{
	display:none;
}
#product-product .form-opt {
 
}
.qty{height: 46px;}
.btncart{margin-top: 0px;flex-direction: column-reverse;
    position: relative;}
.btncart #button-cart {
    height: 46px;
    background: #1A3DBF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0;
    width: 48%;
    border: 0;
	position: absolute;
    right: 0;
    top: -76px;
}
.btncart .boc_order_btn {
    border: 1px solid #1A3DBF;
    border-radius: 12px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1A3DBF;
    margin-right: 4%;
    background: #fff;
    width: 100%;
    margin-bottom: 20px;
    text-shadow: none;
}
.qty {
    border: 1px solid #D8D8D8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    height: 46px;
}
	#product-product .rating p{font-size: 14px}
	.nav-tabs {
    display: none;
}
.tab-content>.tab-pane {
    display: block;
}
.tab-content>.tab-pane .tyu{display:none;    padding-top: 20px;}
.tab-content>.tab-pane.active .tyu{display:flex;}
.tab-content>#tab-description.tab-pane.active .tyu{display:block;}
  .tab-content>.tab-pane .tab-link{font-style: normal;
font-weight: 500;
font-size: 16px;
    padding: 15px 0;
line-height: 19px;    text-align: left;
border-top: 0.5px solid #8D8D8D;
color: #000000;}
	.tab-content>.tab-pane .tab-link svg{    float: right;
    margin-top: 6px;}
	.tab-content>.tab-pane.active .tab-link svg{transform: rotate(180deg);}
	.tab-content {
    padding: 10px;
    border-bottom: 0.5px solid #8D8D8D;
}
	#tab-instr img{width:100%;}
	.tabatr>div{
		font-weight: 500;
font-size: 12px;
line-height: 20px;
margin-bottom: 0;
    width: 100%;
    border-bottom: 0;    padding: 10px 0px 10px 0px;
	}
	.tabatr>div>span:last-child{font-size: 12px;
line-height: 20px;width: 50%;}
	.tabfaq>div>a>img {
    margin-right: 5px;
    width: 35px;
}.tabfaq>div>a {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 18px;
    color: #454545;
}
	.tabfaq>div {
    width: 33%;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 10px 5px;
}
	.tabfaq {
    margin-top: 0;}
	.tabreviews .tabreviewshead>div>span{
		font-style: normal;
font-weight: 700;
font-size: 9px;
line-height: 20px;

/* identical to box height, or 222% */

color: #8D8D8D;
	}
	.tabreviews .tabreviewshead>div>span.revauthor{
		font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;

/* identical to box height, or 143% */

color: #000000;
	}
	.tabreviews .tabreviewstext{
		font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 20px;

/* or 167% */
    word-break: break-all;
color: #454545;
	}
	.tabreviews .tabreviewshead>div>svg{    width: 15px;}
	footer .visible-xs.logo{clear: both;}
	footer .logo ul {
  display: flex;
  flex-direction: wrap;
  justify-content: center;
}
footer .row>div{text-align:center;}
footer .img-responsive{margin: 0 auto;}
footer hr{display:none;}
footer{background: #1A3DBF;padding:30px;margin-top: 20px;}
footer .logo .h5, footer .h5{
	font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 32px;

/* or 178% */
text-align: center;
letter-spacing: 3px;
text-transform: uppercase;
margin: 10px;
/* 3 */
color: #B6C6FF;
}
footer .logo .footer1,footer a{
	font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 32px;

/* or 200% */
text-align: center;

color: #FFFFFF;
}
footer .logo ul a svg path {
  fill: #fff;
  fill-opacity: 1;
}

#slideshow0 .swiper-slide.swiper-slide-active img {
  width: 100%;
  border-radius: 0px;
}
#slideshow0 .swiper-slide-active .banner-title{display:none;}
.pav-newsletter{display:none;}
.swiper-pagination.slideshow0 {
  margin-top: 15px;
  position: relative;
  margin-bottom: 40px;
}
#top {
    display: none;
}
#cart > .btn {
    width: 40px;
    font-size: 0;
    height: 40px;
    border-radius: 50%;
    min-width: auto;
}
header {
    height: 80px;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 99;
}
header .container>.row{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}
header .container{
width: 100%;
}
header .container>.row>.col-sm-6{
	    margin-left: auto;
		align-items: center;
    display: flex;
}
header .searchmob{
	margin: 0 25px;
}
#search {
    margin: 0px auto;
    align-items: center;
    position: absolute;
	display: none;
	    right: 80px;
    top: -25px;
    width: 200px;
}
#search.act {
	    display: flex;
}
#search .input-lg{
	height: 45px;
    padding: 0 15px;    font-size: 15px;
}
#logo img{height: 40px;}
#cart{height: auto;}
.odcatwallhref span{display:none;}
.odcatwall {
    border: 0;
    border-radius: 0;
    display: flex;
    height: auto;
    margin-bottom: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.odcatwall>div {
    width: 100%;
    display: flex;
    align-items: center !important;
    justify-content: center;
    text-align: center;
	font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 21px;
padding:0;

color: #1A3DBF;
}
.odcatwall img {
    max-width: 80px;
    max-height: 80px;
    padding: 5px;
    border: 1px solid #1A3DBF;
    border-radius: 50%;
}
.utp>div strong{
	    font-size: 16px;
    line-height: 22px;
}
.utp>div span{
	    font-size: 14px;
    line-height: 20px;
}
.utp > div {
    width: 160px;
    height: 125px;
}
.utp {
    margin-top: 60px;
}
.sliderf .product-layout .captions .cart{
	font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 17px;
display: flex;
align-items: center;
text-align: center;
color: #FFFFFF;
    width: 90px;
}
.sliderf .product-layout .boc_order_category_btn{
	font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;

}
.sliderf .product-thumb .name{
	font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
color: #000000;
    margin: 56px 0 10px 0;
}
.sliderf .product-thumb .color{
	height: 44px;
    overflow: hidden;
}
.sliderf .product-layout .captions .price{
	font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 21px;
color: #1A3DBF;
}
.sliderf .product-layout {
    padding: 5px;
}
.sliderf .product-thumb .image img {
    padding: 0px;
}
.sliderf .product-layout .sale{
	font-size: 10px;
	width: 30px;
    height: 30px;
	    left: 10px;
    top: 10px;
}
.sliderf .product-layout .wishlist{
	font-size: 10px;
	width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
	padding:0;
}
.sliderf .product-layout .wishlist svg{
	width: 15px;
}

.h3mod{
	font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 27px;

color: #333333;
}
.utp {
    margin-top: 0;
    display: none;
}
#modz .h3mod {
    font-size: 18px;
    line-height: 30px;
    min-width: 135px;
}
.acttimer {
    background: rgba(26, 61, 191, 0.79);
    padding: 30px 0 60px 0;
    margin: 60px 0 20px 0;
}
.acttimer #the-final-countdown{
	font-size: 33px;
    margin-bottom: 40px;
}
.acttimer .acttimertext{
	    margin-top: 10px;
    margin-bottom: 20px;
}
.swiper-pagination.modtimr {
    bottom: -45px;
}
#modz {
    padding: 30px 0 30px 15px;
    margin: 0;
	margin-top: 35px;
}
#content {
    min-height: 400px;
 
}
.sliderf .product-thumb .caption {
    padding: 9px;
}
.modal{
	width: 95%;
}
.form-opt {
    margin-bottom: 10px;
}
.optt .opttt {
height: 60px;}
.carousel.swiper-viewport {
    margin-right: -7px;
    margin-left: -7px;
}
.product-layout.product-blog{
	    padding: 0 5px;
}
.product-blog .product-thumb {
    margin: 5px 0;
}
#cart > .btn{
	padding: 0;
}
#cart > .btn > svg {
    position: relative;
    top: 0;
    margin-right: 0;
}
#cart-total > span{
	    top: 0;
    left: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    border: 2px solid #FFFFFF;
    height: 20px;
    width: 20px;
}
#menu>.container>ul{
	display:none;
}
#menu>.container>.menusp{
	display:none;
}
#slideshow0 {
    margin-top: 15px;
}
#menu {
    background: none;
    box-shadow: none;
    height: auto;
    padding-top: 0px;
	    margin-top: 80px;
}
#menu .menumob{
	height: 50px;
    background: #B6C6FF;
    box-shadow: 10px 24px 54px rgb(51 51 51 / 10%);
    border-radius: 14px;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
#menu .menumob>span{
	
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 21px;
color: #1A3DBF;
}

#menu.act .menumoblist{    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
	    overflow: auto;
    z-index: 9999;
    width: 100%;
    height: 100%;
    padding: 40px 20px;}
.menumoblist .menumoblist1{
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.menumoblist .menumoblist2 ul{
	list-style: none;
    padding: 0;
	width: 100%;
}
.menumoblist .menumoblist2 ul>li{
	min-height: 50px;
    display: flex;
    align-items: center;
	flex-wrap: wrap;
	padding: 0;
}
.menumoblist .menumoblist2 ul>li>svg{
	    margin-left: auto;
    margin-right: 4px;
}
.menumoblist .menumoblist2 ul.childs{
	    width: 100%;
    margin-top: 20px;
}
.menumoblist .menumoblist2 ul.childs>li{
	padding: 0;
    width: 100%;
}
.menumoblist .menumoblist2 ul.childs>li>a,.menumoblist .menumoblist2 ul.childs li>a{
	    font-size: 16px;
		padding-left: 0;padding-top: 10px;
		    width: 99%;
    justify-content: space-between;
    align-items: center;
    display: flex;
	padding-bottom: 5px;
}
.menumoblist .menumoblist2 ul.childs li>a svg{
	transform: rotate(180deg);
}
.menumoblist .menumoblist2 ul.childs li>a.hhh svg{
	transform: rotate(0deg);
}
.menumoblist .menumoblist2 ul.childs>li,.menumoblist .menumoblist2 ul.childs li{
	   min-height: auto;
}
.menumoblist .menumoblist2 ul.childs{
	min-height: auto;
}
.menumoblist .menumoblist2 ul>li>a{
	position: relative;
    padding-left: 50px;
	font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;

/* identical to box height, or 122% */

/* 2 */
color: #000000;
}
.menumoblist .menumoblist2>ul>li>a{
	    min-height: 50px;
    display: flex;
    align-items: center;
	justify-content: space-between;
    width: 99%;
}
.menumoblist .menumoblist2 ul>li.m1>a{
	color:#1A3DBF;
}
.menumoblist .menumoblist2>ul>li>a svg{
	transform: rotate(180deg);
}
.menumoblist .menumoblist2>ul>li>a.hhh svg{
	transform: rotate(0deg);
}
.menumoblist .menumoblist2 ul>li.m1>a svg{
	transform: rotate(0deg);
}
.menumoblist .menumoblist2 ul>li.m1>a.hhh svg{
	transform: rotate(180deg);
}

.menumoblist .menumoblist2 ul>li>a img{
	position: absolute;
    left: 0;
        bottom: 5px;
		width: 40px;
}
.menumoblist .menumoblist3{
	    background: #1A3DBF;
    height: 45px;
    display: flex;
    align-items: center;
    margin-left: -20px;
    padding: 0 20px;
    margin-right: -20px;
	overflow-y: auto;
    display: flex;
}
.menumoblistwish{
	    margin-top: 18px;
    margin-left: 5px;
}
.menumoblistwish a{
	position: relative;
padding-left: 17px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.menumoblist .menumoblist3 ul{
	    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
}
.menumoblist .menumoblist3 ul>li{padding: 0 10px;width: max-content;}
.menumoblist .menumoblist3 ul>li>a{
	font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 22px;

/* identical to box height, or 157% */

color: #FFFFFF;
}
.menumoblist .menumoblist4{    margin: 27px 0;}
.menumoblist .menumoblist4 #form-language .btn-group .btn.dropdown-toggle,.menumoblist .menumoblist4 #form-language:after{display: none;}
.menumoblist .menumoblist4 #form-language .dropdown-menu{    position: relative;
    display: flex;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;}
.menumoblist .menumoblist4 #form-language .btn-group .btn{font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
margin-right: 20px;
color: #000000;}
#form-language {
    padding-left: 0;
}
.menumoblist .menumoblist5{
	    display: flex;
    flex-direction: column;
    padding-left: 40px;
    position: relative;
    margin-left: 5px;
	clear: both;
    padding-top: 30px;
}
.menumoblist .menumoblist5 svg{
	    position: absolute;
    left: 0;
}
.menumoblist .menumoblist5 a{
	font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
margin-bottom:10px;
color: #000000;
}
#boc_order .modal-dialog {
    width: 100%;
}
#preorder-box .modal-dialog {
    width: 100%;
}
.modal-open #preorder-box.modal.in {
    width: 100%;
}
#boc_order .col-sm-5>.h4{    margin-top: 5px;}
.boc_product_info > div {
    line-height: normal;
    text-align: center;
    padding: 0 15px;
    width: auto;
    display: flex;
    align-items: center;
}
#boc_order .boc_product_info > div > div{    width: 100%;
    display: flex;}
#boc_order .boc_product_info{display: flex;}
#information-information #content .table-bordered tr{
	display: flex;
flex-direction: column;
}
#product-manufacturer .cat {
  max-height: none;
  display: flex;
  flex-wrap: wrap;
}
#product-manufacturer .cat > div {
    width: 31%;
    overflow: hidden;
    text-align: center;
    margin: 1%;
    min-height: 130px;
    padding: 5px;
}
#product-manufacturer .cat > div > a > img {
height: 77px;}
#product-manufacturer .cat>div>a{
	font-size: 16px;
    line-height: 20px;
}
.cat, .catbtn {
  display: none;
}
  .row.descr, .descr{    padding: 0px 10px;
    background: none;
    margin: 0;}
	.row.descr p, .descr p{
		display:none;
	}
	.sliderf .product-thumb .caption{
		    font-size: 15px;
	}
  #ocfilter{
	  padding: 0 10px;
  }
  #ocfilter .ocfilter-option:not(.list-price) .ocf-option-name{
	  font-size: 16px;
	  height: 45px;
padding-left: 20px;
  }
  .ocfilter-mobile-handle .btn{
	  border: 1px solid #B6C6FF;
border-radius: 7px;
height: 30px;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 14px;
display: flex;
align-items: center;
justify-content: center;
color: #1A3DBF;
background: none;
text-shadow: none;
box-shadow: none;
  }
 .sliderf.catl .product-layout.list {
  width: 100%;
} 
  #ocfilter .heading{
	  display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
font-size: 22px;
color: #1A3DBF;
  }
  #ocfilter .heading button{
background: none;
border:0;
margin: 12px 5px;
padding: 0;
box-shadow: none;
  }
  
 
  .simplecheckout-step{
	  display: flex !important;
flex-wrap: wrap;
flex-direction: column-reverse;
  }
  .menumoblist4 #form-language .dropdown-menu > li {
  display: none;
}
.menumoblist4 #form-language .dropdown-menu > li.l-Ru, .menumoblist4 #form-language .dropdown-menu > li.l-Ua {
  display: block;
}
  .menumoblist4 #form-language .dropdown-menu>li>a{
	  font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
padding: 0 16px 0 5px;
color: #000000;    text-transform: uppercase;
  }
  .sort-group label{
	      font-size: 12px;min-width: 75px;
  }
  .sort-group .my-select button.my-select__option--value {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    margin-left: 10px;
    color: #000000;
    border: 0;
    box-shadow: none;
    min-width: 100px;
    border: 0;
    background: none;
    text-align: left;
    padding: 0;
    height: 20px;
    overflow: hidden;
}
.sort-group .my-select button.my-select__option--value:after {
    content: '▼';
    font-size: 11px;
    margin-left: 3px;
    position: absolute;
    top: 0;
    right: -5px;
}
.ocfilter-mobile-handle .btn:active,.ocfilter-mobile-handle .btn:hover{
	    background: #1A3DBF;
		border-color:#1A3DBF;
}
  .sort-group select{
	  font-size: 12px;
    min-width: 110px;padding: 0;
  }
  .gridlist .btn{margin: 0 5px;}
  .sort-group{
	  padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  #product-search .sort-group{
	  padding: 0;
    margin-left: -15px;
    margin-right: 0;
  }
  .modal-backdrop{
	      z-index: 2;
  }
  .modal {
    z-index: -1;
}
.modal-open #boc_order.modal.in{width: 100%;}
  .modal-open .modal {
    z-index: 999;
}
 
  .swiper-pagination.slideshow0 .swiper-pagination-bullet-active {
    width: 20px;
  }
  .tab-content>.tab-pane.active .tyu>form{
	      width: 100%;
  }
  .mob-img{position:relative;}
 
 .mob-img .swiper-pagination-bullet{
	 background: #C4C4C4;
    height: 10px;
    width: 10px;
    margin: 0 3px;
 }
 
 .mob-img .swiper-pagination-bullet-active{
	     width: 20px;
		 background: #1A3DBF;
    border-radius: 28px;
 }
 .tooltip{display:none!important;}
 .simple-content .simplecheckout .form-group input[type="text"], .simple-content .simplecheckout .form-group input[type="tel"], .simple-content .simplecheckout .form-group input[type="email"] {
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 12px;
    height: 50px;
    font-size: 16px;
    width: 100%;
}
footer li {
    padding: 3px 0;
}
.carouselbr .swiper-container {
    padding: 0 30px;
}
.menumoblist4 #form-language .dropdown-menu>li>a.actlang{
	color: #1A3DBF;
}
.faq-question {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 13px 17px;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 12px;
    display: inline-block;
    width: 100%;
}

.faq-text {
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #454545;
}
#information-contact .col-sm-6 .open{
	    margin-bottom: 20px;
}
#information-contact .form-group>.col-sm-6.col-xs-12 {
    margin-bottom: 15px;
}
.modal-open #modalCart.modal.in{
	width: 100%;
}
	#modalCart .modal-dialog{
    width: 100%;
    margin: 0;
	}
	#modalCart .cart__total{
		width: 100%;
margin: 0;padding: 10px 15px;
	}
	#modalCart #modalCarttt{flex-direction: column;}
#modalCart .modal-content{    margin: 10px;}
#modalCart .modal__footer #telClick{
	    height: 34px;
    border: 1px solid #1A3DBF;
    border-radius: 7px 0px 0px 7px;
    color: #000000;
    font-size: 15px;
    line-height: 17px;
    box-shadow: none;
    min-width: 150px;
}
#modalCart .modal__footer #ord-popup__btn{
	 height: 34px;
	     font-size: 15px;    padding: 0 8px;
}
#modalCart .modal__footer .info{
	font-size: 14px; 
}
#modalCart .modal__footer .title, #modalCart .cart__total .cart__total_head{
	font-size: 15px; 
}
#modalCart .modal-content .modal-content-head{
	font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 27px;

/* identical to box height */
text-align: center;

/* 2 */
color: #000000;
}
#modalCart .cart__total .cart__product__buttons .basket{    margin-top: 20px;}
#modalCart .pr__card{padding: 13px;
    margin-bottom: 10px;}
  #modalCart .pr__card img{  width: 70px;}
  #modalCart .pr__card_title{font-size: 16px;}
  #modalCart .pr__card_code{font-size: 20px;
    line-height: 36px;
    margin-top: 0;}
#modalCart .pr__card_content{
	    margin-left: 15px;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
}
  #modalCart .cart__list .btn-close_cart{
	  width: 40px;
    height: 36px;margin: 0 0 0 7px;
  }
   #modalCart .cart__list .btn-close_cart svg{
  width: 13px;
   }
  #modalCart .cart__list .product-buy__quantity{height: 36px;}
  #modalCart .cart__list .product-buy__quantity button{
	  margin: 0;
  }
  #modalCart .cart__list .product-buy__quantity button svg{
      width: 15px;
  }
  #modalCart .cart__list .product-buy__quantity input{font-size: 15px;padding:0;}
  #modalCart .modal__footer{
  padding: 10px 15px;width:100%;}
.simplecheckout .form-group {
    margin-bottom: 20px;
}
#account-wishlist .wishlistremove{
	width: 30px;
    height: 30px;
        right: 10px;
    top: 10px;
    padding: 10px;
}
#account-wishlist .pull-right{
	float: none !important;
}
#account-wishlist .pull-right .btn-primary{
	    margin: 10px auto;
}
#error-not-found #content>div{
	width: 100%;
}
#error-not-found #content>div>svg{
	float: right;width: 100%;
}
.manuf{    font-size: 16px;margin-bottom: 15px;}
.h1btn{margin-bottom: 15px;}
#product-product #content .rating{    margin-bottom: 10px;}
#product-product .list-price{    margin-bottom: 10px;
    border-top: 1px solid #eaeaea;
    padding-top: 5px;}
hr {
    margin-top: 15px;
    margin-bottom: 15px;
}
.form-group.qtys>span{
	    font-size: 14px;
}
#information-contact .col-md-7 {
    padding-right: 15px;
}
.input-group-btn:last-child>.btn{margin-top: 6px;}
.menumoblist .menumoblist2 li.opn > ul{display:block !important;}
.menumoblist .menumoblist2 li.opn > a>svg{display:none;}

#product-search .sliderf.catl .product-layout.list, #product-manufacturer .sliderf.catl .product-layout.list, #account-wishlist .sliderf.catl .product-layout.list {
    width: 100%;
}
header #mobmen{
	margin-right: 20px;
}
header>.container>.row>.col-sm-3{
	display: flex;
    align-items: center;
}
header #logo svg{
	width: 33px;
    height: 41px;    display: block;
}
header #logo span{
	width: 33px;
    height: 41px;    display: block;
}
#product-manufacturer .sort-group {
    padding: 0;
    margin-left: -15px;
    margin-right: 0;
}
#button-search{margin-top:20px;}
#tab-description img{width:100% !important;}

.kal.visible-xs{display:none !important;}





}
.menumoblist .menumoblist2 li.non > a, ul.childs > li.non > a{display:none !important;}
.boc_product_info > div > img {
  border-radius: 12px;
}
.button-preorder-default + button, .button-out-sale-default + button {
	width: 60% !important;
}
@media (max-width: 767px) {
	.button-preorder-default + button, .button-out-sale-default + button {
		width: 33.33%;
	}
}
@media (max-width: 1200px) {
	.button-preorder-default + button, .button-out-sale-default + button {
		width: 33.33%;
	}
}
.button-preorder-compare + input {
	margin-top: 0px !important;
}
#preorder-box .image img {
	margin:0 auto;
}
#preorder-box .input-group {
	width: 100%;
}
#preorder-box .dropdown-menu > li > button {
    color: #333;
	text-align: left;
}
#preorder-box .dropdown-menu li > button:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#preorder-box label.code {
	cursor: pointer;
	background-color: #fff;
}
#preorder-box .input-group .input-group-addon {
/*	height: 34px; */
}
#preorder-box .countries {
	width: 100%;
}
#preorder-box .input-group > label {
	width: 75px;
}
#preorder-box .countries > div {
	max-height: 170px;
    overflow-y: auto;
	overflow-x: hidden;
}
#preorder-box .countries > div button {
	color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}
#preorder-box .countries > div button:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#preorder-box .countries  button span:first-child {
	float: left;
}
#preorder-box .countries  button span:last-child {
	float: right;
}