body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #333;background: #FAFAFA;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
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;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.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;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;


}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {

}
/* search */
#search {

}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
width:auto;
}
#cart #cart-total{display:none;}
#cart .shopping-cart{background:url(../image/shopping-cart.svg) center center no-repeat;width:24px;height:24px;display:block;    margin: 0 auto;}
#cart > .btn {
	width: 50px;outline:0;
height: 50px; border:0;
background: #FFFFFF;
border-radius: 50%;
}
#cart.open > .btn {


	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {

}
#cart .dropdown-menu {
	z-index: 1001;
}
#cart .dropdown-menu {
	    min-width: 530px;
    padding: 40px;box-shadow:none;border:0;
	overflow-y: auto;filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
	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;  */
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;  font-size: 14px;
  line-height: 18px;
  color: #333;
}
#search{max-width:612px; width:100%;
height: 50px; position:relative;
 }
#search input{padding:0 16px;border:0;height: 50px; border-radius: 100px;
    width: 100%;outline:0;color:#282828;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
  }

#search input::-webkit-input-placeholder {
  color: #E0E0E0;
}

#search input:-ms-input-placeholder {
  color: #E0E0E0;
}

#search input::placeholder {
  color: #E0E0E0;
}
#search .btn{position:absolute;right:16px; top:13px;background:url(../image/icon-search.svg) center center no-repeat;display:block;width:24px;height:24px;border:0;padding:0;box-shadow:none;outline:0;}
  #search.focused input{border-radius:6px 6px 0 0;}
  #search.focused .btn{background:#FFA434 url(../image/icon-search2.svg) center center no-repeat;right:4px; top:4px;width:42px;height:42px;}
/* menu */
#menu {
 margin-bottom:0;
height: auto; border:0;
border-radius: 0;
	min-height: auto;
}
#menu .nav > li{float:none;width:100%;}
#menu .nav > li > a {
	padding: 14px 16px;
 color: #4F4F4F;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background: #FFF4E7;color: #F2911A;
}


#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-toggle  .arrow-icon{background:url(../image/arrow-icon.svg) center center no-repeat;width:18px;height:18px;display:block;float:right;}
#menu .nav > li > a:hover .arrow-icon, #menu .nav > li.open > a .arrow-icon{
	background: url(../image/arrow-icon_a.svg) center center no-repeat;}
}
#menu .dropdown-inner {

}
#menu .dropdown-inner ul {
padding:10px 0;
}
#menu .dropdown-inner a {
	min-width: 200px;
	display: block;color: #828282;
	padding: 10px 20px;
	clear: both;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
}
#menu .dropdown-inner li a:hover {
 color: #F2911A;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
color: #FFF;

font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.28px;
text-transform: uppercase;

}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@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;
	}
}
.phone-block .dropdown-menu {

    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    border-radius: 0px 0px 8px 8px;
    border: 0;  margin-top:20px;   padding: 10px 0;

}
.phone-block .dropdown-menu a{
 font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
padding: 10px 20px;
color: #333333;

}
.top-menu ul li{display:inline-block;margin:0 15px;vertical-align:middle;}
.top-menu ul li a{
font-style: normal;
font-weight: normal;text-decoration:none;
font-size: 14px;padding: 5px;
line-height: 16px;
color: #4F4F4F;}
.top-menu ul li.red a{color: #EB5757;}
.menu-f li.red a{color: #EB5757;}
.top-menu ul li:hover > a{color: #F2911A;}
.top-menu .dropdown-menu{border-radius: 6px;
border: 1px solid #F2F2F2;min-width: 180px;
background: #FFF;padding:8px 0;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}
.top-menu .dropdown-menu li{margin:0;display:block;}
.top-menu .dropdown-menu li a{color:  #494949;
font-size: 14px;
font-style: normal;padding: 5px 16px 5px 16px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;}
.top-menu .dropdown-menu li:hover a{color:  #494949;    background-color: #F2F2F2;}
.phone-block{ margin:0 55px 0 80px;
color: #494949;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;}
.phone-block a{color: #494949; }
.mobile-menu .phone-block{margin:0;}
.callback{ margin:0 40px;}
.callback .btn{color: #F2911A;line-height: 16px;font-style: normal;
font-weight: normal;padding:0;border:0;border-radius:0;box-shadow:none;background:none;
font-size: 14px; outline:0;}
.callback .btn:hover{background:none;opacity:0.8;}
header{padding:10px 0 10px 0;}
.phone-block span{display:inline-block;vertical-align:middle;}
.menu-dropdown .caret{background:url(../image/chevron-down.svg) center center no-repeat;margin-left:6px;width:16px;height:16px;border:0;vertical-align:middle;}
.top-menu ul{margin-bottom:0;margin-right:0px;padding:0;}
.header-right{display:flex;align-items:center;}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {

	padding-top: 40px;padding-bottom:40px;
	background-color: #282828;
	color: #F2F2F2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer li{padding:4px 0;}
footer a {
color: #E0E0E0;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;
}
footer a:hover {
	color: #fff;
}
footer a:focus{color:#fff;outline:0;}
footer .footer_h {
font-size: 18px;margin-bottom:12px;
color:#FFF;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.16px;

}
footer .icon-phone{background:url(../image/ficon-phone.svg) center center no-repeat}
footer .icon-mail{background:url(../image/ficon-mail.svg) center center no-repeat}
.footer_flex{display:flex;justify-content:space-between;border-top:1px solid #E0E0E0;border-bottom:1px solid #E0E0E0;padding:40px 0;}
.footer_right{display:flex;justify-content:space-between;width:100%;max-width:663px;}
.footer_text{max-width:280px;margin-top:16px;color: #E0E0E0;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.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;
	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;
	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 */
.product-layout{padding:0 8px;}
.product-thumb {
	border-radius: 6px;
background: var(--white, #FFF);
box-shadow: 0px 0px 16px 0px rgba(165, 171, 177, 0.25);
box-sizing: border-box;    max-width: 335px;
	margin-bottom: 20px;margin-left:auto;margin-right:auto;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;position:relative;
}
.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.stock_status{    min-width: 80px;
color: #27AE60;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;}
.cod_product{ color: #BDBDBD;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;}
.stock-block{color: #27AE60;
font-size: 14px; min-width:125px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;}
.quantity-block_text{color:#828282;
font-size: 14px;margin-top:8px; margin-bottom:40px;
font-style: normal;    max-width: 236px;
font-weight: 400;
line-height: 17px;
letter-spacing: 0.21px;}
.quantity-block_text span{color: #EB5757;}
.product-thumb .cod_product{     position: absolute;  right: 16px;   top: 18px;}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}

.product-thumb .caption {
	padding: 16px 16px 16px 16px;border-top:1px solid #F2F2F2;

}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {

	padding: 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;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 10px;
}
.rating .fa-star-o {
	color: #F2911A;
	font-size: 20px;
}
.rating .fa-star {
	color: #F2911A;
	font-size: 20px;
}
.rating .fa-star + .fa-star-o {
	color: #F2911A;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
 padding:16px 0 19px 0;
color: #282828;border-top:1px solid #F2F2F2;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.12px;
}
.product-thumb .price-new {
	 color: #EB5757;
}
.product-thumb .price-old {
font-size: 18px;
line-height: 22px;
color: #828282;
	text-decoration: line-through;
	margin-right: 20px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
    display: flex;gap:8px;
}
.product-thumb .name{margin-top:8px;    height: 70px; margin-bottom: 18px;overflow:hidden;}
.product-thumb .name a {
color: #282828; display: block;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.08px;

}
.product_top{display:flex;justify-content:space-between;}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button.button_cart {
background: #F2911A;
border-radius: 100px;     display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
 width:100%;border:0;
 height:54px;
color: #FFFFFF;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.28px;
text-transform: uppercase;
}

.product-thumb .button-group button.button_cart:hover,.product-thumb .button-group button.button_cart:focus {
background: #E38717;
	text-decoration: none;
	cursor: pointer;
}



@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;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {

    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }

    html[dir=rtl] .navbar-nav > li {
        float: right;
    }

}

.menu-block{ display: none;z-index:10;    min-height: 500px;
    position: absolute;        top: calc(100% + 21px);width: 100%;
border-radius: 6px;
border: 1px solid #F2F2F2;
background: #FFF;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);}
.menu-block .navbar-nav{width: 100%;}
#menu .dropdown{    position: initial;}
#menu .dropdown-menu{background: #F2F2F2;left:100%;width:100%;top:0;height:100%;    overflow: auto;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);padding:0;border:0;border-radius:0;}
#menu_block{background: #282828; padding:5px 0;}
#menu_block .container{display:flex;     gap: 16px;   align-items: center;}
header .container:after,header .container:before{display:none;}
#menu_block .container:after,#menu_block .container:before{display:none;}
header .container{display:flex;justify-content: space-between;align-items: center;}
.icon-wishlist{background: url(../image/icon-wishlist.svg) center center no-repeat;
    width: 24px;
    height: 24px;padding: 7.5px 12px;
    display: block;
}
.wishlist-block{width: 50px;
height: 50px;
background: #FFFFFF;position:relative;
border-radius: 50%;}
.wishlist-block #wishlist-total{display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;}
.home_bottom {background: #fff;font-style: normal;
font-weight: 400;margin-bottom:80px;
font-size: 14px;padding-bottom:40px;
line-height: 21px;letter-spacing: 0.14px;
color: #828282;
}
.home_bottom .h2{ margin:40px 0 20px 0;
color: #282828;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.24px;
}
.home_bottom a.hide_about{  display:inline-block;margin-top:30px;
 cursor:pointer;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
color: #F2911A;}
.user-icon{background: url(../image/user-icon.svg) center center no-repeat;
    width: 24px;display:inline-block;vertical-align:middle;
    height: 24px;padding: 7.5px 12px;

}
.account_block {}
.account_block a{color: #282828;
font-size: 14px; border-radius: 100px;padding: 14px 15px;    min-width: 162px;
    text-align: center;
background: #fff;    display: block;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;}
.account_block:hover a{color:#F2911A;}
.language-block div{display:inline-block;vertical-align:middle;}
.language-block div button.btn{background:none;
font-style: normal;box-shadow:none;
font-weight: normal;border:0;outline:0;
font-size: 14px;border-radius: 2px;font-weight: 400;
line-height: 16px; padding:2px 3px;
color: #828282;}
.language-block div button.btn:focus{outline:0;}
.language-block div button.btn.active,.language-block div button.btn:hover{background: #FFA434;color:#fff;outline:0; }
.language-block div+div:before{content:'';width:1px;height:14px;display:inline-block;    margin: 0 4px 0 6px;vertical-align:middle;background: #828282;}
.icon-menu{background: url(../image/icon-menu.svg) center center no-repeat;
    width: 24px;display:inline-block;vertical-align:middle;
    height: 24px;padding:0;}
#menu .navbar-header{width: 298px;
    height: 50px;
    margin-bottom: 0;
 border-radius: 6px;
background: linear-gradient(143deg, #F2911A 0%, #FFA434 100%);
    min-height: 40px;}

#menu .navbar-header .btn{display:flex;align-items:center;gap:8px;justify-content:center;padding:0 20px;float:none;border:0;margin:0;outline:0;box-shadow:none;width:100%;height:100%;}
.breadcrumb_bg{margin-bottom:20px;}
.breadcrumb_bg .breadcrumbs{padding:9px 0;border-bottom: 1px solid #E0E0E0;margin-bottom:0;list-style:none;}
.breadcrumb_bg .breadcrumbs li{display:inline-block;vertical-align:middle;}
.breadcrumb_bg .breadcrumbs li a{
 display:inline-block;vertical-align:middle;
 text-decoration:none;
color: #828282;

font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;
}
.breadcrumb_bg .breadcrumbs li span{color: #494949;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px; display:inline-block;vertical-align:middle;
 }
.breadcrumb_bg .breadcrumbs li+li:before{content:'/';
     display:inline-block;vertical-align:middle;
    padding:0;margin:0 8px 0 6px;}
.button_wishlist{background: #F2F2F2 url(../image/wishlist.svg) center center no-repeat;
    width: 54px;border:0;outline:0; border-radius: 100px;
border: 1px solid #F2F2F2; min-width:54px;
    height: 54px;padding:0;}
.button_wishlist.active,.button_wishlist:hover{background: #F2911A url(../image/wishlist_a.svg) center center no-repeat;
    width: 54px;border:0;outline:0; min-width:54px;border-radius: 100px;
    height: 54px;padding:0;}
.button_zoom{background: url(../image/zoom.svg) center center no-repeat;display:none;
    width: 24px;border:0;outline:0;top:54px;right:20px;position:absolute;
    height: 24px;padding:0;}
.sticker_block{top:13px;left:25px;position:absolute;}
.sticker_block-top{ font-style: normal;
font-weight: 500; display: inline-block;vertical-align:middle;
font-size: 14px;
line-height:17px;
text-transform: uppercase;
color: #FFFFFF;padding:6px 10px;
background: #F2911A;
border-radius: 2px;}
.product-buttons{display:flex;gap:8px;}
#button-cart{width: 250px;    height: 54px;
 border:0;outline:0;
background: #F2911A;
 text-shadow:none;
 box-shadow:none;
 display:flex;gap:8px;
 border-radius: 100px; color: #FFF;
 align-items:center;justify-content:center;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.28px;
text-transform: uppercase;}
#button-cart:hover{background: #E38717;}
.icon-basket{background: url(../image/icon-basket.svg) center center no-repeat;display:block;
    width: 24px;
    height: 24px;}
	.slick-arrow.slick-disabled{opacity:0.3;}
	.slick-next{background: url(../image/slider-arrow-right.svg) center center no-repeat;display:block;
    width: 42px; border:0;font-size:0;    position: absolute;
    top: calc(50% - 21px);right:16px;
    z-index: 5;    padding: 0;
    height: 42px;}
	.slick-prev{background: url(../image/slider-arrow-left.svg) center center no-repeat;display:block;
    width: 42px; border:0;font-size:0;    position: absolute;
    top: calc(50% - 21px);left:16px;    padding: 0;
    z-index: 5;
    height: 42px;}
.product-column-flex{display:flex;gap:16px;    margin-top: 20px;}
.product-column-flex .product-column-image, .product-column-flex .product-column-desc{width:50%;}
#product-product h1{color:#282828;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.18px; margin-top:70px;margin-bottom:40px;
 }
.stock-panel_bg{border-top: 1px solid #BDBDBD;border-bottom: 1px solid #BDBDBD;margin-top:20px;padding:9px 0;}
.stock-panel{display:flex;justify-content:space-between;max-width:440px;}
.price-cont{margin:40px 0 20px 0;font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.12px;
}
.image-cont{padding-right:0;}
.image-big{position:relative;max-width:612px;}
.image-block img{max-width:100%;}
.image-additionals{display:flex;margin-top:20px;}
.image-additional{margin-right:20px;}
.heading-module{ margin:40px 0 30px 0;
color: #282828;      display: flex;
    align-items: center;
    justify-content: space-between;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.12px;
}
.featured_all_cat{border-radius: 100px;
border: 1px solid #F2911A;color:  #F2911A;
 display:flex;align-items:center;justify-content:center;
font-size: 14px;width:180px;height:54px;
font-style: normal;    margin: 30px auto 80px auto;
font-weight: 600;text-decoration:none;
line-height: normal;
letter-spacing: 0.28px;
text-transform: uppercase;}
.featured_all_cat:hover,.featured_all_cat:focus{border: 1px solid #F2911A;color:  #fff;
background: #F2911A;text-decoration:none;}
.product-slider.slick-slider  {margin:0 -8px;}
.slick-slider  .product-layout {  padding: 16px 12px; }
.product-slider.slick-slider .product-layout {
       padding: 10px 8px;
}
.products-row{margin:0 -8px;}
#tab-description{
color: #828282;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;
}
.nav-tabs>li>a{font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
color: #828282;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{color: #282828;border:0;background:none;}
.nav-tabs>li.active>a:after, .nav-tabs>li.active>a:focus:after, .nav-tabs>li.active>a:hover:after{content:'';width:100%;height:2px;display:block;position:absolute;bottom:-1px;left:0;background: #F2911A;}
.nav-tabs>li>a:hover {
    border:0;background:none;
}
.nav-tabs>li>a:hover:after{content:'';width:100%;height:2px;display:block;position:absolute;bottom:-1px;left:0;background:#F2911A;}
.nav-tabs>li>a{border:0;border-radius:0;padding:16px 0;margin-right:0px;}

.nav>li:not(:last-child){margin-right:40px;}
.nav-tabs{margin-bottom:20px;border-bottom: 1px solid #E0E0E0;}
.tab-content{margin-bottom:85px;}
.attribute-cont{border: 1px solid #E0E0E0;
box-sizing: border-box;}
.attribute-block{font-style: normal;
font-weight: normal;
font-size: 14px;    display: flex;
line-height: 16px;
color: #828282;
}
.attribute-block:nth-child(even){    background: #F2F2F2;}
.attribute-block .attribute-name{padding:12px 20px;min-width:240px;}
.attribute-block .attribute-text{padding:12px 20px;}
.related_products{margin-bottom:40px;}
.quantity-block{display:flex; }
.quantity-block .btn{width: 40px;border-radius: 6px;
height: 40px;  outline:0;    padding: 7.5px 10px;box-shadow:none;
background: #FFFFFF; display:flex;align-items:center;
border: 1px solid #BDBDBD;justify-content:center;
box-sizing: border-box;}
.quantity-block .btn:active:focus, .quantity-block .btn:focus{outline:0;box-shadow:none;}
.quantity-block .input-quantity{width: 140px;
height: 40px; outline:0;font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;border-radius: 6px;
color: #828282;
background: #FFFFFF; text-align:center;margin:0 8px;
border: 1px solid #BDBDBD;
box-sizing: border-box;}
.quantity-block .btn .icon-plus{background:url(../image/qty-plus.svg) center center no-repeat;width:16px;height:16px;display:block;}
.quantity-block .btn .icon-minus{background:url(../image/qty-minus.svg) center center no-repeat;width:16px;height:16px;display:block;}
.review_icon{background:url(../image/message-alt.svg) center center no-repeat;width:20px;height:20px;margin-right:10px;display:inline-block;vertical-align:middle;}
.heading_category h1{font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 42px; margin:20px 0 30px 0;
color: #333333;}
.sort-cont{border: 1px solid #E0E0E0;padding:15px 16px;margin-bottom:16px;
box-sizing: border-box;}
.sort_blocks{display:inline-block;vertical-align:middle;}
.sort-text{display:inline-block;vertical-align:middle;color: #282828;

font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.16px;margin-right:16px;
 }
.sort_blocks .sort_block{display:inline-block;vertical-align:middle;font-style: normal;
font-weight: 500;
font-size: 16px;margin-right:16px;
line-height: normal;
color: #828282;}
.sort_blocks .sort_block a{color: #828282;}
.sort_blocks .sort_block:hover a{color: #282828;}
.sort_blocks .active-sort{ color: #282828; font-weight: 600;letter-spacing: 0.16px;}
#product-category .featured-slider{margin-bottom:60px;}
.footer-top{margin-bottom:16px;}
.social-block .inst{background:url(../image/instagram.svg) center center no-repeat;width:32px;height:32px;margin-right:20px;display:inline-block;vertical-align:middle;}
.social-block .tg{background:url(../image/telegram.svg) center center no-repeat;width:32px;height:32px;margin-right:20px;display:inline-block;vertical-align:middle;}
.social-block .fb{background:url(../image/facebook.svg) center center no-repeat;width:32px;height:32px;margin-right:20px;display:inline-block;vertical-align:middle;}
.social-block .yt{background:url(../image/youtube.svg) center center no-repeat;width:32px;height:32px;display:inline-block;vertical-align:middle;}
.time-work{color: #E0E0E0;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.16px; }
.slick-dots{padding:20px 0;  text-align:center;  line-height: 0;}
.slick-dots li{padding:0 10px;font-size: 0;
    line-height: 0;display:inline-block;vertical-align:middle;}
.slick-dots li button{width: 40px;
height: 2px; border:0;outline:0;padding:0;font-size:0;
background:#828282;}
.slick-dots li.slick-active button{background:#F2911A;}
.slideshow{margin-top:16px;}

.login-modal-container .control-label{color: #282828;
 margin-bottom:8px;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;}
    .login .content{background-color:#fff;border-radius: 6px;width:420px;margin:80px auto;padding:40px;position:relative}
    .login .content .form-title{
 margin-bottom:24px;
 text-align:center;
color: #282828;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.12px;}
    .login .content h4{color:#555}
    .login .content .hint{color:#999;padding:0;margin:15px 0 7px}
    .login .content .agree-block{clear:both;}
    .login .content .forget-form,.login .content .login-form{padding:0;margin:0}
    .login .content .form-control{background-color:#fff;border: 1px solid #BDBDBD;
box-sizing: border-box;padding:17px 20px 17px 20px;box-shadow:none;
 font-style: normal;
font-weight: normal;border-radius: 6px;
font-size: 14px;height:54px;
line-height: 16px;
color: #282828;}
    .login .content .form-control:active,.login .content .form-control:focus{border:1px solid #c3ccda}
    .login .content .form-control::-moz-placeholder{color:#282828;opacity:1}
    .login .content .form-control:-ms-input-placeholder{color:#282828}.login .content .form-control::-webkit-input-placeholder{color:#282828}
    .login .content select.form-control{padding-left:9px;padding-right:9px}.login .content .forget-form,.login .content .register-form{display:none}
.login .content .form-group{position:relative;padding: 0;}
.form-icon-user{content:'';background: url(../image/form-icon-user.svg) center center no-repeat;
    width: 24px;display:inline-block;vertical-align:middle;
    height: 24px;  position:absolute;right:20px;top:15px;

}
.form-icon-password{content:'';background: url(../image/form-icon-password.svg) center center no-repeat;
    width: 20px;display:inline-block;vertical-align:middle;
    height: 20px; position:absolute;right:20px;top:15px;

}
.form-icon-mail{content:'';background: url(../image/form-icon-mail.svg) center center no-repeat;
    width: 20px;display:inline-block;vertical-align:middle;
    height: 20px; position:absolute;right:20px;top:15px;

}
.form-icon-tel{content:'';background: url(../image/form-icon-tel.svg) center center no-repeat;
    width: 20px;display:inline-block;vertical-align:middle;
    height: 20px; position:absolute;right:20px;top:15px;
}
.password-input .form-icon-password{right:35px;}
#form-formcreator36 .form-group{position:relative;}
    .login .content .form-actions{clear:both;border:0; }
    .login .content .from-register-bottom{
    text-align: center;
    border-top: 1px solid #D9D9D9;
    line-height: 16px;
    padding: 11px 0 0px 0;
 color: #494949;  margin-top:24px;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;}
.login .content .from-register-bottom #register-back-btn{font-style: normal;
font-weight: normal;
font-size: 14px;border:0;background:none;border:0;
line-height: 16px;
color: #F2911A;}
  .login-options{margin-top:30px;margin-bottom:30px;overflow:hidden}
    .login-options h4{float:left;font-weight:600;font-size:15px;color:#7d91aa!important}
    .login-options .social-icons{float:right;padding-top:3px}
    .login-options .social-icons li a{border-radius:15px!important;-moz-border-radius:15px!important;-webkit-border-radius:15px!important}
    .login .content .form-actions .checkbox{margin-left:0;padding-left:0}.login .content .forget-form .form-actions{border:0;margin-bottom:0;}
    .login .content .register-form .form-actions{border:0;margin-bottom:0;padding-bottom:0}
    .login .content .form-actions .btn{background: #F2911A;width:100%;height:54px;
 box-shadow:none;text-shadow:none;border-radius:0;
color: #FFF;

font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.28px;
text-transform: uppercase; outline:0;border:0;
color: #FFFFFF;
border-radius: 6px;}
.login .content .form-actions .btn:hover{background:  #E38717;}
    .login .content .form-actions .btn-default{font-weight:600;padding:10px 25px!important;color:#6c7a8d;background-color:#fff;border:none}
    .login .content .form-actions .btn-default:hover{background-color:#fafaff;color:#45b6af}
    .login .content .forget-password{display: block;
    text-align: right;padding:0 0 20px 0;
color: #F2911A;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;}
    .login .content .forget-title{margin-bottom:24px;}
    .login .content .forget-text{
 margin-bottom:24px;
color: #494949;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;}
    .login .content .forget-form-bottom{border-top: 1px solid #D9D9D9;padding:11px 0 0px 0;margin-top:24px;text-align: center;}
    .login .content .forget-form-bottom #back-btn{font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px; background:none;border:0;
color: #F2911A;
}
    .login .content .check{color:#8290a3}
	.login .content .rememberme{margin-left:8px}
    .login .content .create-account{padding:11px 0 0px 0;margin-top:24px;border-top:1px solid #D9D9D9;text-align:center;
color: #494949;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;
}
.login .content .create-account>p{margin:0}
.login .content .create-account p a{ margin-top:0;
color: #F2911A;font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 160%;
letter-spacing: 0.21px;}
.login .content .create-account a{display:inline-block;margin-top:5px}.login .copyright{text-align:center;margin:0 auto 30px 0;padding:10px;color:#7a8ca5;
font-size:13px}
.login .form-group {
    margin-bottom: 16px;
}
.padding-2{padding: 0 2px;margin-bottom: 10px;}
.social-icons li .facebook {
    background: url(image/social/facebook.png) no-repeat;
}
.social-icons li .twitter {
    background: url(image/social/twitter.png) no-repeat;
}
.social-icons li .googleplus {
    background: url(image/social/googleplus.png) no-repeat;
}
.social-icons {
    padding: 0;
    margin: 0;
}
.social-icons li .linkedin {
    background: url(image/social/linkedin.png) no-repeat;
}
.social-icons li {
    float: left;
    display: inline;
    list-style: none;
    margin-right: 5px;
    margin-bottom: 5px;
    text-indent: -9999px;
}
.social-icons li>a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 28px;
    height: 28px;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.social-icon-color {
    opacity: .7;
    background-position: 0 -38px!important;
}

.menu-account{border-radius: 6px 6px;}
.menu-account a{font-style: normal;border-right: 1px solid #E0E0E0;
font-weight: normal;border-left: 1px solid #E0E0E0;
font-size: 14px;border-top: 1px solid #E0E0E0;
line-height: 16px; display:block;padding:17px 20px;
color: #333333;}
.menu-account a:first-child{border-radius: 6px 6px 0px 0px;}
.menu-account a.active:first-child{border: 1px solid #F2911A;    border-bottom: 0;}
.menu-account a.active{background: #F2911A;color:#fff;border-left: 1px solid #F2911A;border-right: 1px solid #F2911A;}
.menu-account a:hover{background: #F2911A;color:#fff;border:1px solid #F2911A;    border-bottom: 0;border-top: 1px solid #E0E0E0;}
.menu-account a:last-child{border-bottom: 1px solid #E0E0E0;border-radius:0px 0px 6px 6px ;}
.menu-account a:hover:last-child{border-bottom: 1px solid #F2911A;}
.menu-account a:hover:first-child{border-top: 1px solid #F2911A;}
.menu-account a.active:last-child{border: 1px solid #F2911A;}
.password_block .password_edit_block{max-width:455px;}
.password_block .btn {background: #F2911A;
border-radius: 4px;font-style: normal;outline:0;
font-weight: bold;box-shadow:none;border:0;
font-size: 16px;width:100%;max-width:250px;height:54px;
line-height: 19px; display:block;
color: #FFFFFF;}
.password_block .btn:focus{outline:0;}
.password_block .btn:hover{background: #E38717;}
.account_header2{border-bottom: 1px solid #E0E0E0; margin-top:64px;
 padding-bottom:16px;margin-bottom:40px;
color: #282828;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.12px;
}
.password_block input.form-control, .simpleregister-block-content input.form-control{border: 1px solid #BDBDBD;
box-sizing: border-box;font-style: normal;
font-weight: normal;
font-size: 14px;height:54px;
line-height: 16px; outline:0;border-radius: 6px;
color: #282828;box-shadow:none;background: #FAFAFA;
border-radius: 4px;}
.password_block .form-group,.simpleregister-block-content .form-group{margin-bottom:16px;}
.password_block .buttons{margin-top:40px;padding-top:40px;border-top:1px solid #E0E0E0;}
.simpleregister-block-content .buttons {margin-top:45px;}
.infotmation-description{
color: #828282;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 21px;
letter-spacing: 0.14px;}
.infotmation-description p{margin-bottom:15px;}
.infotmation-content h1{font-size: 36px;
font-style: normal;
font-weight: 600;color: #333;
line-height: normal;
letter-spacing: -0.18px;
 margin:20px 0 40px 0; }
.infotmation-content h2{font-style: normal;
font-weight: 500;margin:20px 0;
font-size: 24px;
line-height: 28px;
color: #333333;}
.information-image{padding:20px 0;}
.infotmation-content{padding-bottom:65px;    max-width: 926px;}

.contact_cont{display:flex;gap:14px;margin-bottom:150px;}
.contact_left{width:100%;max-width:300px;display: flex;
    flex-direction: column;
    justify-content: center;}
.contact_right{width:100%;line-height:0;}
.contact_head{color: #000;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.16px;margin-bottom:16px;
 }
.contact_text{color: #494949;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;}
.contact_text.contact_address{font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
color: #4F4F4F;}
.contact_block{margin-bottom:40px;}
.contact_block:last-child{margin-bottom:0;}
.icon-address{background:url(../image/icon-address.svg) center center no-repeat;width:24px;height:24px;margin-right:8px;    display: inline-block;
    vertical-align: middle;}
.icon-phone{background:url(../image/icon-phone.svg) center center no-repeat;width:24px;height:24px;margin-right:8px;    display: inline-block;
    vertical-align: middle;}
.icon-mail{background:url(../image/icon-mail.svg) center center no-repeat;width:24px;height:24px;margin-right:8px;    display: inline-block;
    vertical-align: middle;}
.icon-open{background:url(../image/icon-open.svg) center center no-repeat;width:24px;height:24px;margin-right:8px;    display: inline-block;
    vertical-align: middle;}
.contact_text-desc span{ display: inline-block;   vertical-align: middle;}
.contact_phone .contact_text-desc{margin-bottom:4px;}
.head_contact{ margin:20px 0 40px 0;
font-size: 36px; color: var(--dark-1, #282828);
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.18px;
}

.heading_title{ margin:20px 0 40px 0;
color: #282828;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.18px;}

.faq_h{color: #282828;
font-size: 36px; margin:20px 0 0 0;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.18px;}
.faq-content {
    display: flex;
       gap: 130px;margin-bottom:100px;
}
.faq-content .faq-column-left {
    max-width: 180px;
        padding-top: 50px;
    width: 100%;
}
.faq-content .faq-column-left a {

    margin: 2px 0;

    padding: 2px 0;

    display: block;
color:  #494949;

font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.28px;
text-transform: uppercase;
}
.faq-content .faq-column-left a:hover{color: #F2911A;}
.faq-content .faq-column-right {

    width: 100%;
}

.faq-content .faq-block {
    padding: 16px 0;
    background: none;
    border: 0;    box-shadow: none;
    border-top: 2px solid #E0E0E0;
    border-radius: 0;
}
.faq-content .faq-block+.faq-block{margin:0;}
.faq-content .faq-block-heading {
    position: relative;
}
.faq-content .faq-block-heading a {
font-size: 24px;
font-style: normal;
font-weight: 600;text-decoration:none;
line-height: normal;
letter-spacing: 0.12px;
    color: #494949;
}
.faq-content .faq-block:last-child {
    border-bottom: 2px solid #E0E0E0;
}
.faq-content .faq-cat-header {
    font-style: normal;
    font-weight: 600;
    margin: 50px 0 40px 0;
    font-size: 32px;
    line-height: 42px;
    color: #333333;
}
.faq-content .faq-block-heading .fa-plus {
    font-size: 0;
    background: url(../image/faq-plus.svg) center center no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 3px;
}
.faq-content .faq-block-heading .fa-minus {
    font-size: 0;
    background: url(../image/faq-minus.svg) center center no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 3px;
}
.faq-content .faq-block-desc {
    margin-top: 24px;
color: #828282;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;
}


.text_message{font-size:16px;margin-bottom:20px;}
.btn-green{background: #F2911A;height:50px;font-style: normal;
font-weight: bold;border:0;
font-size: 16px;box-shadow:none;
line-height: 19px; outline:0;cursor:pointer;
color: #FFFFFF;display:flex;align-items:center;justify-content:center;
border-radius: 4px;width:250px;}
a.btn-green{color: #FFFFFF;text-decoration:none;}
.btn-green.btn:active,.btn-green.btn:hover,.btn-green.btn:focus{background: #E38717;box-shadow:none;outline:0;color: #FFFFFF;}
.btn-green:active,.btn-green:hover,.btn-green:focus{background: #E38717;}
.btn-white{background: #fff;height:50px;font-style: normal;
font-weight: bold;border:0;border: 1px solid #F2911A;border: 1px solid #F2911A;
font-size: 16px;box-shadow:none;
line-height: 19px; outline:0;cursor:pointer;
color: #F2911A;display:flex;align-items:center;justify-content:center;
border-radius: 4px;width:250px;}
a.btn-white{color: #F2911A;text-decoration:none;}
.btn-white.btn:active,.btn-white.btn:hover,.btn-white.btn:focus{border: 1px solid #27AE60;color: #27AE60;box-shadow:none;outline:0;}
.btn-white:active,.btn-white:hover,.btn-white:focus{border: 1px solid #27AE60;color: #27AE60;}
.mini-bottom-button{display:flex;justify-content:space-between;}
.mini-bottom-button > a{width:213px;}
.text_message a{color:#F2911A}
.table-order{display:table ;   width: 100%;
    text-align: center;}
.table-order-head{    display: table-header-group;}
.table-order-body{     display: table-row-group;  }
.table-order-tr{display:table-row;}
.table-order-td{ display:table-cell;padding:20px;     vertical-align: middle;
color: #333;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;}
.table-order-head .table-order-td{border-top: 1px solid #E0E0E0;border-bottom: 1px solid #E0E0E0;}
.table-order-head .table-order-td:first-child{border-left: 1px solid #E0E0E0;}
.table-order-head .table-order-td:last-child{border-right: 1px solid #E0E0E0;}
.table-order-body .table-order-td{border-bottom: 1px solid #E0E0E0;}
.table-order-body .table-order-td:first-child{border-left: 1px solid #E0E0E0;}
.table-order-body .table-order-td:last-child{border-right: 1px solid #E0E0E0;}
.order_view{
color: #F2911A;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.28px;
text-transform: uppercase;}
.order_view:hover,.order_view:focus{color: #F2911A;text-decoration:none;border-bottom:1px solid #F2911A;}

#order_info{background:#fff;max-width:800px; border-radius: 6px; padding:23px 16px;  margin: 0 auto;position:relative;}
#order_info button.mfp-close{float: none; background:#fff url(../image/close_popup.svg) center center no-repeat;
    position: absolute;display:block;opacity: 1;border-radius: 100px;
    right: -50px;width:50px;height:50px;font-size:0;
top: -50px;}
.order-info .table-order-td.image img{max-width:80px;border-radius: 6px;}
.order-info .table-order-td.name {padding:0;max-width:272px;text-align:left;color: #282828;
     vertical-align: top;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.16px;}
.order-info .table-order-td.total {color: #F2911A;font-weight: 600;}
.order_info_h{ margin-bottom:8px;

color: #282828;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.12px;}
.order-info .table-order-body .table-order-td:first-child{border-left: 0;}
.order-info .table-order-body .table-order-td:last-child{border-right: 0;}

.order-info .table-order-head .table-order-td:first-child{border-left: 0;}
.order-info .table-order-head .table-order-td:last-child{border-right: 0;}
.order-info .table-order-body .table-order-td{border-bottom: 1px solid #E0E0E0;    padding-top:15px;padding-bottom:15px;}
.order-info .table-order-body .table-order-td.image{  padding-right:24px;}
.order-info .table-order-head .table-order-td{padding:16px 16px 0 16px;    border-top: 1px solid #D9D9D9;border-bottom:0;}
a.button_reorder{border: 1px solid #F2911A;
box-sizing: border-box; width:100%;max-width:340px;
 height:54px;
    display: flex;
  align-items:center;justify-content:center;
 border-radius: 6px;color: #F2911A;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.28px;
text-transform: uppercase;
 }
a.button_reorder:hover{border-radius: 6px;
border: 1px solid #E38717;color:#fff;
background: #F2911A;}
.order-info-totals{ width:240px;
color: #282828;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 22px;
letter-spacing: 0.21px;}
.order-info-total{display:flex;margin-bottom:8px;justify-content:space-between;}
.order-info-bottom{display:flex;align-items:center;margin-top:24px;justify-content:space-between;}
.order-info-total:last-child{margin-bottom:0;}
.order-info-total > div:last-child{    text-align: center;   min-width: 65px}
#simpleedit .simpleregister-block-content{padding:0;    margin-bottom: 0px;}
#simpleedit .simpleregister-block-content .form-group{margin-left:0;margin-right:0;    width: calc(50% - 8px);}
#simpleedit .simpleregister-block-content .form-horizontal{display:flex;    gap: 0 16px;flex-wrap:wrap;}
#simpleedit .simpleregister-block-content .form-horizontal .control-label {
    padding-top: 0;color: #282828;
  padding-bottom: 8px;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;
    margin-bottom: 0;
    text-align: right;
}
.form-horizontal .password_edit_block .control-label {
    padding-top: 0;
    color: #282828;
    padding-bottom: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.21px;
    margin-bottom: 0;
    text-align: right;
}
.simple-content-edit .buttons {border-top: 1px solid #E0E0E0;    margin-top: 20px;  padding-top: 40px;}
.simple-content-edit .button{
    width: 340px;
    height: 54px;
}
.mini-cart-block .mini-cart-name{font-style: normal;
font-weight: 500;
font-size: 14px;padding:10px 0 20px 0;
line-height: 17px;
color: #4F4F4F;}
.mini-cart-block .mini-cart-name a{color: #4F4F4F;text-decoration:none;}
.mini-cart-block .mini-cart-total{font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;
color: #333333;
}
.mini-cart-block .mini-cart-qty{margin-top:20px;}
.mini-cart-block {display:flex;}
.mini-cart-right{padding:0 20px;}
.mini-cart-remove .btn{background:url(../image/mini-cart-delete.svg) center center no-repeat;width:24px;height:24px;display:block;padding:0;border:0;outline:0;border-radius:0;box-shadow:none;margin-top:40px;}
.mini-cart-h{font-style: normal;
font-weight: 500;
font-size: 24px;padding-bottom:20px;
line-height: 28px; border-bottom: 1px solid #E0E0E0;
color: #333333;}
.mini-cart-total{display:flex;font-style: normal;
font-weight: normal;width:140px;
font-size: 14px;    justify-content: space-between;
line-height: 16px;
color: #4F4F4F;}
.mini-cart-total .mini-cart-total_text{font-weight: 500;}
.mini-cart-totals{}
.mini-cart-bottom{    display: flex;padding-top:16px;
    justify-content: space-between;padding-bottom:40px;}
	.mini-cart-count{font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
color: #4F4F4F;}
#feedbackModal36 .modal-dialog{width:95%;max-width:900px;}
#feedbackModal36 .modal-body{padding:0;display:flex;align-items:center;}
#feedbackModal36 .modal-content{border:0;box-shadow:none;border-radius:0;}
#feedbackModal36 #form-formcreator36{padding:40px;}
#feedbackModal36 .btn {background: #F2911A; width:100%;height:50px;border-radius: 4px;font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 19px;
/* identical to box height */


color: #FFFFFF;
}
#feedbackModal36 .modal-desc{font-style: normal;
font-weight: normal;
font-size: 14px;padding:20px 0 40px 0;
line-height: 16px;
text-align: center;

color: #4F4F4F;}
#feedbackModal36 .modal-title{font-style: normal;
font-weight: 500;
font-size: 24px;text-align: center;
line-height: 28px;
color: #333333;}
#feedbackModal36 input{border: 1px solid #E0E0E0;
box-sizing: border-box;font-style: normal;
font-weight: normal;
font-size: 14px;width: 100%;
    height: 50px;
line-height: 16px;
color: #4F4F4F;
padding:5px 20px;
border-radius: 4px;}
.subscribe-block input{background: #FFFFFF;
border-radius: 4px;font-style: normal;
font-weight: normal;width:100%;
font-size: 14px;border:0;height:50px;
line-height: 16px; padding:10px 20px;
color: #828282;}
.btn-subscribe{background: #F2911A;position:absolute;right:4px;top:4px;width:42px;height:42px; border-radius: 2px;padding:9px;border:0;outline:0;border-radius:0;box-shadow:none;cursor:pointer;}
.icon-subscribe{background:url(../image/icon-subscribe.svg) center center no-repeat;width:24px;height:24px;display:block;}
.subscribe-block{margin-top:10px;position:relative;}
.newsletter-text{padding-bottom:10px;}
.description_bg{background: #F2F2F2;    padding: 60px 0;font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 18px;
letter-spacing: 0.03em;
color: #4F4F4F;}
.description_h2{margin: 40px 0;font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 42px;color: #333333;}
.description_h1{font-style: normal;
font-weight: 500;margin:0;margin-bottom:40px;
font-size: 36px;
line-height: 42px;
color: #333333;}
.description-block{font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 18px;
letter-spacing: 0.03em;
color: #4F4F4F;}
.description-block ul{padding:0;padding-top:30px;margin:0;}
.description-block li{padding-left:50px;list-style:none;position:relative;padding-bottom:15px;}
.description-block li:before{content:'';width: 10px;
height: 10px; position:absolute;left:20px;top:5px;
background: #F2911A;border-radius:50%;}
.description-block a.hide_desc{font-style: normal;
font-weight: normal;display:block;
font-size: 16px;margin-top:20px;
line-height: 19px;
color: #F2911A;}
.review_link a{font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
color: #828282;
}
.review_link span{display:inline-block;vertical-align:middle;}
.category-name{font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
	color: #828282;}
.category-name a{color: #828282;}
.title_block_mobile{display:none;}
.menu-account-mobile{display:none;}
.menu_icon_m{display:none;}
.logo-mob{display:none;}
.wish-cart-block{display:flex; }

.login .close, .modal  .close {
    float: none; background:#fff url(../image/close_popup.svg) center center no-repeat;
    position: absolute;display:block;opacity: 1;
    right: -50px;width:50px;height:50px;
top: -50px;border-radius: 100px;}
.copy{color: #E0E0E0;
font-size: 14px; margin-top:16px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;}
.information-image img{max-width:100%;}
.price_block {width: 420px;margin-right: 20px;
height: 180px; padding:30px 40px 18px 45px;
background: #F2F2F2;    display: inline-block;vertical-align:top;margin-bottom:20px;
border-radius: 2px;}
.price_block:nth-child(3n+3){margin-right:0;}
.price_block-name{font-style: normal;
font-weight: normal;
font-size: 16px;padding:20px 0;
line-height: 19px;
color: #333333;}
.price_block-button{background: #FFFFFF;font-style: normal;
font-weight: 500;
font-size: 16px;    padding: 9px 18px;
line-height: 19px; display:block;float:right;
color: #F2911A;border: 1px solid #fff;
border-radius: 4px;width:130px;height:40px;}
.price_block-button:hover{border: 1px solid #27AE60;color: #27AE60;}
.price_block-icon{background:url(../image/price_block-icon.svg) center center no-repeat;width:22px;height:28px;display:block;}
.price_block-down{background:url(../image/price_block-down.svg) center center no-repeat;width:18px;height:18px;display:inline-block;vertical-align:middle;margin-left:9px;}
.logout-button-m{display:none;}
.table-order-body_m{display:none;}
.price_block-button span{display:inline-block;vertical-align:middle;}
.slick-slide, .slick-slide a {outline:0;}
.image-additionals .slick-slide img{opacity: 0.5;border: 1px solid #fff;}
.image-additionals .slick-slide.slick-current img{opacity: 1;border: 1px solid #BDBDBD;}
.image-additionals .slick-track {
  transform: none!important;
}
.mobile-menu{display:none;}
.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;
    color: #fff;
    cursor: default;
    background-color: #F2911A;
    border-color: #F2911A;
}
.pagination>li>a, .pagination>li>span{color: #F2911A;}
.pagination{margin-top:20px;}
.user_name_m{display:none;}
.menu-block-h{display:none;}
.menu-block-button-close{display:none;}
#wishlist-count,#cart-count{
	border-radius: 100px;
background: var(--white, #FFF);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
 position:absolute;
  top:-2px;right:-3px;color: #282828;
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
width: 16px;
height: 16px; text-align: center;
 }
.sort_blocks_m{display:none;}
.home-category{display:flex;gap:16px;margin-bottom:85px;}
.home-category .home-category-block_img{border-radius: 50%;background:#fff;margin-bottom:16px;}
.home-category .home-category-block_img img{border-radius: 50%;}
.home-category .home-category-block_name{text-align:center; }
.home-category .home-category-block_name a{color: #282828;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.08px;}
.home-category .home-category-block_name a:hover{color:#F2911A;}
.home-category .home-category-block{max-width:193px;}
.slideshow-arrow{display:flex;gap:8px;}
.slideshow-arrow .slick-prev{position:inherit;left:auto;top:auto;}
.slideshow-arrow .slick-next{position:inherit;left:auto;top:auto;}
.slider-current{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);border-radius: 100px;
border: 1px solid #E0E0E0;
background: #FFF;padding: 4px 14px;color: #494949;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06);}
.slider-current .curr_this{color: #F2911A;}
.slideshow-slide{border-radius: 6px; min-height: 500px;   align-items:center;justify-content:space-between; padding: 60px;background: linear-gradient(90deg, #922EE0 0%, #4852F9 100%);display:flex;}
.slideshow-slide .slideshow-slide-left{max-width: 400px;}
.slideshow-slide .slideshow-slide-right{width:100%;max-width: 372px;}
.slideshow-slide .banner-title{color: #FFF;
font-size: 42px;
font-style: normal;
font-weight: 800;
line-height: normal;
text-transform: uppercase;}
.slideshow-slide .banner-description{color: rgba(255, 255, 255, 0.80);
font-size: 24px;padding:30px 0;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;}
.slideshow-slide .banner-button{border-radius: 100px;color: #FFF;
 outline:0;text-decoration:none;    display: inline-block;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.28px;
text-transform: uppercase;
background: #F2911A;padding: 13px 20px;}
.slideshow-slide .banner-button:hover{background:#E38717}
.wishlist_empty{padding:20px 0;text-align:center;}
.home-category .slick-track{margin-left:0;}
.pagination-text{color: #333;
font-size: 14px;margin:20px 0 24px 0;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;}


@media (max-width:540px){
    .login .content,.login .logo{margin-top:10px}.login .content{    width: 100%;
    padding: 16px;    margin: 0;
    height: 100%;overflow: auto;background: #FAFAFA;
    display: flex;border-radius:0;
    align-items: center;
    justify-content: center;}
	.login-modal-container{height:100%;}
	.login .login-modal-container.reg-popup .content{align-items:start;}
	.login  form{width:100%;}
	.login .close, .modal .close {
    float: none;
    background: url(../image/close_popup_m.svg) center center no-repeat;
    position: absolute;
        top: 15px;
    display: block;
    opacity: 1;
    right: 15px;
    width: 24px;
    height: 24px;

}
.login .content h3{font-size:22px}
.forget-password{display:inline-block;margin-top:20px;padding: 0 0 24px 0;}
.login-options .social-icons{float:left;padding-top:3px}.login .checkbox{font-size:13px}
#menu_block .container {
       display: block;
}
.slideshow-bg .col-sm-3{display:none;}
.menu-block{display:none;    z-index: 100;position: fixed;border-radius:0;
    top: 0;height:100%;box-shadow:none;    overflow: auto;background: #FAFAFA;
    left: 0;}
.menu-block .navbar-nav {margin:0}
.header-right {
    display: flex;
    align-items: center;
    flex-direction: column;
}
#search {margin:0;
width: 100%;}
#menu .navbar-header {
width: 100%;}
.contact_cont {
    display: flex;flex-direction:column;
    margin-bottom: 50px;    gap: 16px;
}
.contact_left { max-width: 100%;
    padding: 0px;
    border: 0;
}
.contact_right iframe{max-height:240px;}
.head_contact {
    margin: 8px 0 24px 0;
  font-size: 20px;
letter-spacing: 0.1px;
}
.contact_block{background: #F2F2F2;padding:20px;margin-bottom:16px;}
.contact_right{   }
.information-image {
    padding: 0;
    margin: 0 -15px;
}
.information-image img{height:300px;object-fit:cover;}
.infotmation-content h1{ font-size: 20px; letter-spacing: -0.1px;   margin: 26px 0 16px 0;}
.infotmation-content h2{font-size: 18px; line-height: 21px;}

.faq-content .faq-block { padding: 8px 0 ;    border-top: 1px solid #E0E0E0;}
.faq-content .faq-block-heading .fa-plus { top: -2px; }
.faq-content .faq-block-heading .fa-minus { top: -2px; }
.faq-content .faq-block:last-child {
    border-bottom: 1px solid #E0E0E0;
}
.faq-content .faq-block-desc { margin-top: 16px;}
.faq-content .faq-cat-header {
    margin: 20px 0 20px 0;
    font-size: 18px;
line-height: 28px;}
.faq-content .faq-block-heading a { font-size: 16px;    font-weight: 500;}
.faq_h {
    font-size: 20px;
    margin: 8px 0 8px 0;
    letter-spacing: 0.1px;
}
.logo_f{text-align:center; padding-bottom:16px; }
footer a{
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.12px;}
footer .icon-phone{    width: 32px;
    height: 32px;
    background-size: contain;}
footer .icon-mail{    width: 32px;
    height: 32px;
    background-size: contain;}
	footer .footer_h{display:none;}
	.footer_contact{max-width:275px;margin:0 auto;}
.footer_contact ul{margin:0;}
.product-column-flex {

flex-direction: column;}
.product-column-flex .product-column-image, .product-column-flex .product-column-desc{width:100%;}
.breadcrumb_bg {
    margin-bottom: 16px;
}
	.footer_contact ul li{display:flex;align-items:center;}
.footer_text{max-width:100%;text-align:center;}
footer li {
    padding: 5px 0;
}
.copy{   text-align:center; }
.social-block {text-align:center;padding:16px 0;margin-top:40px;border-top: 1px solid rgba(255, 255, 255, 0.5);border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
.time-work {text-align: center; padding-bottom:16px; }
.footer-top {
    margin-bottom: 0px;
}
footer {
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer_right{padding-top:24px;}

.menu_f_phone{font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
color: #FFFFFF;}
.home_bottom .h2{ letter-spacing: 0.2px;
font-size: 20px;margin-bottom:16px; }
.home_bottom a.hide_about{font-size: 14px;}
.slideshow-bg .col-sm-9{padding:0;}
.slideshow {
    margin-top: 0px;
}
.header-right .top-menu{display:none;}
.header-right .phone-block{display:none;}

.attribute-block .attribute-name {
    padding: 6px 20px;
    min-width: 50%;
}
.attribute-block .attribute-text{ padding: 6px 20px;}
#product-product h1 { font-size: 20px;
letter-spacing: 0.1px;
   margin-top:0;
    margin-bottom: 16px;
}
.image-big img{max-width:100%;}
.image-block .slick-prev{left:8;}
.image-block .slick-next{right:8;}
.slider-current { bottom: 8px;    padding: 3px 12px;
    font-size: 10px;
    line-height: 16px;}
.price-cont { margin: 0px 0 23px 0;}
#product .quantity-block{width: 100%;  justify-content: space-between;}
.quantity-block .btn { min-width: 40px;}
.quantity-block_text{max-width:100%;text-align:center;margin-bottom:24px;}
.stock-panel_bg{display:none;}
.title_block_mobile{display:block;}
.title_block_bottom{display:flex;justify-content:space-between;padding:9px 0;margin-bottom:16px;border-top: 1px solid #BDBDBD;border-bottom: 1px solid #BDBDBD;}
 .stock-block { min-width: 102px;}
.logout-button-m{font-style: normal;
font-weight: bold;border: 1px solid #F2911A;
box-sizing: border-box;
border-radius: 4px;height:50px;
font-size: 16px;display: flex;
    align-items: center;
    justify-content: center;
line-height: 19px;margin-bottom:40px;
color: #F2911A;}
.menu-account-mobile{display:flex;   gap:16px; overflow: scroll;margin:0 -15px;
    white-space: nowrap;padding:16px;border-bottom: 1px solid #BDBDBD;
}
.menu-account-mobile a{ display:inline-block;
color:  #494949;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.16px;}
.menu-account-mobile a.active{color: #F2911A;}
 .menu-account-mobile a:last-child{margin-right:0;}
 .simple-content-edit .button{width:100%;}
 .account_block{display:none;}
#menu .navbar-header{display:none;}
#menu_block {
    background: none;
    padding: 0;
}
#menu_block .container{padding: 0;}
#search{border-top: 0;border-radius:0;border-bottom: 1px solid #E0E0E0;height: 47px;}
.logo-pc{display:none;}
.logo-mob{display:block;max-width: 112px;}
header{height: 54px; background: #282828;    padding: 6px 0px;}
header .container{padding:0 16px;    height: 100%;}
#menu {border:0;
    border-radius: 0;
}
#search input{border-radius:0;  height: 46px;}
#search .btn { right: 15px; top: 11px;}
.menu_icon_m{background:#F2911A url(../image/menu_m.svg) center center no-repeat;width:42px;height:42px;display:block;border-radius: 100px;position:absolute;
 }
 #logo{margin:0 auto;}
 #logo.m-menu-act{margin:0;}
.slick-dots li button {width: 30px;}
.slick-dots li { padding: 0 5px;}
.heading-module {
    font-size: 20px;
    margin: 20px 0;
    line-height: normal;
    letter-spacing: 0.1px;
}
#cart {
    position: absolute;
    top: 6px;
    right: 18px;
}
.wishlist-block {     position: absolute;
    top: 6px;
    right: 68px;  width: 42px; height: 42px; }
#cart > .btn{   width: 42px; height: 42px;padding: 6px 6px;}
.table-order .table-order-body{display:none;}
.table-order-body_m{display:block;}
.table-order .table-order-head{display:none;}
.table-order-block{display: flex;  justify-content: space-between; border-bottom: 1px solid #BDBDBD;    align-items: center;}
.table-order-block:first-child{border-top: 1px solid #BDBDBD;}
.table-order-block span:first-child{border-right: 1px solid #BDBDBD;}
.table-order-block span{    padding: 9px 16px;width:50%;       text-align: center;color: var(--dark-1, #282828);

font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;}
.order-info .table-order-block span:nth-child(2){ text-align: center;}
.order-info .table-order-block:first-child{border-top: 0; }
.table-order-block .order_view{  width: 100%;
    margin: 16px 23px;
height: 54px; display:block;
border: 1px solid #F2911A;display: flex;
    align-items: center;
    justify-content: center;
box-sizing: border-box;
border-radius: 6px;
}
.table-order-cont{margin-bottom:20px; }
.table-order { display: block;}
.order-info-bottom {     margin-top: 70px;flex-direction: column-reverse;}
.order-info-bottom a.button_reorder{margin: 20px 19px 0 19px;   width: calc(100% - 38px);}
  #order_info { padding: 16px 0 24px 0;    border-radius: 0;}
  #order_info .order_info_h{  padding: 0 16px 0 16px;padding-bottom:16px;border-bottom:1px solid #D9D9D9;}
  #cart .dropdown-menu {    right: 0;
    top: 60px;margin:0;border-radius:0;
    position: fixed;
    min-width: 320px;padding:20px;
  }
  .mini-cart-block .mini-cart-name { padding: 10px 0 10px 0;  }
  .mini-cart-bottom {  flex-wrap: wrap;padding-top:0;}
  .mini-cart-bottom .mini-cart-count{display:flex;justify-content:space-between; border-bottom: 1px solid #E0E0E0;}
  .mini-cart-bottom > div{ width:100%;font-style: normal;
font-weight: 500;padding:10px 0;
font-size: 18px;
line-height: 21px;
color: #333333;}
  .mini-cart-total {  width: 100%;font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 21px;
color: #333333;}
  .mini-cart-block .mini-cart-qty {
    margin-top: 10px;
}
.quantity-block .input-quantity { width: 100%;height:40px;}
#button-cart { width: 100%;}
.slick-slide{outline:0;}
.image-additionals.slick-slider{display:none;}
.breadcrumb_bg { border-bottom: 1px solid #E0E0E0;}
.breadcrumb_bg .breadcrumbs {
    white-space: nowrap;border-bottom:0;
    overflow: auto;
}
.breadcrumb_bg .container{padding-right:0;}
.breadcrumb_bg .breadcrumbs li:last-child{padding-right:15px;}
.related_slider .slick-list{padding-right:20%;}
.blog_grid_holder .slick-list{padding-right:14%;}
.product-slider .slick-list{padding-right:7%;}
.product-slider.slick-slider {
    margin: 0 -15px 0 -8px;
}
.category_featured .featured-slider .slick-list{padding-right:20%;}
.product-thumb .caption {
    padding: 4px 8px 8px 8px;
}
.product-thumb .button-group {
    margin-top: 0px;
}
.stock_status{
font-size: 10px;
line-height: 16px;
letter-spacing: 0.15px;}
.product-thumb .name {
    margin-top: 4px;
    height: 48px;
margin-bottom: 16px;}
.product-thumb .price {font-size: 14px;    letter-spacing: 0.14px;
padding: 8px 0 16px 0;}
.button_wishlist {
    width: 36px;     background-size: 20px;
    min-width: 36px;
height: 36px;}
.button_wishlist.active, .button_wishlist:hover{width: 36px;
    min-width: 36px;    background-size: 20px;
height: 36px;}
.product-buttons .button_wishlist {
    width: 54px;
    background-size: 24px;
    min-width: 54px;
    height: 54px;
}
.product-thumb .button-group button.button_cart i{display:none;}
.product-thumb .button-group button.button_cart{height:36px;font-size: 12px; letter-spacing: 0.24px;}
.mobile-menu{position:fixed;    overflow: auto;top:54px;left:0;width:100%;height:calc(100% - 54px);background: #FAFAFA; z-index: 10;}
.mobile-menu-top{padding:10px 16px;display:flex;    align-items: center;justify-content:space-between;border-bottom:1px solid #F2F2F2;}
.mobile-menu-top .mobile-menu-title{color:  #282828;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.12px;}
.mobile-menu-top .m-menu-close{background:url(../image/m-menu-close.svg) center center no-repeat;width:24px;height:24px;display:block;}
.mobile-menu-ul{padding:10px 0;margin:0;border-bottom:1px solid #F2F2F2;}
.mobile-menu-ul li{list-style:none;padding:8px 16px;}
.mobile-menu-ul li a{color:#282828;
 display: block;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.16px;}

.mobile-menu .phone-block ul{padding:10px 0;margin-bottom:0;border-bottom:1px solid #F2F2F2;}
.mobile-menu .phone-block li{list-style:none;padding:10px 20px;}
.mobile-menu .mobile-menu-ul li.orange a{color: #F2994A;}
.mobile-menu .phone-block li a{color: #282828;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.16px;}
.mobile-menu .callback {margin:0;}
.mobile-menu .callback .btn{font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
color: #F2911A;}
.mobile-menu .time_work{color: #4F4F4F;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;}
.mobile-menu .mobile-menu-ul i{ width: 24px;display:inline-block;vertical-align:middle;
    height: 24px;  margin-right:8px;}
.mobile-menu .menu-icon-home{ background: url(../image/menu/menu-icon-home.svg) center center no-repeat; }
.mobile-menu .menu-icon-cart{ background: url(../image/menu/menu-icon-cart.svg) center center no-repeat; }
.mobile-menu .menu-icon-wishlist{ background: url(../image/menu/menu-icon-wishlist.svg) center center no-repeat; }
.mobile-menu .menu-icon-about{ background: url(../image/menu/menu-icon-about.svg) center center no-repeat; }
.mobile-menu .menu-icon-review{ background: url(../image/menu/menu-icon-review.svg) center center no-repeat; }
.mobile-menu .menu-icon-blog{ background: url(../image/menu/menu-icon-blog.svg) center center no-repeat; }
.mobile-menu .menu-icon-price{ background: url(../image/menu/menu-icon-price.svg) center center no-repeat; }
.mobile-menu .menu-icon-phone{ background: url(../image/menu/menu-icon-phone.svg) center center no-repeat;    width: 24px;
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    margin-right: 8px; }
.mobile-menu .menu-icon-contact{ background: url(../image/menu/menu-icon-contact.svg) center center no-repeat; }
.mobile-menu .menu-icon-faq{ background: url(../image/menu/menu-icon-faq.svg) center center no-repeat; }
.mobile-menu .menu-icon-polit{ background: url(../image/menu/menu-icon-polit.svg) center center no-repeat; }

.mobile-menu .mobile-menu-ul span{display:inline-block;vertical-align:middle;max-width:calc(100% - 34px);}
.language-block{display:none;}
.mobile-menu .mobile-menu_bottom{padding:20px;}
.mobile-menu .account_block{display:flex;border: 1px solid #F2911A;
box-sizing: border-box; align-items:center;justify-content:center;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.28px;
text-transform: uppercase;height:54px;
  text-decoration:none;
color: #F2911A;
border-radius: 6px;}
.mobile-menu .account_block a{min-width: inherit;

font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.28px;
text-transform: uppercase;
    padding: 0;
    color: #F2911A;}
.mobile-menu .mobile-menu-catalogb{ background: #F2911A;
border-radius: 6px;height:54px;margin-bottom:20px;
 display:flex;align-items:center;justify-content:center;
color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.28px;
text-transform: uppercase;
}
.mobile-menu .user-icon{background: url(../image/menu-user-icon.svg) center center no-repeat;
    width: 24px;display:inline-block;vertical-align:middle;
    height: 24px;  margin-right:8px;}
.mobile-menu .catalog-icon{background: url(../image/icon-menu.svg) center center no-repeat;
    width: 24px;display:inline-block;vertical-align:middle;
    height: 24px;  margin-right:8px;}
.sort-text {
       font-size: 14px;
    margin-right: 5px;
}
.sort_blocks .sort_block {
    font-size: 14px;
    margin-right: 0;
line-height: 16px;}
.sort_blocks {
    width: auto;display:none;
/*     height: 20px;
    overflow: hidden; */
}
.description_h1{font-size: 18px; margin-bottom:20px;line-height: 21px;}
.description_h2{font-size: 18px; margin:20px 0;line-height: 21px;}
.description_bg{padding:20px 0;}
.description-block li:before { left: 0px;}
.description-block li {
    padding-left: 20px;
    padding-bottom: 20px;
}
.description-block ul{padding-top:0;}
.m-button-filter{background:#F2911A url(../image/m-filter-icon.svg) center center no-repeat;
border-radius: 6px;padding:9px;    display: block;
    width: 42px;position:absolute;right:3px;top:3px;
    height: 42px;}
.sort-cont{position:relative;padding: 12px 16px;
    height: 50px;}
.price_block {    padding: 22px 20px 20px 25px;
    width: 100%;
margin-right:0px;}
.user_name_m{ text-align:center;
 display: block;
color: #282828;     margin: 8px 0;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.1px;}
.account_header2{font-size: 16px; line-height: normal;padding:24px 0;margin:0;border-bottom: 0;}
#simpleedit .simpleregister-block-content .form-group {   width: 100%; }
.simple-content-edit{padding-bottom:40px;}
.password_block .buttons{padding:0;border:0;}
.simple-content-edit .buttons {
    border-top: 0;
    margin-top: 0px;
    padding-top: 20px;
}
.simpleregister-block-content .buttons {
    margin-top: 40px;
}
.password_block .buttons{margin-top:24px;}
.password_block .btn{    max-width: 100%;}
.wishlist-cont{margin-top:20px;}
.order-list{margin-top:20px;}
.table-order-td { display: block;padding: 16px;}
#order_info button.mfp-close {
right: -5px;
    top: -40px;
    width: 35px;
    height: 35px;
}
.order-info-totals {
    width: 100%;

    font-size: 16px;
    line-height: normal;
}
.order-info-total {
    display: flex;border-bottom:1px solid #D9D9D9;
    margin-bottom: 0;
    padding: 8px 16px;
}
.order-info-total:last-child {
    margin-bottom: 0;border-bottom:0;padding:24px 16px 8px 16px;
}
.order-info-total > div:last-child {
    min-width: 50%;
}
.heading_title{font-size: 24px;margin:0px 0 20px 0;
line-height: 28px;}
.menu-block-h{color: #282828;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.12px;border-bottom: 1px solid #F2F2F2;
  display:block;
  padding:13px 16px; }
.menu-block-h .menu-block-close {
    background: url(../image/m-menu-close.svg) center center no-repeat;
    width: 24px;    margin-top: 2px;
    height: 24px;float:right;
    display: block;
}
.menu-block .nav > li{border-bottom: 1px solid #F2F2F2;}
.menu-block-button-close{background: #F2911A;
display:flex;align-items:center;justify-content:center;
margin:16px 24px;position: absolute;
    width: calc(100% - 48px);border-radius: 6px;
    bottom: 0;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.28px;
text-transform: uppercase;    height: 50px;
color: #FFFFFF;
}
.menu-block .nav > li{position:relative;}
#menu .menu-block .dropdown-toggle .arrow-icon{display:none;}
	#menu .menu-block .nav > li > a { max-width: 100%; padding: 9px 16px;position:initial;}
	#menu .menu-block .nav > li.dropdown > a { max-width: calc(100% - 45px);    padding: 9px 16px;position:initial;}
	#menu .menu-block .dropdown{position:relative;}
#menu .menu-block .arrow-icon-m{background: url(../image/arrow-icon.svg) center center no-repeat;
     position:absolute;z-index:2;    width: 40px;
    height: 40px;top:0;right:5px;

    display: block;
    float: right;}
	#menu .menu-block .dropdown-menu{position:relative;    padding-bottom: 0;float:none;top:auto;left:auto;height:auto;background:none;box-shadow:none;border-top: 0;}
	#menu .menu-block .dropdown-inner a{ padding: 9px 0px;
color: #4F4F4F;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.21px;
}
#menu .menu-block .dropdown-inner{padding:0 36px;}
#menu .menu-block .dropdown-inner li{border-bottom: 0;}
#menu .menu-block .dropdown-inner ul {
     padding: 0px 0;
}
#menu .menu-block .dropdown-inner li:last-child {
    border-bottom: 0;
}
#menu .menu-block .arrow-icon-m.active{transform:rotate(90deg);}
.heading_category h1{font-weight: 500;
font-size: 24px;    margin: 0px 0 20px 0;
line-height: 28px;
color: #333333;}
.sort_blocks_m{padding:0;border:0;outline:0; -moz-appearance: none;width: 115px;
 -webkit-appearance: none;background:none;display:inline-block;vertical-align:middle;
 appearance: none;}
.bf-responsive.bf-active .box-heading .icon-close-filter{    background: url(../image/m-menu-close.svg) center center no-repeat;
    width: 24px;float:right;
    height: 24px;margin-top:2px;
    display: block;}
.mini-bottom-button {
    flex-wrap: wrap;
}
.mini-bottom-button > a{width:100%;margin:5px 0;}
.footer_flex { flex-direction: column;padding: 27px 0;}
.footer_left{border-bottom:1px solid #E0E0E0;padding-bottom:24px;}
.faq-content { display: block;}
.faq-content .faq-column-left {max-width: inherit;
      margin:0 -15px;    display: flex;overflow:auto;
    white-space: nowrap;border-bottom:1px solid #D9D9D9;
    gap: 16px;    padding: 16px;
    width: calc(100% + 30px);
}
.faq-content .faq-column-left a {margin: 0px 0;}
.product-thumb .name a {
    color: #282828;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.06px;
}
.product-thumb .cod_product{display:none;}
.product-layout {
    padding: 0 8px;
}
.home_bottom {
  margin-bottom: 23px;
}
 .slideshow-slide {
    min-height: 220px; padding: 20px 10px;}
.slideshow-slide .slideshow-slide-right {  width: 47%;  max-width: inherit; }
.slideshow-slide .slideshow-slide-left {  width: 50%;  max-width: inherit; }
.slideshow-slide .banner-title { font-size: 20px;}
.slideshow-slide .banner-description {
    font-size: 12px;
padding: 10px 0;}
.slideshow-slide .banner-button {
    font-size: 8px;
    padding: 6px 10px;
}
.home-category .home-category-block{margin:0 8px;}
.home-category .home-category-block_name a {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.21px;
}
.home-category .home-category-block_img {
    margin-bottom: 8px;
}
.featured_all_cat{ width:200px;height:42px;  margin-top:0;  margin-bottom: 55px; }
.slick-slider .product-layout .product-thumb { margin-bottom: 8px;}
}




@media (min-width: 1200px){
.container {
    width: 1270px;
}
}
