@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	background: #F5F5F5;
}
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: #e31e24;
}
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;
}

.gallery_wrap {
	column-count: 4;
	column-gap: 10px;
}

.gallery_wrap img {
	width: 100%;
	height: auto;
	grid-row: 1 / -1;
	grid-column: 1;
}

.gallery_wrap figure {
	margin: 0;
	display: grid;
	grid-template-rows: 1fr auto;
	margin-bottom: 10px;
	break-inside: avoid;
}

@media (max-width: 768px) {
	.gallery_wrap {
		column-count: 3;
	}
}

@media (max-width: 500px) {
	.gallery_wrap {
		column-count: 2;
	}
}

@media (max-width: 400px) {
	.gallery_wrap {
		column-count: 1;
	}
} 

.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;
}
#logo h1 {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: -5px;
}
/* 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: #e31e24;
	/* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
	background-repeat: repeat-x;
	border-color: #e31e24 #e31e24 #b3161b;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #c3191f;
	background-position: 0 -15px;
}
.btn-primary:focus {
	background-color: #e31e24 !important;
}
.btn-primary {
	border: none !important;
}
.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: #e31e24;
	background-repeat: repeat-x;
	border: none !important;
}
.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-category .product-thumb .image img {
	/* width: 200px; */
	height: 250px;
	object-fit: contain;
}
.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;
	}
	.product_image .slick-arrow {
		padding-right: 0 !important;
	}
}
@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 {
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 83px;
}
.thumbnail {
	margin: 0 !important;
	padding: 0 !important; 
}
/* .thumbnails .image-additional {
	float: left;
	margin-left: 20px;
} */
.product_image .slick-arrow {
	text-align: center;
	padding-right: 13px;
	cursor: pointer;
}
.thumbnails_arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	cursor: pointer;
}
.thumbnails-button-prev {
	left: 30px;
}
.thumbnails-button-next {
	right: 130px;
}

.thumbnails-button-prev + li img {
	height: 400px;
    object-fit: cover;
}

.product_image-additional .image-additional li a img {
	width: 83px !important;
	height: 83px !important;
	display: block;
}
.product_image-button-prev {
	margin-bottom: 10px;
}
.product_image-button-next {
	margin-top: 10px;
}

.product_image-additional .image-additional a {
	margin-bottom: 10px !important;
}

@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;
}




/*style*/
header {
	background: rgba(0, 0, 0, 0.8);
	position: sticky;
	top: 0px;
	z-index: 999;
}
.header_account .fa{ 
	color: #fff;
	font-size: 16px;
}
.header_account .caret {
	color: #fff;
	width: 10px;
}
.header_account .dropdown-menu {
	background: #333;
}
.header_account .dropdown-menu a {
	color: #e31e24;
}
.header_account .dropdown-menu a:hover {
	background-color: transparent;
	background-image: none;
}
section.header_top {
	transition: 0.5s all ease;
	border-bottom: 1px solid #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 0px;
}
header #search {
	margin-bottom: 0px;
	display: flex;
	flex-direction: row-reverse;
}
header #search input {
	background: #0000;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0px;
}
header #search .btn{
	background: none;
	border: none;
	height: auto;
	text-shadow: none;
	display: block;
	margin: 0;
	padding: 0;
	box-shadow: none;
}
header #search .input-group-btn {
	width: fit-content;
	display: flex;
	flex-direction: column-reverse;
	margin-right: 6px;
}
header #search input:focus{
	border-color: #e31e24;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(227 30 36);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(227 30 36);
}
header .right-block .second #cart button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
header .right-block span#cart-total{
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	transition: 0.3s ease all;

}
header .right-block {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
}
header .right-block .three {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
header .right-block .three a:hover span {
	transition: 0.3s ease all;
	color: #e31e24;

}
header .right-block .three a span{
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
}
header .right-block  #cart{
	margin-bottom: 0px;
}

header .right-block #cart > .btn {
	padding: 0px;
	margin: 0px;
	background: none;
	border: none;
	box-shadow: none;
}
header #form-language button span{
	color: #fff;
}

header #form-language button{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
}
header #form-language button i{
	color: #fff;
}
header .tel{
	color: #fff;
}
section.menu-destope {
	padding: 14px 0px;
}
section.menu-destope .menu {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}
section.menu-destope .menu li {
	display: flex;
	cursor: pointer;
	gap: 3px;
	min-height: 80px;
	text-align: center;
	width: 80px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}
header .right-block .second #cart button:hover span{
	color: #e31e24;
	transition: 0.3s ease all;
}
section.menu-destope .menu li:hover a {
	color: #e31e24;
	transition: 0.3s ease all;
}
section.menu-destope .menu li a{
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	text-transform: inherit;
	color: #FFFFFF;
	transition: 0.3s ease all;
}
section.menu-destope img#mob-menu{
	display: none;
}
header #form-language ul.dropdown-menu{
	min-width: 60px;
	margin: 0px;
	padding: 0px;
	background: #333;
}
header #form-language .dropdown-menu button{
	display: flex;
	gap: 6px;
	color: #e31e24;
	font-size: 14px;
	align-items: center;
	justify-content: space-between;
}
#information-information .left .erorr-info.green,
section.first-block .erorr-info.green{
	background: green;
	width: 100%;
	border-radius: 20px;
	padding: 10PX 20PX;
    TEXT-ALIGN: CENTER;
	color: #fff;
}
#information-information .left .erorr-info,
section.first-block .erorr-info {
    background: red;
    width: 100%;
    border-radius: 20px;
    padding: 10PX 20PX;
    color: #fff;
    TEXT-ALIGN: CENTER;
}
.order_popup {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	display: none;
	align-items: center;
	justify-content: center;
}
.order_popup.active{
	display: flex;
}
.order_popup-inner {
	max-width: 380px;
	padding: 20px;
	background-color: #fff;
	position: relative;
}
.order_popup-inner h2 {
	font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #E31E24;
}
.order_popup-inner h4 {
	font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #000;
}
.order_close {
	cursor: pointer;
	position: absolute;
	right: 9px;
	top: 9px;
	font-size: 30px;
	color: #E31E24	;
}
.order_popup-inner form {
	display: flex;
	flex-direction: column;
}
.order_popup-inner form input + input {
	margin-top: 20px;
}
.order_popup-inner form input + div {
	display: none;
	color: red;
}
.order_popup-inner form input + div + input {
	margin-top: 20px;
}
.order_popup-inner form button + div {
	color: green;
	margin: 20px 0;
	text-align: center;
	display: none;
}
.order_popup-inner form input {
	padding: 10px;
	outline: none;
	background: none;
    box-shadow: none;
    border: none;
    color: #000;
    border-bottom: 1px solid #000;
}
.order_popup-inner form button {
	margin-top: 20px;	
	min-width: 226px;
    background: #E31E24;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    box-shadow: none;
    text-transform: uppercase;
    text-shadow: none;
    border: none;
    transition: 0.3s ease all;
	border: 1px solid transparent;
}
.order_popup-inner form button:hover {
	background: #fff;
    color: #E31E24;
	border: 1px solid #E31E24;
}
.order_popup-info {
	padding: 0;
	margin-bottom: 20px;
	list-style: none;
}
.order_popup-info li span:first-child {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.order_popup-info li span:last-child {
	padding-left: 10px;
	font-size: 14px;
}
section.first-block {
	min-height: 400px;
	margin-top: -195px;
	display: flex;
	align-items: flex-end;
}
section.first-block .block{
	min-height: 100vh;
	display: flex;
	gap: 100px;
	align-items: flex-end;
	justify-content: space-between;
}
section.first-block .right{
	display: flex;
	justify-content: flex-end;
}
#information-information .left .tile,
section.first-block .block .tile{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #E31E24;
}
#information-information .left .small-title,
section.first-block .block .small-title{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	color: #FFFFFF;
}
#information-information .left .small-title {
	color: #000;
}
.door-btn {
	background: red;
	box-shadow: none;
	border: 1px solid red;
	border-radius: 8px;
}
#information-information .left form,
section.first-block .block form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px 20px;
	margin-bottom: 200px;
}
#information-information .left button,
section.first-block .block button{
	min-width: 226px;
	background: #E31E24;
	border-radius: 5px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	box-shadow: none;
	text-transform: uppercase;
	text-shadow: none;
	border: none;
	transition: 0.3s ease all;
}
.product-layout-fatured span.cat-fatur:hover {
	transition: 0.3s ease all;
	background: #fff;
	color: #E31E24;
	border-color: #E31E24;
	border: 1px solid;
}
#information-information .left button:hover,
section.first-block .block button:hover {
	background: #fff;
	color: #E31E24;
	transition: 0.3s ease all;
}
section.first-block .block .right img {
	width: 80%;
	z-index: 9;
	position: relative;
	margin-bottom: -30px;
	margin-top: 235px;
}
#information-information .left form input,
section.first-block .block form input{
	background: none;
	box-shadow: none;
	border: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}
#information-information .left {
	margin-top: 50px;
}
#information-information .left form input::placeholder,
section.first-block .block form input::placeholder {
	color: #fff;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	padding-left: 20px;
}
#information-information .left form input::placeholder,
#information-information .left form input {
	color: #000;
	border-color: #000;
}
section.cat-home {
	margin-top: 100px;
}
section.cat-home .title-block {
	font-weight: 500;
	font-size: 48px;
	line-height: 56px;
	text-align: center;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.7);
}
section.cat-home .cat-row img {
    width: 100%;
    height: 230px;
    max-height: 230px;
    max-width: 280px;
    object-fit: cover;
}
section.cat-home .cat-row::after, section.cat-home .cat-row::before{
	display: none;
}
section.cat-home .cat-row{
	display: grid;
	margin-top: 50px;
	gap: 20px;
	padding: 0px 10px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
section.cat-home .cat_block:hover .block-name{
	background: #e31e24;
	color: #fff;
	transition: 0.3s all ease;
}
section.cat-home .block-name {
	transition: 0.3s all ease;

	background: #fff;
	width: 100%;
	font-style: normal;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.7);
	top: 53px;
}
.section_cat {
	display: flex;
	margin-top: 100px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.section_cat > .title{
	font-style: normal;
	font-weight: 500;
	text-align: center;
	margin-bottom: 50px;
	font-size: 48px;
	line-height: 58px;
	text-transform: uppercase;
	color: #4F4F4F;
}
.section_cat .block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	align-content: space-around;
}
.section_cat .block .title{
	margin-top: 40px;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #4F4F4F;
}
.section_cat .line-block {
	display: flex;
	width: 100%;
	justify-content: space-around;
	align-items: center;
}
h3.fatured {
	font-weight: 500;
	font-size: 48px;
	line-height: 56px;
	margin-top: 100px;
	text-align: center;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 50px;
}
.product-layout-fatured {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 30px;
}
.product-layout-fatured .product-layout {
	background: #fff;
}
.product-layout-fatured .product-thumb{
	margin-bottom: 0px;
}
.product-layout-fatured::after, .product-layout-fatured::before {
	display: none;
}
.product-layout-fatured .product-thumb h4{
	text-align: center;
}
.product-layout-fatured .product-thumb h4 a{
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #333333;
}
.product-layout-fatured p.description{
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #333333;
}
.product-layout-fatured .product-thumb .button-group {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
	align-items: center;
	background: #fff;
	margin-bottom: 10px;
	border: none;
}
.product-layout-fatured .product-thumb .button-group button{
	width: 100%;
	background: #fff;

	border: none;

}
.product-layout-fatured  .small-price{
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #000000;
}
.product-layout-fatured  .price{
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #E31E24;
}
.product-layout-fatured .product-thumb .price {
	margin: 0px;
	display: flex;
	padding: 0px;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	align-content: space-around;
}
.product-layout-fatured  span.cat-fatur{
	background: #e31e24;
	text-shadow: none;
	box-shadow: none;
	padding: 6px 16px;
	border-color: #E31E24;
	transition: 0.3s ease all;
	color: #fff;
	text-transform: capitalize;
	border-radius: 8px;
}
.product-layout-fatured  .product-thumb .caption {
	padding: 0px 3px;
	min-height: 100px;
}

section.about-us {
	margin-top: 100px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	justify-items: center;
	margin-bottom: 100px;

}
section.about-us .left{
	display: flex;
	flex-direction: column;
	gap: 64px;
}
section.about-us .left .title{
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 58px;
	text-transform: uppercase;
	color: #000000;

}
section.about-us .left .desk{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #333333;

}
section.about-us .left button:hover a{
	color: #E31E24;
	transition: 0.3s ease all;

}
section.about-us .left button:hover {
	background: #fff;
	color: #E31E24;
	transition: 0.3s ease all;
	border: 1px solid #e31e24;
}
section.about-us .left button{
	background: #E31E24;
	transition: 0.3s ease all;
	border-radius: 5px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
	/* identical to box height, or 214% */
	padding: 4px 43px;
	border: 1px solid #e31e24;

	max-width: 300px;
	text-align: center;
	text-transform: uppercase;

	color: #FFFFFF;
}
section.about-us .wrapper img{
	width: 100%;
}

section.about-us .right{}
section.about-us .block {
	width: 50%;
	margin-left: 100px;
}
section.about-us .item{
	padding-left: 20px;
	border-top: 2px solid #fff;
	padding-top: 10px;
}
section.about-us .item:last-child{
	border-bottom: 2px solid #fff;

}
section.about-us .item-title{
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	color: #FFFFFF;
}
section.about-us .item-description {
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 32px;

	color: #FFFFFF;
}
section.about-us .wrapper{
	min-height: 390px;
	display: flex;
	width: 100%;
	background-size: contain!important;
	background-repeat: no-repeat!important;
	align-items: center;
	justify-content: center;
}
.row-footer::after,
.row-footer::before{
	display: none;
}
footer{
	background: url("/image/catalog/baner-fon/fon-footer.png");
	padding-bottom: 100px;
	padding-top: 100px;

}
.product_image-additional {
	width: 83px;
}

.row-footer {
	display: grid;
	grid-template-columns: 1fr 1.3fr 1fr 1fr;
	justify-items: stretch;
	gap: 30px;
}

.row-footer .title{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.row-footer ul{
	padding: 0px;
}
.row-footer .logo-footer {
	display: flex;
	justify-content: center;
	align-items: center;
}

.row-footer ul li a{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;

	color: #FFFFFF;
}
.row-footer ul li{
	list-style: none;
	margin-bottom: 10px;
}


#product-category .breadcrumb {
	margin: 0 0 44px 0;
	padding: 20px 0;
	display: flex;
	gap: 10px;
	border: none;
	justify-content: flex-start;
	align-items: center;
}
#product-category .breadcrumb li {
	text-shadow: none;
	padding: 0 0;
	display: flex;
	flex-direction: row;
}
#product-category .breadcrumb li:last-child::after{
display: none;
}
#product-category .breadcrumb li:last-child::before{
	display: none;
}
#product-category .breadcrumb  li a {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-transform: inherit;
	color: #828282;
}
#product-category .breadcrumb li:last-child a{
	color: #4F4F4F;
}
#product-category  .breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	right: -5px;
	width: 0px;
	height: 16px;
	border-right: 1px solid #828282;
	border-bottom: 1px solid #828282;
	-webkit-transform: rotate(21deg);
	-moz-transform: rotate(21deg);
	-o-transform: rotate(21deg);
}
#product-category h1{
	font-style: normal;
	margin: 0 0 30px 0;
	font-weight: 500;
	font-size: 48px;
	line-height: 56px;
	text-align: center;
	text-transform: uppercase;
	color: #4F4F4F;
}


#product-category .products {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 25px 25px;
}
#product-category .products::after,
#product-category .products::before {
display: none;
}

#product-category .product-thumb {
	border: none;
	background: #fff;
}
#product-category .product-thumb h4 a{
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #333333;
}
#product-category .product-thumb h4{
	text-align: center;
}
#product-category .product-thumb p.description{
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #333333;

}
#product-category .product-thumb .caption{
	padding: 0px 3px;
	min-height: 100px;
}
#product-category .product-thumb .button-group{
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
	align-items: center;
	background: #fff;
	margin-bottom: 10px;
	border: none;
}
#product-category span.cat-fatur {
	background: #e31e24;
	text-shadow: none;
	box-shadow: none;
	padding: 6px 16px;
	border-color: #E31E24;
	transition: 0.3s ease all;
	color: #fff;
	text-transform: capitalize;
	border-radius: 8px;
}
#product-category .product-thumb .button-group button {
	width: 100%;
	background: #fff;
	border: none;
}
#product-category .product-thumb .price {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #E31E24;
	margin: 0px;
	display: flex;
	padding: 0px;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	align-content: space-around;
}
#product-category .small-price {
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #000000;
}
.noUi-connect {
	background: #e31e24!important;
}
.ocfilter-option .ocf-option-name{
	font-style: normal;
	font-weight: 500;
	font-size: 20px!important;
	line-height: 24px!important;
	text-transform: uppercase;
	margin-top: 15px;
	color: #333333;
	margin-bottom: 15px!important;
}
section.cat-footer {
	background: url(/image/catalog/baner-fon/fon-form-cat.png) 0px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 130px;
}
.ocf-offcanvas .ocfilter-mobile-handle {

	bottom: 20px;
}
.ocf-offcanvas .ocfilter-mobile-handle .btn{
	color: #ffffff;
	text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
	background-color: #000000;
	background-image: linear-gradient(to bottom, #000, #000);
	background-repeat: repeat-x;
	border-color: #000 #000 #000;
	font-size: 14px;
	gap: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
section.cat-footer .block{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section.cat-footer .right-form {
	width: 560px;
	padding: 60px 10px;
	display: flex;
	flex-direction: column;
	border: 1px solid #e31e24;
	align-items: center;
	background: #fff;
}
section.cat-footer form{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
}
section.cat-footer form input{
	margin-bottom: 47px;
	border: none;
	border-bottom: 1px solid #000;
}
section.cat-footer form button {
	background: #E31E24;
	border-radius: 5px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	border: none;
	line-height: 20px;
	padding: 9px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
section.cat-footer .title-form {
	font-style: normal;
	font-weight: 600;
	font-size: 23px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #E31E24;

}
section.cat-footer .title-small{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
	text-align: center;
	color: #828282;

}

.ocfilter-option label input:checked{
	border: 3px solid #fff;
	background-color: #e31e24;
	box-shadow: 0px 0px 1px 1px #313131;
}
.ocfilter-option label input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	border: 3px solid #fff;
	transition: 0.2s all linear;
	outline: none;
	margin-right: 5px;
	background: #A0A0A0;
	position: relative;
	box-shadow: 0px 0px 1px 1px #a0a0a0;
}
#ocfilter .btn-default{
	color: #fff;
	text-shadow: none;
	background-color: #e31e24;
	background-image: linear-gradient(to bottom, #e31e24, #e31e24);
	background-repeat: repeat-x;
	border-color: #e31e24 #e31e24 #e31e24 #e31e24;
}
#ocfilter .list-group-item {
	padding: 10px 10px;
}
.ocfilter-option label.ocf-selected {
	color: #d71f24!important;
}
.list-group-item.selected-options{
	display: none;
}
.ocfilter-option label{
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #4F4F4F;
}
.ocf-option-name-price{
	font-style: normal;
	font-weight: 500;
	font-size: 20px!important;
	line-height: 24px!important;
	text-transform: uppercase;
	margin-top: 30px;
	color: #333333;
	margin-bottom: 20px!important;
}
#product-product .option-block label{
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #000000;

}
#product-product .option-block  input[type=radio], #product-product .option-block .radio label{
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	/* identical to box height, or 114% */
	text-align: center;
	text-transform: capitalize;
	color: #4F4F4F;
}
#product-product .option-block  input[type=checkbox], #product-product .option-block .checkbox label{
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	/* identical to box height, or 114% */
	text-align: center;
	text-transform: capitalize;
	color: #4F4F4F;
}
#product-product ul.thumbnails {
	display: grid;
	grid-template-columns: 8fr 2fr;
}
#product-product a.thumbnail{
	border: none;
}
#product-product .back-botoom {
	background: #f5f5f5;
	margin-top: 50px;
	padding: 20px 70px;
}
#product-product .nav-tabs{
	border-bottom: 1px solid #4F4F4F;
}

#product-product .nav-tabs>li>a{
	border: none;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	border-bottom: 2px solid #f5f5f5;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}
#product-product .nav-tabs>li.active>a, #product-product .nav-tabs>li.active>a:focus,#product-product .nav-tabs>li.active>a:hover{
	color: #555;
	cursor: default;
	background-color: #f5f5f5;
	border: 2px solid #f5f5f5;
	border-bottom-color: transparent;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}
#product-product .dop-line {
	display: flex;
	flex-direction: column;
}
#product-product .breadcrumb {
	margin: 0 0 44px 0;
	padding:20px 0 10px;
	display: flex;
	gap: 10px;
	background: #fff;
	border: none;
	justify-content: flex-start;
	align-items: center;
}


#product-product .breadcrumb li {
	text-shadow: none;
	padding: 0 0;
	display: flex;
	flex-direction: row;
}
#product-product .breadcrumb li:last-child::after{
	display: none;
}
#product-product .breadcrumb li:last-child::before{
	display: none;
}
#product-product .breadcrumb  li a {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-transform: inherit;
	color: #828282;
}
#product-product .breadcrumb li:last-child a{
	color: #4F4F4F;
}
#product-product  .option-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#product-product #product {
	display: flex;
	flex-direction: column-reverse;
}
#product-product #product .option-block .form-group > .control-label::before {
	display: none;
}
#product-product #product .option-block .form-group > .control-label {
	color: #000000;
	font-size: 20px;
	line-height: 24px;
}
#product-product #product .option-block .form-group > .control-label + div {
	padding-left: 20px;
}
#product-product #product .option-block .form-group > .control-label + div div label {
	position: relative;
}
#product-product #product .option-block .form-group > .control-label + div div label::before {
	content: '';
}
#product-product .bat-price-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
#product-product .err_options {
	color: red;
	text-align: center;
	display: none;
}
#product-product .err_options.err {
	display: block;
}
#product-product .product_button {
	align-items: center;
    display: none;
    justify-content: center;
	margin: 0 auto;
	max-width: 200px;
    background: #e31e24;
    text-shadow: none;
    box-shadow: none;
    padding: 6px 16px;
    border-color: #E31E24;
    transition: 0.3s ease all;
    color: #fff;
    text-transform: capitalize;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}
#product-product .product_button.active {
	display: flex;
}
#product-product  .bat-price-block button{
	max-width: 200px;
	background: #e31e24;
	text-shadow: none;
	box-shadow: none;
	padding: 6px 16px;
	border-color: #E31E24;
	transition: 0.3s ease all;
	color: #fff;
	text-transform: capitalize;
	border-radius: 8px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}
#product-product  .bat-price-block .second-line {
	display: flex;
	align-items: center;
}
#product-product  .bat-price-block .second-line .price-line{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
#product-product  .bat-price-block .second-line .price-line h2{
	margin: 0px;
	color: #e31e24;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	color: #E31E24;
}
#product-product  .bat-price-block .price-line span{
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #333333;
}
#product-product  .bat-price-block .old-price span{
	font-size: 14px;
	color: #e31e24;
}
#product-product  .bat-price-block{
}
#product-product  .bat-price-block{
}
#product-product  .bat-price-block{
}

#product-product  .breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	right: -5px;
	width: 0px;
	height: 16px;
	border-right: 1px solid #828282;
	border-bottom: 1px solid #828282;
	-webkit-transform: rotate(21deg);
	-moz-transform: rotate(21deg);
	-o-transform: rotate(21deg);
}

#product-product {
	background: #fff;
}
#product-product .left-block {
	background: #F5F5F5;
	padding: 20px 40px;
}
.dop-block-block {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 40px;
	padding: 0px;
}
.dop-block-block .block{
	display: flex;
	gap: 20px;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}
.dop-block-block .block .title{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #E31E24;
}
.dop-block-block .block ul {
	padding: 0px 0px 0px 20px;
}
.dop-block-block .block:last-child ul{
	padding: 0;
}
.dop-block-block .block ul li::marker {
	font-size: 8px;
	width: 5px;
	height: 5px;
}
.dop-block-block .block ul li{
	font-style: normal;
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	/* identical to box height, or 114% */


	/* Gray 1 */

	color: #333333;

}
.dop-block-block .block:last-child ul li{
	list-style: none;
}
.dop-block-block .block .img-block img{
	width: 100%;
}
.dop-block-block .block{}

/*style*/
#information-contact .block-adress{
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #333333;
}
#information-contact  address{
	margin-bottom: 10px;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #000;

}
#information-contact  address a{
	color: #000;
}
#information-contact .info-map {
    width: 100%;
    object-fit: contain;
}
#information-contact  a.btn.map-btn.btn-info {
    background: #e31e24;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
}
#information-contact  address.first {
	margin-bottom: 10px;
	color: #333333;
}
#information-contact .first-block {
    gap: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 400px;
    margin: 0 auto;
}
.right-img-shop{
	width: 100%;
	object-fit: contain;
}


#information-contact .sub-title{
	font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 30px;
/* identical to box height, or 125% */

text-align: center;
text-transform: uppercase;

color: #E31E24;
}

#information-contact #content {
    min-height: 400px;
	margin-bottom: 50px;
}


#information-contact .panel {
    margin-bottom: 20px;
    background-color: #fff0;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: none;
}






.breadcrumb {
	margin: 0 0 44px 0;
	padding: 20px 0;
	display: flex;
	gap: 10px;
	border: none;
	justify-content: flex-start;
	align-items: center;
}
.breadcrumb li {
	text-shadow: none;
	padding: 0 0;
	display: flex;
	flex-direction: row;
}
.breadcrumb li:last-child::after{
display: none;
}
.breadcrumb li:last-child::before{
	display: none;
}
.breadcrumb  li a {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-transform: inherit;
	color: #828282;
}
.breadcrumb li:last-child a{
	color: #4F4F4F;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	right: -5px;
	width: 0px;
	height: 16px;
	border-right: 1px solid #828282;
	border-bottom: 1px solid #828282;
	-webkit-transform: rotate(21deg);
	-moz-transform: rotate(21deg);
	-o-transform: rotate(21deg);
}



.pagination>.active>span{
	background-color: #e31e24;
    border-color: #e31e24;
}

.pagination>li>a, .pagination>li>span{
	color: #000000;
}
.pagination>li>a:hover, .pagination>li>span:hover {
    color: #ffffff;
    background-color: #e31e248c;
}










@media(min-width:992px) and (max-width: 1200px){

	#product-product .left-block{
		padding: 20px 15px;
	}
	#product-product .option-block input[type=radio], #product-product .option-block .radio label{
		font-size: 12px;
	}
	section.cat-footer .right-form {
		width: 470px;
		padding: 30px 10px;
	}
	section.cat-footer .title-form{
		font-size: 19px;
	}
	section.cat-footer .title-small{
		font-size: 12px;
	}
	section.cat-footer form input{
		margin-bottom: 30px;
	}
	section.cat-footer .left img{
		width: 80%;
	}
	#product-category .products {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 25px 25px;
	}

	section.cat-home .block-name {
		font-size: 15px;
		font-weight: 400;
	}
	section.about-us .wrapper{
		min-height: 320px;
	}
	section.about-us .block{
		margin-left: 86px;
	}
	.product-layout-fatured{
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	section.about-us .item-title{
		font-size: 15px;
	}
	section.about-us .item-description{
		font-size: 12px;
		margin-bottom: 12px;
	}
}
@media(max-width:992px) {

	#product-product #product .option-block .form-group > .control-label + div div label {
		padding-left: 0px;
	}

	.success-category{
		background: green;
		width: 80%;
		border-radius: 20px;
		padding: 10PX 20PX;
		TEXT-ALIGN: CENTER;
		color: #fff;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	#information-contact .img-map{
		display: none;
		}
	#information-contact .first-block{
		width: 300px;
	}
	.dop-block-block .block ul{
		padding: 0px 0px 0px 0px
	}
	.dop-block-block .block ul li{
		list-style: none;
	}
	#product-product .left-block{
		padding: 10px;
	}
	#product-product #product .option-block .form-group > .control-label,
	#product-product .bat-price-block .price-line span {
		font-size: 16px;
		line-height: 20px;
	}
	.thumbnails-button-prev {
		left: 0;
	}
	.thumbnails-button-next {
		right: 100px;
	}
	#product-product .option-block input[type=radio] {
		margin-top: 2px;
	}
	.thumbnails_arrow svg,
	.slick-arrow svg {
		width: 25px;
		height: 25px;
	}
	#product-product .bat-price-block .second-line .price-line h2 {
		font-size: 22px;
		line-height: 30px;
	}
	#product-product .bat-price-block button {
		max-width: 170px;
	}
	#product-product .option-block input[type=radio], #product-product .option-block .radio label{
		font-size: 11px;
	}

	#form-language .dropdown-menu {
		margin: 0;
		padding: 0;
	}
	#form-language .dropdown-menu {
		min-width: 40px;
		background: #333;
	}
	section.cat-footer .left{
		display: none;
	}
	section.cat-footer .block {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.row-footer {
		display: flex;
		flex-wrap: wrap;
		padding: 0 30px;
		justify-content: center;
	}
	.row-footer div:first-child{
		width: 100%;
		margin-bottom: 30px;
	}
	.row-footer .concat-information ul {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.row-footer .concat-information {
		margin-top: 30px;
		display: flex;
		flex-direction: column;
	}
	section.about-us{
		grid-template-columns: 1fr;
	}
	section.about-us .left .title{
		text-align: center;
	}
	section.about-us .left{
		gap: 24px;
	}
	section.about-us .left button{
		margin: 0 auto;
	}
	section.about-us .wrapper{
		min-height: 490px;
	}
	.product-layout-fatured{
		grid-template-columns: 1fr 1fr 1fr;
		padding: 0px 10px;
	}
	section.cat-home .cat-row{
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	section.first-block .block .right img {
		margin-top: 10px;
		position: relative;
	}
	section.first-block .right{
		justify-content: center;
	}
	section.first-block .block .tile{
		margin-top: 50px;
	}
	section.first-block .block form{
		margin-bottom: 0px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: stretch;
	}
	section.first-block .block {
		flex-direction: column-reverse;
		margin-top: 112px;
		gap: 10px;
	}
	section.first-block{
		margin-top: -82px;
	}
	section.first-block .block{

	}
	header .left-block {
		display: none;
	}

	header .right-block {
		display: none;
	}

	section.header_top {
		justify-content: center;
	}

	section.menu-destope .menu {
		display: none;
	}

	section.header_top {
		border: none;
		width: 100%;
	}

	section.menu-destope {
		width: 56px;
	}

	section.menu-destope img#mob-menu {
		display: flex;
	}

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

	header .container .row::after, header .container .row::before {
		display: none;
	}

	section#mob-menu-display {
		display: none;
		position: fixed;
		top: 80px;
		background: #333;
		z-index: 999;
		width: 100vw;
		height: 100vh;
	}

	section#mob-menu-display.show {
		display: flex;
	}

	section#mob-menu-display.show .menu {
		width: 320px;
		margin: 0 auto;
		padding-top: 50px;
	}

	section#mob-menu-display.show .menu li {
		list-style: none;
		display: flex;
		justify-content: flex-start;
		gap: 15px;
		margin-left: 10%;
		color: #fff;
		align-items: center;
		align-content: space-between;
	}
	section#mob-menu-display.show .menu li a {
		color: #fff;
		font-size: 16px;
	}

	section#mob-menu-display.show .menu li img {
		width: 28px;
		height: 40px;
		object-fit: contain;
	}
	section#mob-menu-display.show .mobile-footer {
		display: flex;
		flex-direction: row;
		margin: 0 auto;
		padding: 20px 10px;
		gap: 20px;
		width: 320px;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	section#mob-menu-display.show #search input{
		background: #0000;
		border: none;
		border-bottom: 1px solid #fff;
		border-radius: 0px;
		box-shadow: none;
	}
	section#mob-menu-display.show #search .btn{
		background: none;
		border: none;
		height: auto;
		text-shadow: none;
		display: block;
		margin: 0;
		padding: 0;
		box-shadow: none;
	}
	section#mob-menu-display.show .three span{
		font-weight: 500;
		font-size: 16px;
		line-height: 19px;
		color: #FFFFFF;
	}
	section#mob-menu-display.show #search{
		order: 1;
		width: 100%;
	}
	section#mob-menu-display.show .three{
		order: 2;
		width: 60%;
	}
	section#mob-menu-display.show #form-language{
		order: 4;
		width: 40px;
	}
	section#mob-menu-display.show .header_account {
		order: 3;
		width: 30px;
	} 
	section#mob-menu-display.show #form-language button{
		padding: 0px;
		width: 40px;
		margin: 0px;
		color: #fff;
	}
}
@media (max-width: 992px) and (min-width: 564px) {
	#product-category .products {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 25px 25px;
		padding:0 10px;
	}
	section.first-block .block {
		justify-content: center;
		align-items: center;
	}
	section.cat-home .cat-row{
		grid-template-columns: 1fr 1fr 1fr;
		gap: 10px;
	}
	section.cat-home .block-name {
		font-size: 15px;
	}
	section.cat-home {
		margin-top: 50px;
	}
	section.about-us .right {
		display: none;
	}

}
@media (max-width: 768px) {
	#product-product ul.thumbnails {
		grid-template-columns: 1fr;
	}
	.thumbnails_arrow {
		top: 40%;
	}
	.thumbnails-button-next {
		right: 20px;
	}
	.thumbnails-button-prev {
		left: 20px;
	}
	.product_image-additional {
		margin: 0 auto;
	}
	.product_image-additional {
		width: 300px;
	}
	.slick-arrow {
		position: absolute;
		bottom: 0;
		transform: rotate(270deg);
		display: none !important;
	}
	#product-product .option-block .radio label {
		font-size: 14px;
	}
	.product_image {
		margin: 40px 0;
	}
	.product_image-button-prev {
		left: 0;
	}
	.product_image-button-next {
		right: 0;
	}
	#product-product .dop-line {
		display: block;
	}
}
@media (max-width: 563.99px) and (min-width: 420px) {
	#product-product .bat-price-block {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column-reverse;
	}
	.dop-block-block{
		grid-template-columns: 1fr;
		justify-items: start;
	}
	.dop-block-block .block{
		justify-content: center;
		align-items: center;
	}
	.dop-block-block .block .img-block{
		min-width: 120px;
		min-height: 120px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.dop-block-block .block .img-block img{
		width: 100px;
		height: 100px;
	}
	section.cat-footer .right-form {
		width: 380px;
		padding: 30px 10px;
	}
	section.cat-footer form input{
		margin-bottom: 27px;
	}
	section.cat-footer .title-form{
		font-size: 17px;
	}
	section.cat-footer .title-small{
		font-size: 12px;
		margin-bottom: 10px;
	}
	section.cat-footer{
		margin-top: 50px;
		margin-bottom: 60px;
		background: url(/image/catalog/baner-fon/fon-form-cat.png) 0px;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 20px;
	}
	#product-category .products {
		display: grid;
		grid-template-columns: 1fr 1fr ;
		gap: 25px 25px;
		padding:0 10px;
	}
	section.about-us .right {
		display: none;
	}

	.product-layout-fatured{
		grid-template-columns: 1fr 1fr;
		padding: 0px 10px;
	}
	section.cat-home .block-name{
		font-size: 13px;
	}
	.section_cat .line-block {
		 justify-content: space-around;
		 align-items: center;
		 gap: 30px;
		 flex-direction: column;
	 }
	.section_cat .block .title{
		margin-top: 20px;
	}
	#product-product .option-block {
		display: grid;
		grid-template-columns: 1fr;
	}
	#product-product .nav-tabs>li.active>a, #product-product .nav-tabs>li.active>a:focus, #product-product .nav-tabs>li.active>a:hover{
		font-size: 12px;
		padding: 0 5px;
	}
	#product-product .nav-tabs>li>a{
		font-size: 12px;
		padding: 0 5px;
	}
	#product-product .back-botoom{
		    padding: 20px 10px;
		margin-top: 30px
	}
	

}
@media (max-width: 450px) {
	#product-product .breadcrumb li a {
		font-size: 12px;
	}
	.product_image {
		margin-left: 10px;
	}
	.dop-block-block {
		grid-template-columns: 1fr;
	}
	.dop-block-block .block {
		justify-content: flex-start;
	}
	.dop-block-block .block img {
		width: 60px !important;
		height: 60px;
	}
}
@media (max-width: 419.99px) {
	#product-product .bat-price-block {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column-reverse;
	}
	#product-product .nav-tabs>li.active>a, #product-product .nav-tabs>li.active>a:focus, #product-product .nav-tabs>li.active>a:hover{
		font-size: 12px;
		padding: 0 5px;
	}
	#product-product .back-botoom{
		    padding: 20px 10px;
		margin-top: 30px
	}
	#product-product .nav-tabs>li>a{
		font-size: 12px;
		padding: 0 5px;
	}

	#product-product .option-block {
		display: grid;
		grid-template-columns: 1fr;
	}


	#simplecheckout_step_menu {
		margin: 20px 0 !important;
	}

	.checkout-heading span,
	.simple-content .checkout-heading { 
		font-size: 16px !important;
	}

	#simplecheckout_shipping .simplecheckout-block-content {
		display: none !important;
	}

	.simplecheckout-block-content {
		padding: 0 !important;
		padding-top: 10px !important;
	}



	section.cat-footer .right-form {
		width: 100%;
		padding: 30px 10px;
	}
	section.cat-footer form input{
		margin-bottom: 27px;
	}
	section.cat-footer .title-form{
		font-size: 17px;
	}
	section.cat-footer .title-small{
		font-size: 12px;
		margin-bottom: 10px;
	}
	section.cat-footer{
		margin-top: 50px;
		margin-bottom: 60px;
		background: url(/image/catalog/baner-fon/fon-form-cat.png) 0px;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 20px;
	}











	#product-category .products {
		display: grid;
		grid-template-columns: 1fr 1fr ;
		gap: 25px 25px;
		padding:0 10px;
	}
	footer{
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.row-footer{
		display: grid;
		grid-template-columns: 1fr;
	}
	.row-footer div:first-child {
		margin-bottom: 30px;
		text-align: center;
		margin-top: 20px;
	}
	section.about-us .right {
		display: none;
	}

	.product-layout-fatured{
		grid-template-columns: 1fr;
		padding: 0px 10px;
	}
	section.cat-home .cat-row {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	section.cat-home .block-name{
		font-size: 13px;
	}
	.section_cat .line-block {
		justify-content: space-around;
		align-items: center;
		gap: 30px;
		flex-direction: column;
	}
	.section_cat .block .title{
		margin-top: 20px;
	}
}

.options.fix {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: start;
}
@media (max-width:776px) {
	.options.fix {
		grid-template-columns: 1fr;
	}
	
}
.list-novaposhta {
    height: 200px;
    background: #fff;
    padding: 7px 10px;
    border: 1px solid #f2f2f2;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
	z-index: 99;
    position: absolute;
}
.list-novaposhta div {
    color: #000000b3;
    cursor: pointer;
    transition: 0.3s ease all;
}
.list-novaposhta div:hover {
    color: #000;
}
.list-novaposhta div:focus {
    color: #6610f2;
}
.sc-alert-success .sc-alert-icon {
    background-color: #d71f25!important;
}

.simple-step-current {
    background: #d71f25!important;
    padding: 8px 20px;
}
span.simple-step {
    padding: 8px 20px;
}
span.simple-step-delimiter img{
    display: none;
}
.simple-step-completed {
    background: #198754!important;
}
/* a#simplecheckout_button_next {
    background: #8a4571;
    border-color: #8a4571;
} */
div#buttons.simplecheckout-button-block {
    background: none;
}


@media (min-width:1024px) {
    .row-customer_email,.row-customer_lastname,.row-customer_firstname,.row-customer_telephone,.row-customer_password,.row-customer_confirm_password{
        width: 49%;
        display: inline-block;
        margin-bottom: 6px;
    }
    .row-customer_email .col-sm-8,.row-customer_lastname .col-sm-8,.row-customer_firstname .col-sm-8,.row-customer_telephone .col-sm-8,.row-customer_telephone .col-sm-8 .row-customer_password .col-sm-8,.row-customer_password .col-sm-8,.row-customer_confirm_password .col-sm-8{
        width: 90%;
    }
    .row-customer_email label,.row-customer_lastname label,.row-customer_firstname label,.row-customer_telephone label,.row-customer_telephone label .row-customer_password label,.row-customer_password label,.row-customer_confirm_password label{
        width: 90%;
        margin-bottom: 5px;
		text-align: left!important;
    }
    .row-customer_register{
        display: flex;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .row-customer_register>label{
        font-weight: 600;
    }
    .row-customer_register .col-sm-8>div{
        display: flex;
        gap: 20px;
    }
    .row-customer_register .col-sm-8 div input{
        width: 20px;
        height: 14px;
    }
    #simplecheckout_comment .checkout-heading.panel-heading{
        width: 90%;
    }
    #simplecheckout_comment .simplecheckout-block-content {
        width: 90%;
    }

}