@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu/Ubuntu-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu/Ubuntu-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu/Ubuntu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu/Ubuntu-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'HandveticaNeue';
  src: url('../fonts/HandveticaNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	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;
}
div.required .control-label:after {
	content: ' *';
	color: #212529;
	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 {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* 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;
	}
}
@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;
	padding-top: 30px;    
	padding-bottom: 30px;
	background-color: #502C1E;
	border-top: 1px solid #ddd;
	color: white;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
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;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
.pagination>li>a, .pagination>li>span{
	color: #502C1E;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #502C1E;
    border-color: #502C1E;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@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 20px;
	min-height: 180px;
}
.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: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.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 {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	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;
}
/* Кастомные стили YDS shelma */
.px-0{
	padding: 0;
}
.d-flex{
	display: flex;
}
.central-content{
	width: 1144px;
	margin: auto;
}
.pages_h2{
	font-weight: 700;
	font-size: 34px;
	text-align: center;
	margin: 80px auto 40px auto;
	color: #502C1E;
	text-transform: uppercase;
}
.pages_h2.left{
	text-align: left;
}
.pages_h2.text-left{
	text-align: left;
	margin: 80px auto 60px auto;
}
.d-flex-align-bottom{
	align-items: flex-end;
}
.header-shelma{
	background:#502E1C;
	display: flex;
    align-items: center;
	padding: 10px 20px 10px 40px;
}
.logo-shelma{
	position: absolute;
	width: 150px;
	z-index: 9;
    left: -40px;
    top: -60px;
}
.menu-shelma{
	margin-left: auto;
}
.menu-shelma .collapse.navbar-collapse.navbar-ex1-collapse{
	padding: 0;
}
#menu{
	background: none;
	border: none;
	margin-bottom: 0;
}
#menu .nav > li > a{
	font-size: 18px;
	padding : 10px 9px;
}
#menu .nav > li > a:hover{
	color: #FFB81C;
	text-decoration: underline;
	background: none;
	text-underline-offset: 5px;
}
#menu .nav > li.active > a{
	color: #FFB81C;
	text-decoration: underline;
	background: none;
	text-underline-offset: 5px;
}
.search_block{
	position: unset;
	padding:0;
}
#search{
	margin-bottom: 0;    
	position: unset;
	height: 40px;
}
#search .input-lg{
	position: absolute;
	height: 40px;
    background: white;
    border-radius: unset;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
    left: 14%;
    width: 65%;
	border-radius: 8px;
	border:1px solid #FFB81C;    
	font-size: 16px;
}
#search .input-lg.active{
	opacity: 1;
	visibility: visible;
}
.close_search{
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	position: absolute;
    left: 80%;
    height: 40px;
    display: flex;
    align-items: center;
	transition: 0.5s;
}
.close_search.active{
	opacity: 1;
	visibility: visible;
}
.search_results{
	top: 70px;
    left: 14%;
    width: 65%;
	padding: 30px 25px;    
	border-radius: 12px;
}
.search_results ul{
	
}
.search_results ul li {
	margin: 12px 0;
}
.search_results ul li a{
	font-size: 16px;
	color: #212529;
    font-weight: 500;
}
.search_results ul li a:hover{
    background: none;
    color: #502c1e;
    font-weight: 700;
}
.search_results .all_results_button{
	position: relative;
	display: block;
    padding: 10px;
    text-align: center;
	background: white;
    border-radius: 8px;
    border: 1px solid #e9d8c5;
    color: #502C1E;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
	font-weight: 500;
	margin-top: 30px;
}
.search_results .all_results_button span{
	position: relative;
}
.search_results .all_results_button span:after {
	content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    color: #502C1E;
    border-right: 2px solid #502C1E;
    border-bottom: 2px solid #502C1E;
	transform: rotate(315deg);
	top: 4px;
    left: 110%;
}
#search .btn-lg{
	padding: 0;
    text-shadow: none;
    background: no-repeat;
    border: none;
    color: white;
	box-shadow: none;
}
.products_total{
	font-size: 16px;
	color: rgba(33,37,41,0.5);
	margin-bottom: 55px;
}
#cart{
	margin-bottom: 0;
}
#cart > .btn{
	background: none;
    border: none;
    box-shadow: none;
}
#cart #cart-total{
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 5px;
    right: 10px;
    border-radius: 100%;
    background: #FFB81C;
    font-size: 12px;
    min-width: 18px;
    height: 18px;
    font-weight: bold;
}
#cart.open > .btn{
	background: none;
    color: white;
}
#cart .dropdown-menu{
	background: #502E1C;
    color: white;
}
.cart_modal{
	position: fixed;
    left: 0;
	top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
	background-color: rgba(33, 37, 41, 0.7);
	backdrop-filter: blur(10px);
	display: none;
}
.cart_modal.active{
	display: block;
}
.cart_modal ul{
	background: white;
	border-radius: 20px;
	right: auto;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    width: 880px;
	padding: 40px 20px;
}
.cart_modal.active ul{
	display: block;
}
.cart_modal ul .top_row{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.cart_modal ul .top_row .cart_title{
	color: #502C1E;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}
.cart_modal ul .top_row .close_modal{
	position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.cart_modal ul .product_item{
	border-bottom: 1px solid rgba(80, 44, 30, 0.3);
	color: #502C1E;
	display: flex;
    padding: 24px 0;
    justify-content: space-between;
	position: relative;
}
.cart_modal ul .product_item td{
	border: 0;
}
.cart_modal ul .table-striped>tbody>tr:nth-of-type(odd){
	background: none;
}
.cart_modal ul .product_item .cart_image{
	border: 1px solid #E9D8C5;
	width: 96px;
	position: relative;
	display: block;
	border-radius: 8px;
}
.cart_modal ul .product_item .cart_image img{
	width: 100%;
	border-radius: 8px;
}
.cart_modal ul .product_item .cart_title{
	font-size: 16px;
	color: #502C1E;
	width: 320px;
	display:block;
}
.cart_modal ul .product_item .cart_product_price{
	font-size: 16px;
	color: #212529;
	font-weight: lighter;
	position: absolute;
    left: 130px;
    bottom: 30px;
}
.cart_modal ul .product_item .cart_product_price span{
	margin-right: 15px;
}
.cart_modal ul .product_item .cart_product_quantity{
	font-size: 16px;
	color: #502C1E;
	font-weight: lighter;    
	display: flex;
    align-items: center;
}
.cart_modal ul .product_item .cart_product_quantity .quantity-controls{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
	border: 1px solid #E9D8C5;
    border-radius: 8px;
	padding: 12px 0;
}
.cart_modal ul .product_item .cart_product_quantity .quantity-controls .btn-qty{
	border: none;
	background: none;
	padding: 0;
}
.cart_modal ul .product_item .cart_product_quantity .quantity-controls .btn-qty.minus{
	padding-left:12px;
	padding-right:6px;
	
}
.cart_modal ul .product_item .cart_product_quantity .quantity-controls .btn-qty.plus{
	padding-left:6px;
	padding-right:12px;
	
}
.cart_modal ul .product_item .cart_product_quantity .quantity-controls input{
	border: none;
	width: 100%;
	background: none;
	padding: 0;
	text-align: center;
}

.cart_modal ul .product_item .cart_product_quantity .quantity-controls input:focus-visible{
	outline: none;
}
.cart_modal ul .product_item .cart_product_price_total{
	font-size: 20px;
	color: #FFB81C;
	font-weight: bold;
	display: flex;
    align-items: center;
}
.cart_modal ul .product_item .cart_product_remove{
	display: flex;
    align-items: center;
	
}
.cart_modal ul .product_item .cart_product_remove .btn-danger{
	background: none;
	border: none;
}
.cart_modal ul .cart_total_title{
	color: #212529;
	font-weight: lighter;
}
.cart_modal ul .cart_sum_row{
	display: flex;
	justify-content: flex-end;
    align-items: center;
}
.cart_modal ul .cart_total_sum{
	font-size: 20px;
	color: #FFB81C;
	font-weight: bold;
	margin-left: 15px;
}
.cart_modal ul .cart_checout_button{
	background: #502C1E;
	color: white;
	border-radius: 8px;
	display: block;
	width: 215px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	margin-left: 30px;
}
#form-language .btn-shelma{
	display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}
#form-language .btn-shelma:hover{
	text-decoration: none;
}
#form-language .btn-shelma svg{
	margin-right: 8px;
}
#form-language .btn-shelma i{
	margin-left: 5px;
}
#form-language .dropdown-shelma{
	background: #502E1C;
    min-width: auto;
	left: 33px;
    top: 33px;
}
#form-language .dropdown-shelma li button{
	color: white;
}
#form-language .dropdown-shelma li button:active{
	border:none;
}
#form-language .dropdown-shelma li button:hover{
	color: #FFB81C;
	text-decoration: underline;
	background: none;
	text-underline-offset: 3px;
}
#form-language .dropdown-shelma li button:focus{
	color: #FFB81C;
	text-decoration: underline;
	background: none;
	text-underline-offset: 3px;
	outline: none;
}
.breadcrumb{
	padding-left: 150px;
	background: none;
    border: none;
	margin-top: 10px;
}
.breadcrumb > li a{
	color: #502C1E;
}
.breadcrumb > li:hover a{
	
}
.breadcrumb>.active{
	color: #502C1E;
	font-weight: bold;
}
.breadcrumb > li:after {
    top: 7px;
    right: -5px;
    width: 8px;
    height: 8px;
    color: #502C1E;
    border-right: 2px solid #502C1E;
    border-bottom: 2px solid #502C1E;
}
.breadcrumb > li:last-child:after{
	display: none;
}
footer .powered-shelma img{
	margin-right: 30px;
}
footer .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .container p{
	margin: 0;
}
footer .container .right_footer a{
	font-size: 12px;
	color: white;
}

img.pc{
	display: inline;
}
img.pl{
	display: none;
}
img.mob{
	display: none;
}
.banner_title{
	font-family: "HandveticaNeue";
    text-transform: uppercase;
    margin-bottom: 0px;
    position: absolute;
    color: #4B2E21;
    text-align: center;
}
.banner_title.en{
    left: calc(100vw / 179 * 64);
    max-width: calc(100vw / 280 * 210);
    top: calc(100vw / 1920 * 65);
    font-size: calc(100vw / 1920 * 65);
    line-height: calc(100vw / 1920 * 80);
}
.banner_title.benefits_page.en{
    left: calc(100vw / 179 * 74);
    max-width: calc(100vw / 280 * 210);
    top: calc(100vw / 1920 * 65);
    font-size: calc(100vw / 1920 * 65);
    line-height: calc(100vw / 1920 * 80);
}
.banner_title.ru{
	left: calc(100vw / 179 * 49);
    max-width: calc(100vw / 280 * 210);
    top: calc(100vw / 1920 * 65);
    font-size: calc(100vw / 1920 * 85);
    line-height: calc(100vw / 1920 * 100);
}
.banner_title.ua{
	left: calc(100vw / 179 * 53);
    max-width: calc(100vw / 280 * 210);
    top: calc(100vw / 1920 * 65);
	font-size: calc(100vw / 1920 * 90);
    line-height: calc(100vw / 1920 * 105);
}
span.subtitle{
	z-index: 2;
    position: absolute;
    left: calc(100vw / 320 * 110);
    font-weight: 400;
    color: #4B2E21;
    top: calc(100vw / 1920 * 320);
    font-size: calc(100vw / 1920 * 24);
    line-height: calc(100vw / 1920 * 28);
    max-width: 100%;
    text-align: center;
}
span.subtitle.ru{
    left: calc(100vw / 320 * 99);
	
}
span.subtitle.en{
	left: calc(100vw / 1920 * 697);
	top: calc(100vw / 1920 * 300);
}
.benefits_item{
	display: inline-block;
    position: absolute;
    font-weight: 700;
    text-align: center;
    color: #4B2E21;
}
.benefits_item.first.en{
	left: calc(100vw / 1920 * 437);
    top: calc(100vw / 1920 * 458);
    font-size: calc(100vw / 1920 * 11);
    line-height: calc(100vw / 1920 * 13);
}
.benefits_item.second.en{
	left: calc(100vw / 1920 * 430);
	top: calc(100vw / 1920 * 554);
	font-size: calc(100vw / 1920 * 11);
	line-height: calc(100vw / 1920 * 13);
}
.benefits_item.third.en{
	left: calc(100vw / 1920 * 410);
	top: calc(100vw / 1920 * 648);
	font-size: calc(100vw / 1920 * 11);
	line-height: calc(100vw / 1920 * 13);
}
.benefits_item.first.ua{
	left: calc(100vw / 1920 * 425);
    top: calc(100vw / 1920 * 458);
    font-size: calc(100vw / 1920 * 11);
    line-height: calc(100vw / 1920 * 13);
}
.benefits_item.second.ua{
	left: calc(100vw / 1920 * 420);
	top: calc(100vw / 1920 * 554);
	font-size: calc(100vw / 1920 * 11);
	line-height: calc(100vw / 1920 * 13);
}
.benefits_item.third.ua{
	left: calc(100vw / 1920 * 415);
	top: calc(100vw / 1920 * 648);
	font-size: calc(100vw / 1920 * 11);
	line-height: calc(100vw / 1920 * 13);
}
.benefits_item.first.ru{
	left: calc(100vw / 1920 * 415);
    top: calc(100vw / 1920 * 458);
    font-size: calc(100vw / 1920 * 11);
    line-height: calc(100vw / 1920 * 13);
}
.benefits_item.second.ru{
	left: calc(100vw / 1920 * 417);
	top: calc(100vw / 1920 * 554);
	font-size: calc(100vw / 1920 * 11);
	line-height: calc(100vw / 1920 * 13);
}
.benefits_item.third.ru{
	left: calc(100vw / 1920 * 410);
	top: calc(100vw / 1920 * 648);
	font-size: calc(100vw / 1920 * 11);
	line-height: calc(100vw / 1920 * 13);
}


.benefits_item.benefits_page.first.en{
	left: calc(100vw / 1920 * 630);
    top: calc(100vw / 1920 * 570);
    font-size: calc(100vw / 1920 * 11);
    line-height: calc(100vw / 1920 * 13);
}
.benefits_item.benefits_page.second.en{
	left: calc(100vw / 1920 * 895);
	top: calc(100vw / 1920 * 570);
	font-size: calc(100vw / 1920 * 11);
	line-height: calc(100vw / 1920 * 13);
}
.benefits_item.benefits_page.third.en{
	left: calc(100vw / 1920 * 1158);
	top: calc(100vw / 1920 * 570);
	font-size: calc(100vw / 1920 * 11);
	line-height: calc(100vw / 1920 * 13);
}
.benefits_item.benefits_page.first.ru{
	left: calc(100vw / 1920 * 630);
    top: calc(100vw / 1920 * 570);
    font-size: calc(100vw / 1920 * 11);
    line-height: calc(100vw / 1920 * 13);
}
.benefits_item.benefits_page.second.ru{
	left: calc(100vw / 1920 * 883);
	top: calc(100vw / 1920 * 570);
	font-size: calc(100vw / 1920 * 11);
	line-height: calc(100vw / 1920 * 13);
}
.benefits_item.benefits_page.third.ru{
	left: calc(100vw / 1920 * 1128);
	top: calc(100vw / 1920 * 570);
	font-size: calc(100vw / 1920 * 11);
	line-height: calc(100vw / 1920 * 13);
}
.benefits_item.benefits_page.first.ua{
	left: calc(100vw / 1920 * 615);
    top: calc(100vw / 1920 * 570);
    font-size: calc(100vw / 1920 * 11);
    line-height: calc(100vw / 1920 * 13);
}
.benefits_item.benefits_page.second.ua{
	left: calc(100vw / 1920 * 881);
	top: calc(100vw / 1920 * 570);
	font-size: calc(100vw / 1920 * 11);
	line-height: calc(100vw / 1920 * 13);
}
.benefits_item.benefits_page.third.ua{
	left: calc(100vw / 1920 * 1119);
	top: calc(100vw / 1920 * 570);
	font-size: calc(100vw / 1920 * 11);
	line-height: calc(100vw / 1920 * 13);
}


.bottom_text{
	font-family: "HandveticaNeue";
    text-transform: uppercase;
    margin-bottom: 0px;
    position: absolute;
    color: #4B2E21;
    text-align: center;
}
.bottom_text.en{
    font-size: calc(100vw / 992 * 14);    
	top: calc(100vw / 1920 * 757);
    left: calc(100vw / 320 * 102);
}
.bottom_text.ua{
    font-size: calc(100vw / 992 * 14);  
	top: calc(100vw / 1920 * 757);
    left: calc(100vw / 320 * 88);
	
}
.bottom_text.ru{
    font-size: calc(100vw / 992 * 14);  
	top: calc(100vw / 1920 * 757);
    left: calc(100vw / 320 * 88);
	
}

.sellery_banner{
	position: relative;
	margin-top: 80px;    
	background: rgba(233, 216, 197, 0.4);
    border-radius: 20px;
	margin-bottom: 50px;
}

.sellery_banner img.pl{
		display: none;
}
.sellery_banner img.mob{
		display: none;
}
.sellery_banner img{
	border-radius: 20px;
}
.sellery_banner .text{
	position: absolute;
	display: flex;    
	align-items: center;	
	top: 135px;
    right: 120px;    	    
}
.sellery_banner .text .left{
	font-family: "HandveticaNeue";
	color: #FFB81C;
	font-size: 120px;
	text-transform: uppercase;
	margin-right: 25px;
}
.sellery_banner .text .right{
	
}
.sellery_banner .text .right .top{
	color: #502C1E;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 30px;
	
}
.sellery_banner .text .right .bottom{
	color: #212529;
	font-size: 24px;
	font-weight: 300;
	
}

.advantages_block{
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.advantages_block .advantage_item{
	border: 1px solid #E9D8C5;
	border-radius: 12px;
	width: calc(25% - 23px);
	padding: 24px;
	position: relative;
	min-height: 320px;
}
.advantages_block .advantage_item img{
	position: absolute;
    left: 0;
	bottom:0;    
	border-radius: 12px;
}
.advantages_block .advantage_item h3{
	font-size: 24px;
	font-weight: 500;
	color: #502C1E;
	margin-bottom: 15px;
	margin-top: 0;
}
.advantages_block .advantage_item span{
	font-size: 16px;
}

#categoryTabs{
	display: flex;
	margin-bottom: 40px;    
	justify-content: center;
    border: 0;
}
#categoryTabs li a{
	color:#502C1E;
	font-size: 26px;
	font-weight: bold;
    background: none;
    border: none;
    cursor: pointer;
	margin-right: 40px;
}
#categoryTabs li.active a{
	text-decoration: underline;
	text-underline-offset: 9px;
}
.tab-content .row-products{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tab-content .card {
	width: calc(25% - 15px);
	margin-bottom: 30px;
}
.tab-content .card img{
	display: block;
    margin: auto;
}
.tab-content .card .card-body{
	position: relative;
}
.tab-content .card .card-body .card-title{
	color: #502C1E;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
	min-height: 60px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tab-content .card .card-body .card-text{
	color: #FFB81C;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 25px;
}
.tab-content .card .card-body .btn{
	background: #502C1E;
	border: none;
	border-radius: 8px;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
}
.tab-content .card .onpage_options {
	position: absolute;
    bottom: 55px;
    margin-bottom: 0;
}
.tab-content .card .onpage_options .weight_options_row {
	display: flex;
	
}
.tab-content .card .onpage_options .radio {
	margin: 0;
    border-radius: 8px;
    border: 1px solid #E9D8C5;
	margin-right: 5px;
	cursor: pointer;
}
.tab-content .card .onpage_options .radio:hover{
	background:#FFB81C;
}
.tab-content .card .onpage_options .radio.active{
	background:#FFB81C;
}
.tab-content .card .onpage_options .radio label{
    font-size: 14px;
    padding: 4px 8px;
	color: black;
}
.alert-success{
	border-radius: 8px;
	position: fixed;
    right: 20px;
    top: 50px;
    z-index: 999;
    background: white;
    border: 1px solid #502C1E;
	color: #502C1E;
	font-size: 16px;
	display: flex;
    align-items: center;
}
.alert-success b{
	font-weight: bold;
	display: block;
    color: #502C1E;
    margin-left: 3px;
	cursor: pointer;
}
.alert-success svg{
	margin-right: 7px;
}
.alert-dismissible .close {
    right: -10px;
    top: -10px;
    text-shadow: none;
    opacity: 1;
}
.category-banner p{
	margin-bottom: 0;
}
.pages_text{ 
	color: #212529;
	font-size: 16px;
}
.catalog_description{
	text-align: center;
	max-width: 720px;
	margin-bottom: 60px;
}
.product_row {
	border: 0;
}
.product_row .product-thumb{
	display: flex;    
	padding: 60px 0;
	border: 0;
}
.product_row.swap_blocks .product-thumb{
	flex-direction: row-reverse;
}
.product_row .product-thumb .image{
	position: relative;    
	margin-right: 130px;
}
.product_row.special_categories .product-thumb .image{
	position: relative;    
	margin-right: 30px;
}
.product_row.swap_blocks .product-thumb .image{ 
	margin-right: 0;
	margin-left: 130px;
}
.product_row.swap_blocks.special_categories .product-thumb .image{ 
	margin-right: 0;
	margin-left: 30px;
}
.product_row .product-thumb .img-responsive{
	position: absolute;
	right: -65px;
    bottom: -55px;
}
.product_row.swap_blocks .product-thumb .img-responsive{
	right: auto;
	left: -65px;
}
.product_row .product-thumb .right{
	
}
.product_row .product-thumb .right h4{
	font-size: 26px;
    font-weight: bold;    
	margin-bottom: 25px;
}
.product_row .product-thumb .right h4 a{
    color: #502C1E;
}
.product_row .product-thumb .right h4 a:hover{
	color: #FFB81C;
}
.product_row .product-thumb .right .product-short-description{
	font-size: 16px;
	color: #212529;
	margin-bottom: 30px;
}
.product_row .product-thumb .right .product-short-description .row_benefit{
	display: flex;
	align-items: flex-start;    
	margin-bottom: 30px;
}
.product_row .product-thumb .right .product-short-description .row_benefit .num{
	margin-right: 25px;
	width: 32px;
	height: 32px;
	background: #FFB81C;
	font-size: 19px;
	font-weight:bold;
	display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
}
.product_row .product-thumb .right .product-short-description .row_benefit .text{
	max-width: 500px;
}
.product_row .product-thumb .right .info_row{
	display: flex;
	font-size: 14px;
	margin-bottom: 15px;
}
.product_row .product-thumb .right .stock{
	display: flex;
	color: #212529;
	align-items: center;
	margin-right: 15px;
}
.product_row .product-thumb .right .stock .green_circle{
	background: #42FFBA;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	margin-right: 6px;
}
.product_row .product-thumb .right .sku{
	color: #212529;
	
}
.product_row .product-thumb .right .weight_options_row{
	display: flex;
	margin-bottom: 30px;
}
.product_row .product-thumb .right .weight_options_row .radio{
	margin: 0;
    border-radius: 8px;
    border: 1px solid #E9D8C5;
    margin-right: 5px;
    cursor: pointer;
}
.product_row .product-thumb .right .weight_options_row .radio.active{
	background: #FFB81C;
}
.product_row .product-thumb .right .weight_options_row label{
	font-size: 16px;
	padding: 10px 11px;
	color: #502C1E;
}
.product_row .product-thumb .right .catalog_buy_row{
	display: flex;
	justify-content: space-between;
}
.product_row .product-thumb .right .price{
	font-size: 35px;
    color: #FFB81C;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.product_row .product-thumb .right .quantity-controls{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    border: 1px solid #E9D8C5;
    border-radius: 8px;
    padding: 12px 0;
}
.product_row .product-thumb .right .quantity-controls .btn-qty{
	border: none;
    background: none;
    padding: 0;
}
.product_row .product-thumb .right .quantity-controls .btn-qty.minus{
	padding-left: 12px;
    padding-right: 6px;
}
.product_row .product-thumb .right .quantity-controls .btn-qty.plus{
	padding-left: 6px;
    padding-right: 12px;
}
.product_row .product-thumb .right .quantity-controls .qty-input{
	border: none;
    width: 100%;
    background: none;
    padding: 0;
    text-align: center;
	font-size: 16px;
}
.product_row .product-thumb .right .quantity-controls .qty-input:focus-visible{
	outline: none;
}
.product_row .product-thumb .right .btn{
	background: #502C1E;
    border: none;
    border-radius: 8px;
    width: 185px;
    text-transform: uppercase;
    font-size: 14px;
}
.product_row .product-thumb .right .btn:hover{
	background: #FFB81C;
}
.bottom_page_text{
	background: #008C95;
	padding: 40px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
}
.bottom_page_text img{
	margin-right: 10px;
}
.bottom_page_text span{
	display: block;
	color: white;
	max-width: 720px;
	line-height: 26px;
    font-weight: 500;
}

.product_info{
	display: flex;    
	margin-bottom: 80px;
}
.product_info .left{
	margin-right: 130px;
}
.product_info .main_photo img{
	width: 400px;
}
.product_info .right{
	
}
.product_info .right h1{
	color: #502C1E;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.product_info .right .grain_free{
	text-transform: uppercase;
    font-size: 20px;
	color: #502C1E;
    font-weight: 500;
	margin-bottom: 25px;
}
.product_info .right .grain_free img{
	margin-right: 15px;
}
.product_info .right .short_description{
	color: #212529;
    font-size: 16px;
	margin-bottom: 24px;
}
.product_info .right .info_row{
	display: flex;
	font-size: 14px;
	margin-bottom: 15px;
}
.product_info .right .stock{
	display: flex;
	color: #212529;
	align-items: center;
	margin-right: 15px;
}
.product_info .right .stock .green_circle{
	background: #42FFBA;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	margin-right: 6px;
}
.product_info .right .sku{
	color: #212529;
	
}
.product_info .right .weight_options_row{
	display: flex;
	margin-bottom: 30px;
}
.product_info .right .weight_options_row .radio{
	margin: 0;
    border-radius: 8px;
    border: 1px solid #E9D8C5;
    margin-right: 5px;
    cursor: pointer;
}
.product_info .right .weight_options_row .radio.active{
	background: #FFB81C;
}
.product_info .right .weight_options_row label{
	font-size: 16px;
	padding: 10px 11px;
	color: #502C1E;
}
.product_info .right .catalog_buy_row{
	display: flex;
	justify-content: space-between;
}
.product_info .right .price{
	font-size: 35px;
    color: #FFB81C;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.product_info .right .quantity-controls{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    border: 1px solid #E9D8C5;
    border-radius: 8px;
    padding: 12px 0;
	margin-left: auto;
    margin-right: 15px;
}
.product_info .right .quantity-controls .btn-qty{
	border: none;
    background: none;
    padding: 0;
}
.product_info .right .quantity-controls .btn-qty.minus{
	padding-left: 12px;
    padding-right: 6px;
}
.product_info .right .quantity-controls .btn-qty.plus{
	padding-left: 6px;
    padding-right: 12px;
}
.product_info .right .quantity-controls .qty-input{
	border: none;
    width: 100%;
    background: none;
    padding: 0;
    text-align: center;
}
.product_info .right .quantity-controls .qty-input:focus-visible{
	outline: none;
}
.product_info .right .btn{
	background: #502C1E;
    border: none;
    border-radius: 8px;
    width: 185px;
    text-transform: uppercase;
    font-size: 14px;
}
.product_info_block{
	display: flex;
	justify-content: space-between;
	margin-bottom: 85px;
}
.product_info_block .left{
	width: 550px;
}
.product_info_block .left h2 span{
	color: #502C1E;
}
.product_info_block .left p{
	color: #212529;
}
.product_info_block .left span{
	color: #212529;
}
.product_info_block .left h3 span{
	color: #502C1E;
}
.product_info_block .right h3 span{
	color: #502C1E;
}
.product_info_block .right{
	width: 450px;
}
.product_info_block .right h2 span{
	color: #502C1E;
}
.product_info_block .right span{
	color: #212529;
}
.product_info_block .right h3{
	color: #502C1E;
}
.product_info_block .right table{
	color: #212529;
	margin-top: 25px;    
	font-size: 16px;
	text-align: center;
	border: 1px solid #F5E5E3;
	border-radius: 12px;
    overflow: hidden;
    border-collapse: separate;
}
.product_info_block .right table tr:first-child{
	background: #F5E5E3; 
}
.product_info_block .right table tr:first-child th{
	text-align: center;
}
.product_info_block .right table tr td{
	border: 0;
}
.product_big_title{
	margin-bottom: 60px;
	color: #502C1E;
	font-size: 34px;
	font-weight: bold;
	text-transform: uppercase;    
	text-align: center;
}
.product_benefits_first_row{
	position: relative;
    display: flex;
	border-radius: 20px;
	border: 2px solid #E9D8C5;
	padding: 55px;
	margin-bottom: 55px;
	flex-wrap: wrap;
}
.product_benefits_first_row .banner_back{
	position: absolute;
	left: 0;
    top: 0;
	z-index: -1;
}
.product_benefits_first_row .product_benefits_first_row_item{
	display: flex;
    align-items: flex-start;
	margin-right: 30px;   
	width: calc(33% - 30px);
	margin-bottom: 15px;
}
.product_benefits_first_row .marker_tick{
	margin-right: 25px;
}
.product_benefits_first_row .right{
	
}
.product_benefits_first_row .right .title{
	font-size: 20px;
	color: #502C1E;
	margin-bottom: 15px;
	font-weight: bold;
}
.product_benefits_first_row .right .text{
	font-size: 16px;
	color: #212529;
}
.product-benefits{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-benefits .benefit{
	width: calc(33% - 20px);
	margin-bottom: 40px;
}
.product-benefits .benefit img{
	text-align: center;    
	display: block;
    margin: auto;
	margin-bottom: 40px;    
	max-width: 195px;
}
.product-benefits .benefit h3{
	font-size: 24px;
	color: #502C1E;
	margin-bottom: 15px;
}
.product-benefits .benefit span{
	color: #212529;
	font-size: 16px;
	
}
.thumbnail.main_photo{
	border: 0;
}
.thumbnail.additional_photo{
	border: 1px solid #E9D8C5;
	border-radius: 8px;
}
.thumbnail.additional_photo.active, .thumbnail.additional_photo:hover, .thumbnail.additional_photo:focus, .thumbnail.additional_photo:focus-visible{
	border: 1px solid #FFB81C;
}
.thumbnail-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #999999;
  color: #502C1E;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s;
}
.thumbnail-nav.thumbnail-prev  svg{
	transform: rotate(180deg);
}
.thumbnail-nav:hover {
  background-color: #FFB81C;
}

.thumbnail-prev {
  left: 10px;
}

.thumbnail-next {
  right: 10px;
}

.thumbnail-wrapper {
  position: relative;
  display: inline-block;
}

.contact-block-common{
	display: flex;
    justify-content: space-between;
}
.contact-block-common .contacts-data{
	
}
.contact-block-common .contacts-data .information_rows{
	
}
.contact-block-common .contacts-data .information_rows .data-row{
	margin-bottom: 25px;
}
.contact-block-common .contacts-data .information_rows .data-row span{
	color: #212529;
	font-size: 14px;
	opacity: 0.5;
	display: block;
}
.contact-block-common .contacts-data .information_rows .data-row .info{
	margin: 12px 0;
	display: flex;
	align-items: flex-start;
}
.contact-block-common .contacts-data .information_rows .data-row .info img{
	margin-right: 12px;
	width: 24px;
}
.contact-block-common .contacts-data .information_rows .data-row .info span{
	color: #502C1E;
	font-size: 20px;
	font-weight: 700;
	opacity: 1;
}
.contact-block-common .contacts-data .information_rows .data-row .dop_info{
	color: #212529;
	font-size: 16px;
	
}
.contact-block-common .contacts-data .information_rows .data-row .dop_info a{
	
}
.contact-block-common .contacts-data .information_rows .data-row .dop_info a img{
	
}
.contact-block-common .category-contact-block{
	margin-top: 80px;
	max-width: 550px;    
	border: 2px solid #E9D8C5;
	border-radius: 20px;
	overflow: hidden;
	height: max-content;
}
.contact-block-common .category-contact-block .form_text_block{
	background: rgba(245, 229, 227, 0.3);
	padding: 32px;
}
.contact-block-common .category-contact-block .form_block_title{
	color: #502C1E;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.contact-block-common .category-contact-block .form_block_text{
	color: #212529;
	font-size: 16px;
}
.contact-block-common .category-contact-block form{
	padding: 32px;
}
.contact-block-common .category-contact-block .form-group{
	margin-right: 0px;
    margin-left: 0px;
}
.contact-block-common .category-contact-block .form-group .control-label{
	color: #212529;
    font-size: 16px;
	margin-bottom: 12px;
}
.contact-block-common .category-contact-block .form-group input{
	padding: 13px 16px;
	border-radius: 8px;
	border: 1px solid #E9D8C5;
	font-size: 16px;
	height: 48px;
}
.contact-block-common .category-contact-block .form-group .control-label.show_comment{
	font-weight: bold;
	cursor: pointer;
}
.contact-block-common .category-contact-block .form-group textarea{
	
}
.contact-block-common .category-contact-block .form-group textarea.hidden{
	display: none;
}
.contact-block-common .category-contact-block .form-group button{
	background: #502C1E;
	color: white;
	text-transform: uppercase;
	border:0;
	border-radius:8px;
	float: right;
	font-size: 14px;
	width: 170px;
	height: 40px;
	padding: 10px;
}



.title_block{
	padding: 64px;
	background: #F5E5E3;
}
.title_block h1{
	color: #502C1E;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.title_block .article_under_title{
	color: #212529;
	font-size: 16px;
}
h2.article_title{
	color: #502C1E;
	font-size: 20px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 25px;
}
.article_row{
	color: #212529;
	font-size: 16px;
	margin-bottom: 10px;
}
.article_row a{
	color: #FFB81C;
	font-weight: bold;
}

.success_page svg{
	display: block;
    margin: auto;
    margin-bottom: 25px;
}
.order_num{
	color: #212529;
	font-size: 16px;
	text-align: center;
	margin: 25px 0 15px 0;
}
.order_num span{
	color: #502C1E;
	border-radius: 8px;
	background: rgba(233,216,197,0.2);
	padding: 5px 8px;
	margin-left: 8px;
	font-size: 20px;
	font-weight: bold;
}
.text_success{
	color: #212529;
	font-size: 16px;
	text-align: center;
	padding-bottom: 50px;
	border-bottom: 1px solid #E9D8C5;
	margin-bottom: 80px;
}
.order_details_block{
	width: 755px;
    margin: auto;
}
.order_details_block .simplecheckout-cart .product_item{
	align-items: center;
}
.order_details_block .simplecheckout-cart .product_item .cart_title{
	width: 430px;
	font-weight: 500;
}
.order_details_block .simplecheckout-cart .product_item .cart_product_price span.qty{
	margin-right: 0;
    margin-left: 15px;
}
.order_details_block .simplecheckout-cart .product_item:first-child{
	padding-top: 0;
}
.order_details_block .simplecheckout-cart .product_item:last-child{
	padding-bottom: 0;
}
.continue_button{
	display: block;
    width: 755px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    background: #502C1E;
    border-radius: 8px;
    margin: 0 auto 60px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}
.continue_button:hover{
	color: white;
}
.order_details_block.cart_all .panel-heading{
	color: #502C1E;
    text-transform: uppercase;
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 0;
    margin-bottom: 30px;
}
.order_details_block.cart_all .total_cart_table{
	border: none;
	padding: 0;
}
.order_details_block.cart_all .total_cart_table .simplecheckout-cart-total-title{
	font-size: 16px;
	color: rgba(33,37,41,0.5);
	
}
.order_details_block.cart_all .total_cart_table .simplecheckout-cart-total-title.total{
	color: #502C1E;
	font-weight: 700;
}
.order_details_block.cart_all .total_cart_table .simplecheckout-cart-total-value{
	color: #502C1E;
	font-weight: 500;
	font-size: 16px;
}
.order_details_block.cart_all .total_cart_table .simplecheckout-cart-total-value.total{
	font-weight: 700;
	font-size: 20px;
	color: #FFB81C;	
}
.order_details_block.cart_all .total_cart_table .simplecheckout-cart-total:last-child{
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid rgba(80,44,30,0.1);
}
.contact_info{
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 20px;
	background: rgba(233,216,192,0.2);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 55px;
}
.contact_info h3{
	color: #502C1E;
	font-weight: 700;
	font-size: 34px;
	display:block;
	margin-bottom:15px;
	width: 100%;
    text-align: center;
}
.contact_info .text{
	font-size: 16px;
	color: #212529;
	display:block;
	margin-bottom:30px;
	width: 100%;
    text-align: center;
}
.contact_info a.info{
	display:block;
	color: #502C1E;
	font-weight: 700;
	font-size: 18px;
	margin-bottom:15px;
	width: 100%;
    text-align: center;
}
.contact_info a.info img{
	margin-right: 15px;
}
.contact_info a.contacts_button{
	font-size: 16px;
	display:block;
	color: #502C1E;
	border-bottom: 1px solid #FFB81C;
	font-weight: 700;
	padding-bottom:5px;
	position: relative;
	margin-top: 25px;
}
.contact_info a.contacts_button:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    color: #502C1E;
    border-right: 2px solid #502C1E;
    border-bottom: 2px solid #502C1E;
    transform: rotate(315deg);
	top: 8px;
    left: 105%;
}

img.mfp-img{
	background: white;
}

@media (max-width: 1200px) {
	header{
		position: sticky;
		top: 0;
		z-index: 9999;
	}
	.logo-shelma{
		left: 40px;
		top: -10px;
	}
	.header-shelma{
		padding-left: 32px;
	}
	.menu-shelma {
		margin-left: 10px;
		width: 24px;
	}
	#menu .btn-navbar{
		background: none;
        border: none;
        box-shadow: none;
	}
	#menu .btn-navbar:active{
		background: none;
        border: none;
        box-shadow: none;
	}
	#menu .btn-navbar:hover{
		background: none;
        border: none;
        box-shadow: none;
	}
	#menu .btn-navbar:focus-visible{
		background: none;
        border: none;
        box-shadow: none;
	}
	#menu .btn-navbar i:before{
		font-size: 20px;
	}
	#search .input-lg{
	    left: 22%;
		width: 45%;
	}
	.close_search{
		left: 70%;
	}
	.menu-shelma .collapse.navbar-collapse.navbar-ex1-collapse{
		position: fixed;
		top: 70px;
		left: 0;
		right: 0;
		width: 100vw;
		z-index: 99999999;
		background: white;
		color: #502C1E;
		padding-left: 40px;
		overflow: hidden;
	}
	.menu-shelma .collapse.navbar-collapse.collapsing{
		transition: 0s;
	}
	#menu .nav > li > a{
		color: #502C1E;
		font-size: 18px;
		text-shadow: none;
	}
	.search_block {
		margin-left: auto;
	}
	#form-language .btn-shelma svg{
		display: none;
	}
	#form-language .dropdown-shelma{
		left: 5px;
	}
	#content{
		overflow: hidden;
	}
	.pages_h2 {
		width: calc(100% - 64px);
		font-size: 28px;
		margin: 64px auto 32px auto;
	}
	.pages_text{
		font-size: 14px;
	}
	.advantages_block{
		overflow-y: scroll;
		width: 100%;
		margin-left: 32px;
		margin-bottom: 60px;        
		padding-right: 32px;
	}
	.advantages_block .advantage_item{
		min-width: 263px;
		margin-right: 16px;
	}
	.central-content{
		width: calc(100% - 64px);
	}
	#categoryTabs{
		margin-bottom: 24px;
	}
	#categoryTabs li a{
		font-size: 18px;
		margin-right: 32px;        
		padding: 0;
	}
	.tab-content .card img{
		width: 132px;
	}
	.tab-content .card .card-body .card-title{
		font-size: 13px;
		-webkit-line-clamp: 2;
		min-height: 31px;	
	}
	.tab-content .card .onpage_options{
		bottom: 80px;
	}
	.tab-content .card .onpage_options .radio label {
		font-size: 11px;
		padding: 4px 3px;
	}
	.tab-content .card .card-body .card-text{
		text-align: left;        
		margin: 50px 0 15px;
	}
	img.pc{
		display: none;
	}
	img.pl{
		display: inline;
	}
	img.mob{
		display: none;
	}
	.banner_title{
		font-family: "HandveticaNeue";
		text-transform: uppercase;
		margin-bottom: 0px;
		position: absolute;
		color: #4B2E21;
		text-align: center;
	}
	.banner_title.en{
		top: calc(100vw / 1920 * 300);
        font-size: calc(100vw / 1920 * 70);
        line-height: calc(100vw / 1920 * 70);
		left: calc(100vw / 179 * 62);
	}
	.banner_title.benefits_page.en{
		left: calc(100vw / 179 * 65);
        max-width: calc(100vw / 280 * 210);
        top: calc(100vw / 1920 * 230);
        font-size: calc(100vw / 1920 * 100);
        line-height: calc(100vw / 1920 * 120);
	}
	.banner_title.benefits_page.ua {
        left: calc(100vw / 179 * 46);
        max-width: calc(100vw / 280 * 210);
        top: calc(100vw / 1920 * 230);
        font-size: calc(100vw / 1920 * 100);
        line-height: calc(100vw / 1920 * 120);
    }
	.banner_title.benefits_page.ru {
        left: calc(100vw / 179 * 40);
        max-width: calc(100vw / 280 * 210);
        top: calc(100vw / 1920 * 230);
        font-size: calc(100vw / 1920 * 100);
        line-height: calc(100vw / 1920 * 120);
    }
	.banner_title.ru{
		top: calc(100vw / 1920 * 300);
        font-size: calc(100vw / 1920 * 70);
        line-height: calc(100vw / 1920 * 70);
        left: calc(100vw / 179 * 48);
	}
	.banner_title.ua{
		top: calc(100vw / 1920 * 300);
        font-size: calc(100vw / 1920 * 70);
        line-height: calc(100vw / 1920 * 70);
		left: calc(100vw / 179 * 58);
	}
	span.subtitle{
		left: calc(100vw / 320 * 79);
        top: calc(100vw / 1920 * 550);
        font-size: calc(100vw / 1920 * 30);
        line-height: calc(100vw / 1920 * 40);
	}
	span.subtitle.ru{
		left: calc(100vw / 320 * 61);
        top: calc(100vw / 1920 * 550);
        font-size: calc(100vw / 1920 * 30);
        line-height: calc(100vw / 1920 * 40);
		
	}
	span.subtitle.en{
		left: calc(100vw / 320 * 107);
        top: calc(100vw / 1920 * 550);
        font-size: calc(100vw / 1920 * 30);
        line-height: calc(100vw / 1920 * 40);
	}
	.benefits_item{
		display: none;
	}
	.bottom_text{
		display: none;
	}
	.sellery_banner{
		width: calc(100% - 64px);
		margin-bottom: 40px;
	}
	.sellery_banner img.pl{
		display: inline;
	}
	.sellery_banner img.pc{
		display: none;
	}
	.sellery_banner img.mob{
		display: none;
	}
	.sellery_banner .text{
		flex-wrap: wrap;    
		top: 100px;
		right: 0;
        left: 260px;
	}
	.sellery_banner .text .left{
		font-size: 88px;
        margin-right: 0;
		width: 100%;        
		margin-bottom: 45px;
	}
	.sellery_banner .text .right .top{
		
	}
	.sellery_banner .text .right .bottom{
		
	} 
	footer .d-flex-align-bottom.powered-shelma{
		align-items: flex-start;        
		width: 100%;
		margin-bottom: 32px;
	}
	footer .container{
		flex-wrap: wrap;        
		padding-left: 32px;
	}
	.catalog-product-image:has(+ img) {
	  display: none;
	}
	.product-thumb .image a{
		width:100%;
		
	}
	.product_row .product-thumb .img-responsive{
		position: relative;
		right: auto;
        bottom: auto;
	}
	.breadcrumb {
		padding-left: 0px;
		margin: 5px 0;
	}
	.product_row.special_categories  .product-thumb{
		flex-wrap: wrap;
		padding: 30px 0;
	}
	.product_row .product-thumb .right .product-short-description .row_benefit .num{
		margin-right: 15px;
	}
	.product_row .product-thumb .right .product-short-description .row_benefit .text{
		max-width: calc(100% - 50px);
	}
	.product_row.special_categories .product-thumb .image{
	    margin-left: 0;
	    margin-right: 0;
		width: 100%;
		height: 220px;
		border-radius: 20px;
		margin-bottom: 32px;
	}
	.product_row.swap_blocks.special_categories .product-thumb .image{
	    margin-left: 0;
		
	}
	.product_row.special_categories .product-thumb .image img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 20px;
	}
	.central-content .row{
		margin-left: 0;
		margin-right: 0;
	}
	.bottom_page_text{
		padding: 32px;
	}
	.bottom_page_text span{
		font-size: 16px;
		line-height: 18px;
	}
	.product_row .product-thumb .image{
		margin-right: 0;
		min-width: 240px;
	}
	.product_row.swap_blocks .product-thumb .image{
		margin-left: 0;
	}
	.product_row.swap_blocks .product-thumb .img-responsive{
		left: auto;
	}
	.product_row .product-thumb .right{
		max-width: 380px;
	}
	.product_row.special_categories  .product-thumb .right{
		max-width: max-content;
	}
	.product_row .product-thumb .right h4{
		font-size: 20px;
	}
	.product_row .product-thumb .right .product-short-description{
		font-size: 14px;
	}
	.product_row .product-thumb .right .price{
		font-size: 26px;
		margin-bottom: 0;
	}
	.product_row .product-thumb .right .quantity-controls{
		width: 68px;
		height: 30px;
	}
	.product_row .product-thumb .right .btn{
	    width: 126px;
		font-size: 14px;
		height: 30px;
		line-height: 16px;
	}
	.product_info{
		flex-wrap:wrap;
	}
	.product_info .left {
		margin-right: 0;
		width: 100%;
	}
	.thumbnails{
		margin-left: 0;
	}
	.thumbnail-wrapper{
		width: 100%;
	}
	.thumbnails > li{
		margin-left: 0;
	}
	.thumbnail-next{
		right: 50px;
	}	
	.thumbnail-prev{
		left: 50px;
	}
	.product_info .main_photo img{
		width: 224px;
	}
	.product_info .right h1{
		font-size: 16px;
	}
	.product_info .right .grain_free{
		font-size: 14px;
	}
	.product_info .right .price{
		font-size: 25px;        
		margin: 0;
	}
	.product_info_block{
		margin-bottom: 60px;
		flex-wrap: wrap;
	}
	.product_info_block .left{
		width: 100%;
	}
	.product_info_block .right{
		width: 100%;
	}
	.product_big_title{
		margin-bottom: 40px;
		font-size: 28px;
	}
	.product_benefits_first_row{
		padding: 32px 24px 16px;        
		margin-bottom: 45px;
	}
	.product_benefits_first_row .product_benefits_first_row_item{
		flex-wrap: wrap;        
		margin-bottom: 0;
	}
	.product_benefits_first_row .marker_tick{
		margin-right: 0;
		width: 30px;        
		margin-bottom: 25px;
	}
	.product_benefits_first_row .right{
		width: 100%;        
		min-height: -webkit-fill-available;
	}
	.product_benefits_first_row .right .title{
		font-size: 18px;
	}
	.product_benefits_first_row .right .text{
		font-size: 16px;
		min-height: 100px;
	}
	.product-benefits .benefit{
		width: 100%;
	}
	.cart_modal ul{
		max-width: 570px;
        margin: auto;
		max-height: 90vh;
        overflow-y: scroll;
	}
	.cart_modal ul .product_item{
		flex-wrap: wrap;
	}
	.cart_modal ul .product_item .text-left{
		width: 77%;
	}
	.cart_modal ul .product_item .cart_product_price{
	    left: 120px;
		bottom: 100px;
	}
	.cart_modal ul .product_item .cart_product_price_total{
		width: 64%;
	}
	.cart_modal ul .last_row{
		position: sticky;
		background: white;
		bottom: -42px;
        padding: 16px;
		
	}
	.cart_modal ul .cart_sum_row{
		justify-content: space-between;
	}
	.pages_h2.text-left{
		margin: 32px auto;
	}
	.continue_button{
		width: 200px;
		height: 40px;
	}
	.contact_info{
		padding: 48px 24px;
	}
	.contact_info h3{
		font-size: 20px;
	}
	.pages_h2.left{
		margin: 32px 0;
	}
	.contact-block-common{
		flex-wrap: wrap;
	}
	.contact-block-common .contacts-data {
		width: 100%;
	}
	.contact-block-common .category-contact-block{
		width: 100%;
		margin-top: 55px;
	}
	.title_block{
		padding: 40px 32px;
	}
	.title_block h1{
		font-size: 24px;
		margin: 0 0 25px;
	}
	.title_block .article_under_title{
		margin: 0;
	}
}
@media (max-width: 640px) {
	#content{
		padding: 0;
	}
	img.pl{
		display: none;
	}
	img.pc{
		display: none;
	}
	img.mob{
		display: inline;
	}
	.sellery_banner img.pl{
		display: none;
	}
	.sellery_banner img.pc{
		display: none;
	}
	.sellery_banner img.mob{
		display: inline;
	}
	.menu-shelma .collapse.navbar-collapse.navbar-ex1-collapse{
		top: 62px;
		bottom: 0;
	}
	.header-shelma{
		padding-left: 24px;
	}
	.menu-shelma {
        margin-left: 6px;
	}
	#cart > .btn{
		padding: 3px;
	}
	#cart #cart-total{
		bottom: -3px;
		right: -2px;
	}
	#form-language .btn-shelma{
		padding: 3px;
	}
	.search_block {
        z-index: 999;
    }
	#search .input-lg {
        left: 15%;
	}
	.close_search {
        left: 64%;
    }
	.banner_title.ua {
        top: calc(100vw / 1920 * 700);
        font-size: calc(100vw / 1920 * 137);
        line-height: calc(100vw / 1920 * 145);
        left: calc(100vw / 179 * 27);
		min-width: calc(100vw / 280 * 190);
    }
	span.subtitle {
        left: calc(100vw / 320 * 0);
        top: calc(100vw / 1920 * 1200);
        font-size: calc(100vw / 1920 * 82);
        line-height: calc(100vw / 1920 * 116);
    }
	.banner_title.ru {
        top: calc(100vw / 1920 * 700);
        font-size: calc(100vw / 1920 * 119);
        line-height: calc(100vw / 1920 * 145);
        left: calc(100vw / 179 * 27);
		min-width: calc(100vw / 280 * 190);
    }
	span.subtitle.ru {
        left: calc(100vw / 320 * 0);
        top: calc(100vw / 1920 * 1200);
        font-size: calc(100vw / 1920 * 82);
        line-height: calc(100vw / 1920 * 116);
    }
	.banner_title.en {
        top: calc(100vw / 1920 * 700);
        font-size: calc(100vw / 1920 * 90);
        line-height: calc(100vw / 1920 * 120);
        left: calc(100vw / 179 * 27);
		min-width: calc(100vw / 280 * 190);
    }
	span.subtitle.en {
        left: calc(100vw / 320 * 14);
        top: calc(100vw / 1920 * 1200);
        font-size: calc(100vw / 1920 * 90);
        line-height: calc(100vw / 1920 * 116);
    }
	.banner_title.benefits_page.ua {
        left: calc(100vw / 179 * 25);
        max-width: calc(100vw / 280 * 210);
        top: calc(100vw / 1920 * 930);
        font-size: calc(100vw / 1920 * 160);
        line-height: calc(100vw / 1920 * 201);
    }
	.banner_title.benefits_page.ru {
        left: calc(100vw / 179 * 25);
        max-width: calc(100vw / 280 * 210);
        top: calc(100vw / 1920 * 930);
        font-size: calc(100vw / 1920 * 139);
        line-height: calc(100vw / 1920 * 182);
    }
	.banner_title.benefits_page.en {
        left: calc(100vw / 179 * 34);
        max-width: calc(100vw / 280 * 210);
        top: calc(100vw / 1920 * 800);
        font-size: calc(100vw / 1920 * 230);
        line-height: calc(100vw / 1920 * 230);
    }
	.sellery_banner {
        margin-top: 55px;
		width: calc(100% - 48px);
    }
	.sellery_banner .text {
        top: 40px;
        left: -10px;
    }
	.sellery_banner .text .right {
		text-align: center;
		width: 100%;
	}
	.sellery_banner .text .left {
        font-size: 50px;
		text-align: center;
        margin-bottom: 30px;
    }
	.sellery_banner .text .right .top {
        font-size: 24px;
        margin-bottom: 15px;
    }
	.sellery_banner .text .right .bottom {
        font-size: 16px;
    }
	.pages_h2{
		width: calc(100% - 48px);
        margin: 56px auto 32px auto;
		font-size: 26px;
	}
	.advantages_block{
        margin-left: 24px;
		padding-right: 24px;
	}
	#categoryTabs {
        flex-wrap: wrap;
		margin-bottom: 8px;
    }
	.nav-tabs>li {
		width: 100%;
		text-align: center;
		margin-bottom: 16px;
	}
	#categoryTabs li a{
		margin-right: 0;
	}
	.tab-content .card{
		width: calc(50% - 15px);
	}
	.central-content {
        width: calc(100% - 48px);
    }
	footer .d-flex-align-bottom.powered-shelma{
		flex-wrap: wrap;
	}
	footer .d-flex-align-bottom.powered-shelma span{
		width: 100%;
		margin-top: 30px;
	}
	.product_row .product-thumb{
		flex-wrap: wrap;
		padding: 0;
		margin-bottom: 40px;
	}
	.product_row .product-thumb .image{
		max-width: 100%;        
		margin: auto;
	}
	.product_row .product-thumb .right{
		width: 100%;
	}
	.product_row .product-thumb .right .catalog_buy_row{
		flex-wrap: wrap;
	}
	.product_row .product-thumb .right .btn{
		width: 100%;
		height: 40px;
		margin-top: 25px;
	}
	.product_row .product-thumb .right .quantity-controls {
        width: 98px;
        height: 40px;
    }
	.product_row.special_categories .product-thumb{
		padding: 0;
		margin-bottom: 40px;
	}
	.bottom_page_text {
        padding: 24px;
        flex-wrap: wrap;
    }
	.bottom_page_text img {
		margin-right: 0;
		margin-bottom: 24px;
	}
	.breadcrumb {
        overflow: scroll;
        display: flex;
    }
	.thumbnail-next {
        right: 0px;
    }
	.thumbnail-prev {
        left: 0px;
    }
	.product_info {
        margin-bottom: 50px;
    }
	.product_info .right .catalog_buy_row{
		flex-wrap: wrap;
	}
	.product_info .right .quantity-controls{
		margin-right: 0;
	}
	.product_info .right .btn{
		width: 100%;
		height: 40px;
		margin-top: 25px;
	}
	.product_benefits_first_row .product_benefits_first_row_item {
        width: 100%;
        margin-right: 0;
	}
	.cart_modal ul {
        max-width: 90%;
        margin: auto;
        max-height: 80vh;
        overflow-y: scroll;
    }
	.cart_modal ul .product_item .text-left {
        width: 70%;
    }
	.cart_modal ul .product_item td {
		padding: 3px;
	}
	.cart_modal ul .product_item .cart_image{
		width: 70px;
	}
	
	.cart_modal ul .product_item .cart_title{
		width: 100%;
		font-size: 13px;
	}
	.cart_modal ul .product_item .cart_product_price_total {
        width: 39%;        
		font-size: 18px;
		margin-top: 40px;
    }
	.cart_modal ul .product_item .cart_product_quantity .quantity-controls{
		width: 70px;
		height: 30px;
		margin-top: 40px;
	}
	.cart_modal ul .product_item .cart_product_remove{
		margin-top: 40px;
	}
	.cart_modal ul .product_item .cart_product_price {
        left: 77px;
        bottom: 90px;
        font-size: 12px;
    }
	.cart_modal ul .last_row{
		
	}
	.cart_modal ul .cart_sum_row{
		flex-wrap: wrap;
	}
	.cart_modal ul .cart_checout_button{
		margin-left: 0;
		margin-top: 20px;
		width: 100%;
	}
	.contact-block-common .category-contact-block .form_text_block{
		padding: 16px;
	}
	.contact-block-common .category-contact-block form{
		padding: 16px;
	}
	.contact-block-common .category-contact-block .form-group button{
		width: 100%;
	}
	.title_block {
        padding: 20px 24px;
    }
	.product_row.swap_blocks .product-thumb .image {
        margin-left: auto;
        margin-right: auto;
    }
	.contact-block-common .category-contact-block .form-group input:focus{
		box-shadow: none;
		border: 1px solid #502C1E;
	}
}
@media (min-width: 768px) {
    #menu .btn-navbar{
		position: absolute;
        left: -120px;
	}
}
/* Кастомные стили YDS shelma */
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
/* Кастомные стили YDS shelma */
	.container {
        width: 100%;
    }
/* Кастомные стили YDS shelma */
}
@media (max-width: 1200px) {
	.container {
        width: 100%;
    }
	
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

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

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

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

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

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

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

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

