@font-face {
  font-family: 'Gilroy';
  font-weight: 400;
  font-display: swap;
  src: url('fonts/Gilroy/Gilroy-Regular.otf');
}
@font-face {
  font-family: 'Gilroy';
  font-weight: 500;
  font-display: swap;
  src: url('fonts/Gilroy/Gilroy-Medium.otf');
}
@font-face {
  font-family: 'Gilroy';
  font-weight: 700;
  font-display: swap;
  src: url('fonts/Gilroy/Gilroy-Bold.otf');
}
@font-face {
  font-family: 'Druk Text Wide Cyr';
  font-weight: 500;
  font-display: swap;
  src: url('fonts/Druk Text Wide Cyr/Druk Text Wide Cyr Medium.otf');
}
@font-face {
  font-family: 'Druk Text Wide Cyr';
  font-weight: 800;
  font-display: swap;
  src: url('fonts/Druk Text Wide Cyr/Druk Text Wide Cyr Heavy.otf');
}
body {
	color: #666;
	font-size: 12px;
	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;
	border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	
}
body {
	background: #F4F4F4;
}
#top {
	background: #141414;
}
.plisting-content .nav-tabs{
	width: max-content;
margin: 0 auto;
margin-bottom: 27px;
}
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;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top .container {
	height: 47px;
}
#top #form-currency .currency-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background: #000000!important;
}
#top .btn-link, #top-links li, #top-links a {
	font-family: Gilroy;
display: inline;
font-size: 14px;
line-height: 22px;
color: #FCCD12;
font-weight: 400;
}
#top .btn-group.open ul li .language-select {
	color: #000;
	display: block;
}
#top .btn-link {
	padding-left: 0;
}
#top-links li {
	line-height: 0;
}
#top-links .account-header {
	line-height: 40px;
}
.account-header span {
	text-transform: uppercase;
}
#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 {
	display: flex;
}
#top-links a + a {
	margin-left: 15px;
}
.pull-left, #top-links {
	display: flex;
	align-items: center;
	height: 47px;
}
/* logo */
#logo {
	width: 15%;
	z-index: 9;
}
/* search */
#search .input-lg {
	height: 17px;
	line-height: 20px;
	padding: 0 30px 0 10px;
	border: none;
	box-shadow: none;
	width: 110px;
font-family: Gilroy;
font-weight: bold;
font-size: 14px;
border-right: 1px solid #cbcbcb;
border-radius: 0;
transition: all 200ms linear;
background: #141414;
color: #FCCD12;
}

#search .input-lg.active {
	width: 220px;
	transition: all 200ms linear;
}
#search .input-lg::placeholder {
	color: #FCCD12;
}
#search .btn-lg {
padding: 0;
background: none;
border: none;
font-size: 12px;
margin-top: -3px;
margin-right: 4px;
box-shadow: none;
}
/* cart */
#cart > .btn {
background: none;
padding: none;
border: none;
box-shadow: none;
padding:0 14px 0 0;
position: relative;
}

#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@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;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#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 {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#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;
	}
	.in-cart-mob {
		display: none;
	}
	.mob-cart {
		display: none !important;
	}
	.no-quan-pr.mob {
		display: none;
	}
}
@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;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	background: #111111;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
	position: relative;
	overflow: hidden;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	margin-top: 15px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 40px 0 0;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
content: '';
display: block;
position: absolute;
top: 7px;
right: 17px;
width: 5px;
height: 5px;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	text-shadow: none;
}
.breadcrumb li a {
	font-family: Gilroy;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
color: #000000;
text-shadow: none;
}
.breadcrumb li:last-child:after {
	display: none;
}
.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:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #000;
	background-position: 0 -15px;
	color:#fff;
}
#simplecheckout_button_cart.active {
	background: #eebb3b;
	color: #000;
	box-shadow: none;
}
.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-thumb {
	margin-bottom: 20px;
	overflow: auto;
	background: #FFFFFF;
box-shadow: 0px 14px 18px rgba(0, 0, 0, 0.05);
position: relative;
border: 1px solid #F4F4F4;
}
.search-cat {
	margin: 0 -7px;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
	
}
.row.search {
	margin: 0 -13px;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
	position: relative;
}
.price-main.no-quan .price, .price-main.no-quan .price-gramm.category {
	color: #929292 !important;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
    padding: 0 24px;
    height: 75px;
    overflow: hidden;
}
.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;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #000;
	margin-bottom: 2px;
}
.product-thumb .price-new, .price {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
color: #000000;
}
.price .text {
	font-family: Gilroy;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;

color: #000000;
}
.product-thumb .price-old {
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 15px;
text-decoration-line: line-through;
margin-left: 10px;
color: #B5B5B5;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	overflow: auto;
	display: flex;
	padding: 0 24px;
	justify-content: space-between;
	margin-bottom: 17px;
	flex-wrap: wrap;
}
.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.pc-cart {
	width: 44px;
	height: 44px;
	border: none;
	display: inline-block;
	float: left;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #000000;
box-sizing: border-box;
border-radius: 100px;
background: none;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background: #F4F4F4;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.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-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-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-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%;
}


/* 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;
}

.arrow-nav {
background: #FCCD12;
width: 24px;
height: 24px;
display: inline-block;
border-radius: 50px;
margin-left: 7px;
}
.arrow-nav img {
	    margin-top: 2px;
}
#cart-total, #wishlist-total {
background: #FCCD12;
width: 18px;
height: 18px;
display: inline-block;
color: #000;
border-radius: 50px;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 800;
font-size: 8px;
position: absolute;
left: 12px;
border: 2px solid #fff;
top: -3px;
line-height: 14px;
border: 2px solid #000000;
}
#like {
	position: relative;
	display: block;
margin-top: -3px;
}
#wishlist-total {
	text-align: center;
	top: -7px;
}
#cart-total {
	left: 13px;
}
.container.main {
	display: flex;
	position: absolute;
	top: 10px;
    align-items: center;
}
.container {
    width: 1330px;
}
.cart-header {
	padding: 0 40px 0 27px;
	height: 17px;
	border-right: 1px solid #cbcbcb;
	margin-right: 47px;
}
.account-header img {
	margin-right: 14px;
}
#cart {
	margin-top: -8px;
}
.common-home #content {
	min-height: 0;
}
.links-block {
	display: flex;
justify-content: space-between;
margin: 0 15px;
height: 98px;
border-bottom: 1px solid #4F4F4F;
align-items: center;
}
.links-block a {
	font-family: Druk Text Wide Cyr;
font-weight: 500;
color: #fff;
}
.links-block a img {
	margin-right: 15px;
}
.footer-block {
	display: flex;
	margin: 0 15px;
	padding-top: 56px;
	border-bottom: 1px solid #4F4F4F;
	padding-bottom: 50px;
	position: relative;
z-index: 1;
}
.footer-left {
	width: 65%;
	display: flex;
}
.footer-right {
	width: 35%;
	display: flex;
justify-content: center;
align-items: flex-end;
flex-direction: column;
}
.footer-right span {
	width: 28px;
height: 28px;
display: inline-block;
text-align: center;
border: 2px solid #EEBB3F;
border-radius: 50px;
margin-right: 15px;
}
.footer-right div {

	margin-right: 20px;
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 800;
font-size: 10px;
color: #fff;
}
.soc-icons {
	display: flex;	
}
.footer-right .soc-icons, .footer-right .soc-icons > div:last-child {
	margin-right: 0;
}
.footer-right .pay-icons > div:last-child {
	margin-right: 0;
	margin-top: -7px;
}
footer .footer-right .pay-icons {
	margin-right: 0;
display: flex;
margin-top: 40px;
}
.head-f {
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 12px;
color: #fff;
margin-bottom: 37px;
display: block;
}
.footer-left > div {
	width: 33.33%;
}
.content-call a {
	display: block;
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 10px;
}
.content-call a:first-child, .content-call a:last-child {
margin-left: 0px;
}
.content-call a {
	margin-left: 36px;
	font-weight: 800;
	line-height: 23px;
}
.content-call img {
	margin-right: 16px;
}
#form-language .dropdown-menu {
	padding: 0;
border-radius: 0;
min-width: 70px;
}
#form-language .dropdown-menu li .language-select {
	padding: 0px 10px;
	display: block;
}
.information-f li a{
color: #FFFFFF;
opacity: 0.5;
font-family: Gilroy;
font-size: 12px;
font-weight: 400;
}
.adress-f {
color: #FFFFFF;
opacity: 0.5;
font-family: Gilroy;
font-size: 12px;
font-weight: 400;
}
footer p {
	height: 70px;
display: flex;
justify-content: center;
align-items: center;
margin: 0;
font-family: Gilroy;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 24px;
text-align: right;
color: #FFFFFF;
opacity: 0.5;
}
.menu-header-box > .container {
	width: 100%;
	padding: 0;
}
header {
display: flex;
justify-content: center;
position: relative;
height: 123px;
background: #000;
}
.phone-head {
display: flex;
justify-content: center;
width: 20%;
margin-top: -10px;
flex-direction: column;
align-items: flex-end;
height: 66px;
}
.phone-head a {
	z-index: 9;
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
color: #fff;
}
.phone-head span {
	color: #878787;
}
.popupcart_total div:nth-child(2) {
	display: none;
}
.popupcart_total div:last-child {
	display: block;
}
.phone-head img {
	margin-right: 12px;
	margin-bottom: 2px;
}
.menu-header-box {
	width: 65%;
}
.module-title {
	margin-top: 75px;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 32px;
line-height: 41px;
color: #000000;
text-align: center;
}
#plisting-33 .module-title:after, .category h1:after, .feat-h1:after, .checkout-simplecheckout h1:after, .extension-ocdevwizard-blog-category h1:after,
.ocdw_blog-posts-block .module-title:after, .ocdw_blog-products-block .module-title:after, .container.info h1:after, .information-contactshop h1:after {
	content: '';
	background-color: #EEBB3F;
	position: absolute;
	width: 72px;
	height: 2px;
	bottom: -40px;
left: 50%;
transform: translate(-50%, -50%);
}
.ocdw_blog-posts-block .module-title {
	margin-bottom: 80px;
	position: relative;
}
.ocdw_blog-posts-block .panel-default {
	border: none;
}
#ocdw_blog-posts-block-1 {
    background-color: #F4F4F4;
}
.plisting-content {
	margin-top: 88px;
}
#plisting-33 .nav-tabs > li > a {
	border: 1px solid #000000;
border-radius: 0;
padding: 9px 15px;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 10px;
color: #000;
margin: 0 4px;
}
#plisting-33 .nav-tabs > .active > a {
	color: #fff;
	background: #000;
}
.plisting-products .product-grid {
	padding: 0 10px;
}
.plisting-products {
	margin: 0 15px;
}
.caption.category a {
	font-family: Gilroy;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 22px;
display: block;
margin-top: 13px;
color: #000;
max-height: 46px;
overflow: hidden;
}
.wishlist-button {
width: 34px;
height: 34px;
border-radius: 80px;
border: none;
background: #000;
position: absolute;
right: 17px;
top: 18px;
z-index: 9;
display: flex;
justify-content: center;
align-items: center;
}
.btn-sm {
	width: 168px;
height: 44px;
border: 1px solid #000000;
border-radius: 0;
background: none;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 20px;
color: #000000;
}
.plisting-navigation {
	margin-top: 35px;
margin-bottom: 60px;
}

.megasliderpro.special .bg-image-slider {
	display: block !important;
}
.megasliderpro.special::before {
	background-image: url(/image/221.webp);
	height: 100%;
	opacity: 0.5;
}
.megasliderpro.special::after {
	display: none;
}
.megasliderpro.special .megasliderpro-container .slides {
	height: 620px;
	padding:0 100px;
}
.megasliderpro.main .title_spec {
	display: none;
}
.title_spec::after {
    content: '';
    background-color: #EEBB3F;
    position: absolute;
    width: 72px;
    height: 2px;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
	bottom: 55px;
}
.title_spec {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 32px;
line-height: 41px;
color: #FFFFFF;
padding-top: 80px;
text-align: center;
padding-bottom: 90px;
position: relative;
padding-bottom: 100px;
}
.megasliderpro.special .megasliderpro-container {
	width: 1111px;
}
.megasliderpro.special .nivo-html-caption {
	display: block;
}
.megasliderpro.special .slide-type2 .sub-title {
	top: 405px;
padding-left: 40px;
}
.megasliderpro.special .sub-title h3 {
	font-family: Gilroy;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.02em;
color: #FFFFFF;
}
.megasliderpro.special .slide-type2 .msp-title h3 {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 800;
font-size: 32px;
line-height: 40px;
color: #FFFFFF;
background: none;
}
.megasliderpro.special .slide-type2 .msp-title {
	width: 714px;
	top: 305px;
}
#oc-inivoslider-1 .slide-type2 .nivo-slice {
	left: inherit !important;
}
.megasliderpro.special .megasliderpro-container .slide-type2 .msp-small_image {
top: 263px;
left: inherit;
right: inherit;
}
.megasliderpro.special .megasliderpro-container .slide-type2 .msp-small_image img {
	padding-left: 60px;
}
.heading_title {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 32px;
line-height: 41px;
color: #000000;
text-align: center;
margin-top: 65px;
margin-bottom: 20px;
display: block;
}
.company {
	font-family: Gilroy;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
text-align: center;
letter-spacing: 0.02em;
color: #000000;
margin-bottom: 50px;
}
#showContent, #hideContent {
	margin: 0 auto;
background: none;
border: none;
margin-top: 15px;
display: flex;
} 
#hideContent {
transform: rotate(180deg);
}
#msp-caption-1 {
	display: none;
}
.block_with_feedback {
	padding: 15px;
	background: #000;
    height: 350px;

		position: relative;
		overflow-y: hidden;
}
.block_with_feedback .container {
	display: flex;	
}
.block_with_feedback .left img {
margin-top: -100px;
margin-left: -70px;
}
.block_with_feedback .left {
	width: 35%;
}
.block_with_feedback .right {
	width: 65%;
	padding-top: 60px;

}
.block_with_feedback .right p {
	font-family: Gilroy;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.02em;
color: #FFFFFF;
margin-top: 15px;
display: block;
}
.block_with_feedback .right h3 {
	margin-top: 0;
font-weight: 500;
font-size: 32px;
line-height: 41px;
color: #FFFFFF;
font-family: Druk Text Wide Cyr;
}
.in-cart {
	width: 22px;
}
.block-feedback, .block-feedback #form-feedback .form-group {
	display: flex;
z-index: 9999;
position: relative;
}
#form-feedback input {
	background: none;
border: none;
border-bottom: 1px solid #666666;
border-radius: 0;
width: 227px;
padding: 15px 0 23px;
color: #fff;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 26px;
}
#form-feedback .inpt::before {
content: '';
background: #EEBB3F;
width: 46px;
height: 2px;
display: inline-block;
bottom: 0;
position: absolute;
}
#form-feedback .inpt input::placeholder {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 26px;
color: #666666;
}
#button_send_feedback {
	height: 44px;
width: 234px;
border-radius: 0;
border: none;
background-color: #fff0;
background-image: url(/image/backcall.png);
margin-left: 40px;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #000000;
}
#form-feedback input:focus {
	box-shadow: none;
}
.block_with_feedback::after {
content: '';
background-image: url(/image/8282.svg);
height: 350px;
width: 98%;
display: block;
position: absolute;
background-size: 60%;
top: 140px;
background-repeat: no-repeat;
margin-left: -20px;
}

.common-home header {
	height: auto;
}
.category h1, .feat-h1, .checkout-simplecheckout h1, .extension-ocdevwizard-blog-category h1, .container.info h1, .information-contactshop h1 {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 32px;
line-height: 41px;
color: #000000;
text-align: center;
position: relative;
margin-bottom: 90px;
}
.category h1::after {
	bottom: -50px;
}
.catalog-section__img {
	width: 100%;
}
.img-cat {
	padding: 0 5px;
	width: 100%;
}
.product-category-20 .img-cat {
	width: 25%;
}
.cat-img {
	margin: 90px 0 72px;
	padding: 0 10px;
}
.catalog-section__caption {
	height: 80px;
}
.block-section {
	text-align: center;
}
.catalog-section__caption {
	padding: 18px 24px 21px;
	font-family: Gilroy;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 22px;
color: #000000;
}
.category .owl-carousel {
	display: block;
}
.sort {
	display: flex;
	justify-content: flex-end;
}
.sort label {
	border: none;
background: none;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 13px;
color: #262626;
width: max-content;
}
#input-sort {
	width: 150px;
border: 1px solid #000000;
border-radius: 0;
background: none;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 13px;
color: #262626;
padding: 6px 10px;
height: 32px;
}
.sort:after {
content: '';
background-image: url(/image/arrow-sort.svg);
width: 30px;
height: 30px;
background-color: #F4F4F4;
position: absolute;
background-repeat: no-repeat;
z-index: 9;
top: 1px;
right: 1px;
background-position: center;
}
#ocfilter {
	margin-top: 49px;
	border: none;
	padding: 25px;
border-radius: 0;
}
.list-group-item.ocfilter-option {
	padding: 0;
	border-bottom: none;
}
#ocfilter .list-group .ocfilter-option:first-child {
	border: none;
}
.slideprice {
	display: block;
}
.price-filter {
	font-family: Gilroy;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
color: #000000;
margin-bottom: 15px;
}
.slideprice {
	display: flex;
justify-content: space-between;
}
.selected-options.del {
	border: none;
}
.btn-filter-del {
	border-radius: 0;
position: absolute;
top: 0;
right: 0;
z-index: 9;
border: none;
background: none;
font-family: Gilroy;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 14px;
color: #EEBB3F;
}
.ocfilter-option.pricef {
	border: none;
}
.slideprice div {
	width: 115px;
border-bottom: 1px solid #e4e4e4;
font-family: Gilroy;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
color: #C4C4C4;
padding-bottom: 5px;
}
.slideprice div span {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 15px;
color: #262626;
width: 60px;
display: inline-block;
margin-left: 8px;
}
.ocfilter-option label.ocf-selected small {
	opacity: 0;
}

#ocfilter input[type="checkbox"]:checked, 
#ocfilter input[type="checkbox"]:not(:checked) 
{
    position: absolute;
    left: -9999px;
}

.box23::before {
content: "";
font-family: "FontAwesome";
font-weight: normal;
font-style: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
display: inline-block;
color: #e3e3e3;
vertical-align: -6px;
border: 1px solid #000;
box-sizing: border-box;
width: 20px;
height: 20px;
margin-right: 11px;
margin-top: -2px;
}
.box-label input[type="checkbox"]:checked + .box23::after {
content: "";
position: absolute;
left: 4px;
top: 4px;
width: 12px;
height: 7px;
border-radius: 1px;
border-left: 2px solid #000;
border-bottom: 2px solid #000;
transform: rotate(-45deg);
}
.box23 {
	position: relative;
	font-family: Gilroy;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
text-transform: capitalize;
color: #000000;
}

.btn-primary {
	background: #000000;
border: none;
border-radius: 0;
width: 100%;
height: 44px;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 20px;
color: #EEBB3F;
}
.slideprice.opt span {
	width: 80px;
}
.product-grid {
	padding: 0 12px;
}
.paginat-block {
	display: flex;
justify-content: center;
margin-top: 50px;
margin-bottom: 50px;
}
.seomore_div {
	order: 1;
}
.seomore_a {
	background: none;
border: none;
text-shadow: none;
box-shadow: none;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 22px;
color: #000000;
height: 44px;
width: 158px;
border: 1px solid #000;
border-radius: 0;
line-height: 26px;
}
.pagination > li > a, .pagination > li > span {
	height: 44px;
	width: 44px;
	display: flex;
justify-content: center;
align-items: center;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 22px;
color: #000000;
border: 1px solid #000;
margin: 0 3px;
background: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background: #EEBB3F;
border: 1px solid #EEBB3F;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	color: #EEBB3F;
	border-color:  #EEBB3F;
	background: none;
}
.seomore_a:hover {
	background-color: #EEBB3F;
	border-color:  #EEBB3F;
}
#button_send_feedback:hover {
	background: #fff;
}
.product-thumb:hover {
	border: 1px solid #EEBB3F;
}
.h-category .name-cat {
	width: 112px;
height: 32px;
display: inline-flex;
justify-content: center;
align-items: center;
background-color: #000000;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 13px;
color: #FFFFFF;
}
.h-category {
	display: flex;
	margin-bottom: 15px;
}
.value-cat {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 20px;
height: 30px;
color: #000000;
display: inline-flex;
margin-left: 20px;
align-items: center;
}
h1.search {
	margin-bottom: 45px;
}
.search_categories p {
	text-align: center;
margin-top: 14px;
font-weight: bold;
font-size: 14px;
line-height: 16px;
text-align: center;
color: #000000;
height: 32px;
margin-bottom: 0px;
}
.search_categories {
	padding: 7px;
}
.product-category-20 #content {
	display: none;
}
#input-sort:focus {
	box-shadow: none;
}
.cat-img {
	background: none !important;
}
.owl-wrapper-outer {
	border: none !important;
	box-shadow: none !important;
}
.modal-lg.rev {
	width: 504px;
height: 417px;
}
.modal-content.rev {
	border-radius: 0;
}
#form-review {
	padding: 26px;
	height: 417px;
}
#form-review .tittle {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 28px;
color: #000000;
display: block;
text-align: center;
margin-bottom: 58px;
position: relative;
}
#form-review .tittle::after {
    content: '';
    background-color: #EEBB3F;
    position: absolute;
    width: 72px;
    height: 2px;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.name-star {
	display: flex;
}
.name-star > div {
	width: 50%
}
.rating_block input[type="radio"] {
    display: none;
}
.label_rating {
    float: right;
    display: block;
    width: 29px;
    height: 29px;
    background: url(/image/star2.svg) no-repeat 50% 0;
    cursor: pointer;
	margin-right: 8px;
}
.rating_block .label_rating:hover, .rating_block .label_rating:hover ~ .label_rating, .rating_block input[type="radio"]:checked ~ .label_rating {
float: right;
display: block;
width: 29px;
height: 29px;
background: url(/image/star1.svg) no-repeat 50% 0;
cursor: pointer;
}
.rating_block {
	display: flex;
direction: rtl;
justify-content: flex-end;
}
.form-group.required.rating {
	margin-left: 20px;
}
.form-group.required.comment {
	margin-bottom: 29px;
}
#input-review {
	height: 76px;
border: 1px solid #e4e4e4;
box-shadow: none;
}
#form-review input {
	border: 1px solid #e4e4e4;
	box-shadow: none;
	font-family: Gilroy;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 26px;
color: #000000;
}
#button-review {
	width: 234px;
height: 44px;
background: #000000;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 20px;
color: #EEBB3F;
border: none;
}
.modal-content.rev .mfp-close {
	position: absolute !important;
right: -45px !important;
z-index: 99999 !important;
top: -12px !important;
cursor: pointer !important;
}
.button-getrev {
	display: flex;
justify-content: center;
}
.control-label::before {
	display: none;
}
#form-review label {
	margin-bottom: 10px;
	font-family: Gilroy;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 26px;
color: #000000;
}
.slider-box img {
width: 125px;
height: 100px;
  margin: 0 auto;
}
.slider-for .slider-box img {
		width: 632px;
height: 510px;
}
.slider-box {
	display: flex;
justify-content: center;
width: 100%;
}
.item-slider-wrap {
	width: 632px;
	position: relative;
}
.desc-block .name {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 30px;
color: #000000;
display: block;
margin-bottom: 20px;
}
.desc-block .descr, .desc-block .descr p, .desc-block .descr span {
   font-family: Gilroy !important;
font-style: normal !important;
font-weight: 400 !important;
font-size: 18px !important;
line-height: 32px !important;
letter-spacing: 0.02em !important;
color: #000000 !important;
opacity: 0.9 !important;
}
.desc-block .descr h1, .desc-block .descr h1 span {
	font-size: 22px !important;
	font-weight: 700 !important;
}
.desc-block .descr h2, .desc-block .descr h2 span {
	font-size: 18px !important;
	font-weight: 700 !important;
}
.slider-nav .slick-list {
	width: 542px;
	margin-left: -3px;
}
.slider-nav {
display: flex !important;
  width: 632px;
  margin-top: 70px;
  bottom: 0;
  justify-content: center;
  align-items: center;
  bottom: 25px;
}
.slick-prev {
width: 30px;
  height: 30px;
  background: none;
  border: 1px solid #EEBB3F;
  margin-right: 15px;
}
.slick-next {
	display: block;
width: 30px;
  height: 30px;
background: none;
border: 1px solid #EEBB3F;
margin-left: 15px;
}
.slider-nav .slick-current.slick-active img {
	border: 1px solid #EEBB3F;
}
.product {
	margin-bottom: 88px;
}
.left-top, .pr-left {
	width: 50%;
	padding-right: 17px;
}
.product-top {
	display: flex;
}
.produvt-bottom {
	display: flex; 
}
.pr-right, .block-prod-main {
	width: 50%;
	padding-left: 30px;
}
.info-back-block #column-left {
	width: 100%;
padding: 0;
}
.product h1 {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 41px;
margin-top: -10px;
color: #000000;
margin-bottom: 30px;
}
.for-atr {
	display: flex;
}
.for-atr .name {
	width: 25%
}
.for-atr .name {
	width: 25%
}
.for-atr .border {
	width: 31%;
}
.for-atr .text {
	width: 44%
}
.price-gramm {
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 25px;
font-family: Druk Text Wide Cyr;
color: #000000;
font-weight: 400;
}
.price-gramm.category {
font-family: Gilroy;	
}
.price-gramm .price-grm {
	font-size: 18px;
line-height: 25px;
color: #000000;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
}
.xdsticker_sale {
	width: 60px;
text-align: center;
height: 28px;
font-family: Druk Text Wide Cyr;
font-size: 12px;
line-height: 26px;
}
.xdstickers_wrapper.position_upleft {
	z-index: 1;
}
.price-gramm .price-grm-new {
	font-size: 18px;
line-height: 25px;
color: #f00;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;	
}
.prc-new {
	color: #f00 !important;
}
.price-gramm .price-grm-old {
	margin-left: 12px;
color: #000;
opacity: 0.3;
text-decoration: line-through;
}
[class*="product-product-"] {
    background: #fff;
}
.standart-sort {
	margin-bottom: 2px;
}
.noUi-horizontal .noUi-handle {
	cursor: pointer;
}
.carne-prod {
	padding: 17px 37px 20px 33px;
border: 1px solid #000000;
font-family: Gilroy;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 24px;
letter-spacing: 0.02em;
color: #000000;
margin-top: 45px;
margin-bottom: 40px;
}
.price-new {
color: #f00 !important;
}
#product .btn-quick-order:hover {
	color: #EEBB3F;
	border: 1px solid #EEBB3F;
}
#button-cart:hover {
	color: #fff;
}
#button-cart:before {
	content: '';
	background-image: url(/image/cart-p.svg);
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 11px;
margin-bottom: -2px;
}
#button-cart.ocdw_cart-call-button:before, #button-cart.ocdw_cart-call-button:hover:before {
	background-image: url(/image/in-cart.svg);
background-size: 16px;
background-repeat: no-repeat;
background-position: center;
}
#button-cart.ocdw_cart-call-button {
  background: #EEBB3B;
  color: #fff;
}
#button-cart:hover:before {
	background-image: url(/image/carth.svg);
}
.owl-item .product-grid {
	padding: 0 5px;
}
.row.relat {
	margin: 0 -5px;
	padding-top: 88px;
padding-bottom: 120px;
}
.owl-carousel {
	background: none !important;
}
.row.relat .product-thumb, .row.feat .product-thumb {
	box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.03);
}
.background-feat {
	background-color: #fff;
}
.feat-h1 {
	display: block;
}
.background-feat .feat-h1 {
	margin-top: 88px;
}
.background-feat {
	padding-bottom: 130px;
}
.row.relat .button-group img, .row.feat .button-group img {
	width: 20px;
}
.row.relat .button-group button, .row.feat .button-group button { 
    display: flex;
justify-content: center;
align-items: center;
}
.quan-prod {
	display: flex;
}
.quan-prod .price-block li .prc, .price-block li .prc-new {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 30px;
color: #000000;
text-decoration: none;
}
.plus-minus button {
	width: 34px;
background: none;
border: 1px solid #000000;
border-radius: 0;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 15px;
height: 34px;
color: #000000;
}
.plus-minus .input {
border: 1px solid #000000;
width: 100px !important;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
display: flex;
align-items: center;
padding: 0 10px;
color: #000;
}
.plus-minus .input input {
	border: none;
padding: 0;
color: #000;
height: 32px;
box-shadow: none;
}
.plus-minus .kg-pr {
	/* Розмір шрифту числа — 12px, шрифту тексту — 14px. Треба компенсувати, щоб їх baseline був на одній лінії */
	margin-top: -1px;
}
.plisting-products .xdstickers_wrapper {
	z-index: 1;
left: 15px;
top: 15px;
}
.price-block {
	margin-right: 10px;
min-width: 160px;
display: flex;
}
#product .buttons{
	display: flex;
	justify-content: space-between;
}
#product .buttons button {
	width: 48%;
}
#button-cart {
	background: #000000;
border: none;
border-radius: 0;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 20px;
color: #EEBB3F;
width: 48%;
height: 44px;
}
#button-cart img {
	margin-right: 11px;
}
#product .btn-quick-order {
	margin-top: 0;
    height: 44px;
    background: #fff;
    border: 1px solid #000000;
    border-radius: 0;
    font-family: Druk Text Wide Cyr;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    display: none;
}
[class*="product-product-"] .breadcrumb {
    background: #fff;
margin-bottom: 40px;
}
.relback {
	background: #F4F4F4;
}
.block-ship {
	display: flex;
padding: 20px 30px;
border: 1px dashed #000000;
}
.block-ship #column-right {
	width: 100%;
	padding: 0;
	float: none;
}
.block-ship .heading_title {
	margin-top: 0;
	font-size: 24px;
	text-align: left;
	margin-bottom: 10px;
}
.block-ship {
	font-family: Gilroy;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 32px;
letter-spacing: 0.02em;
color: #000000;
opacity: 0.8;
margin-top: 0px;
}
.art {
	margin-top: 51px;
	margin-bottom: 45px;
}
.art .tittle {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 30px;
color: #000000;
margin-bottom: 20px;
display: block;
}
.art-pane {
	font-family: Gilroy;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 32px;
color: #000000;
opacity: 0.8;
}
.left-pr #column-left {
	padding: 0;
width: 100%;
}
.block-carne {
	display: flex;
flex-wrap: wrap;
background: #000000;
height: 246px;
padding: 40px 50px;
}
.block-carne::before {
    content: '';
    background-image: url(/image/cow-b.svg);
    height: 246px;
    width: 100%;
    display: block;
    position: absolute;
    background-size: cover;
    top: 0;
    background-repeat: no-repeat;
	left: 0;
}
.desc-carne {
	padding-left: 38px;
}
.block-carne div {
	position: relative;
}
.block-carne .img {
	width: 25%;
}
.desc-carne {
	width: 75%;
	margin-top: -5px;
}
.desc-carne .tittle {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 28px;
color: #EEBB3F;
}
.desc-carne .sub-tittle {
	font-family: Gilroy;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #EEBB3F;
width: 80%;
margin-top: 10px;
}
.block-carne .img img {
	width: 100% !important;
}
.block-carne .img {
	width: 
}
.block-carne .content {
	margin-top: 20px;
padding-top: 20px;
font-family: Gilroy;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
text-align: center;
letter-spacing: 0.02em;
color: #EEBB3F;
opacity: 0.8;
border-top: 1px dashed #EEBB3F;
}
.desc-block {
	margin-bottom: 44px;
	margin-top: 40px;
}
.fa-star::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/image/star1.svg) no-repeat 50% 0;
    cursor: pointer;
	background-size: 16px;
}
.fa-star-o::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/image/star2.svg) no-repeat 50% 0;
    cursor: pointer;
	background-size: 16px;
}
.fa-stack {
    width: 17px;
    height: 17px;
}
.table-rev {
padding: 25px 30px 32px;
border: 1px solid #898989;
margin-bottom: 24px;
}
.info-back-block {
	display: flex;
}
.block-rev {
	margin-top: 43px;
	font-family: Gilroy;
}
.art.pc-block {
	display: block !important;
}
.block-rev .title {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 30px;
color: #000000;
margin-bottom: 38px;
display: block;
}
.block-rev .name {
font-weight: bold;
font-size: 20px;
line-height: 24px;
color: #000000;
display: block;
}
.block-rev .text {
	font-family: Gilroy;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 28px;
letter-spacing: 0.02em;
color: #000000;
display: block;
margin-top: 10px;
}
.reyt-blick {
	margin-top: 30px;
justify-content: space-between;
display: flex;
}
.reyt-blick .date {
	font-family: Gilroy;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
letter-spacing: 0.02em;
color: #000000;
opacity: 0.4;
}
.button-rev {
	width: 292px;
height: 44px;
border: 1px solid #000000;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 20px;
color: #000000;
background: none;
}
.checkbox input[type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
}
.inp-simple .checkbox label {
	padding-left: 34px;
}
.image-zoom {
	position: absolute;
z-index: 9;
right: 30px;
top: 30px;
}
.zoom-anim-dialog.slider-item-modal .item-slider-wrap {
	margin: 0 auto;
}
.image-zoom {
	width: 25px !important;
	height: 25px !important;
}
.zoom-anim-dialog.slider-item-modal .slick-track {
	margin: 0 !important;
}

.mfp-zoom-block img {
    width: 1100px !important;
    height: auto !important;
}
.with-zoom {
	width: 1100px !important;
}
.with-zoom .slider-nav {
	left: 20% !important;
}
.zoom-anim-dialog {
	width: max-content;
margin: 0 auto;
position: relative;
}
.zoom-anim-dialog .mfp-close {
right: -45px;
top: -10px;
opacity: 1;
font-size: 40px;
}
.zoom-anim-dialog .mfp-close:hover {
	color: #000;
}
.wish-head {
	padding: 0 15px 0 47px;
height: 17px;
margin-top: -3px;
}
.wish-head {
	padding-top: 1px !important;
}
.cart-header {
	padding-top: 3px !important;
}
.list-group.acc {
background: #FFFFFF;
box-shadow: 0px 14px 18px rgba(0, 0, 0, 0.05);
display: flex;
flex-direction: column;
padding: 20px 0;
position: relative;
}
.list-group.acc a {
font-family: Gilroy;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 28px;
color: #444;
padding: 0 0 0 75px;
margin: 17.5px 0;
border: none;
position: relative;
}
.contact {
	display: flex;
margin: 0 -15px 40px;
}
.list-group.acc a:hover, .list-group.acc a.active {
	color: #000;
	background: none;
	border: none;
}
.list-group.acc a:after {
content: '';
width: 16px;
height: 16px;
background-repeat: no-repeat;
display: block;
position: absolute;
left: 38px;
top: 6px;
}
.account-discounts_total .discont-content {
	background: #000;
padding: 27px 27px 45px;
min-height: auto;
overflow: hidden;
position: relative;
}

.account-discounts_total .discont-content::after {
content: '';
background-image: url(/image/discb.png);
height: 350px;
width: 100%;
display: block;
position: absolute;
background-size: 100%;
bottom: -150px;
background-repeat: no-repeat;
margin-left: -20px;
transform: rotate(-5deg);
right: -60px;
}
.account-discounts_total .breadcrumb {
	padding: 8px 0px;
}
.discont-prices {
	display: flex;
	margin-bottom: 45px;
}
.discont-prices .text {
	font-family: Gilroy;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #FFFFFF;
margin-bottom: 12px;
display: block;
}
#logo a {
	cursor: pointer;
}
.discont-prices .one {
	margin-right: 16px;
}
.discont-prices .value-two {
	display: flex;
height: 44px;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 800;
font-size: 16px;
line-height: 20px;
color: #EEBB3F;
width: 211px;
justify-content: center;
align-items: center;
padding-bottom: 2px;
border: 1px dashed #EEBB3F;
}
.discont-prices .value-one {
	display: flex;
height: 44px;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 800;
font-size: 16px;
line-height: 20px;
color: #000000;
width: 211px;
background-image: url(/image/backcall.png);
justify-content: center;
align-items: center;
padding-bottom: 2px;
}
.bottom-discont p {
	padding: 0 35px;
font-family: Gilroy;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
text-align: center;
letter-spacing: 0.02em;
color: #FFFFFF;
opacity: 0.7;
}
.bottom-discont .heading_title {
	font-family: Gilroy;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 27px;
color: #FFFFFF;
margin-top: 50px;
}
.account-discounts_total > .container {
	width: 1330px;
	margin-bottom: 80px;
}
.account-discounts_total {
	background: #F4F4F4;
}
.lk1.list-group-item.active {
	background: none;
}
.lk1.list-group-item.active:hover {
	border: none;
}
.lk1 a:after {
	background-image: url(/image/lk1.svg);
}
.lk1 a:hover:after, .lk1 .list-group-item.active:after {
	background-image: url(/image/lk1-h.svg);
}
.lk2 a:after {
	background-image: url(/image/lk2.svg);
}
.lk2 a:hover:after, .lk2 .list-group-item.active:after {
	background-image: url(/image/lk2-h.svg);
}
.lk3 a:after {
	background-image: url(/image/lk3.svg);
}
.lk3 a:hover:after, .lk3 .list-group-item.active:after {
	background-image: url(/image/lk3-h.svg);
}
.lk5 a:after {
	background-image: url(/image/lk5.svg);
}
.lk5 a:hover:after, .lk5 .list-group-item.active:after {
	background-image: url(/image/lk5-h.svg);
}
.lk6 a:after {
	background-image: url(/image/lk6.svg);
}
.lk6 a:hover:after, .lk6 .list-group-item.active:after {
	background-image: url(/image/lk6-h.svg);
}
.lk7 a:after {
	background-image: url(/image/lk7.svg);
}
.lk7 a:hover:after, .lk7 .list-group-item.active:after {
	background-image: url(/image/lk7-h.svg);
}
.required.email {
	display: none;
}
.information-contact #content {
	padding-left: 0;
}
.form-horizontal.us {
	background: #fff;
	box-shadow: 0px 14px 18px rgba(0, 0, 0, 0.05);
}
.information-contact h1, .wishlist h1, .account-discounts_total h1 {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 28px;
line-height: 36px;
color: #000000;
margin-top: 0;
margin-left: 20px;
margin-bottom: 30px;
}
.form-horizontal.us {
	padding: 16px 26px 26px;
}
.form-horizontal.us .control-label {
	text-align: left;
	font-family: Gilroy;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 26px;
color: #000000;
margin-bottom: 12px;
}
.form-horizontal.us input {
	border: 1px solid #e3e3e3;
border-radius: 0;
box-shadow: none;
}
.required.enquiry label {
	padding-top: 0;
}
.form-horizontal.us textarea {
	border: 1px solid #e3e3e3;
	box-shadow: none;
	border-radius: 0;
	height: 96px;
}
.buttons.us input {
width: 322px;
height: 44px;
background: #000000;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 11px;
color: #EEBB3F;
padding-bottom: 10px;
}
.buttons.us {
display: flex;
justify-content: center;
margin-top: 25px;
margin-bottom: 19px;
}
.no-pruduct {
	margin-left: 20px;
font-size: 18px;
line-height: 22px;
color: #000000;
}
.wishlist-button.in {
	width: 34px;
height: 34px;
border-radius: 80px;
border: none;
background: #000;
position: absolute;
right: 17px;
top: 18px;
text-align: center;
line-height: 32px;
padding-top: 1px;
}
.wishlist #content {
	padding-left: 0;
}
.wishlist-acc.row {
	margin: 0 -12px;
}
#simpleedit .form-group {
	margin: 0;
	width: 33.33%;
	padding: 0 8px;
}
#userFields, .pass-edit fieldset {
	padding: 26px;
background-color: #fff;
box-shadow: 0px 14px 18px rgba(0, 0, 0, 0.05);
}
#userFields .form-horizontal, #addressFields .form-horizontal {
	display: flex;
flex-wrap: wrap;
margin: 0 -8px;
}
#userFields label, #addressFields label, .pass-edit label {
font-family: Gilroy;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 26px;
color: #000000;
padding-top: 15px;
}
.name-edit, .pass-edit span {
	font-family: Gilroy;
font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 35px;
color: #000000;
}
.account-simpleedit h1, .account-password h1, .head-acc, .tittle-lk-mob {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 28px;
line-height: 36px;
color: #000000;
margin-top: 0px;
margin-bottom: 30px;
}
#addressFields {
	background: #FFFFFF;
box-shadow: 0px 14px 18px rgba(0, 0, 0, 0.05);
padding: 26px;
margin-top: 18px;
}
#addressFields .form-group {
	width: 16.66%;
}
#addressFields .row-address_city, #addressFields .row-address_address_1 {
	width: 33.33%;
}
.buttons-edit, .buttons.clearfix.pass {
	margin-top: 58px;
	display: flex;
	justify-content: center;
}
.buttons.clearfix.pass {
justify-content: flex-start;
}
.buttons-edit button, .buttons-edit a, .buttons.clearfix.pass a, .buttons.clearfix.pass input {
	width: 322px;
height: 44px;
background: #000000;
border: none;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 12px;
color: #EEBB3F;
display: flex;
justify-content: center;
align-items: center;
padding-bottom: 2px;
margin: 0 11px;
text-shadow: none;
}
.buttons.clearfix.pass a {
	width: 300px;
	margin-left: 25px;
	padding-bottom: 10px;
	border-radius: 0;
}
.buttons.clearfix.pass input {
	padding-bottom: 10px;
	width: 300px;
}
.simpleregister {
	margin-bottom: 60px;
}
.account-simpleedit >.container >.row, .account-simpleedit .simple-content {
	margin: 0;
}
#simpleedit {
	margin-bottom: 60px;
}
.pass-edit input {
	width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0px !important;
border: 1px solid #e3e3e3;
border-radius: 0;
box-shadow: none;
font-size: 16px;
}
.pass-edit .inputs-pass {
	display: flex;
	display: flex;
margin: 0 -8px;
}
.pass-edit .form-group  {
	width: 33.33%;
	margin: 0;
	padding: 0 8px;
}
#horizontal-menu .nsmenu-thumb.main {
margin: 0;
right: -304px;
top: -2px;
position: absolute;
height: 101%;
}
.table-responsive.order-list, .table-ord-info {
	background-color: #fff;
	padding: 28px;	
}
.order-product {
display: flex;
padding: 30px;
}
.account-order .head, .account-order-info .head {
	padding:0 30px 38px;
	display: flex;
}
.account-order .head div, .order-product div, .account-order-info .head div {
width: 20%;
font-family: Gilroy;
font-style: normal;
color: #000;
display: flex;
align-items: center;	
}
.order-product .order_id, .order_id {
	font-size: 16px;
line-height: 22px;
color: #000000;
font-family: Gilroy;
font-weight: bold;
}
.products-acc .order_id {
	margin-bottom: 15px;
}
.order-product .order_id span {
	font-weight: normal;
}
.order-product {
	box-shadow: 0px 14px 18px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}
.order-product .products-total {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 18px;
color: #000000;
}
.order-product .date_added, .order-product .status{
	font-size: 14px;
}
.btn-info-ord {
	width: 100%;
height: 38px;
display: block;
background-color: #000;
text-align: center;
line-height: 38px;
font-size: 11px;
color: #EEBB3F;
font-family: Druk Text Wide Cyr;
}
.head-acc {
padding: 0 15px 0;
}
.products-total .all-total {
	display: none;
}
.products-total .all-total:last-child {
	display: flex;
}
.products-acc {
	padding-top: 20px;
border-top: 1px solid #e4e4e4;
position: relative;
}
.products-acc:before {
content: '';
background: #000;
height: 2px;
width: 46px;
position: absolute;
top: -1px;
}
.products-row {
	display: flex;
box-shadow: 0px 14px 18px rgba(0, 0, 0, 0.05);
margin-bottom: 13px;
}
.centerblock {
padding-left: 20px;
display: flex;
font-family: Gilroy;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 22px;
color: #000000;
width: 22%;
flex-direction: column;
justify-content: center;
}
.centerblock .quantity {
	font-family: Gilroy;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;
margin-top: 10px;
}
.products-row .price {
width: 18%;
justify-content: center;
display: flex;
align-items: center;
font-size: 14px;
}
.products-row .date_added {
width: 14%;
justify-content: center;
display: flex;
align-items: center;
font-family: Gilroy;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 22px;
color: #000000;
}
.products-row .total {
	width: 12%;
display: flex;
justify-content: flex-end;
align-items: center;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 18px;
color: #000000;
}
.products-row .status {
	display: flex;
align-items: center;
font-family: Gilroy;
font-style: normal;
color: #000;
font-size: 14px;
width: 14%;
justify-content: center;
}
.imagepopup {
	width: 16%;
}
.centerblock a {
	color: #000000;
}
.btn-info-ord:hover {
	color: #fff;
}
.account-order-info .head-acc {
	padding: 0;
}
.main-succ {
	display: flex;
background-color: #000;
margin-top: 40px;
}
.checkout-success #content {
	display: flex;
	min-height: 660px;
	overflow-y: hidden;
}
.sucess-left {
	width: 50%;
text-align: center;
justify-content: center;
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 115px;
}
.checkout-success h1 {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 32px;
line-height: 41px;
color: #FFFFFF;
}
.tittle-order {
	font-family: Gilroy;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
text-align: center;
color: #FFFFFF;
margin-top: 24px;
}
.number-order {
	width: 50%;
height: 116px;
border: 1px dashed #EEBB3F;
margin-top: 40px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.number-order > span {
font-family: Gilroy;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 26px;
color: #EEBB3F;
}
.number-order >span >span {
	display: block;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 28px;
line-height: 36px;
color: #EEBB3F;
}
.sucess-right {
	width: 50%;
text-align: center;
margin-top: 94px;
}
.checkout-success #content:after {
content: '';
background-image: url(/image/succ-back.png);
height: 350px;
width: 1330px;
display: block;
position: absolute;
background-size: 100%;
top: 89%;
background-repeat: no-repeat;
margin-left: 5px;
bottom: 0;
left: 45%;
transform: translate(-50%, -50%);
}
.ocdw_blog-posts-block .list-group {
	display: flex;
}
.list-group-item.ocdw_blog-list-group-item {
	width: 33.33%;
	padding: 0 11px;
}
.back-blog {
	background: #fff; 
}
#ocdw_blog-posts-block-1 .show_allbl {
	width: 228px;
height: 44px;
justify-content: center;
align-items: center;
border: 1px solid #000000;
box-sizing: border-box;
display: flex;
margin: 50px auto 96px;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 20px;
color: #000000;
}
#prlogin-popup .modal-dialog {
	width: 442px;
margin-top: 70px;
border-radius: 0;
margin-right: 52px;
}
#prlogin-popup .modal-content::before {
content: '';
border-width: 10px;
background: #fff;
width: 20px;
right: 30px;
top: -8px;
height: 20px;
position: absolute;
z-index: 999;
transform: rotate(45deg);
}
#prlogin-popup {
	width: 1330px;
margin: 0 auto;
}

#prlogin-popup .modal-body {
	padding: 50px;
}
#prlogin-popup .nav-tabs {
	display: flex;
	justify-content: space-between;
}
#prlogin-popup .nav-tabs > li > a {
width: 166px;
height: 44px;
border-radius: 0;
display: flex;
justify-content: center;
align-items: center;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 20px;
border: 1px solid #000000;
color: #000;
margin: 0;
}
#prlogin-popup .nav-tabs > li:first-child > a {
margin-right: 7px;
}
#prlogin-popup .nav-tabs > li.active > a {
	border: 0;
background: #000000;
color: #FFFFFF;
}
#prlogin-popup label {
	text-align: left;
font-family: Gilroy;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 26px;
color: #000000;
margin-bottom: 12px;
}
#prlogin-popup input {
border: 1px solid #e3e3e3;
border-radius: 0;
box-shadow: none;
font-size: 16px;
font-family: Gilroy;
font-style: normal;
font-weight: 500;
color: #000;
}
#prlogin-popup .form-group {
	margin-left: 0;
	margin-right: 0;
}
#prlogin-tab-login, #prlogin-tab-register {
	margin-top: 22px;
}
.forgotten {
	display: block;
text-align: center;
margin-bottom: 15px;
font-family: Gilroy;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 26px;
text-decoration-line: underline;
color: #000000;
}
#prlogin-popup .modal-content {
	border-radius: 0;
}
.or-text {
margin-top: 25px;
justify-content: center;
display: flex;
position: relative;
}
.or-text::after {
content: '';
width: 100%;
height: 1px;
background: #c4c4c4;
position: absolute;
left: 0;
top: 14px;
}
#prlogin-popup {
	font-family: Gilroy;
font-style: normal;
font-weight: 500;
color: #000000;
}
.or-text span {
	width: 80px;
text-align: center;
background: #fff;
display: block;
z-index: 9;
}
.social-block {
	margin-top: 35px;
}
.social-block button {
	border: 1px solid #000000;
background: #fff;
color: #000;
}
.social-block .google {
	margin-bottom: 12px;
}
.pass-block {
	display: flex;
    margin-bottom: 20px;
}
#prlogin-popup .pass-block > .form-group:first-child {
	margin-right: 7px;
}
#prlogin-popup {
	position: absolute;
	overflow-y: hidden;
	height: 1000px;
}
.login.modal-open ,.login-off {
	overflow: inherit !important;
	padding-right: 0 !important;
}
.quant .form-group {
	display: flex;
}
.quan-pozititon {
	font-family: Gilroy;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 34px;
color: #000000;
margin-left: 15px;
}
#input-quantity {
    pointer-events:none;
  }
.plisting-navigation .text-center button {
	width: 168px;
border: 1px solid #000000;
background: none;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 20px;
color: #000000;
}
.information-block .head {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 30px;
color: #000000;
margin-bottom: 46px;
}
.information-block .content {
	display: flex;
	flex-wrap: wrap;
justify-content: space-between;
}
.information-block .item {
	background: #fff;
	padding: 60px 34px;
	width: 49%;
margin-bottom: 30px;
display: flex;
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05); 
}
.information-block .text {
width: 78%;
font-family: Gilroy;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.02em;
color: #000000;
padding-left: 20px;
}
.information-block .text span {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 36px;
color: #000000;
display: block;
margin-bottom: 16px;
font-size: 26px;
line-height: 26px;
}
.information-block .image {
	width: 22%;
}
.information-block .image span {
width: 100px;
height: 100px;
display: block;
border-radius: 100%;
text-align: center;
line-height: 97px;
}
.information-block .image .last {
	margin-top: -26px;
}
.nivo-directionNav a.nivo-prevNav:hover, .nivo-directionNav a.nivo-nextNav:hover {
	border: 1px solid #fff;
}
.adress-f .address {
	display: block;
	margin-bottom: 7px;
}
.nivo-controlNav a.active {
	background: #FCCD12 !important;
}
.powered {
	position: relative;
	z-index: 9;
	display: flex;
justify-content: space-between;
}
.ocfilter-mobile-handle, .filter-mob {
	display: none;
}
.sorts-block {
	display: flex;
justify-content: flex-end;
}
.category.desc {
	margin-bottom: 100px;
margin-top: 50px;
}
.mob-block {
	display: none !important;
}
.pc-block {
	display: flex !important;
	margin-top: 40px;
}
.block-ship.pc-block {
  margin-top: -200px;
}
.product-category-69 .img-cat {
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.product-category-69 .catalog-section__caption {
	background-color: #fff;
}
.product-category-69 .background-feat {
	display: none;
}
.box23:hover {
	color: #EEBB3F;
}
.box23:hover:before {
	border: 1px solid #EEBB3F;
}
.product-category-69 .cat-img {
	margin: 0; 
}
.product-category-69 #content {
	min-height: 100px;
}
.ocdw_blog-post-item .caption {
	overflow: auto;
height: auto !important;
} 
.extension-ocdevwizard-blog-post .product-grid button {
	justify-content: center;
align-items: center;
display: flex;
}
.extension-ocdevwizard-blog-post .product-grid .product-thumb {
	margin-bottom: 30px;
	box-shadow: 0px 14px 18px rgba(0, 0, 0, 0.03);
}
body .ocdw_blog-products-block .module-title::after {
	display: none;
}
.search_categories a:hover p {
	color: #EEBB3F;
}
.search_categories a:hover {
	border: 1px solid #EEBB3F;
}
.search_categories a {
	border: 1px solid #EEBB3F00;
	display: block;
}
#form-feedback .inpt {
	padding: 0;
margin: 0 15px;
position: relative;
}
#form-feedback .inpt.active::before {
	width: 100%;
	 transition: 1s;
}
.product-thumb:hover .name {
	color: #EEBB3F;
}
#form-review input, #input-review {
	border-radius: 0;
}
.information-information-4 .container.info h1 {
	font-size: 32px;
line-height: 41px;
position: absolute;
top: 260px;
left: 95px;
color: #fff;
}
.information-information-4 .container.info h1:after {
bottom: -30px;
left: 22.5%;
}
.information-information-4 .container.info .head .text {
}
.information-information-4 .container.info .head .text .title {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 30px;
color: #000000;
display: block;
margin-bottom: 20px;
margin-top: 43px;
}
.information-information-4 .container.info .head .text {
color: #000;
font-family: Gilroy;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.information-information-4 .content {
	display: flex;
flex-wrap: wrap;
margin: 30px -6px 70px;
}
.information-information-4 .content > div {
	width: 50%;
	margin-bottom: 50px;
	margin: 0 8px 30px;
	width: 48.6%;
}
.information-information-4 .content .text {
	padding: 82px 25px 27px;
	background: #fff;
	display: flex;
}
.information-information-4 .content .text .icon {
	    width: 25%;
}
.information-information-4 .content .text .text-icon {
	    width: 75%;
		color: #000;
font-family: Gilroy;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.text-icon h2 {
color: #000;
font-family: Druk Text Wide Cyr;
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 24px;
margin-bottom: 31px;
margin-top: 12px;
}
.back-about {
	    background: #fff;
}
.back-about #content h2 {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 32px;
line-height: 41px;
color: #000000;
margin-top: 99px;
text-align: center;
margin-bottom: 15px;
}
.back-about .bottom {
	display: flex;
	flex-wrap: wrap;
}
.back-about .bottom .item {
width: 25%;
padding: 0 25px;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 28px;
color: #000;
margin-top: 73px;
}
.back-about .bottom .item span {
	display: block;
}
.back-about .bottom .item .b-img {
	margin-bottom: 35px;
}
.information-information-4 footer {
	margin-top: 0px;
}
.back-about .container.info {
	padding-bottom: 110px;
}
.list-group.acc.contact a{
	padding-left: 0;
}
.list-group.acc.contact .text {
	font-family: Gilroy;
font-size: 18px;
font-style: normal;
font-weight: 500;
color: #444; 
}
.information-contactshop #content {
	padding-left: 0px;
}
.list-group.acc.contact > div {
margin-bottom: 25px;
}
.information-contactshop h1 {
	margin-top: 26px;
}
.list-group.acc.contact {
	height: max-content;
padding: 40px 25px 17px;
}
.list-group.acc.contact .title {
	color: #444;
font-family: Gilroy;
font-size: 18px;
font-style: normal;
font-weight: 800; 
display: flex;
margin-bottom: 8px;
}
.form-group.first {
	margin: 0;
	padding: 0 8px;
}
.row.first {
	margin: 0 -8px 8px;
}

.list-group.acc.contact a::after, .list-group.acc.contact div::after {
    content: '';
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 38px;
    top: 6px;
}

.cont1::after {
background-image: url(/image/cphone.svg);
top: 27px !important;
}
.cont2::after {
background-image: url(/image/cofis.svg);
}
.cont3::after {
background-image: url(/image/ctime.svg);
}
.cont1:hover:after {
background-image: url(/image/cphoneh.svg);
}
.cont2:hover:after {
background-image: url(/image/cofish.svg);
}
.cont3:hover:after {
background-image: url(/image/ctimeh.svg);
}
#desc-text {
	max-height: 180px;
	overflow: hidden;
	position: relative;
}
#desc-text.active {
	max-height: 100%;
overflow: inherit;
}
.desc-button {
	display: inline-block;
width: 168px;
height: 44px;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 12px;
border: 1px solid #000000;
text-align: center;
line-height: 38px;
margin-top: 15px;
cursor: pointer;
}
.desc-button:hover {
	background: #000;
	color: #fff;
}
.new-select {
border: 1px solid #000;
width: 144px;
height: 32px;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 13px;
color: #262626;
display: flex;
justify-content: flex-start;
align-items: center;
padding-bottom: 2px;
padding-left: 14px;
cursor: pointer;
}
.new-select:after {
	content: '';
	background-image: url(/image/sort.svg);
	background-repeat: no-repeat;
	width: 10px;
height: 6px;
display: block;
position: absolute;
z-index: 9999;
right: 12px;
top: 14px;
}
.standart-sort label {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 10px !important;
line-height: 10px;
color: #000;
background: none;
border: 0;
padding-bottom: 7px !important;
}
.new-select.on:after {
	transform: rotate(180deg);
}
.new-select__list {
	position: absolute;
top: 35px;
left: 0;
border: 1px solid #ced4da;
cursor: pointer;
z-index: 11;
background: #fff;
user-select: none;
width: max-content;
min-width: 100%;
width: auto;
display: block;
padding: 5px 15px;
}
.select {
    display: block;
    max-width: 215px;
    width: 100%;
    position: relative;
}
.new-select__item {
	color: #000;
padding: 6px 0px;
display: flex;
font-family: Gilroy; 
}
.button-rev:hover {
	background: #000;
	color: #fff;
}
.new-select__item {
	border-bottom: 1px solid #e9e9e9;
}
.new-select__list .new-select__item:last-child {
	border: none;
}
.new-select__item:hover {
color: #EEBB3F;
}
	#discount-scale {		
		padding-top: 40px;
padding-bottom: 40px;
		background: black;
	}
	#discount-scale-wrapper {
		border: 1px solid #EEBB3F;
		height: 15px;
		position: relative;
		background: transparent;
	}
	#discount-scale-line {
		background-image: url(/image/discont.png) !important;
		width: 0px;
		height: 13px;
		position: relative;
		background-size: cover;
	}
	#discount-scale-line::after {
		position: absolute;
		right: -4px;
		content: " ";
		display: block;
		border-radius: 50%;
		background-image: url(/image/discont.png) !important;
		transform: scale(1.2);
		width: 15px;
		height: 15px;
		top: -1px;
		background-size: cover;
	}
	.discount-scale-mark {
		background: #EEBB3F;
width: 1px;
height: 28px;
position: absolute;
top: -7px;
	}
	.discount-scale-mark-percent {
		color: #EEBB3F;
position: absolute;
top: -35px;
font-family: Gilroy;
font-weight: 500;
font-family: Druk Text Wide Cyr;
font-size: 12px;
	}
	.discount-scale-mark-summ {
		color: white;
		position: absolute;
		top: 28px;
		font-weight: 500;
font-family: Druk Text Wide Cyr;
font-size: 12px;
	}	
	.account-discounts_total .container.main {
		position: static;
padding-top: 35px;
	}
	.phone-head a {
		font-size: 12px;
		padding-top: 5px;
	}
	.product-category-69 .catalog-section__caption {
    height: 80px;
display: flex;
align-items: center;
justify-content: center;
}
	#ocdw_blog-posts-block-1 .show_allbl:hover, .plisting-navigation .text-center button:hover {
		background: #000;
		color: #fff;
	}
.price-gramm.category {
font-size: 12px;
width: 100%;
border-top: 1px solid #FCCD12;
margin-top: 20px;
padding-top: 14px;
}
.price-main {
	display: flex;
flex-direction: column;
justify-content: center;
}	
#desc-text::after {
	content: '';
	background: linear-gradient(360deg, rgba(255, 255, 255, 0.98) 25.43%, rgba(0, 0, 0, 0) 95.78%);
	width: 100%;
	height: 30%;
	position: absolute;
	bottom: 0;
}	
#desc-text.active::after {
	display: none;
}
.price-block li > span {
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 36px;
color: #B5B5B5;
}

.list-unstyled.price-block.spec {
	margin-bottom: 0;
}
footer a:hover {
	color: #EEBB3F;
}
.post-info-share .fb:hover {
	color: #fff;
}
.list-group.acc.contact .cont3:hover {
	color: #676767;
}
.list-group.acc.contact .cont3:hover:after {
	background-image: url(/image/ctime.svg);
}
.buttons.us input:hover {
	color: #fff;
}
#seo-text {
	max-height: 200px;
overflow: hidden;
position: relative;
font-family: Gilroy;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
text-align: center;
letter-spacing: 0.02em;
color: #000000;
}
#seo-text::after {
content: '';
background: linear-gradient(180deg, rgba(244, 244, 244, 0.25) 25.43%, rgb(255, 255, 255) 95.78%);
width: 100%;
height: 30%;
position: absolute;
bottom: 0;
left: 0;
}
#seo-text.active::after {
	display: none;
}
#seo-text.active {
	max-height: 100%;
overflow: inherit;
}
.seo-button {
	border: none;
background: no-repeat;
margin: 0 auto;
display: inherit;

}
.common-home .seo-button {
margin-bottom: 60px;	
}
.description.company.prod #seo-text::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 25.43%, rgb(255, 255, 255) 95.78%);
}
.wishlist-button button {
	background: none;
	border: none;
	z-index: 9;
	padding: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wishlist-button.click .wishlist_remove.pr, .wishlist_remove.all {
	position: absolute;
}
.buttons-opt a:hover {
	color: #fff;
}

.alert.alert-success {
z-index: 99;
border: none;
padding: 20px !important;
background: #000;
border-radius: 0;
color: #fff;
text-align: left;
position: fixed;
bottom: 10px;
left: 10px;
margin: 0;
font-family: Gilroy;
font-style: normal;
font-weight: 500;
font-size: 14px;
}
.alert.alert-success a, .alert-success a {
	color: #fff;
	text-decoration: underline;
}
.alert.alert-success i, .alert-success i {
	display: none;
}
.description.company.prod {
	margin-bottom: 0;
}
.pp-item {
	display: flex;
padding-bottom: 25px;
margin-top: 25px;
border-bottom: 1px dashed;
}
.ppost-right {
	padding-left: 28px;
}
.name-pp {
	font-family: Gilroy;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 24px;
color: #000000;
display: block;
margin-bottom: 12px;
}
.name-pp:hover {
	color: #EEBB3F;
}
.desc-pp {
	font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.02em;
color: #000000;
opacity: 0.8;
font-family: Gilroy;
font-style: normal;
}
.button-pp {
	position: relative;
}
.button-pp a:after {
content: '';
background-image: url(/image/ppicon.svg);
width: 24px;
height: 24px;
display: inline-block;
position: absolute;
border-bottom: 5px;
right: 0px;
background-size: 24px;
background-repeat: no-repeat;
}	
.button-pp a:hover:after {
	background-image: url(/image/ppiconh.svg);
}
.pp-tittle {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 30px;
color: #000000;
display: block;
margin-bottom: 40px;
}

#ocdw_blog-post-description h2, #ocdw_blog-post-description h2 span, #ocdw_blog-post-description .head-desc, #ocdw_blog-post-description h1 {
font-family: Druk Text Wide Cyr !important;
font-style: normal !important;
font-weight: 500 !important;
font-size: 20px !important;
line-height: 30px !important;
color: #000000 !important;
}

#ocdw_blog-post-description .head-desc, #ocdw_blog-post-description h1 {
	font-size: 24px !important;
}

#ocdw_blog-post-description span {
font-family: Gilroy !important;
font-style: normal !important;
font-weight: normal !important;
font-size: 18px !important;
line-height: 34px !important;
letter-spacing: 0.02em !important;
color: #000000 !important;
}
.bg-image-slider {
	display: none !important;
}
#simplecheckout_cart .quantity_pieces {
	margin-left: 0;
}
.back-blog.spec {
	background: #000;
position: relative;
height: 830px;
}

.back-blog.spec::before {
    background-image: url(/image/221.webp);
    height: 100%;
    opacity: 0.5;
	content: '';
width: 100%;
display: block;
position: absolute;
background-size: cover;
top: 0;
background-position-y: -70px;
background-repeat: no-repeat;
}
.back-blog.spec .ocdw_blog-post-item {
	width: 881px;
margin: 0 auto;
border: none;
overflow: hidden;
}
.back-blog.spec .module-title {
	color: #fff;
	margin-top: 80px;
margin-bottom: 90px;
}
.back-blog.spec .module-title i {
	display: none;
}
.back-blog.spec .caption {
	position: absolute;
	bottom: 0;
	padding-left: 56px;
	padding-bottom: 45px;
}
.back-blog.spec .ocdw_blog-post-heading {
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 800;
font-size: 32px;
line-height: 40px;
color: #FFFFFF;
width: 90%;
}
.back-blog.spec .spec-bl {
	display: flex;
}
.back-blog.spec .date-cat {
	font-family: Gilroy;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.02em;
color: #FFFFFF;
}
.back-blog.spec .product-thumb .image {
	margin: -1px;
}
.back-blog.spec .owl-nav .owl-prev, .back-blog.spec .owl-nav .owl-next {
	width: 44px;
	height: 44px;
}
.back-blog.spec .owl-nav .owl-prev {
    display: flex;
    justify-content: center;
    top: 40%;
    position: absolute;
    border: 1px solid #EEBB3F;
    border-radius: 0;
    padding-top: 9px !important;
}

.back-blog.spec .owl-nav .owl-prev:hover, .back-blog.spec .owl-nav .owl-next:hover {
	border: 1px solid #fff;	
	background: none;
}

.back-blog.spec .owl-nav .owl-next {
	right: 0;
    display: flex;
    justify-content: center;
    top: 38%;
    position: absolute;
    border: 1px solid #EEBB3F;
    border-radius: 0;
    padding-top: 9px !important;
}


.back-blog .owl-prev span::before {
    content: '';
    background-image: url(/image/left-arrow.svg);
    width: 24px;
    height: 24px;
    display: flex;
}
.back-blog .owl-prev:hover span:before {
    background-image: url(/image/left-arrowh.svg);	
}
.back-blog .owl-next:hover span:before {
    background-image: url(/image/right-arrowh.svg);	
}
.back-blog .owl-prev span, .back-blog .owl-next span {
	font-size: 0;
}
.back-blog .owl-next span::before {
    content: '';
    background-image: url(/image/right-arrow.svg);
    width: 24px;
    height: 24px;
    display: flex;
}
.back-blog .owl-dot span {
	line-height: 10px;
width: 10px !important;
margin: 0 4px !important;
background: #777777;
opacity: 0.5;
}
.back-blog .owl-dot.active span {
background: #EEBB3F !important;
opacity: 1;
}
.back-blog .owl-dots {
	    margin-top: 50px;
}
.msp-small_image > img {
    display: block;
    max-width: 450px !important;
    z-index: 999;
    position: relative;
}

.megasliderpro-container .slide-type1 .msp-small_image {
	width: 480px !important;
	height: 480px !important;
}
.ocdw_blog-post-item:hover .ocdw_blog-post-heading {
	color: #EEBB3F !important;
}
.lk7.list-group-item::before {
	display: none !important;
}
.common-home #ocdw_blog-posts-block-0 .image:after, .category-6 .image-main:after, .category-6 .ocdw_blog-post-item .image:after {
content: '';
background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 10.43%, rgb(0, 0, 0)90.78%);
width: 100%;
height: 50%;
position: absolute;
bottom: 0;
left: 0;
}
.category-3 .post-info-tags {
	display: none !important;
}
.extension-ocdevwizard-blog-post .show_allbl {
	display: none;
}
.extension-ocdevwizard-blog-post #ocdw_blog-posts-block-0 {
margin-bottom: 80px;
}
.extension-ocdevwizard-blog-post .ocdw_blog-content {
	margin-bottom: 70px;
}
body.category-6 #ocdw_blog-products-block {
	margin-bottom: 0 !important;
}
body.category-6 .ocdw_blog-content {
    margin-bottom: 0px;
}
.spec-post-item .product-thumb {
	box-shadow: none;
}
.account-header.login span {
	line-height: 50px;
margin-right: 10px;
}
.account-header.login img{
	margin-top: -3px;
}
.trash:after {
content: '';
background-image: url(/image/close-del.svg);
width: 14px;
height: 16px;
background-size: 14px;
display: block;
background-repeat: no-repeat;
}
.trash:hover:after {
	background-image: url(/image/close-del-h.svg);
}
.trash {
	cursor: pointer;
}
.nivo-slice > img {
	display: none !important;
}
.record-blog .record_columns {
	display: flex;
flex-wrap: wrap;
}
.wishlist_remove {
	z-index: 99 !important;
}
.wishlist_remove.pr {
	display: none !important;
}
.wishlist-button.click .wishlist_remove.pr {
	z-index: 99999;
	text-align: center;
display: flex !important;
justify-content: center;
align-items: center;
}

[class*="product-product-"].modal-open.login #prlogin-popup .modal-dialog {
margin-right: 94px;
}
.information-contactshop .form-group input, .information-contactshop .form-group textarea, .information-contact .form-group input,
.information-contact .form-group textarea {
	font-size: 16px;
font-family: Gilroy;
font-style: normal;
font-weight: 500;
color: #000;
}
.first.cont {
	display: none;
}
.slider-box {
	cursor: pointer;
}
#popupcart_extended .popupcart_info .name a:hover {
	color: #EEBB3F;
}
.cart-close:hover {
	-webkit-filter: brightness(57%);
}
#popup-quickorder input:focus, #popup-quickorder input {
	box-shadow: none;
	border: 1px solid #e3e3e3;
}
#popup-quickorder input {
font-size: 16px;
font-family: Gilroy;
font-style: normal;
font-weight: 500;
color: #000;
}
.no-quantity {
background: #D0D0D0; 
width: 259px;
height: 40px; 
color: #000;
text-align: center;
font-family: Druk Text Wide Cyr;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 40px;
}
.quan-prod .price-block.no-quan li .prc, .price-block.no-quan li .prc-new {
	color: #929292;
}
.product-product-73 .block-ship.pc-block {
  margin-top: -30px;
}
.no-quan-pr {
/*display: inline-block;
position: absolute;
left: 24px;
bottom: 18px;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 14px;
background: #D0D0D0;
height: 40px;
line-height: 40px;
width: 259px;
color: #000;
*/
    background: #D0D0D0;
    text-align: center;
    font-family: Druk Text Wide Cyr;
    font-size: 11px;
    line-height: 26px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 0px 10px;
    font-weight: 100;
}
.information-information-13, .information-information-13 .breadcrumb {
	background: #fff;
}
.buttons-opt {
	display: flex;
	margin-top: 40px;
margin-bottom: 150px;
}
.buttons-opt a {
	width: 293px;
display: flex;
height: 44px;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 20px;
color: #EEBB3F;
background: #000;
justify-content: center;
align-items: center;
padding-bottom: 3px;
}
.price-link {
	margin-right: 21px;
}
.information-information-13 h2 {
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 30px;
color: #000000;
margin-bottom: 20px;
margin-top: 50px;
}
.information-information-13 .container.info p {
	font-family: Gilroy;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 34px;
color: #000000;
}
#smspanel2 .modal-body, #modal-sms2 .modal-body, #smserror .modal-body {
	padding: 50px;
}
.background_sms {
	min-height: 0;
padding: 0;
border: none;
}
#smspanel2 .modal-dialog, #modal-sms2 .modal-dialog, #smserror .modal-dialog {
  width: 440px;
  top: 25%;
}
#demoBasic {
	display: none;
}
#smspanel2 .welcome, #modal-sms2 .welcome {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 16px;
text-align: center;
color: #000;
margin-bottom: 20px;
}
#smspanel2 input, #modal-sms2 input {
  height: 45px;
border-radius: 0;
font-size: 16px;
color: #000;
font-size: 18px;

}
#modal-sms2 input {
padding-left: 18px;	
}
#smspanel2 .purple {
	display: none;
}
#smspanel2 .tel {
	margin-bottom: 20px;
	position: relative;
}
#smspanel2 .modal-content, #modal-sms2 .modal-content {
	border-radius: 0;
}
#smspanel2 .chekSms {
	margin-bottom: 0;
}
#smspanel2 input:focus, #modal-sms2 input:focus {
	border-color: #000;
	box-shadow: none;
}
#smspanel2 .close, #modal-sms2 .close, #smserror .close {
	position: relative;
z-index: 1;
top: 12px;
right: 12px;
opacity: 1;
}
#smspanel2 .close img, #modal-sms2 .close img, #smserror .close img {
width: 18px;
}
#smspanel2 .tel::before, #modal-sms2 .tel::before {
content: '';
background-image: url(/image/phone1.svg);
position: absolute;
width: 14px;
height: 14px;
background-repeat: no-repeat;
top: 16px;
left: 17px;
background-size: 14px;
}
.sms-error-info {
	font-size: 16px;
color: #333;
text-align: center;
}
.sms-error-tel {
margin-top: 30px;
font-size: 16px;
color: #333;
text-align: center;
}
.sms-error-tel a {
color: #333;
text-decoration: underline;
margin-top: 3px;
display: inline-block;
}
.sms-error-tel a img {
	margin-right: 5px;
margin-top: -2px;
width: 13px;
}
.error-sms-block {
	margin-top: 15px;
}
.sms-error-link {
color: #EEBB3F;
font-weight: 700;
text-decoration: underline;
cursor: pointer;
}
.sms-error-link:hover {
color: #EEBB3F;	
}
#smserror .modal-body {
	font-family: Gilroy;
}
.error-sms-block .no-sms {
	color: #000;
border-bottom: 1px solid;
font-size: 14px;
line-height: 26px;
font-weight: 500;
font-family: Gilroy;
display: inline-block;
cursor: pointer;
}
.error-sms-block .code-no {
position: absolute;
top: 12px;
right: 20px;
color: #f00;
font-family: Gilroy;
font-size: 14px;
}
#modal-sms2 .tab-content {
	position: relative;
}
#modal-sms2 .modal-body {
	padding-bottom: 30px;
}
#smspanel2 input {
	padding-left: 40px;
}
#modal-login .modal-dialog {
width: 440px;
top: 25%;
}
#modal-login .modal-content {
	border-radius: 0;
}
#modal-login .modal-body {
	font-weight: 700;
font-size: 20px;
line-height: 24px;
color: #000000;
text-align: center;
padding: 50px;
height: 260px;
font-family: Gilroy;
font-style: normal;
}
#modal-login .modal-body {
	display: flex;
flex-direction: column;
align-items: center;
}
#modal-login .modal-body img {
	order: -1;
margin-bottom: 40px;
margin-top: 20px;
}
#smserror .modal-content {
	border-radius: 0;
}
#modal-addquickorder .modal-dialog, .success-war-coupon .modal-dialog, .success-suc-coupon .modal-dialog, 
.success-feedback .modal-dialog {
	width: 380px;
	top: 30%;
}
#modal-addquickorder .modal-content, .success-war-coupon .modal-content, .success-suc-coupon .modal-content,
.success-feedback .modal-content {
min-height: 155px;
border-radius: 0; 
}
.success-feedback .modal-body {
	padding-top: 65px
}
#thkbuyoneclick1, .success-war-coupon, .success-suc-coupon, .success-feedback {
background: none;
font-family: 'Gilroy';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
color: #000;
padding: 65px 35px 38px;
text-align: center;
z-index: 9999;
}
.artikul {
	text-align: right;
font-size: 15px;
margin-top: 10px;
	font-family: Gilroy;
font-style: normal;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: block !important;
}
.related.owl-carousel .owl-prev, .cat-img .owl-prev {
	position: absolute;
left: -30px;
top: 33%;
width: 50px;
height: 50px;
border: 1px solid !important;
z-index: -111;
border-radius: 50px !important;
}
.related.owl-carousel .owl-next, .cat-img .owl-next {
	position: absolute;
right: -30px;
top: 33%;
width: 50px;
height: 50px;
border: 1px solid !important;
z-index: -111;
border-radius: 50px !important;
}
.related.owl-carousel .owl-prev:hover, .related.owl-carousel .owl-next:hover {
	background: none !important;
	border: 1px solid #000 !important;
}
.related.owl-carousel .product-grid {
	background: #F4F4F4;
	padding: 0 10px;
}
.related.featur.owl-carousel .product-grid {
	background: #fff;
}
.related.owl-carousel .owl-prev img {
	margin-left: -10px;
}
.related.owl-carousel .owl-next img {
	margin-right: -10px;
}
.related.owl-carousel .owl-next span {
	margin-right: -2px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #EEBB3F !important;
}
.owl-theme .owl-dots .owl-dot span {
	background: #000000 !important;
    margin: 5px !important;
}
#thkbuyoneclick1:before, .success-war-coupon .modal-body:before, .success-suc-coupon .modal-body:before, 
.success-feedback .modal-body:before {
content: '';
width: 100px;
height: 100px;
background-image: url(/image/succ.svg);
display: block;
position: absolute;
border-radius: 100px;
background-repeat: no-repeat;
background-position: center;
background-color: #fff;
left: 50%;
transform: translate(-50%, -50%);
top: 0px;
}
.success-war-coupon .modal-body:before {
background-image: url(/image/promo-war.svg);	
}
.success-suc-coupon .modal-body:before {
background-image: url(/image/promo-suc.svg);		
}
.success-war-coupon .mfp-close {
border: 0 none;
cursor: pointer !important;
height: 40px;
outline: medium none;
position: absolute;
top: 0px;
width: 45px;
z-index: 2;
font-size: 0;
opacity: 1;
color: #000;
right: -28px;
}

.success-war-coupon .mfp-close:after {

    content: '';
    background-image: url(/image/close.svg);
    width: 23px;
    height: 23px;
    position: absolute;
    background-repeat: no-repeat;

}
.cont-war-coupon {
	margin-top: 50px;
color: #F00;
}
.call-war-coupon {
margin-top: 20px;
font-size: 16px;
font-weight: 400;
margin-bottom: 20px;
line-height: 22px;
}
.cont-suc-coupon {
margin-top: 50px;	
}
.call-war-coupon a {
	color: #444;
    font-size: 14px;
}
.call-war-coupon img {
	margin-top: -3px;
}
.ocdw_cart-call-button::after {
	display: none;
}
.product-thumb .button-group button.pc-cart, .product-thumb .button-group button.pc-cart:hover {
	background: #EEBB3B;
	border: none;
}
.ocdw_cart-call-button .in-cart {
	width: 22px;
}
.cat-img.owl-carousel .owl-nav.disabled {
	display: none !important;
}
#total_total, #total_shipping {
	display: flex;
	align-items: flex-end;
justify-content: flex-start;
}
/*
#total_shipping .simplecheckout-cart-total-value {
	display: none;
}
*/
#total_total .simplecheckout-cart-total-value {
	margin-left: 8px;
}
.block-feedback .alert-danger {
	margin: 20px 0;
background: none;
border: none;
padding: 0;
position: absolute;
top: 30px;
color: #F00;
}
.block-feedback .alert-danger i {	
display: none;
}
.quantity_pieces {
	padding-top: 3px;
}
#fast1::before {
  content: '';
  background-image: url(/image/phone1.svg);
  position: absolute;
  width: 12px;
  height: 12px;
  display: inline-block;
  left: 27px;
  top: 25px;
  z-index: 1;
}



@media(min-width: 767px) {
.search-cat {
	margin-bottom: 20px;
}

.related .wishlist-button button {
	justify-content: center;
display: flex;
}
.product-thumb .button-group button:hover:after {
	background-image: url(/image/cart-iconh.svg);
}

.product-thumb .button-group button.pc {
	display: flex;
justify-content: center;
align-items: center;
}
.product-thumb .button-group button.pc:hover {
border: 1px solid #EEBB3F;
background: none;
}
.block-section:hover {
border: 1px solid #EEBB3F;
}
.block-section:hover .catalog-section__caption {
	color: #EEBB3F;
}
.block-section {
	border: 1px solid #EEBB3F00;
}
.container.category .cat-img {
	margin-bottom: 40px;
}
.price-block li:first-child {
	order: 1;
}
.prc-new {
	margin-right: 20px;
}
.powered p {
	min-width: 130px;
}
.close-col {
	display: none;
}
.tittle-lk-mob {
	display: none;
}
.category-3 .image-name-date h1:after {
content: '';
background-color: #EEBB3F;
position: absolute;
width: 72px;
height: 2px;
bottom: -40px;
left: 40px;
transform: translate(-50%, -50%);
}
#ocdw_blog-products-block .owl-stage {
	display: flex;
justify-content: center;
}
.information-information-13 .inf {
	display: flex;
width: 940px;
margin: 0 auto;
}
.information-information-13 .container.info h1 {
	text-align: left;
	margin-bottom: 70px;
}
.information-information-13 .container.info h1:after {
	left: 4.5%;
}
}






























@media(max-width: 767px) {
body .container, body .megasliderpro-container, body #top > .container  {
		width: 100%;
		padding: 0 20px;
	}
.module-title {
	font-size: 16px;
line-height: 20px;
margin-top: 27px;
}

#plisting-33 .module-title::after, .category h1::after, .feat-h1::after, .checkout-simplecheckout h1::after, .extension-ocdevwizard-blog-category h1::after, .ocdw_blog-posts-block .module-title::after, .ocdw_blog-products-block .module-title::after, .container.info h1::after, .information-contactshop h1::after {
	bottom: -23px;
}
.plisting-content {
    margin-top: 34px;
}
.plisting-products {
    margin: 0 -5px;
}
.plisting-products .product-grid {
    padding: 0 5px;
}
.wishlist-button {
    width: 32px;
    height: 32px;;
    right: 12px;
    top: 6px;
}
.caption.category a {
	margin-top: 11px;
	font-family: Gilroy;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 16px;
overflow: hidden;
height: 34px;
}
.product-thumb .price, .product-thumb .price-new {
    font-size: 12px;
    line-height: 15px;
}
.product-thumb .price {
	display: flex;
flex-direction: column;
position: relative;
margin-top: 8px;
}
.product-thumb .button-group {
    padding: 0 10px;
	margin-bottom: 7px;
}
.product-thumb .button-group button {
	width: 34px;
	height: 34px;
	line-height: 26px;
}
.product-thumb .button-group button img {
	width: 15px;
}
.product-thumb .price-old {
	position: absolute;
font-size: 8px;
top: -10px;
left: 0px;
z-index: 9;
margin: 0;
font-weight: 500;
font-family: Gilroy;
}
.product-thumb .button-group {
	align-items: center;
}
.plisting-content .nav-tabs {
	margin-bottom: 20px;
}
.product-thumb {
    margin-bottom: 10px;
}
.plisting-navigation {
    margin-top: 25px;
    margin-bottom: 36px;
}
.plisting-navigation .text-center button {
	height: 38px;
width: 147px;
font-size: 10px;
}
#top .pull-left, #category, body #horizontal-menu .navbar-ex1-collapse, .desktop-right {
    display: none !important;
}
#top {
    background: #000;
	position: relative;
	padding-top: 8px;
	}
.container.main .phone-head {
	display: none;
}
.cart-header, .wish-head {
	border: none;
}
.cart-header {
	padding: 0;
}
#like img {
	display: none;
}
#like:before {
content: '';
width: 24px;
height: 24px;
background-image: url(/image/mobwish.svg);
display: inline-block;
background-size: 23px;
background-repeat: no-repeat;
}
#cart-total, #wishlist-total {
	border: 2px solid #000;
	top: -6px;
left: 12px;
}
#wishlist-total {
	top: -17px;
	left: 15px;
}
#cart button:before {
content: '';
width: 22px;
height: 22px;
background-image: url(/image/mobcart.svg);
display: inline-block;
background-size: 23px;
}
.search-header {
	display: none;
}
.search-header.active {
	display: block;
}
.megasliderpro {
	margin-top: -1px;
}
.search-header {
position: absolute;
bottom: 0px;
width: 100%;
left: 0;
padding: 0 20px;
top: 55px;
margin-right: -20px;
height: 60px;
background: #000;
}
.container.main {
	width: 100%;
}
.menu-header-box #horizontal-menu.navbar, header .menu-header-box {
	width: max-content;
	order: -1;
}
header {
	position: inherit;
}
.menu-header-box #horizontal-menu .btn-navbar {
border: none;
box-sizing: border-box;
border-radius: 100px;
height: 36px;
width: 36px;
text-align: center;
padding: 0 0 0 3px;
line-height: 0;
background: no-repeat;
margin-top: 3px;
box-shadow: none;
outline:none;
}
.menu-header-box #horizontal-menu .btn-navbar:focus, .menu-header-box #horizontal-menu .btn-navbar:active,
.menu-header-box #horizontal-menu .btn-navbar:hover {
	outline:none;
	border: none;
}
#horizontal-menu .toggle-close-mm {
right: 13px;
top: 5px;
width: 34px;
height: 34px;
}
#horizontal-menu .toggle-close-mm img {
  width: 34px;
}
#logo {
    width: 76px;
    padding-top: 4px;
}
.container.main {
    width: max-content;
    left: 0;
    top: 25px;
}
#cart > .btn {
	padding: 0;
}
.cart-header {
    margin-right: 60px;
    padding: 6px 0;
}
.wish-head {
    padding: 6px 0;
	margin-right: 32px;
}
#top-links {
    margin-top: -2px;
}
#search .input-group-btn {
position: absolute;
z-index: 9;
top: 12px;
left: 16px;
}
.search-header #search .input-lg, #search {
	width: 100%;
	height: 40px;
}
.search-header #search .input-lg {
background: #000000;
border: 1px solid #FCCD12;
padding: 12px 8px 12px 42px;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 13px;
color: #FCCD12 !important;
}
.search-header #search .input-lg::placeholder {
	font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 13px;
color: #FCCD12 !important;
opacity: 1;
}
#search img {
	display: none;
}
#search button:before {
	content: '';
	width: 14px;
	height: 14px;
	background-image: url(/image/serchmob.svg);
	display: inline-block;
background-size: 14px;
margin-top: 2px;	
}
.megasliderpro .megasliderpro-container .slides {
	height: 590px;
}
.megasliderpro.main .megasliderpro-container .slide-type1 .msp-small_image {
width: 110px;
height: 120px;
right: 10px;
top: 35px;
left: auto;
}

.btn-readmore-slider1::after {
	background-size: 100px;
	background-repeat: no-repeat;
}
.slide-type1 .msp-title.effect_title10 {
width: 62%;
margin-top: 38px;
}
.megasliderpro-container .slide-type1 .msp-title h3 {
	font-size: 18px;
width: 100%;
padding: 0;
line-height: 28px;
}
.megasliderpro-container  .slide-type1 .msp-readmore {
    width: 140px;
    right: 10px;
    top: 120px;
    left: 0;
}
.megasliderpro.main {
	overflow: hidden;
}
body .megasliderpro::before {
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    background-position-x: -200px;
    background-position-y: -30px;
	display: none;
}
body .megasliderpro::after {
    height: 400px;
    width: 100%;
    background-position-y: 280px;
    background-position-x: -200px;
    background-repeat: no-repeat;
	display: none;
}
.nivo-controlNav {
	display: none;
}
.megasliderpro.special .megasliderpro-container {
    width: 100%;
}
.megasliderpro.special .title_spec {
	padding-top: 30px;
font-size: 16px;
line-height: 20px;
padding-bottom: 54px;
}
.megasliderpro.special .title_spec::after {
	bottom: 30px;
}
.megasliderpro.special .megasliderpro-container .slides {
	padding: 0;
}
.megasliderpro.special .megasliderpro-container .slides, .megasliderpro.special .megasliderpro-container .slides img {
    height: 100% !important;
	width: 100% !important;
}

.megasliderpro.special .megasliderpro-container .slides img {
	margin-bottom: 75px;
}

body .megasliderpro.special .slide-type2 .msp-title {
    width: 100%;
    top: 90px !important;
}
body .megasliderpro.special .slide-type2 .msp-title h3 {
	line-height: 22px;
font-size: 16px;
}
body .megasliderpro.special .megasliderpro-container .slide-type2 .msp-small_image {
    top: 53px;
	width: 128px;
	height: 33px;
	left: 17px;
}
body .megasliderpro.special .megasliderpro-container .slide-type2 .msp-small_image img {
	padding-left: 0;
}
body .megasliderpro.special .slide-type2 .sub-title {
	top: 141px;
padding-left: 0;
width: 100%;
}
body .megasliderpro.special .sub-title h3 {
	line-height: 15px;
font-size: 12px;
}
#oc-inivoslider-1 .nivo-main-image {
	display: none !important;
}
.nivo-controlNav {
    width: 90% !important;
}
body .megasliderpro-container .nivo-controlNav a {
    width: 6px !important;
    height: 6px !important;
    opacity: 0.5;
}
body .megasliderpro-container .nivo-controlNav a.active {
	opacity: 1;
}
body .nivo-controlNav {
    bottom: 15px;
}
body .megasliderpro.special:before {
	opacity: 0.4;
background-position-x: 0;
background-position-y: 20px;
}
.ocdw_blog-posts-block .module-title {
	margin-bottom: 48px;
}
.ocdw_blog-posts-block .ocdw_blog-post-item .caption {
	padding: 0 24px 20px;
	font-size: 12px;
line-height: 18px;
color: #000; 
}
.ocdw_blog-post-item .ocdw_blog-post-heading {
	font-size: 16px;
line-height: 20px;
min-height: 34px;
}
#ocdw_blog-posts-block-1 .show_allbl {
	margin: 5px auto 37px;
height: 39px;
background: #141414;
width: 196px;
color: #fff;
}

.block_with_feedback .right {
    width: 100%;
    padding-top: 25px;
	margin-top: -15px;
}
.block_with_feedback .right h3 {
	margin-top: 0;
font-size: 18px;
line-height: 26px;
margin-bottom: 5px;
}
.block_with_feedback .right p {
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 0;
}
.block-feedback, .block-feedback #form-feedback .form-group {
	flex-direction: column;
	margin-top: -5px;
}
#form-feedback .form-group > .inpt:first-child {
	margin-bottom: 20px;
}
.block_with_feedback {
  height: 100%;
  padding-bottom: 40px;
}
.block_with_feedback .container {
  flex-direction: column;
}
#button_send_feedback {
margin: 20px 0 0;
height: 50px;
width: 196px;
font-size: 14px;
position: relative;
background-position: center;
}
.block_with_feedback::after {
    content: '';
    height: 60px;
    width: 100%;
    background-size: 140%;
    background-position-x: 40px;
    background-position-y: -40px;
    top: auto;
    bottom: 0px;
	background: none;
}
#form-feedback input {
	width: 100%;
}
.heading_title {
	margin-top: 31px;
font-size: 16px;
line-height: 20px;
text-align: left;
}
.company {
color: #616161;
text-align: left;
margin-bottom: 0;
}
#showContent, #hideContent {
	margin-left: 0;
}
.links-block {
	flex-direction: column;
height: 100%;
}
.links-block a {
	width: 100%;
text-align: left;
padding-top: 25px;
padding-bottom: 21px;
border-bottom: 1px solid #4F4F4F;
padding-left: 15px;
}
.footer-block {
	padding-top: 27px;
	flex-direction: column;
}
.footer-left {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.footer-left > div {
	width: 100%;
padding-bottom: 30px;
border-bottom: 1px solid #4F4F4F;
}
.head-f {
	margin-bottom: 16px;
}
.footer-left .help-f, .footer-left .loc-f {
	padding-top: 27px;
}
.information-f li a {
	line-height: 24px;
}
.information-f .list-unstyled {
	margin-bottom: 0;
}
.footer-right {
	width: 100%;
	padding-top: 27px;
	justify-content: space-between;
}
.footer-right span {
	margin-right: 6px;
}
.footer-right div {
    margin-right: 4px;
}
footer .powered p {
	height: auto;
}
.powered {
	flex-direction: column;
	padding: 27px 0;
}
footer .powered p:last-child {
	margin-top: 12px;
}
.footer-right .soc-icons {
	width: 100%;
justify-content: space-between;
}
.pay-icons {
	width: 100%;
justify-content: center;
}
.footer-block {
	padding-bottom: 32px;
}
footer .footer-right .pay-icons {
	margin-top: 35px;
}
.pay-icons > div:last-child {
	margin-left: 23px;
}
.ocf-offcanvas.ocfilter-mobile {
left: -350px;
}
header {
	height: 0;
}
.breadcrumb {
	margin: 0;
}
.breadcrumb li a {
	font-size: 10px;
}
.category h1, .feat-h1, .checkout-simplecheckout h1, .extension-ocdevwizard-blog-category h1, .container.info h1, .information-contactshop h1, .account-simpleedit h1.mob, .tittle-lk-mob {
	font-size: 16px;
line-height: 20px;
margin-top: 10px;
margin-bottom: 48px;
}
.img-cat {
    padding: 0 2px;
}
.catalog-section__caption {
padding: 18px 0 0;
height: 46px;
font-size: 14px;
line-height: 13px;
}
.sorts-block {
	display: flex;
	justify-content: space-between;
	margin: 10px -8px 0;
}
.input-group-sm.sort label {
	display: none;
} 
.btn-static-filter {
	height: 32px;
width: 95px;
font-size: 10px;
line-height: 17px;
color: #262626;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
background: none;
border: 1px solid #000000;
}
.btn-static-filter img{
margin-right: 8px;
}
#input-sort {
    width: 140px;
}
.product-grid {
    padding: 0 6px;
}
.container.category > .row {
	margin-left: -5px;
	margin-right: -5px;
}
.cat-img {
	padding: 0 4px;
	margin-bottom: 0 !important;
}
.ocfilter-mobile-handle {
	display: block;
}
.paginat-button {
	display: none;
}
.paginat-block {
	margin-top: 30px;
margin-bottom: 45px;
}
.seomore_a {
	height: 38px;
font-size: 10px;
line-height: 20px;
}
.background-feat .feat-h1 {
    margin-top: 28px;
}
.related .product-grid {
	padding: 0;
}
.row.relat .button-group img, .row.feat .button-group img {
    width: 15px;
}
.background-feat {
    padding-bottom: 20px;
}
.row.relat .product-thumb, .row.feat .product-thumb {
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.03);
}
.category.desc {
	margin-top: 0;
margin-bottom: 30px;
}
.row.feat {
	margin: 0;
}
.product-thumb .caption {
	height: 50px;
}
.ocf-offcanvas #ocfilter {
	margin-top: 0;
padding: 20px;
}
body .ocf-offcanvas {
width: 280px;
}
.box23 {
	font-size: 12px;
display: flex;
align-items: center;
}
.box23::before {
	margin-right: 8px;
	width: 18px;
	height: 18px;
}
.box-label input[type="checkbox"]:checked + .box23::after {
    width: 10px;
    height: 6px;
	top: 4px;
}
body.active-body {
	overflow: hidden;
}
.ocf-offcanvas.active::after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
}
.ocf-offcanvas .ocf-offcanvas-body {
	background: #fff;
}
.active-body .ocf-offcanvas .ocfilter-mobile-handle {
	top: 20px;
}
.ocf-offcanvas .ocfilter-mobile-handle button {
	background: #fff;
	left: 106%;
	border-radius: 100%;
}
.product {
	margin-bottom: 48px;
}
.left-pr, .right-pr {
	width: 100%;
}
.item-slider-wrap {
    width: 100%;
	margin-bottom: 14px;
}
.slider-for .slider-box img {
    width: 100%;
    height: 100%;
}
.slider-box {
width: 100%;
}
.slider-nav {
	width: 100%;
	bottom: 15px;
}
.slider-box img {
    width: 100%;
    height: 100%;
}
.slick-initialized .slick-slide {
	margin: 0 4px;
}
.slick-prev {
    width: 51px;
    height: 28px;
	margin-right: 5px;
}
.slick-next {
    width: 51px;
    height: 28px;
    margin-left:5px;	
}
.slider.slider-nav.slick-initialized.slick-slider {
	padding: 0;
	margin-top: 30px;
}
.slick-initialized .slick-slide {
	margin: 0;

}
.slider-nav .slick-slide {
	padding: 0 5px;	
}
[class*="product-product-"] .breadcrumb {
	margin-bottom: 10px;
}
.image-zoom {
    width: 15px !important;
    height: 15px !important;
	top: 16px;
	right: 16px;
}
.zoom-anim-dialog {
	width: 100%;
}
.with-zoom {
    width: 100% !important;
}
.mfp-zoom-block img {
    width: 100% !important;
    height: 100% !important;
}
.with-zoom .slider-nav {
	left: 0 !important;
}
#prlogin-popup {
    width: 100%;
}
#prlogin-popup .modal-dialog {
width: 95%;
margin: 75px auto;
}
.product-top {
	flex-direction: column;
}
.left-top, .pr-left, .pr-right, .block-prod-main {
	width: 100%;
	padding: 0;
}
.product h1 {
font-size: 18px;
line-height: 22px;
margin-bottom: 15px;
margin-top: 0;
}
.price-gramm {
	font-size: 14px;
line-height: 19px;
}
.price-gramm span {
	font-size: 14px;
}
.price-gramm .price-grm-new {
  font-size: 20px;
}
.carne-prod {
	padding: 14px 20px;
font-family: Gilroy;
font-size: 12px;
line-height: 16px;
text-align: center;
color: #000;
margin-top: 21px;
margin-bottom: 38px;
}
.prc {
	font-size: 16px;
line-height: 20px;
}
.input-group.plus-minus {
	display: flex;
}
.input-group-btn {
	width: auto;
}
.quan-prod {
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
}
.price-block {
	width: 42% !important;
min-width: auto !important;
	align-items: center;
	display: flex;
}
.list-unstyled.price-block.spec {
	display: flex;
flex-direction: column;
margin-top: -3px;
align-items: flex-start;

}
.quan-pozititon {
	font-size: 16px;
}
.price-block.spec .autocalc-product-price {
	font-size: 14px;
}
.price-block.spec > li > span {
	line-height: 24px;
font-size: 20px;
}
.price-block.spec > li > span {
  line-height: 24px;
  font-size: 19px;
  	display: inline-flex;
}
.plus-minus .input {
	height: 34px;
}
#product .buttons {
	flex-direction: column;
}
#product .buttons button {
	width: 100%;
margin-bottom: 14px;
height: 50px;
font-size: 14px;
}
.produvt-bottom {
	flex-direction: column;
}
.block-ship #column-right {
	display: block !important;
}
.mob-block {
	display: block !important;
}
.pc-block {
	display: none !important;
}
.block-ship.mob-block {
	padding: 16px 20px;
}
.block-ship.mob-block {
	margin-top: 0;
}
.block-ship.mob-block .heading_title {
	font-size: 16px;
line-height: 20px;
}
.block-ship.mob-block {
	font-size: 14px;
line-height: 24px;
color: #1b1b1b;
font-family: Gilroy;
font-style: normal;
font-weight: 400;
letter-spacing: 0.02em;
}
.desc-block {
	margin-top: 29px;
	margin-bottom: 30px;
}
.desc-block .name {
	margin-bottom: 10px;
font-size: 16px;
line-height: 20px;
}
.desc-block .descr {
	font-size: 14px;
line-height: 24px;
color: #1b1b1b;
font-family: Gilroy;
font-style: normal;
font-weight: 400;
letter-spacing: 0.02em;
}
.art.mob-block {
	margin-top: 0;
	margin-bottom: 23px;
}
.for-atr .name {
    width: max-content;
min-width: 48%;
    font-size: 14px;
    line-height: 22px;
color: #898989; 
}
.for-atr .text {
font-size: 14px;
line-height: 22px;
color: #898989; 
width: 40%;
padding-left: 20px;
}
.for-atr .border {
    color: #797979;
	line-height: 22px;
	width: 15%;
overflow: hidden;
}
.art .tittle {
margin-bottom: 26px;
font-size: 16px;
line-height: 20px;
}
.block-rev {
	margin-top: 23px;
}
.block-rev .title {
	font-size: 16px;
line-height: 20px;
margin-bottom: 20px;
}
.block-rev .name {
	font-size: 16px;
line-height: 24px;
}
.table-rev {
    padding: 15px 20px 25px; 
	margin-bottom: 0 !important;
}
.block-rev .text {
	font-size: 14px;
line-height: 24px;
font-family: Gilroy;
font-style: normal;
font-weight: 400;
color: #424141;
margin-top: 5px;
}
.reyt-blick {
    margin-top: 10px;
}
.info-back-block #column-left {
	display: block !important;
}
.block-carne {
    padding: 25px 20px;
	height: 280px;
	margin-bottom: 40px;
}
.desc-carne .tittle {
    line-height: 22px;
    font-size: 18px;
}
.block-carne > div {
	padding-left: 14px;
}
.desc-carne .sub-tittle {
	width: 100%;
}
.block-carne .content {
	padding: 20px 0 0;
}
.button-rev, .desc-button {
font-size: 10px;
line-height: 17px;
height: 38px;
width: 150px;
margin-bottom: 40px;
}
.desc-button {
	display: flex;
justify-content: center;
align-items: center;
padding-bottom: 2px;
}
#product.quant {
  width: 82%;
}
.plus-minus .input {
	font-size: 12px;
}
.block-carne::before {
    height: 280px;
    top: 0;
    background-repeat: no-repeat;
    left: 0;
    background-position-x: -140px;
    background-position-y: 0px;
}
.row.relat {
	padding-top: 20px;
padding-bottom: 20px;
}
[class*="product-product-"] #content {
	min-height:100px;
}
#popup-quickorder .popup-heading {
	font-size: 16px;
}
#popup-quickorder {
	padding: 20px 35px 40px !important;
}
#popup-quickorder .mfp-close {
	top: 0 !important;
}
#popup-quickorder .popup-heading {
	    font-size: 16px !important;
}
#popup-quickorder .product-fast {
	margin: 45px 15px 20px;
}
#popup-quickorder .product-fast .image {
	width: 40%;
}
#popup-quickorder .product-fast .image img {
width: 100%;
}
#popup-quickorder .product-fblock {
	width: 60%;
}
#popup-quickorder .product-fblock h4 {
	font-size: 14px;
line-height: 18px;
margin-top: 0;
}
#popup-quickorder .price-quantity-quickorder .price_fast {
	width: 100%;
text-align: left;
margin-top: 10px;
padding-bottom: 10px;
}
#popup-quickorder .price-quantity-quickorder {
	margin-top: 10px;
	margin-bottom: 10px;
}
#popup-quickorder #contact-comment {
    height: 56px;
}
#prlogin-popup .modal-body {
    padding: 23px;
}
#prlogin-popup .modal-content::before {
	right: 14px;
}
#prlogin-popup .nav-tabs > li {
	width: 49%;
}
#prlogin-popup .nav-tabs > li > a {
	width: 100%;
}
#prlogin-popup .nav::before, #prlogin-popup .nav::after {
	display: none;
}
#prlogin-popup .nav-tabs > li > a {
    width: 100%;
    height: 38px;
	font-size: 10px;
}
#cart img {
	display: none;
}
.checkout-success #content {
	min-height: 350px;
flex-direction: column;
}
.sucess-right {
	order: -1;
	width: 100%;
}
.sucess-left {
	width: 100%;
}
.sucess-right img {
	width: 35%;
}
.sucess-right {
	margin-top: 55px;
}
.checkout-success .breadcrumb {
	display: none;
}
.main-succ {
	margin-top: 17px;
}
.checkout-success .breadcrumb {
	display: none;
}
.checkout-success h1 {
	font-size: 16px;
line-height: 20px;
margin-top: 30px;
}
.tittle-order {
	font-size: 12px;
line-height: 14px;
margin-top: 8px;
}
.number-order {
	margin-top: 35px;
}
.number-order {
	margin-top: 35px;
height: 62px;
width: 60%;
}
.number-order > span {
	font-size: 12px;
line-height: 14px;
}
.number-order > span > span {
	font-size: 18px;
}
.sucess-left {
	margin-bottom: 60px;
}
.checkout-success #content::after {
	top: 80%;
	left: 55%;
}
.account-simpleedit #column-left {
	display: block !important;
}
.value-cat {
	font-size: 14px;
}
.search-cat {
	margin: 0 -16px;
}
.h-category {
	margin: 0 -9px 12px;
}
.search_categories p {
	margin: 0;
display: flex;
justify-content: center;
align-items: center;
height: 30px;
}
.h-category.product-bl {
	margin-top: 15px;
margin-bottom: 18px;
}
.row.search {
	margin: 0 -16px;
}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: block !important;
}
.product-search footer {
	margin-top: 0;
}
.breadcrumb > li {
	font-size: 10px;
}
.blog-items .blog-grid {
    margin: 0 5px;
    width: 100%;
}
body .blog-items {
	margin: 0 -4px;
}
body .ocdw_blog-content .row.tabs-cat {
    margin-bottom: 20px;
}
body .ocdw_blog-content .video-inner > div {
	width: 30px;
height: 30px;
}
body .video-inner i {
	font-size: 120%;
border: 2px solid #EEBB3F;
width: 30px;
height: 30px;
line-height: 26px;
}
body .video-inner > div {
	width: 30px;
height: 30px;
}
body .ocdw_blog-post-item .ocdw_blog-post-heading {
margin-top: 5px;
}
.ocdw_blog-post-item .caption .date-cat {
font-size: 12px;
}
body .ocdw_blog-post-item .caption {
	padding: 0 10px 10px;
}
body #content.ocdw_blog-content {
	min-height: 300px;
	margin-bottom: 20px;
}
.image-name-date .video-main .video-inner {
	height: 160px;
}
.video-inner img {
	height: 100%;
}
.ocdw_blog-content .post-info-block {
	margin-bottom: 10px;
}
.image-name-date .post-info-share {
	bottom: 15px;
position: absolute;
right: 12px;
top: 10px;
height: 28px;
}
.image-name-date .post-info-share .fb {
	width: 160px;
font-size: 8px;
height: 26px;
line-height: 14px;
}
body.extension-ocdevwizard-blog-post h1 {
	position: relative;
	color: #000;
	top: 0;
	left: 0;
	font-size: 16px;
line-height: 20px;
margin-top: 10px;
}
.image-name-date .date-added {
	position: relative;
top: 0;
left: 0;
font-size: 12px;
opacity: 0.5;
color: #000;
}
.image-name-date .video-main {
    margin: 0 0 5px;
}
body.extension-ocdevwizard-blog-post .category-2 h1::after {
	left: 50%;
	bottom: -30px;
}
.extension-ocdevwizard-blog-post .head-desc {
	font-size: 14px;
}
.extension-ocdevwizard-blog-post #ocdw_blog-post-description p {
font-size: 14px !important;
line-height: 24px !important;
}
.extension-ocdevwizard-blog-post #ocdw_blog-post-description {
	width: 100%;
	margin-bottom: 10px;
}
.extension-ocdevwizard-blog-post #ocdw_blog-post-description .head-desc {
	margin-bottom: 5px;
}
.ocdw_blog-post-item {
	margin-bottom: 15px;
	box-shadow: 0px 10.6688px 13.717px rgba(0, 0, 0, 0.05);
}
body .ocdw_blog-products-block .module-title {
	margin-bottom: 50px;
}
.ocdw_blog-products-block .product-thumb .caption {
    padding: 0 10px;
}
body.category-2 .ocdw_blog-products-block {
    margin-bottom: 30px;
}
body .category-6 .blog-grid {
	width: 100%;
}
body .category-6 .ocdw_blog-post-item .ocdw_blog-post-heading {
	font-size: 14px;
line-height: 20px;
height: 20px;
}
body .category-6 .ocdw_blog-post-item .spec-bl {
	height: 28px;
font-size: 10px;
width: 150px;
}
.extension-ocdevwizard-blog-category .category-6 .caption {
	padding: 0 40px 0 0 !important;
}
body .category-6 .blog-items {
    margin: 0 -8px 0px;
}
.ocdw_blog-post-thumbnail {
	height: 160px;
}
.ocdw_blog-images-block .image-main a img {
	width: auto;
}
body.extension-ocdevwizard-blog-post .category-6 .post-info-tags {
	width: 130px;
font-size: 8px;
height: 26px;
line-height: 14px;
left: 15px;
bottom: 0;
top: 30px;
}
body.extension-ocdevwizard-blog-post .category-6 .date-added {
color: #fff;
left: 15px;
opacity: 1;
top: 128px;
bottom: initial;
position: absolute;
}
body.extension-ocdevwizard-blog-post.category-6 h1 {
	position: absolute;
top: 70px;
color: #fff;
left: 15px;
}
body.extension-ocdevwizard-blog-post #ocdw_blog-post-description .head-desc {
    margin-bottom: 5px;
    margin-top: 20px;
	font-size: 14px !important;
}
body.extension-ocdevwizard-blog-post #ocdw_blog-post-description h2 {
	font-size: 12px !important;
}
body.extension-ocdevwizard-blog-post #ocdw_blog-post-description p, body.extension-ocdevwizard-blog-post #ocdw_blog-post-description span {
	font-size: 12px !important;
	line-height: 24px !important;
}
body.extension-ocdevwizard-blog-post #ocdw_blog-post-description {
	font-size: 14px !important;
line-height: 24px !important;
}
body.category-6 #ocdw_blog-products-block {
    margin-top: 0px !important;
	margin-bottom: 10px !important;
}
body.category-6 .ocdw_blog-content #ocdw_blog-products-block h3 {
	font-size: 16px !important;
line-height: 20px !important;
margin-bottom: 20px !important;
margin-top: 10px;
}
body.category-6 #ocdw_blog-products-block .row {
	margin-left: 0;
margin-right: 0;
}
.ocdw_blog-content .owl-item .product-grid {
    padding: 0;
}
.extension-ocdevwizard-blog-post .relback.post .post-info-tags {
width: 130px;
font-size: 8px;
height: 26px;
line-height: 14px;
left: 15px;
bottom: 0;
top: 35px;
position: absolute;
}
.extension-ocdevwizard-blog-post .relback.post .caption {
	padding: 0 !important;
}
.extension-ocdevwizard-blog-post .relback.post .ocdw_blog-post-heading {
	height: 44px;
	position: absolute;
top: 75px;
font-size: 16px;
line-height: 20px;
margin-top: 10px;
left: 15px;
width: 90%;
font-family: Druk Text Wide Cyr;
font-style: normal;
font-weight: 500;
height: 44px;
}
.extension-ocdevwizard-blog-post .relback.post .ocdw_blog-post-item .caption {
    position: initial;
	height: 0 !important;
}
.date-add-relbl {
	position: absolute;
bottom: 15px;
left: 15px;
}
body.category-6 .relback.post {
	padding-bottom: 0 !important;
}
body #content.ocdw_blog-content {
	margin-bottom: 0 !important;
}
.information-block .head {
	font-size: 16px;
	margin-bottom: 20px;
}
.container.info #content{
	padding: 0;
	
}
.information-block .content {
	flex-direction: column;
}
.information-block .item {
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 20px;
}
.information-block .text span {
	font-size: 14px;
line-height: 20px;
margin-top: 5px;
}
.information-block .text {
	font-size: 14px !important;
line-height: 24px !important;
}
.information-block .image {
    width: 23%;
}
.information-block .text {
	width: 77%;
}
.information-block .image span {
	width: 50px;
height: 50px;
}
.information-block .image span {
width: 100%;
height: 100%;
    line-height: 46px;
}
.information-block .image span img {
	width: 100%;
}
.information-block .content {
	margin-bottom: 0;
}

.information-block .image .last {
    margin-top: -12px;
}
.modal-lg.rev {
	width: auto;
margin-top: 40%;
}
#form-review {
	padding: 15px;
}
#form-review .tittle {
	font-size: 16px;
margin-bottom: 38px;
}
#form-review .rating_block label {
width: 30px;
height: 30px;
background-size: 24px;
margin-right: 0px;
}
.rating_block {
	margin-top: 4px;
}
.form-group.required.rating {
    margin-left: 15px;
	margin-bottom: 0px;
}
.form-group.required.comment {
	margin-bottom: 23px;
}
#form-review {
	height: 370px;
}
.modal-content.rev .mfp-close {
	right: -10px !important;
top: -45px !important;
}
.left-contact {
	padding: 0;
}
.list-group.acc.contact {
	padding: 0;
margin-bottom: 20px;
}
.form-horizontal.us {
    padding: 14px 20px 20px;
}
.list-group.acc.contact a {
padding-left: 0;
margin: 0;
font-size: 18px;
line-height: 26px;
}
.contact .list-group.acc .mail a {
	text-decoration: underline;
}
.contact .list-group.acc .button-map {
	font-size: 14px;
line-height: 44px;
}
.list-group.acc.contact a::after {
	left: 20px;
}
.information-contactshop #content {
	padding: 0;
}
.form-group.first {
	margin-bottom: 14px;
}
.row.first {
	margin: 0 -8px;
}
.buttons.us {
	margin-top: 5px;
	margin-bottom: 4px;
}
.information-contactshop footer {
	margin-top: 0;
}
.information-information-4 .container.info h1 {
	font-size: 16px;
line-height: 20px;
margin-top: 10px;
top: 45px;
left: 20px;
}
.information-information-4 .container.info h1::after {
    bottom: -15px;
    left: 25%;
    width: 40px;
}
.information-information-4 .container.info .head .text {
margin: 0;
width: 100%;
letter-spacing: 0.02em;
color: #000000;
font-size: 14px !important;
line-height: 24px !important;
}
.information-information-4 .container.info .head .text .title {
	margin-bottom: 5px;
margin-top: 20px;
font-size: 14px;
}
.information-information-4 .content > div {
	width: 100%;
}
.information-information-4 .content > .img {
	margin: 0 0 20px;
}
.information-information-4 .content .text {
    margin: 0 0 20px;
}
.information-information-4 .content {
	margin: 30px 0 20px;
}

.back-about .bottom {
	flex-direction: column;
}
.information-information-4 .content > .img.two {
	margin-top: -20px;
	margin-bottom: 20px;
}
.information-information-4 .content .text {
    padding: 22px 20px 22px;
}
.information-information-4 .content .text .icon {
    width: 23%;
    padding-right: 15px;

}
.information-information-4 .content .text .icon img {
	width: 100%;
}
.text-icon h2 {
	font-size: 14px;
line-height: 20px;
margin-top: 5px;
}
.back-about #content h2 {
		font-size: 16px;
line-height: 20px;
margin-top: 30px;
margin-bottom: 0;
}
.information-information-4 .content .text .text-icon {
	font-size: 14px !important;
line-height: 24px !important;
}
.back-about .bottom .item {
width: 100%;
margin-top: 30px;
padding: 0;
text-align: center;
}
.b-img img {
	width: 17%;
}
.back-about .bottom .item .b-img {
	margin-bottom: 10px;
}
.back-about .bottom .item span {
		font-size: 14px;
line-height: 20px;
font-family: Gilroy;
font-style: normal;
font-weight: 500;
}
.back-about .container.info {
    padding-bottom: 50px;
}
.filter-mob {
	display: block;
}
.input-group .input-group-addon {
	display: none;
}
.standart-sort {
	margin-bottom: 0;
}
.list-group.acc {
	padding: 0;
	height: auto;
	margin-bottom: 0;
}
.list-group.acc > div, .bottom-menu a.active {
	display: none;
}
.list-group.acc .lk1, .bottom-menu .list-group > div {
	display: block;
} 
.list-group.acc a.active {
	border-left: 3px solid #EEBB3F;
	border-radius: 0;
}
.list-group.acc a:before {
content: '';
background-image: url(/image/sort.svg);
background-repeat: no-repeat;
width: 12px;
height: 8px;
display: block;
position: absolute;
z-index: 9999;
right: 20px;
top: 12px;
opacity: 0.7;
background-size: 12px;
}
.list-group.acc a.active:before {
	transform: rotate(180deg);
	top: 10px;
}
.account-simpleedit #column-left, .account-order #column-left {
	display: flex !important;
	flex-direction: column;
	padding: 0;
}
.account-simpleedit .bottom-menu {
	margin: 0 -15px;
}
.account-simpleedit h1 {
	display: none;
}
.account-simpleedit h1.mob, .tittle-lk-mob {
	order: -1;
	display: block;
	position: relative;
	text-align: center;
	margin-top: 30px;
}
#simpleedit {
    margin-bottom: 18px;
}
h1.mob::after, .tittle-lk-mob::after {
	content: '';
background-color: #EEBB3F;
position: absolute;
width: 72px;
height: 2px;
bottom: -40px;
left: 50%;
transform: translate(-50%, -50%);
bottom: -23px;
}
#userFields, .pass-edit fieldset {
	padding: 20px;
}
.name-edit, .pass-edit span {
	font-size: 16px;
line-height: 20px;
}
#simpleedit .form-group {
	width: 100%;
}
#userFields label, #addressFields label, .pass-edit label {
	font-size: 14px;
line-height: 20px;
}
.buttons-edit, .buttons.clearfix.pass {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.buttons-edit a {
	margin-bottom: 12px;
}
.buttons-edit button, .buttons-edit a, .buttons.clearfix.pass a, .buttons.clearfix.pass input {
	margin-left: 0;
}
.bottom-menu .list-group.acc {
	background: none;
}
.bottom-menu .list-group.acc > div {
	background: #fff;
	margin-bottom: 12px;
}
.close-col {
	width: 30px;
height: 30px;
display: inline-block;
}
.none-block {
	display: none !important;
}
.close-col {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 6px;
    top: 15px;
	display: flex;
    background: #fff;
    z-index: 9999;
    justify-content: center;
    align-items: center;
	transform: rotate(180deg);
}
.head-acc {
	display: none;
}
.close-col img {
width: 12px;
opacity: 0.7;
}
.close-col {
	display: none;
}
.account-simpleedit .lk1 .close-col {
	display: flex;
}
.close-col.rotate {
	transform: none;
}
.account-simpleedit #column-left.bottom-menu .lk1 {
	display: none;
}
.list-group.acc {
	box-shadow: none;
background: none;
width: 100%;
}
.account-order .list-group.acc .lk2 {
	display: block;
}
.list-group.acc > div {
	background: #fff;
	margin-bottom: 12px;
}
.account-order .lk2 .close-col {
	display: flex;
}
.list-group.acc > div {
	position: relative;
}
.account-order .bottom-menu .lk2, .account-order .bottom-menu .lk1 {
	display: none !important;
}
.table-responsive.order-list, .table-ord-info {
	border: none;
	padding: 15px;
}
.order-product {
	padding: 15px;
	margin-bottom: 10px;
}
.account-order .status, .account-order .head {
	display: none;
}
.order-product .order_id, .order_id {
    font-size: 14px;
}
.account-order .head div, .order-product div, .account-order-info .head div {
    width: 25%;
}
.order-product .order_id {
	font-size: 12px;
	width: 16%;
	padding-bottom: 2px;
}
.order-product .date_added, .order-product .status {
    font-size: 12px;
}
.btn-info-ord {
	font-size: 8px;
height: 26px;
line-height: 26px;
}
.order-product .button {
	width: 35%;
}
.order-product .products-total {
	width: 27%;
font-size: 10px !important;
padding-bottom: 2px;
}
.info-ord #column-left {
	display: flex !important;
	padding: 0;
}
.table-ord-info .head {
	display: none;
}
.account-order-info .list-group.acc > .lk2  {
	display: block;
}
.account-order-info .list-group.acc > .lk2 a {
	border-left: 3px solid #EEBB3F;
	border-radius: 0;
}
.account-order-info .lk2 .list-group-item::after {
    background-image: url(/image/lk2-h.svg);
}
.close-col.rotate {
	display: none !important;
}
.account-order-info .list-group.acc .lk2 a {
	color: #000;
}
.account-order-info .list-group.acc .lk2 .close-col {
	display: flex;
}
.account-order-info .bottom-menu .list-group.acc > .lk2, .account-order-info .bottom-menu .list-group.acc > .lk1 {
	display: none;
}
.account-order-info #content {
	min-height: auto;
}
.account-order-info .lk2.off .list-group-item::after {
	background-image: url(/image/lk2.svg);
}
.account-order-info .list-group.acc > .lk2.off a {
	border: none;
	color: #676767;
}
.order-product .status {
	display: none;
}
.products-row {
	display: flex;
	box-shadow: none;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.imagepopup {
    width: 36%;
}
.centerblock {
	width: 64%;
	padding-left: 12px;
}
.imagepopup img {
	width: 100%;
}
.centerblock .name {
	font-size: 14px;
line-height: 18px;
}
.centerblock .quantity {
	font-size: 12px;
line-height: 14px;
}
.products-row .price {
font-size: 12px;
line-height: 15px;
width: 70%;
justify-content: flex-start;
}
.products-row .date_added {
    width: 30%;
	font-size: 14px;
	justify-content: flex-start;
	
}
.products-row .status {
	width: 70%;
font-size: 14px;
line-height: 16px;
justify-content: flex-start;
}
.products-row .total {
	width: 30%;
font-size: 12px;
line-height: 15px;
justify-content: flex-start;
}
.products-row > div {
	margin-top: 8px;
}
.table-ord-info {
	margin-bottom: 12px;
}
.quan-prod .price-block li .prc, .price-block li .prc-new {
	font-size: 18px;
}
#desc-text > div {
	font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #303030;
}
.descr .desc-button {
	margin-top: 5px;
margin-bottom: 25px;
}
.common-home .seo-button {
    margin-bottom: 10px;
}
.product-category-69 .img-cat {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 10px;
}
.cat-img {
	display: flex;
flex-wrap: wrap;
margin: 0 -6px !important;
}
.product-category-69 .catalog-section__caption {
	padding: 0 15px;
height: 44px;
display: flex;
justify-content: center;
align-items: center;
}
.product-category-69 #content {
    min-height: 0;
}
.product-thumb .button-group {
	min-height: 45px;
}
.container.category {
	margin-bottom: 20px;
}
.pp-tittle {
	font-size: 16px;
line-height: 20px;
margin-bottom: 0;

}
.pp-item {
	flex-direction: column;
}
.ppost-image img {
	width: 100%;
position: absolute;
top: -30%;
}
.ppost-image a {
	height: 130px !important;
display: block;
overflow: hidden;
position: relative;
}
.product-cont .product {
	margin-bottom: 0;
}
.desc-block .descr h1, .desc-block .descr h1 span {
    font-size: 16px !important;
    font-weight: 700 !important;
	margin-bottom: 4px !important;
}
.desc-block .descr h2, .desc-block .descr h2 span {
	font-size: 14px !important;
}
.desc-block .descr, .desc-block .descr p, .desc-block .descr span {
    font-size: 14px !important;
    font-weight: 400 !important;
line-height: 24px !important;	
}
.ppost-right {
    padding-left: 0;
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-top: 15px;
}
.desc-pp {
	    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.button-pp {
    position: relative;
    margin-bottom: 10px;
}
#popupcart_extended .popupcart_info .quantity {
	width: 100% !important;
}
.quantity_pieces, .quantity_pieces span {
	font-size: 12px !important;
	margin-left: 5px !important;
}
.megasliderpro-container .slide-type1 .msp-small_image {
	width: 100% !important;
	height: 100% !important;
}
.msp-small_image > img {
    max-width: 100% !important;
	margin-top: -20px;
}
.megasliderpro-container .slide-type1 .msp-small_image {
max-width: 100% !important;
position: absolute !important;
left: auto !important;

}
.megasliderpro-container .slide-type1 .msp-small_image::after {
	background-size: 100%;
	width: 70%;
height: 70%;
display: flex;
position: absolute;
top: -30px;
background-repeat: no-repeat;
left: 50% !important;
transform: translate(-50%, -50%);
top: 45%;
}
.megasliderpro-container .slide-type1 .msp-small_image img {
	position: absolute;
width: 64%;
left: 50% !important;
transform: translate(-50%, -50%);
top: 35%;
}
.slide-type1 .msp-title {
	top: 40px !important;
	
}
.megasliderpro .slide-type1 .msp-readmore a {
width: 255px;
line-height: 23px;
padding-right: 20px;
height: 50px;
font-size: 14px;
line-height: 44px;
}
body .megasliderpro-container .slide-type1 .msp-readmore {
left: 0;
text-align: center;
width: 100%;
}
.megasliderpro .msp-readmore a::after {
right: 10px;
top: 18px;
background-size: 9px;
background-repeat: no-repeat;
width: 14px;
}
.nivo-controlNav a:hover, .nivo-controlNav a.active {
	line-height: 9px !important;
}
.back-blog.spec {
	height: auto;
}
.back-blog.spec .module-title {
    color: #fff;
    margin-top: 31px;
    margin-bottom: 54px;
}
.back-blog.spec .owl-nav {
	display: none;
}
.back-blog.spec .ocdw_blog-post-item {
    width: 100%;
}
.back-blog.spec .ocdw_blog-post-heading {
	font-size: 16px;
line-height: 22px;
}
.back-blog.spec .ocdw_blog-post-item .caption .date-cat {
	color: #fff;
	opacity: 1;
}
.back-blog.spec .ocdw_blog-posts-block .ocdw_blog-post-item .caption {
    padding: 0 20px 10px;
}
.back-blog.spec .spec-bl {
	height: 34px;
font-size: 10px;
line-height: 13px;
width: 134px;
}
.back-blog .owl-dots {
    margin-top: 20px;
}
.back-blog.spec::before {
	background-position-y: 20px;
}
.back-blog .owl-dot span {
	margin: 0 3px !important;
	width: 8px !important;
	height: 8px !important;
}
#plisting-33 .nav.nav-tabs {
	overflow-x: auto;
width: 100%;
display: flex;
overflow-y: hidden;
margin-bottom: 5px;
padding-bottom: 15px;
}
#plisting-33 .nav.nav-tabs li a {
	white-space: nowrap;
}
.simplecheckout-cart .quantity_pieces, .simplecheckout-cart .quantity_pieces span {
	margin-left: 0 !important;
}
.no-pruduct {
	margin-top: 20px;
margin-bottom: 30px;
}
.wishlist #column-left {
	display: block !important;
	padding: 0;
}
.wishlist .list-group.acc .lk2, .wishlist .list-group.acc .lk3 {
	display: block;
}
.wishlist .bottom-menu .lk1, .wishlist .bottom-menu .lk2, .wishlist .bottom-menu .lk3 {
	display: none !important;
}
.wishlist h1 {
	display: none;
}
.wishlist #content {
    padding: 0 5px;
	min-height: auto;
}
.wishlist .lk3 .close-col {
	display: flex;
}
.account-discounts_total .container.main {
    position: absolute;
    padding-top: 0;
}
.account-discounts_total #menu-mobile-ns {
	display: none;
}
.account-discounts_total.modal-open #menu-mobile-ns {
	display: block;
}
.account-discounts_total #search .btn-lg {
	padding-top: 3px;
}
.discont-block #column-left {
	display: block !important;
	padding: 0;
}
.account-discounts_total .list-group.acc > div, .account-discounts_total .bottom-menu a.active, .account-discounts_total .bottom-menu .list-group.acc > .lk6, .account-discounts_total .bottom-menu .list-group.acc > .lk7 {
    display: block;
}
.account-discounts_total .list-group.acc > .lk6, .account-discounts_total .list-group.acc > .lk7, .account-discounts_total .bottom-menu .list-group.acc > div {
    display: none;
}
.wishlist .wishlist-button.in {
	width: 32px;
height: 32px;
right: 12px;
top: 6px;
}
.account-discounts_total > .container {
    width: 100%;
}
.account-discounts_total #content {
	padding: 0;
}
.account-discounts_total h1 {
	display: none;
}
.discont-prices .text {
	font-size: 12px;
}
.discont-prices {
	flex-direction: column;
	margin-bottom: 20px;
}
.discont-prices .two {
	margin-top: 10px;
}
.discont-prices .value-one, .discont-prices .value-two {
	width: 100%;
	background-size: cover;
	height: 38px;
font-size: 14px;
}
.discont-prices .one {
	margin: 0;
}
.discount-scale-mark-summ {
	font-size: 7px;
}
#discount-scale-line::after {
	z-index: 9;
}
.bottom-discont .heading_title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.bottom-discont p {
	padding: 0;
font-size: 12px;
line-height: 24px;
}
.account-discounts_total .lk5 .close-col {
	display: flex;
}
.contact #column-left {
	display: block !important;
	padding: 0;
}

.contact .bottom-menu .list-group.acc > div {
	display: none;
}
.contact .list-group.acc > div, .contact .bottom-menu a.active, .contact .bottom-menu .list-group.acc > .lk7 {
	display: block;
}
.contact h1 {
	display: none;
}
.contact .list-group.acc > .lk7 {
	display: none;
}
.information-contact #content {
	padding: 0;
}
.contact #content {
	min-height: auto;
	margin-bottom: 12px;
}
.contact .lk6 .close-col {
	display: flex;
}
.account-simpleedit .breadcrumb, .account-order .breadcrumb, .account-order-info .breadcrumb, .account-wishlist .breadcrumb, .account-discounts_total .breadcrumb, .information-contact .breadcrumb {
	display: none;
}
.account-discounts_total .discont-content {
	padding: 16px;
	margin-bottom: 12px;
}
.account-discounts_total .discont-content::after {
	display: none;
}
#top {
	position: relative;
z-index: 99;
}
.extension-ocdevwizard-blog-post #ocdw_blog-posts-block-0 {
    margin-bottom: 20px;
}
#simplecheckout_button_confirm {
	width: 100% !important;
}
.account-header.login span {
	color: #FCCD12;
margin-right: 8px;
font-size: 12px;
}
.account-header img {
    margin-right: 0;
}
.account-header span {
	display: none;
}
#top-links .account-header {
	line-height: 0;
	margin-top: -3px;
}
.information-contactshop .list-group.acc > .cont1 {
	background: none;
	display: flex;
flex-direction: column;
}
.list-group.acc > .cont1::after {
	left: 19px !important;
	top: 14px !important;
}
.information-contactshop .list-group.acc a::before {
	display: none;
}
.information-information-13 h2 {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 30px;
}
.information-information-13 .container.info p {
	font-size: 14px;
line-height: 24px;
}
.buttons-opt {
margin-top: 20px;
margin-bottom: 30px;
flex-direction: column;
}
.buttons-opt a {
	width: 100%;
}
.buttons-opt .price-link {
	margin-bottom: 10px;
}
#smspanel2 .modal-dialog, #modal-sms2 .modal-dialog, #smserror .modal-dialog, #modal-login .modal-dialog {
  width: auto;
}
#smspanel2 .modal-body, #modal-sms2 .modal-body, #smserror .modal-body {
  padding: 30px;
}.xdsticker_sale {
width: 44px;
height: 20px;
line-height: 20px;
font-family: Gilroy;
font-size: 12px;
font-style: normal;
font-weight: 900;
}
.xdstickers_wrapper.position_upleft {
  top: 10px !important;
  left: 10px !important;
}
.related.owl-carousel .owl-nav {
	display: none;
}
.row.relat {
  margin: 0 -10px;
}
.row.feat {
  margin: 0 -13px;
}
.owl-carousel .owl-nav.disabled {
  display: none !important;
}
#modal-addquickorder .modal-dialog, .success-war-coupon .modal-dialog, .success-suc-coupon .modal-dialog, .success-feedback .modal-dialog {
	width: auto;
}
.quan-price {
	flex-wrap: wrap;
}
.cat-img {
	padding-right: 0;
padding-left: 12px;
}

}
/*#total_shipping {
	display: none !important;
}*/
.quan-price {
	display: flex;
}
.special_fast {
	flex-direction: column;
	margin-top: -15px;
}
#popup-quickorder .price-quantity-quickorder .price-old {
	order: -1;
	line-height: 12px;
}
.kilo {
	margin-left: 7px;
margin-right: 12px;
font-size: 14px;
font-family: Gilroy;
font-style: normal;
font-weight: 500;
}
.product-fblock h4 {
	margin-bottom: 15px !important;
}
#popup-quickorder .price-quantity-quickorder .price_fast {
	margin-top: -7px;
}
footer a:focus {
	  color: #EEBB3F;
}
.information-information-7 #content p, .information-information-3 #content p {
background: #fff;
padding: 40px;
font-size: 14px;
line-height: 26px;
color: #000;
}
.information-information-7 #content a, .information-information-3 #content a {
	color: #000;
	  text-decoration: underline;
}
#addressFields, .buttons-edit a {
	display: none;
}
#form-feedback input:placeholder {
	color: #fff !important;
}
#horizontal-menu .desktop-right .nsmenu-thumb {
	opacity: 1;
width: 16px;
margin-top: 0px;
height: 16px;
}
#horizontal-menu .menu-desktop a img {
width: 17px;
margin-right: 7px;
}
.cat-img .owl-stage-outer {
	background: #F4F4F4;
}
.cat-img .owl-prev {
  position: absolute;
  left: -20px;
}
.cat-img .owl-next {
  position: absolute;
  right: -20px;
}
.cat-img .owl-prev img {
	margin-left: -10px;
}
.cat-img .owl-next img {
	margin-right: -10px;
}
.cat-img.owl-theme .owl-nav [class*="owl-"]:hover {
	background: none;
	color:#000;
}
.img-cat {
  padding: 0 10px;
}
#ocdw_blog-products-block .owl-carousel .owl-item img.in-cart {
  width: 20px;
  display: initial;
}
#ocdw_blog-products-block  .product-thumb .button-group button.pc-cart img{ 
width: 20px;
display: initial;
}
.extension-ocdevwizard-blog-post .product-grid button.mob-cart {
	display: none;
}
#ocdw_blog-products-block {
	padding-left: 20px;
}
.owl-blog-rel {
	padding-left: 10px;
}
.wishlist-button img {
	width: 18px !important;
}
.ocdw_blog-products-block .owl-carousel .owl-nav button.owl-next {
	position: absolute;
right: -30px;
top: 33%;
width: 50px;
height: 50px;
border: 1px solid !important;
z-index: -111;
border-radius: 50px !important;
}
.ocdw_blog-products-block .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
left: -20px;
top: 33%;
width: 50px;
height: 50px;
border: 1px solid !important;
z-index: -111;
border-radius: 50px !important;
}
.ocdw_blog-products-block .owl-stage-outer {
	background: #fff;
}
.ocdw_blog-products-block .owl-item .product-grid {
  padding: 0 10px;
}
.ocdw_blog-products-block .owl-next img {
	margin-right: -10px;
}
.ocdw_blog-products-block .owl-prev img {
	margin-left: -10px;
}
.ocdw_blog-products-block .owl-carousel .owl-nav button.owl-next:hover, .ocdw_blog-products-block .owl-carousel .owl-nav button.owl-prev:hover {
	background: none;
	border: 1px solid #000 !important;
}
.container.bottom-pr #content {
	min-height: 0;
}
.text-price {
	font-family: Druk Text Wide Cyr;
font-size: 10px;
font-style: normal;
font-weight: 500;
color: #000;
line-height: 20px;
margin-bottom: 5px;
}
.new-price-kg {
	color: #F00;
font-family: Druk Text Wide Cyr;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.old-price-kg {
	color: #B1B1B1;
font-family: Druk Text Wide Cyr;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration: line-through;
margin-left: 10px;
}
#ocdw_blog-products-block .owl-stage-outer {
	background: #F4F4F4;
}
.prices {
	display: flex;
	flex-wrap: wrap;
}
.block-prod-main .price-gramm, .block-prod-main .quan-prod {
	display: flex;
flex-direction: column;
}
.quan-prod {
	display: flex;
flex-direction: column;
padding-right: 40px;
border-right: 1px solid #FCCD12;
margin-right: 25px;
margin-bottom: 32px;
}
#product.quant {
	width: 100%;
}
#logo img {
	margin-left: -10px;
	width: 160px;
}
.block-map {
	padding: 20px;
background: #fff;
margin-left: 30px;
box-shadow: 0px 14px 18px rgba(0, 0, 0, 0.05);
}
.list-group.acc .button-map {
height: 45px;
background: #000;
color: #EEBB3B;
text-align: center;
font-family: Druk Text Wide Cyr;
font-size: 14px;
font-style: normal;
font-weight: 900;
line-height: 42px;
border: 1px solid #000000;
margin: 9px 0;
}
.list-group.acc .button-map:hover {
	border: 1px solid #000000;
}
.list-group.acc.contact > div img {
	margin-right: 10px;
}
.map-block {
padding: 1px 80px 73px;
background: #FFF;
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05); 
}
.head-map > div {
	color: #000;
text-align: center;
font-family: Druk Text Wide Cyr;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 24px;
width: 33.333333%;
line-height: 52px;
border: 2px solid #fff;
}
.content-map span {
	color: #000;
text-align: center;
font-family: Druk Text Wide Cyr;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
}
.head-map {
	display: flex;
	background: #EEBB3F; 
	
}
.content-map > div {
	display: flex;
	background: #FFE8CB; 
	
	display: flex;
align-items: center;
line-height: 24px;
}
.content-map > div:nth-child(2n+1) {
	background: #FFF4E7;
}
.content-map > div span {
	width: 33.333333%;
	line-height: 24px;
	min-height: 52px;
	padding: 16px;
	border: 2px solid #fff;
	display: flex;
justify-content: center;
align-items: center;

}
.content-map .str span {
	min-height: 84px;
}
.map-block img {
	width: 100%;
}
.map-block .head {
	margin-top: 60px;
}
.info-map ul {
	  padding-left: 15px;
	  margin-top: -15px;
}
.info-map ul li {
color: #000;
font-family: Gilroy;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px;
}
.information-block .two .head {
	margin-top: 75px;
}
.pickup-block {
background: #fff;
display: flex;
margin-top: 30px;
padding: 70px 80px 70px 34px;
align-items: center;
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05); 
}
.pickup-block .txt {
padding-left: 50px;
display: flex;
flex-direction: column;
justify-content: center;
max-width: 720px;
color: #000;
font-family: Gilroy;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
}
.information-block .txt .head {
	margin-bottom: 13px;
}
.information-block .button-cart {
	width: 290px;
height: 45px;
background: #000;
color: #EEBB3B;
text-align: center;
font-family: Druk Text Wide Cyr;
font-size: 14px;
font-style: normal;
font-weight: 900;
line-height: 45px;
margin-left: auto;
}
.information-block {
	margin: 0 -15px;
}
.description-block {
padding: 35px 80px 77px;
background: #fff;
margin-top: 30px;
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05); 
}
.info-top .bottom {
	display: flex;
	flex-wrap: wrap;
}
.info-top .bottom .item {
	width: 50%;
padding: 13px;
}
.info-top .bottom .item > div {
	background: #fff;	
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
padding: 70px 35px;	
display: flex;
}
.info-top .bottom .b-text {
color: #000;
font-family: Druk Text Wide Cyr;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 24px;
padding-left: 47px;
display: flex;
align-items: center;
}
.information-information-4 .content img {
	padding-right: 10px;
}
.information-information-4 .content .img.two {
	
	margin-left: 18px;
}
.information-information-4 .content .img.two img {
	padding-right: 0;
}
.information-information-4 .content .text.two {
	width: 47.89%;
}
.information-information-4 .inf {
	margin: 0 -15px;
}
.info-top h2 {
	color: #000;
font-family: Druk Text Wide Cyr;
font-size: 26px;
font-style: normal;
font-weight: 900;
line-height: normal;
text-align: center;
margin-bottom: 60px;
}
.info-top {
	margin-bottom: 120px;
}

.common-home #seo-text::after {
	background: none;
}
.lm_2_flex > div:first-child {
	display: none;
}
#lm_2_Modal .modal-header {
  min-height: 0;
  padding: 0;
  border-bottom: none;
}
#lm_2_Modal .close {
	opacity: 1;
right: 10px;
top: 10px;
position: absolute;
z-index: 9;
}
#lm_2_Modal .close img {
width: 20px;
}
#lm_2_Modal .modal-dialog {
  width: 450px;
}
#lm_2_Modal .modal-content {
	border-radius: 0;
}
#lm_2_Modal .modal-footer {
	display: none;
}
#lm_2_Modal .modal-content {
	height: 298px;
}
#lm_2_Modal .head {
color: #000;
text-align: center;
font-family: Druk Text Wide Cyr;
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 24px;
margin-top: 70px;
margin-top: 60px;
}
.lm-modal-html {
	color: #000;
text-align: center;
font-family: Gilroy;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
margin-top: 33px;
}
.lm_2_flex a {
	width: max-content;
height: 45px;
padding: 0 20px;
display: block;
color: #000;
text-align: center;
font-family: Druk Text Wide Cyr;
font-size: 14px;
font-style: normal;
font-weight: 900;
line-height: normal;
background: #EEBB3B;
line-height: 45px;
margin-top: 30px;
}
#lm_2_Modal .modal-dialog {
	top: 20%;
}
#horizontal-menu .desk-child > .cat-one a .hitem-icon.main {
	display: none !important;
}
#horizontal-menu .desktop-right a:hover .nsmenu-thumb.pitem-icon {
	display: inline-block !important;
}
#search-click {
	display: none;
}
.search-header img {
	width: 14px;
	
}
.wish-head img {
	margin-top: -3px;
}
.cart-header img {
	width: 16px;
	margin-top: -3px;
}
.mob-cart {
	display: none;
}
div[class^="ocdw_blog"] .swiper-container-horizontal > .swiper-pagination-bullets {
	position: absolute !important;
	margin-bottom: -5px;
}
.swiper-pagination-bullet {
background: #EEBB3F !important;
width: 10px !important;
height: 10px !important;
}
#total_shipping a {
	color: #000;
}
.plisting-content .no-quan-pr {
top: 82%;
left: 50%;
transform: translate(-50%, -50%);
}
.mob-tel {
	margin-right: 24px;
}
.mob-tel img {
margin-top: -6px;
}
.open-shipping {
	white-space: break-spaces;
}
.product-fast {
	display: none !important;
}
.btn-quick-order span:before {
	content: '';
  background-image: url(/image/phone1.svg);
  width: 12px;
  height: 12px;
  display: inline-block;
  z-index: 1;
  margin-right: 10px;
  margin-bottom: -1px;
}
#slider-item.zoom-anim-dialog .slider-nav {
	margin-top: -80px;
}
.cat-img.owl-carousel .owl-item img {
	height: 100%;
}





@media (min-width: 1200px) and (max-width: 1330px) {
.container {
	width: 97%;
}
.phone-head {
	width: 18%;
}
.menu-header-box {
  width: 67%;
}
.left-top .item-slider-wrap {
  width: 100%;
}
.left-top .slider-nav {
	width: 100%;
}
}

@media (min-width: 767px) {

.mob-tel {
	display: none !important;
}
#slideshow1 {
	display: none;
}
}

@media (max-width: 767px) {
#lm_2_Modal {
	padding: 0;
}
#lm_2_Modal .modal-dialog {
	width: auto;
}
#logo {
	position: absolute;
left: 27px;
z-index: 99;
top: 3px;
}
.container.main {
	position: initial;
}
header .menu-header-box {
	position: absolute;
right: 0;
top: 6px;
}
.item-slider-wrap .xdstickers {
color: #ffffff;
width: 75px;
height: 32px;
line-height: 32px;
font-family: Gilroy;
font-size: 20px;
}
.artikul {
  font-size: 12px;
  color: #898989;
}
.artikul {
	text-align: left;
margin-bottom: 13px;
}
.product-cont .price-block {
  width: 100% !important;
}
.product-cont .text-price {
	margin-bottom: 10px;
}
.product-cont .quan-prod {
	min-width: 50%;
	margin-right: 0;
	padding-right: 25px;
}
.product-cont .price-gramm {
	width: 43%;
	padding-left: 25px;
}
.product-cont .prices-grm {
	display: flex;
	flex-direction: column;
}
.product-cont .price-grm-new {
	order: 1;
	font-size: 19px;
}
.product-cont .price-block {
  margin-right: 0;
}
.price-gramm .price-grm-old {
	margin-left: 0;
}
#product.quant {
	margin-bottom: 10px;
}
#product .buttons {
	margin-top: 0;
}
.block_with_feedback .container {
  padding: 0 5px;
}
.block_with_feedback .left img {
  margin-top: -60px;
  margin-left: -18%;
  width: 130%;
}
.block_with_feedback .left {
  width: 100%;
}
.block_with_feedback .right {
  padding-top: 0;
}
body .megasliderpro-container {
	height: 590px;
}
.slide-type1 {
	display: flex;
flex-direction: column;

}
body .megasliderpro-container .slide-type1 .msp-small_image {
	position: initial;
}
.megasliderpro-container .slide-type1 .msp-title {
position: absolute;
bottom: 30% !important;
top: auto !important;
width: 100%;
text-align: center;
}
.megasliderpro-container .slide-type1 .msp-des {
position: absolute;
bottom: 20% !important;
top: auto !important;
width: 100%;
}
.megasliderpro-container .slide-type1 .msp-readmore {
position: absolute;
bottom: 8% !important;
top: auto !important;
width: 100%;
}
body .megasliderpro-container .slide-type1 .msp-title h3 {
  font-size: 18px;
}
body .msp-des.effect_description_title1 p, body .msp-des.effect_description_title1 b,
body .msp-des.effect_description_title2 p, body .msp-des.effect_description_title2 b {
  font-size: 16px !important;
  font-family: Druk Text Wide Cyr;
  line-height: 18px;
  text-align: center;
}
.wish-head {
	height: 24px;
}
#search-click {
	margin-right: 25px;
	display: block;
}
#search-click img {
width: 22px;
margin-top: -4px;
}
#top-links .account-header {
	display: none;
}
.mob-cart {
	display: block;
	margin-bottom: 10px;
}
.product-thumb .button-group button.pc-cart {
	display: none;
}
.mob-cart {
	height: 35px !important;
width: 100% !important;
background: #000;
border: none;
color: #EEBB3F;
text-align: center;
font-family: Druk Text Wide Cyr;
font-size: 11px;
font-style: normal;
font-weight: 500; 
}
.mob-cart img {
	margin-right: 8px;
	margin-top: -2px;
}
.in-cart-mob {
	color: #fff;
}
.ocdw_cart-call-button .in-cart {
  width: 13px;
}
.product-thumb .button-group button.mob-cart {
	display: block;
}
.text-price {
font-size: 10px;
margin-bottom: 2px;
}
.product-thumb .price-old {
  position: initial;
  color: #B1B1B1;
font-family: Druk Text Wide Cyr;
font-size: 10px;
font-style: normal;
font-weight: 500;
margin-left: 4px;
line-height: 18px; 
}
.product-thumb .price, .product-thumb .price-new {
font-size: 13px;
}
.price-old {
	color: #B1B1B1;
font-family: Druk Text Wide Cyr;
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: 17px;
}
.product-thumb .price {
	width: 100%;
display: flex;
flex-direction: row;
margin-top: 0;
}
.text-price {
	margin-bottom: 0;
}
.price-gramm.category {
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 16px;
}
.price-gramm span {
font-size: 13px;
}
.price-gramm .old-price-kg {
	font-size: 9px;
	margin-left: 4px;
	font-size: 10px;
}
#ocdw_blog-products-block {
  padding-left: 0;
}
.owl-blog-rel {
  padding-left: 0;
}
#ocdw_blog-products-block .owl-stage-outer {
  background: #fff;
}
.ocdw_blog-products-block .owl-item .product-grid {
  padding: 0 6px;
}
#ocdw_blog-products-block .mob-cart {
	display: flex;
}
.related .wishlist-button button {
	display: flex;
justify-content: center;
}
.related .button-group  button.mob-cart {
	display: flex !important;
}
.art.pc-block {
	display: none !important;
}
#ocdw_blog-posts-block-0 .owl-carousel .owl-item img {
	filter: brightness(65%);
}
body .ocdw_blog-post-item .ocdw_blog-post-heading {
	color: #000;
font-family: Gilroy;
font-size: 18px;
font-style: normal;
font-weight: 700; 
padding-top:20px;
}
.swiper-pagination-bullet {
  background: #EEBB3F !important;
  width: 8px !important;
  height: 8px !important;
}
.information-block .text {
font-family: Gilroy;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 18px !important;
}
.map-block {
  padding: 1px 25px 20px;
}
.information-block {
  margin: 0;
}
.map-block .head {
  margin-top: 35px;
  line-height: 24px;
  font-size: 16px;

}
.info-map .head {
  font-size: 14px;
padding-bottom: 15px;
}
.head-map > div {
  color: #000;
  text-align: center;
  font-family: Druk Text Wide Cyr;
  font-size: 12px;
  line-height: 14px !important;
  min-width: 200px;
  padding: 8px;
  background: #EEBB3F;
}
.content-map > div span {
  font-size: 10px;
  line-height: 14px !important;	
  min-width: 200px;
  min-height: 30px;
}
.table-map {
	overflow: scroll;
margin-right: -25px;
}
.content-map > div span{
  display: flex;
  background: #FFE8CB;
}
.content-map > div:last-child span {
	min-height: 64px;
}
.content-map > div:nth-child(2n+1) span {
  background: #FFF4E7;
}
.info-map ul li {
	font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 18px;
}
.pickup-block {
  margin-top: 20px;
    padding: 37px 27px;
	flex-wrap: wrap;
}
.pickup-block .cont {
	font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 18px;
}
.pickup-block img {
	width: 75px;
}
.pickup-block .txt {
  padding-left: 25px;
  width: 71%;
}
.information-block .button-cart {
	margin-left: 0;
margin-top: 25px;
width: 100%;
font-family: Druk Text Wide Cyr;
font-size: 12px;
font-style: normal;
font-weight: 900; 
}
.information-block .two .head {
  margin-top: 35px;
}
.information-block .two .item {
	padding: 40px 27px;
}
.information-block .image span {
	display: flex;
}
.information-block .text {
	padding-left: 25px;
}
.container.info .breadcrumb {
	display: none;
}
.container.info h1 {
	margin-top: 40px;
}
.information-information-4 .inf {
  margin: 0;
}
.information-information-4 .image {
	margin-top: 27px;
}
.description-block {
  padding: 20px 27px 35px;
}
.information-information-4 .container.info .head .text .title {
margin-top: 15px;
}
.information-information-4 .container.info .head .text {
  line-height: 18px !important;
}
.information-information-4 .content img {
  padding-right: 0;
}
.information-information-4 .content {
  margin: 20px 0 20px;
}
.information-information-4 .content .text .icon img {
	width: 75px;
}
.information-information-4 .content .text .icon {
 width: auto;
padding-right: 20px;
}
.information-information-4 .content .text .text-icon {
  line-height: 18px !important;
}
.information-information-4 .content .text {
  padding: 32px 25px 32px;
}
.information-information-4 .content .img.two {
	order: 1;
	margin-top: 0;
	margin-left: 0;
}
.information-information-4 .content .text.two {
  width: 100%;
  order: 2;
}
.information-information-4 .content .img.three {
	order: 3;
}
.information-information-4 .content .text.three {
	order: 4;
}
.info-top h2 {
	font-size: 18px;
font-style: normal;
font-weight: 500;
margin-top: 40px;
margin-bottom: 40px;
}
.info-top .bottom .item {
  width: 100%;
  padding: 0px;
  margin-bottom: 20px;
}
.info-top .bottom .item > div {
	padding: 48px 35px;
}
.b-img img {
  width: 100%;
}
.info-top .bottom .b-text {
	padding-left: 32px;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px;
}
.info-top .b-img {
	min-width: 75px;
}
.info-top {
  margin-bottom: 60px;
}
.no-quantity {
	width: 100%;
margin-bottom: 40px;
}
.no-quan-pr {
	display: none;
}
.no-quan-pr.mob {
display: block;
width: 100%;
position: initial;
font-size: 9px;
text-align: center;
height: 35px;
line-height: 35px;
margin-bottom: 10px;
}
.contact {
	flex-direction: column;
	margin: 0;
}
.list-group.acc.contact {
	background: #fff;
padding: 40px 27px 35px;
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05); 
}
.list-group.acc.contact > div {
  margin-bottom: 30px;
}
.block-map {
	margin-left: 0;
	padding: 27px;
}
.block-map iframe {
	height: 460px;
}
.information-contactshop .breadcrumb {
	display: none;
}
.information-contactshop h1 {
	margin-top: 50px;
}
#slider-item.zoom-anim-dialog .slider-nav {
  margin-top: -40px;
}
#slideshow0 {
	display: none;
}
#slideshow1 {
	top: -1px;
}
body #slideshow1 .owl-prev, body #slideshow1 .owl-next {
  width: 32px;
  height: 32px;
}
}
#top {
	position: relative;
	z-index: 99;
}
#slideshow0 {
	top: -1px;
}
#slideshow0 .owl-prev, #slideshow1 .owl-prev {
	width: 44px;
  height: 44px;
  margin: -15px 0 0;
  display: block;
  border: 1px solid #EEBB3F;
  position: absolute;
  top: 50%;
  left: 20px;
  cursor: pointer;
  border-radius: 0;
  z-index: 1;
  opacity: 0.8;
}
#slideshow0 .owl-next, #slideshow1 .owl-next {
	width: 44px;
  height: 44px;
  margin: -15px 0 0;
  display: block;
  border: 1px solid #EEBB3F;
  position: absolute;
  top: 50%;
  right:20px;
  cursor: pointer;
  border-radius: 0;
  z-index: 1;
  opacity: 0.8;
}
#slideshow0 .owl-next:hover, #slideshow0 .owl-prev:hover, #slideshow1 .owl-next:hover, #slideshow1 .owl-prev:hover {
	opacity: 1;
	background: none;
}
#ocdw_blog-posts-block-0 .owl-nav button img {
	display: none;
}
.xdstickers.xdsticker_0 {
	position: absolute;
  height: 28px;
  color: #000;
  width: 126px;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  bottom: 15px;
  left: 15px;
}
.xdstickers_wrapper > div {
	position: absolute;
	z-index: 9;
}
.product-thumb .xdsticker_1 {
    text-align: center;
    font-family: Druk Text Wide Cyr;
    font-size: 11px;
    line-height: 26px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 0px 10px;
    font-weight: 100;
}    
.item-slider-wrap .xdsticker_1 {
    text-align: center;
    font-family: Druk Text Wide Cyr;
    font-size: 11px;
    line-height: 28px;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0px 10px;
    font-weight: 100;    
}
.xdsticker_sale {
	top: 15px;
  left: 15px;
}

.product-top .xdstickers.xdsticker_0 {
	left: auto;
  bottom: auto;
  top: 15px;
  right: 15px;
}
.image-zoom {
	display: none !important;
}
.stock-value {
	color: #000;
  font-family: Gilroy;
  font-size: 14px;
  margin-bottom: 20px;
}
#product .alert-info {
	display: none;
}
.stock-value {
	background: #FCCD12;
  display: inline-block;
  padding: 5px 10px;
}
@media (max-width: 767px) {
.xdstickers.xdsticker_0 {
	height: 20px;
  width: 90px;
  font-size: 10px;
  line-height: 20px;
  bottom: 5px;
  left: 10px;
}
.product-cont .xdstickers.xdsticker_0 {
    height: 32px;
    width: 120px;
    font-size: 14px;
    line-height: 32px;
 }
}
@media (max-width: 450px) {
    .product-thumb .xdsticker_1 {
        font-size: 9px;
        line-height: 25px;
        left: 0px;
    }
    .item-slider-wrap .xdsticker_1 {
        font-size: 11px;
        line-height: 28px;
        top: 240px;
        width: auto;
    }
}    

.grecaptcha-badge {
    visibility: hidden;
}
.prod span.heading_title {
    display:none;
}