body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	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;
}
.form-control {
    border: 1px solid #8F8F8F;
    border-radius: 0px;
	margin-bottom: 20px;
}
#form-soobshit .form-group {
    margin-bottom: 0px;
}
.soobshit-title{
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 32.93px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#333333
}
.soobshit-sub-header{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 26.94px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:#767676;
	margin-bottom: 20px;
}
input.form-control::placeholder {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 21.09px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #8F8F8F;
}

.offerAgreement_wrap{
	margin-bottom: 20px;
	display: flex;
}

 /* Скрыть стандартный чекбокс */
#offerAgreement {
	display: none;
}

/* Кастомный квадратный чекбокс */
.custom-checkbox {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #7B7B7B;
	position: relative;
	cursor: pointer;
	margin: 0;
    margin-right: 5px;
}

/* Стили для состояния "checked" */
#offerAgreement:checked + .custom-checkbox {
	background-color: #7B7B7B;
}

/* Стили для галочки */
#offerAgreement:checked + .custom-checkbox:after {
	content: '';
	position: absolute;
	top: 3px;
    left: 6px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/* Стили для всего блока */
.checkbox-wrapper {
	display: flex;
	align-items: center;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	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;
	border: 1px solid #E6E6E6;
	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%;
}
@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;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
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;
}
/* 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-gird .product-thumb {
    overflow: auto;
	border: 0;
    padding: 10px;
}
.product-list .product-thumb {
    border-bottom: 1px solid #ccc;
}
.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 + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #355E16;
    background-color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #355E16;
}
@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-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

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

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

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

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

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

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

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

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









/* Tab-tab styles */

:root {
	--strong-bg-color: #3E2826;
	--lighter-bg-color: #F4ECD8;
	--very-light-bg-color: #fff;
  }



  @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700&display=swap');


body {
	font-family: 'Roboto', sans-serif;
}

.menu_top {
	background: var(--strong-bg-color);;
    color: white;
	margin: 0;
	margin-top: 10px;
}

.menu_top .container {
	min-height: 80px;
	display: flex;
	align-items: center;
	gap: 20px;

}

.menu_top a {
	color: white;
	font-size: 20px;
	font-weight: 500;
	transition: color 0.1s ease 0s;
	
}

.menu_top a:hover {
	color: #FFBE40;
}

.full-w_menu {
	background: var(--lighter-bg-color);;
    color: black;
	margin-bottom: 20px;
}

#menu {
	background: var(--lighter-bg-color);;
	border: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
	margin: 0;
	min-height: 60px;
}

#menu a {
	color: black !important;
	text-shadow: 2px 1px 0px rgba(255, 255, 255, .7) !important;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	padding: 5px 10px;
	border-radius: 12px;	
}

.menu_top a {
	white-space: nowrap;
}

.swiper-viewport {
	border: 0 !important;
}

.header-working-graphic {
	text-decoration: underline;
	color: rgba(0, 0, 0, 0.5);
}

.header-logo-description, .header-working-graphic {
	margin-bottom: 15px;
}

#cart button {
    border-radius: 8px;
    background: var(--lighter-bg-color);
    color: black !important;
    /* padding: 20px 0;
    width: 160px; */
    border: 1px solid #f4ecd8;
}
.mini-cart-button .fa.fa-shopping-cart{color: #77977D;}
/* #cart .dropdown-menu.pull-right {
    right: 3px;
    left: auto;
} */
.mini-cart-totals tr:first-child {
    display: none;
}

footer {
	background: var(--strong-bg-color);;
    color: #fff;
}



footer hr {
	border-bottom: 1px solid white;
}

.btn-primary {
	border: 0;
    background: var(--strong-bg-color);;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #6d4642;
}

a {
	color: var(--strong-bg-color);;
}

a:hover {
	color: var(--strong-bg-color);;
	opacity: .7;
}

.dropdown-menu li > a:hover {
  background: var(--lighter-bg-color);;
}

.panel-default>.panel-heading {
    background-color: var(--lighter-bg-color);;
}

.live-search .view-all-results {
    color: #2d2d2d !important;
}

.live-search .result-text {
background-color: var(--lighter-bg-color) !important;
}

.main-search {
	margin-left: auto;
}

#search {
	margin: 0;
}

.live-search a {
	color: var(--strong-bg-color);;
}

.live-search .result-text a {
	font-size: 14px;
}

.live-search ul li {
	color: black;
}

.live-search .product-add-cart a {
	color: #FFBE40;
	z-index: 50;
}

#carousel0 img {
	margin-left: 40px;
}

#content ul.thumbnails img {
    filter: blur(5px);
}

.product-thumb .image {
	filter:blur(5px);
	padding-top: 18px;
}

.mfp-figure .mfp-img {
	filter: blur(5px);
}

/* body>img {
    filter: blur(5px);
} */

.header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-pick-up-info {
	margin-left: 55px;
	color: black;
	font-size: 13px;
}

.pick-up-title {
	font-size: 16px;
	margin-bottom: 10px;
}

.pick-up-more {
text-decoration: underline;
    color: rgba(0, 0, 0, 0.5);
	display: inline-block;
	/* margin-top: 10px; */
}

.header-contacts {
	font-size: 16px;
}

.contacts-back-call {
	font-size: 13px;
	text-decoration: underline;
}

.contacts-number a {
	display: inline-block;
	margin-bottom: 10px;
}

#menu #category {
	color: black;
}

#menu .btn-navbar {
	border-color: var(--strong-bg-color);;
	background: var(--strong-bg-color);;
	box-shadow: none;
	margin-left: 10px;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #553633;
}


#menu .dropdown-inner a {
font-size: 14px;
line-height: 40px;
min-width: 250px;
}


.live-search ul li .product-name {
font-size: 12px;
}


.live-search ul li .product-name p {
display: none;
}

#column-left .list-group a {
	font-size: 14px;
    line-height: 1.7;
}


header {
	background: var(--very-light-bg-color);
	padding: 20px 0 10px;
	
	}
	
	#top {
	margin: 0;
	}
	
	.menu_top {
	margin-top: 0
	}



	.live-search ul li:hover {
		background-color: #f4ecd83b !important;
	}


	.menu_top a:hover {
		opacity: 1;
	}

/* glare */

#logo {
    position: relative;
    overflow: hidden;
	cursor: pointer;
}

#logo a {
	opacity: 1;
}

#logo:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    transform: skewX(-30deg);
    cursor: pointer;
	pointer-events: none;
}

#logo:hover:after {

    animation: glare .9s;
}

@keyframes glare {
    100% {
        left: 150%;
    }
}




/* Tab-tab age verification popup */

	.hidden {
		display: none;
		}
		
		.block-age_confirmation div {
			font-size: 18px;
			line-height: 22px;
			font-weight: 600;
			margin-bottom: 16px;
		}
		
		.block-age_confirmation {
			background: #fff;
			border-radius: 8px;
			box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
			box-sizing: border-box;
			/* cursor: pointer; */
			display: block;
			font-family: Arial, Helvetica, sans-serif;
			line-height: normal;
			position: fixed;
			left: 50%;
			top: 50%;
			transform: translateY(-50%) translateX(-50%);
			text-align: center;
			text-decoration: inherit;
			width: 640px;
			max-width: calc(100% - 60px);
			z-index: 999;
			/* overflow-y: scroll; */
			max-height: 100%;
		}
		
		#age-verify {
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background-color: rgba(0, 0, 0, 0.6);
			transition: 500ms;
			color: #222;
			z-index: 1000;
		}
		
		
		.block-age_confirmation div.warning-title {
			background-color: #522e2b;
			color: #ffffff;
			font-size: 18px;
			padding: 12px;
			text-align: center;
			text-transform: uppercase;
		}
		
		.block-age_confirmation div.warning-bold_uppercased {
			color: #522e2b;
			font-size: 14px;
			line-height: 18px;
			text-align: center;
			text-transform: uppercase;
			margin-top: 20px;
			padding-right: 15px;
			padding-left: 25px;
			margin-bottom: 2px;
		}
		
		.block-age_confirmation div.warning-regular {
			font-size: 13px;
			font-weight: 500;
			line-height: 18px;
			text-align: center;
			padding-right: 15px;
			padding-left: 25px;
		}
		
		.block-age_confirmation div.warning-bold_regular {
			color: #522e2b;
			font-size: 13px;
			line-height: 18px;
			text-align: center;
			padding-right: 15px;
			padding-left: 25px;
		}
		
		.block-age_confirmation_btn_wrap {
			display: flex;
			justify-content: center;
		}
		
		.block-age_confirmation div {
			font-size: 18px;
			line-height: 22px;
			font-weight: 600;
			margin-bottom: 16px;
		}
		
		.block-age_confirmation_btn_wrap .form__button {
			margin: 0 10px;
		}
		
		.block-age_confirmation .form__button {
			display: block;
			color: #fff;
			border: none;
			border-radius: 6px;
			background-color: #3e2826;
			height: auto;
			line-height: 24px;
		}
		
		.block-age_confirmation div.warning-bottom_note {
			max-width: 100%;
			background: url('/image/18.png') 97% 50% no-repeat #522e2b;
			color: #ffffff;
			font-size: 12px;
			letter-spacing: -.5px;
			text-align: center;
			text-transform: uppercase;
			margin-bottom: 0;
			padding: 12px;
			padding-right: 45px;
		}
		
		.form__button {
			display: block;
			color: #fff;
			background-color: #222;
			border: 1px solid;
			border-color: #222;
			text-align: center;
			white-space: nowrap;
			border-radius: 3px;
			height: 40px;
			line-height: 38px;
			font-weight: 600;
			cursor: pointer;
			user-select: none;
			padding: 0 20px;
			font-size: 12px;
			font-family: inherit;
			text-transform: uppercase;
			text-decoration: none;
			transition: all 0.2s ease-in-out;
		}
		
		
		.warning-regular a {
			color: rgba(0, 0, 0, 0.5);
			text-decoration: underline;
			background-color: transparent;
			-webkit-text-decoration-skip: objects;
			transition: all 0.2s ease;
		}


		.block-age_confirmation .form__button:hover {
			background-color: #FFBE40;
		}


#product-category #column-left .swiper-viewport {
	display: none;
}

.slider-handle {
	background: #f4ecd8 !important;
}

#product-category #content .row {
	margin-bottom: 25px;
}

#column-left .list-group:first-of-type a:first-of-type {
    background: #f4ecd8;
}


/* Tab-tab Media */


@media screen and (max-width: 1023px) {
	.menu_top a {
		font-size: 13px;
	}


}
@media screen and (max-width: 767px) {

	.block-age_confirmation {
		max-width: calc(100% - 10px);
	}

	.header-row {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		gap: 15px;
	}

	.header-pick-up-info {
		margin-left: 0;
	}

	.menu_top .container {
		gap: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 14px;
	}

	.menu_top a {
	  margin-right: 15px;
  	
	}

	.main-search {
		margin-left: 0;
	}

	/* #cart {
		margin-left: 15px;
	}
 */
	#logo {
		margin-right: 25px;
	}

	.header-logo-description, .header-working-graphic {
		padding-left: 0;
	}

}


@media screen and (max-width: 550px) {
	.menu_top a {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 500px) {

	.dropdown-menu .table {
		display: none;
	}

	.dropdown-menu .text-right {
		text-align: left;
	}

	.dropdown-menu .text-right a {
		margin-bottom: 20px;
		display: inline-block;
	}

	#cart .dropdown-menu li p {
		margin: 20px 0 0 0;
	}

	.dropdown-menu .text-right i {
		margin-right: 7px;
	}
}

.product-price td.image {
    filter: blur(2px);
}

.dropdown-menu p.text-right i {
    padding-right: 5px;
}

.dropdown-menu p.text-right a {
    padding-right: 10px;
}

/* addition styles */

.product-grid .product-thumb .caption {
  min-height: 0;
}

.price-view .product-thumb .caption {
  min-height: 0;
}


.product-list .product-thumb .caption {
  min-height: 180px;
}

.product-grid .caption p:first-of-type {
display: none;
}

.product-list .caption p:first-of-type {
display: none;
}

.product-thumb .price {
    color: #355E16;
    font-weight: 500;
    font-size: 24px;
    line-height: 28.13px;
    letter-spacing: 3.5%;
}
.price-view p.description {
display: none;
}

.price-view .product-price th:nth-of-type(3) {
opacity: 0;
}

.price-view .product-price .price {
color: #355E16;
font-weight: bold;
}
.password {
	/* width: 300px;
	margin: 15px auto; */
	position: relative;
}
#input-password {
	width: 100%;
	/* padding: 5px 0; */
	/* height: 30px; */
	/* line-height: 40px;
	text-indent: 10px;
	margin: 0 0 15px 0;
	border-radius: 5px;
	border: 1px solid #999;
	font-size: 18px; */
}
.password-control {
	position: absolute;
	top: 7px;
	right: 6px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('/image/view.svg') 0 0 no-repeat;
}
.password-control.view {
	background: url('/image/no-view.svg') 0 0 no-repeat;
}
.popularcategory .product-thumb{
    text-align: center;
    padding: 20px 0;	
}
.popularcategory .product-thumb img{
    max-height:96px;	
}
.popularcategory .p_list{
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    line-height: 1.8;
	display: inline-block;
    text-align: left;
}
.popularcategory h4{
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 400;
}
.popularcategory .p_list li a{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #7B7B7B
}
.popularcategory .p_list li a:before{
	content:"";
	display:inline-block;
	width:13px;
	height:13px;
	background:url('/image/next.svg') center center no-repeat;
	margin-right: 5px;
}
.popularcategory .all_link{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #8D8D8D;
	border-bottom: 1px solid #8D8D8D;
	display: inline-block;
}
.image_popularcategory img{
	margin:0 auto
}
.image_popularcategory{
	margin: 35px 30px;
}
.popularcategory .product-thumb{
	border:none;
	box-shadow: 0px 0px 16px 0px #00000021;

}
.list-group-item, .list-group a {
    margin-bottom: 0;
	border:none;
	border-bottom: 1px solid #8F8F8F;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #3A3A3A;
	padding: 15px 12px;
	

}
.list-group-item:after, .list-group a:after {
	content:"";
	display:inline-block;
	width:22px;
	height:22px;
	background:url('/image/arrow_menu.svg') center right no-repeat;
	float: right;

}
.list-group a:hover {
    color: #444444;
    background: none;
    border: 0;
    text-shadow: 0 0px 0 #FFF;
    border-bottom: 1px solid #8F8F8F
}

[data-status="В наличии"] {
    color:#355E16;
}
[data-status="Нет в наличии"] {
    color:red;
}
[data-status="Товара мало"] {
    color:orange;
}
.gras{
	filter: grayscale(1);
}
#soobshit{
    text-align: center;
    display: block;
    margin-top: 10px;
    font-size: 14px;	
}
.product-list .product-thumb .button-group {
    width: 120px;
    height: inherit;
}
.soobshit{
	font-size: 12px;
    display: inline-block;
	padding: 5px 10px;
	text-align:center;
}
.product-thumb .button-group {
    overflow: visible;
}
.fa.fa-map-marker{
	color: #7f5f5c;
}
.product-layout.product-list .product-thumb.product-thumb-grid{
	display:none;
}
.product-layout.product-list .product-thumb.product-thumb-list{
	/* display:flex */
}
.product-layout.product-grid .product-thumb.product-thumb-list{
	display:none;
}
.product-layout.product-grid .product-thumb.product-thumb-grid{
	/* display:flex */
}
.product-thumb.product-thumb-grid {
    box-shadow: 0px 0px 16px 0px #0000002E;
    padding: 15px;
}
.product-thumb.product-thumb-grid .button-group {
    overflow: auto;
}
.product-layout.product-grid {
	margin-bottom:15px;
}
.product-thumb.product-thumb-list.product-thumb-list-mobile {
	display:none!important;
}
.product-thumb .button-group {
    border: none;
    background-color: transparent;
    overflow: auto;
}

.product-thumb .button-group button, .goto-cart {
    width: 100px;
    border: none;
    display: inline-block;
    float: left;
    background-color: #355E16;
    color: #ffffff;
    padding: 7px;
    font-weight: bold;
    text-align: center;
	border-radius: 3px;
	border: 1px solid #355E16;
}
.product-thumb .button-group button, .goto-cart {
    width: 100px;
    border: none;
    display: inline-block;
    float: left;
    background-color: #355E16;
    color: #ffffff;
    padding: 7px;
    font-weight: bold;
    text-align: center;
	border-radius: 3px;
	border: 1px solid #355E16;
}
.soobshit{
    width: 100px;
}
a.goto-cart:hover, .soobshit:hover, .soobshit:focus, a.goto-cart:focus {
    color: #ffffff;
	text-decoration:none;
}
.register-link{
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
}
.register-link .fa.fa-user{
	margin-right: 5px;
    font-size: 18px;
}
.contacts-mail{}
.contacts-mail .fa.fa-envelope, .contacts-phone .fa.fa-phone{
	margin-right: 5px;
}
.header-row-mob {
	display: none;
}
.p0{padding:0}.m0{margin:0}.w70per{width:70%}.w30per{width:30%}
.header-adress-mob{
	font-size: 12px;
    margin-top: 10px;
}
.fixed-header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #3e2826;
	z-index: 1000;
	display: none; 
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}

.icon-container {
	display: flex;
	gap: 15px; /* Промежуток между иконками */
}  
.fixed-header .fa {
	color:#fff;
	font-size: 18px;
}
.fixed-header .navbar-toggler {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    vertical-align: middle;
}
.fixed-header .icon-container .nav-link{
	margin-right:15px;
}
#navbarNav{
	position: absolute; top: 100%; left: 0; right: 0; background: white; z-index: 999;padding: 10px 0;
    border-bottom: 1px solid #3e2826;
	overflow-y: clip;
}
#navbarNav ul{
	list-style: none;
    margin-left: 0px;
    padding: 0;
	padding-left: 15px;
}

/* .cart-item-animation {
    position: fixed;
    width: 30px;
    height: 30px;
    background-color: #4CAF50;
    border-radius: 50%;
    transition: 
        transform 4.5s cubic-bezier(0.3, 0.7, 0.4, 0.9), /* 1.5s * 3 */
        opacity 1.5s ease-out; /* 0.5s * 3 */
    pointer-events: none;
    z-index: 9999;
    will-change: transform, opacity;
}

.cart-item-animation.fade-out {
    opacity: 0;
    transform: scale(0.1) translateY(-20px); /* Увеличенное смещение */
}
 */

@media screen and (max-width: 768px) {
	.product-layout.product-list .product-thumb.product-thumb-grid,
	.product-layout.product-list .product-thumb.product-thumb-list,
	.product-layout.product-grid .product-thumb.product-thumb-list,
	.product-layout.product-grid .product-thumb.product-thumb-grid{
		display:none;
	}
	.product-layout.product-list .product-thumb.product-thumb-list.product-thumb-list-mobile,
	.product-layout.product-grid .product-thumb.product-thumb-list.product-thumb-list-mobile{
		display:flex!important;
	}
	
	.product-thumb.product-thumb-list.product-thumb-list-mobile .image-mobile {
		width: 20%;
	}
	.product-thumb.product-thumb-list.product-thumb-list-mobile .caption-mobile {
		width: 80%;
	}
	.product-thumb-list-mobile.product-thumb .button-group {
		width: 100%;
		height: inherit;
		display: flex;
		justify-content: space-between;
		align-items:center;
	}
	.product-thumb {
		border-bottom: 1px solid #ccc;
	}
}
@media (max-width: 768px) {
	
	.fixed-header {
		display: flex; /* Показать на мобильных */
	}
	.header-row-desk, .full-w_menu {
		display: none; 
	}
	.header-contacts{
		padding-top: 8px;
	}
	.header-row-mob {
		display: flex;
		padding: 0;
		margin: 0;
		width: 100%;
		gap: 0;
		margin-top: 50px;
	}
	#logo {
		margin: 0;
	}
}
