body {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 400;
	color: #2e3032;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
.ocf-page-list-bottom{
	display: none;
}
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: #96969b;
}
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;
    background: #6a1b9a;
    color: #fff;
}
/* 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 {
	display: none;
	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 h1 {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: -5px;
}
/* search */

#search .input-lg {
    height: 40px;
    line-height: 20px;
    border: 1px solid #cccccc6e;
    padding: 0 10px;
}
#search .btn-lg {
    font-size: 15px;
    display: flex;
    line-height: 18px;
    justify-content: center;
    padding: 10px 15px;
    width: 100px;
    text-shadow: 0 1px 0 #fff;
    align-items: center;
    justify-content: space-between;
}
/* cart */

#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    background: #fff;
    border-color: #fff;
    box-shadow: none;
    text-shadow: none;
}
#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) {
	.block-with-row{
		grid-template-columns: 1fr!important;
	}

	#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: #6a1b9a;
	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;
	border-radius: 0px;
    padding: 8px 0;
    border-bottom: 1px solid #dddddd38;
}
.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: 8px;
    right: -5px;
    width: 6px;
    height: 6px;
    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 rgb(255 255 255 / 50%);
    background-color: rgba(106, 27, 154, 0.03);
    /* background-image: linear-gradient(to bottom, #eeeeee, #dddddd); */
    background-repeat: repeat-x;
    border-color: #f5eff8 #f5eff8 #f5eff8 #f5eff8;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
    border: 1px solid #fff;
    margin-bottom: 20px;
    overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 1;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    height: 357px;
    width: 277px;
    object-fit: cover;
}
.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: 150px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: none;
}
.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;
}
.navi{
    background-color: #f5eff8;
}
.top-header {
    width: 100%;
    background-color: #f5eff8;
    display: flex;
    margin: 0 auto;
    align-content: center;
    gap: 0px;
    align-items: center;
    justify-content: space-between;
}
.top-header ul li a{
	text-decoration: none;
	list-style: none;
	color: #2e3032;
    font-size: 12px;
}
.top-header ul li{
	text-decoration: none;
	list-style: none;
	padding-right: 10px;
}
.top-header ul {
	display: flex;
    text-align: center;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 5px;
	padding-left: 0px;

}
.thumbnail{
	border-radius: 4px;
}
a.map {
	color: #000;
}
a.map i {
	font-size: 12px;
}
.header-row {
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#search .btn-lg:hover .sech{
color: #fff;
}
#search .btn-lg:hover{
	background: #6a1b9a;
	text-shadow:none;
}
#search .btn-lg:hover .fa-search {
    font-size: 14px;
    color: #fff;
}
#search .btn-lg:focus {
	outline: none;
}
header .tel {
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    align-items: center;
    align-content: center;
    position: relative;
    flex-direction: column;
}
header .tel a{
	color: #000;
	padding-left: 20px;
	/*margin-bottom: 10px;*/
}
header .tel b {
    position: relative;
    top: 4px;
}
header .tel b:before {
    content: 'call';
	font-family: 'Material Icons';
    color: #2e3032;
	font-size: 21px;
    -webkit-animation: jittery_contact 2s infinite;
    animation: jittery_contact 2s infinite;
    animation-delay: 15s;
    animation-iteration-count: 5;
    position: absolute;
    right: 65px;
    top: -5px;
}
header .tel .fa{color: #96969b;}
header .tel  ul {
    text-align: left;
    background-color: #fff;
    position: absolute;
    padding:0px 0px;
    z-index: 3;
    top:30px;
    right: 0px;
	left: 3px;
    width: 100%;
    text-align: center;
	list-style:none;
    border-radius: 5px;
	display:none;
}
header .tel:hover .fa-chevron-down{
	transform: rotate(180deg);
	    color: #2ab648;
}
header .tel:hover ul{display:block}
i.fa.fa-shopping-cart{
	font-size: 19px;
}
.sech {
    font-size: 12px;
    color: #777;
}
.breadcrumb{
	background: #ffffff00;
}
div#form-language {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
}
div#form-language li{
	list-style: none;
	text-decoration: none;
}
li.social-link, li.social-link a ,li.social-link i{
	list-style: none;
	text-decoration: none;
}
.facebook-icon{
	width: 42px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
    align-content: center;
}
.instagram-icon{
	width: 42px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;

}
.facebook-icon a{height: 20px;}
.instagram-icon a{height: 20px;}
.facebook-icon a:hover{color: #fff;}
.instagram-icon a:hover{color: #fff;}
	
.facebook-icon i{
	font-size: 21px;
}
.instagram-icon i{
	font-size: 21px;
}

@media(min-width:768px){
	.collapse.navbar-collapse.navbar-ex1-collapse {
		display: flex!important;
		justify-content: start;
		align-items: center;
	}
}
@media(max-width:767px){
	.header-row{
		/* display: block; */
	}

	.navbar-header{
		display: inline-block!important;
	}
	#horizontal-menu .hidden-lg.hidden-md.hidden-sm {
		display: inline-block!important;
		float: right;
		margin-top: 4px;
	}
	.fa-bars{
		color: #dac5e5;
	}
	.top-header{
		display: none;
		flex-direction: column;
	}
	.top-header ul:nth-child(1) {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		align-items: center;
	}
	.top-header ul li{
	padding: 0px;
	}
	header .tel a{
		/*margin-bottom: 3px;*/
	}

}
.fa-shopping-cart:before {
    font-size: 21px;
}
i.fa.fa-shopping-cart{
	color: #2e3032;
	
}
@media(max-width:991px){
	.sech{
		display: none;
	}
	#search .btn-lg {
		padding: 12.4px 15px;
		width: fit-content;
		background: #0000;
		border: none!important;
		box-shadow: none;
		color: #2e3032;
		font-size: 14px;
	}
	#search .btn-lg i.fa-search{
		font-size: 19px;
	}
	.menu-fixed{
	background: #6a1b9a;

	}
	#horizontal-menu .btn-navbar{
		margin-left: 15px;
	}

}
@media(min-width:992px){
	section.flowers {
		gap: 40px;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		justify-content: center;
	}
	section.flowers .list-parent{
		display: flex;
		justify-content: start;
		align-items: center;
	}
	section.flowers .list-parent img{
		width: 50px;
		height: 50px;
	}
	section.flowers .list-parent a{
		font-size: 14px;
		display: flex;
		grid-column-gap: 20px;
		color: #2e3032;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
}

p.t.xt1 {
    padding-top: 9px;
    padding-bottom: 7px;
    font-size: 18px;
    line-height: 27px;
	color: #2e3032;
}
.name-filer-h2{
	text-align: center;
	font-weight: bold;
	font-size: 27px;
	color: #444;
	margin-top: 10px;
    margin-bottom: 10px;
}
.name-filer-h3{
	font-size: 21px;
}
.name-filer-h4{
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #444;
	min-height: 40px;
	margin-top: 10px;
    margin-bottom: 10px;
}
.name-filer-h4 a{
	color: #444;
}

@media(min-width:768px){
	section.flowers.bucket{
		margin-bottom: 70px;
	}
	.product-thumb .caption {
		padding: 0 20px;
		min-height: 100px;
	}
	.product-thumb .caption h4 a{
		font-size: 14px!important;
	}
	section.flowers.bucket {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr!important;
		justify-content: center;
	}
	section.flowers.bucket .list-parent{
		margin: 0 auto;
	}
	section.flowers.bucket .list-parent a{
		flex-direction: column;
	}
	section.flowers {
		gap: 40px;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr!important;
		justify-content: center;
	}
	section.flowers .list-parent{
		display: flex;
		justify-content: start;
		align-items: center;
	}

	section.flowers.bucket .list-parent img {
		width: 50px;
		height: 50px;
	}
	section.flowers .list-parent img{
		width: 50px;
		height: 50px;
	}
	section.flowers .list-parent a{
		font-size: 14px;
		display: flex;
		grid-column-gap: 20px;
		color: #2e3032;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.col-sm-5.mob_search {
	    display: none;
	}
}
div.radio label img{
	 display: none;
}
.image-class{
	width: 60px
}
	#cart .dropdown-menu {
		background: rgba(255, 255, 255, 1);
		overflow: auto;
		max-height: 90vh;
		width: 100vw;
	}
	p.t.xt1 {

		font-size: 14px;
			line-height: 24px;
			padding-top: 8px;
			padding-bottom: 8px;
		}
	h1{
		font-size: 22px!important;
		line-height: inherit;
	}
	.text-home p{
		font-size: 14px;
		line-height: 24px;
	}
	.text-home h2{
		font-size: 22px;
	}
	.text-home li{
		font-size: 14px;
		line-height: 24px;
	
	}
	section.flowers {
		gap: 10px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		justify-content: center;
	}
	section.flowers .list-parent{
		display: flex;
		justify-content: start;
		align-items: center;
	}
	section.flowers .list-parent img{
		width: 50px;
		height: 50px;
	}
	section.flowers .list-parent a{
		font-size: 14px;
		display: flex;
		grid-column-gap: 5px;
		color: #2e3032;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
}


@media(min-width:500px){
	a.map{
		display: block;
	}
	.product-thumb .caption h4 a{
	font-size: 18px!important;
}
}
@media(max-width:500px){
	a.map{
		display: none!important;
	}
}
h2.text-center.name-h2-class {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
	color: #2e3032;
}
.product-thumb .caption h4 {
	text-align: center;
}
.product-thumb .caption h4 a{
	font-size: 18px;
	color: #2f2f32;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
}
.small-block {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    gap: 20px;
}
.small-block p.price {
	margin: 0;
	padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.price-old{
	margin-left: 0px!important;
	font-size: 10px;
}
.small-block span.price-new {
font-size: 14px;
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
color: #fa454c;
}
.small-block button{
    font-size: 14px;
    color: #fff;
    background-color: #6a1b9a;
    box-shadow: 0 4px 10px rgb(106 27 154 / 30%);
    text-decoration: none;
    font-weight: bold;
	border: none;
	grid-area: btn;
    display: block;
    border-radius: 5px;
	width: 90px;
    text-align: center;
    padding: 6px;
}
.text-home p{
	font-size: 16px;
	line-height: 20px;
}
.text-home li{
	font-size: 16px;
	line-height: 20px;

}
.text-home h2{
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
}


footer .footer-block img{
	width: 100%;
    max-width: 150px;
    height: 53px;
    background-size: contain;
    object-fit: contain !important;
    display: block;

    filter: brightness(0) invert(1);
}
footer .footer-block p{
	color: #d2bde2;
	font-size: 14px;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
}
footer ul span{
	color: #fff;
	font-size: 14px;
	padding-bottom: 2.5px;
	font-weight: bold;
	padding: 0;
}
footer ul li{
	display: block;
    font-size: 14px;
    line-height: 20px;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}
footer ul {
	padding: 0px;
}
p.price {
    color: #2e3032;
    font-weight: 700;
    font-size: 14px;
}
li.text-model {
    text-decoration: none;
    list-style: none;
	display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    background-color: #f5eff8;
    color: #2e3032;
}
.thumbnail{
	border: none!important;
}
h1{
	font-weight: bold;
	padding-top: 7px;
	font-size: 36px;
    line-height: 44px;
	color: #000;
    padding-bottom: 5px;
}
.price-in-category {
    font-size: 36px;
    line-height: 44px;
    color: #000;
    font-weight: 600;
}
div#boc_order{
	background: rgba(250,250,250,0.7);
}
h2#boc_order_title {
    display: none;
}
#boc_order .modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #ffffff;
}
.modal-header button.close {
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 17%) !important;
    width: 36px;
    height: 36px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #6a1b9a;
    color: #fff;
    text-shadow: none;
    font-weight: bold;
    opacity: 1;
    border-radius: 100%;
    margin-top: -17px!important;
}
button#boc_submit {
    background: #6a1b9a;
    border: #6a1b9a;
    font-weight: 600;
}
button#button-cart{
	color: #fff;
    background: #2ab648;
    box-shadow: 0 4px 10px rgb(42 182 72 / 30%);
    -webkit-animation: jittery 2s infinite;
    animation: jittery 2s infinite;
    animation-delay: 10s;
	width: 130px;
    animation-iteration-count: 3;
	border-color: #2ab648 #2ab648 #2ab648;
	text-shadow: none;
}
.flex-text-center {
    padding: 9px 31px 8px 31px;
    background: #fa454c;
    color: #fff;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    align-content: center;
	border-radius: 5px !important;
}
.flex-text-center a {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #6a1b9a;
    font-weight: bold;
    border-color: #6a1b9a;
}
.pagination>li>a, .pagination>li>span{
	color:#2e3032 ;
	border: 1px solid #fff;
}
.description-catalog{
	padding: 20px;
}
.description-catalog #description{
	padding: 20px;
}

.col-sm-5.mob_search {
	    display: block;
	}

@media(max-width:575px){
	.header-row {
		display: flex;
		/*grid-template-columns: 1.8fr 0.3fr 0.3fr 1fr;*/
	}
	.col-sm-5.mob_search {
	    display: none;
	}
	.col-sm-3.mob_tel_block {
	    flex: 0 0 40%;
	}
	header .tel b {
	    display: none;
	}

}

@media(max-width:480px){
	.product-thumb .image img{
		width: 130px;
		height: 165px;
	}
	.small-block {

	    gap: 3px;
	}
	.row-catalog{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.row-catalog .product-layout.product-grid.col-lg-4.col-md-4.col-sm-6.col-xs-6{
		width: 88%;
		padding: 0px;
		display: flex;
		justify-content: center;
		margin: 0 auto;
	}
	.product-thumb .caption h4 a{
		font-size: 14px;
	}
	/*.header-row {
		display: flex;
		grid-template-columns: 1.8fr 0.3fr 0.3fr 1fr;
	}*/
	.header-row .col-sm-6, .header-row .col-sm-2{
		padding: 0px;
		margin: 0px;
	}
}
.header-fixed{
    position: sticky;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.85);
    z-index: 100;
    top: 0px;

}
.header-fixed .header-row {
    padding: 5px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-fixed #cart > .btn{
	background: rgb(106 27 154 / 21%);

}
#cart .dropdown-menu{
    background: rgba(255, 255, 255, 0.85);

}
#cart .dropdown-menu table.table.table-bordered,.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	border: none;
}
#cart .dropdown-menu p.text-right strong i{
	color: #fff;
}
#cart .dropdown-menu p.text-right strong {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #2ab648;
    font-size: 14px;
    gap: 20px;
    margin: 0 auto;
    border-radius: 10px;
    width: 240px;
    padding: 10px 20px;
    color: #fff;
    justify-content: center;
}
#cart .dropdown-menu {
    background: rgba(255, 255, 255, 0.85);
    overflow: auto;
    max-height: 90vh;
	max-width: 449px;
}
.dostavka_i_oplata {
    cursor: pointer;
    color: #2e3032;
    font-size: 14px;
    line-height: 24px;
    padding-top: 8px;
    font-weight: bold;
    border: 1px solid #dddddd38;
    padding-bottom: 8px;
    padding-left: 8px;
}
section#delivery {
    padding: 8px;
    border: 1px solid #dddddd38;
	
}
.block-with-row {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr 0.9fr;
}
#page-contacts p.t.at1.b {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    font-size: 14px;
    align-content: center;
	font-weight: 600;
}
#page-contacts p.t.at1.b i{
	padding-right: 5px;
}
#page-contacts li.item {
	color: #6c7c93;
    font-size: 18px;
    line-height: 27px;
    padding-top: 3px;
    padding-bottom: 2px;
	list-style: none;
}
#page-contacts input.btn.btn-primary.hinput-my {
    margin: 0 auto;
    display: flex;
    background: #6a1b9a;
    border: none;
}
#page-contacts  .form-zvonok {
    background: #6a1b9a;
    padding: 20px;
}
#page-contacts .form-wrapper{
	padding: 14px;
    background: #fff;
}
#page-contacts ul.btn.xb1.al.cl.br5 {
    border: none;
}
#page-contacts ul.btn.xb1.al.cl.br5 li a {
    background: #6a1b9a;
    padding: 10px;
    margin-top: 20px;
    color: #fff;
}
#page-page ul.post-list li::marker {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff1121;
    color: #ff1121;
}
#page-page input.form-control.fly_label {
    background: #e7e7e7;
    color: #fff;
}
#page-page input.btn.btn-primary.hinput-my {
    background: #6a1b9a;
    border: 1px solid #6a1b9a;
    width: 240px;
    display: flex;
	margin: 0 auto;
    justify-content: center;
}
#page-page {
    padding-left: 10%;
    padding-right: 10%;
}
#checkout-cart{

}
#checkout-cart img.img-thumbnail.image-cart {
    width: 120px;
    height: 120px;
    object-fit: cover;
}
#checkout-cart .btn-primary{
	color: #ffffff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #6a1b9a;
    background-image: linear-gradient(to bottom, #6a1b9a, #68447d);
    background-repeat: repeat-x;
    border-color: #6a1b9a #6a1b9a #6a1b9a;
}
#checkout-cart a.btn.btn-default{
display: flex;
    flex-direction: row;
    align-items: center;
    background: #2ab648;
    font-size: 12px;
    gap: 20px;
    margin: 0 auto;
    border-radius: 10px;
    width: 240px;
    padding: 10px 20px;
    color: #fff;
    justify-content: center;}
	.simple-content td.image img{width: 100px;}
	fieldset.form-horizontal{
		display: flex;
    flex-direction: column;
	}
	fieldset.form-horizontal .form-group label {
display: flex!important;
width: 100%;
	}
	fieldset.form-horizontal .form-group .col-sm-8{
display: block!important;
width: 100%;

	}
	.button-in-product{
		display: flex;
    flex-direction: row;
	justify-content: space-between;
	}
	.button-in-product .button-cart{
		border-color: #2ab648 #2ab648 #2ab648;
		text-shadow: none;
	}
	.button-in-product .boc_order_btn {
		width: fit-content;
		padding: 10px 20px;
		color: #2e3032;
		background-color: #f5eff8!important;
		background: #f5eff8!important;
		border: #f5eff8!important;
		font-weight: 600;
		text-shadow: none;
		font-size: 14px;
		padding: 6px 15px;
	}
	.menu-producet{
		display: flex;
    flex-direction: column;
    border: none;
	}
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
		color: #2e3032;
		cursor: default;
		background-color: #fff;
		padding: 8px 10px;
		border: none;
		border-bottom-color: transparent;
		font-size: 14px;
		font-weight: 600;
		cursor: pointer;
	}
	.nav-tabs>li>a{
		color: #2e3032;
		cursor: pointer;
		cursor: default;
		background-color: #fff;
		padding: 8px 10px;
		border: none;
		border-bottom-color: transparent;
		font-size: 14px;
		font-weight: 600;
	}
	.caption .stock {
		display: flex;
		justify-content: center;
	}

	input#input-quantity {
    width: 50px;
	height: 30px;
}
.pt1{font-size: 14px;}
ul.post-list {padding: 5px 0;list-style: none;}
ul.post-list li{position:relative;padding:3px 0px 3px 20px;color:#2e3032;}
ul.post-list li:before{position:absolute;width:7px;height:7px;border-radius:50%;background:#ff1121;content:'';left:0px;top:11px;-webkit-transition:all 0.1s ease 0s !important;-moz-transition:all 0.1s ease 0s !important;-ms-transition:all 0.1s ease 0s !important;-o-transition:all 0.1s ease 0s !important;transition:all 0.1s ease 0s !important;}
ul.post-list li:hover:before{background:#fff;box-shadow:0 0 0 5px #342321;}
ul.post-list li:last-child:after{content:none;}
.pt1 .col-sm-12{padding:0;padding-top: 8px;padding-bottom: 15px;}
#page-page input.btn.btn-primary.hinput-my{
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 7px;
    resize: none;
    border: none;
    background-color: #560786;
    color: #fff;
    text-align: center;
    padding: 13px 20px 12px 20px !important;
    font-size: 16px;
    line-height: 27px;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    margin: 15px 0px 15px 0px;
}
#page-page input.form-control.fly_label{
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 3px;
    resize: none;
    border: 1px solid #e7e7e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 20px;
    margin: 0px;
    background-color: #e7e7e7;
	height:42px;
}
#page-page input.form-control.fly_label:focus{
	border: 1px solid #560786;
	background-color: #ffffff;
	box-shadow: none;
}
li.special-price h2 {
    color: #fa454c;
    font-weight: bold;
}
.input-group.number-spinner{}
.input-group.number-spinner .input-group-btn{width:30px;}
.input-group.number-spinner .input-group-btn .btn{width:30px;height: 30px;vertical-align: text-bottom;padding:5px}
.input-group.number-spinner .input-group-btn .btn .fa { font-size: 10px;}
.related-title{padding-top: 6px;padding-bottom: 4px;text-align:center;font-size: 72px;font-weight: bold;}
@media (max-width: 768px) {.related-title{font-size:42px;}}

a.sw-title {
    color: #000;
}

a#compare-total{display: none;}

	#menuheight {
	  height: 40vh
	}
	.divh2 {
		font-weight: 600;
		font-size: 14px;
		margin-bottom: 20px;
	}

button.btn.btn-link.btn-block.language-select {
    color: #fff;
}

@media(max-width:575px){
	.header-fixed{
		z-index: 9999;
	}
}

.title_description_cart {
    color: #2e3032;
    font-size: 14px;
    line-height: 24px;
    padding-top: 8px;
    font-weight: bold;
    border: 1px solid #dddddd38;
    padding-bottom: 8px;
}

.description_cart {
    font-size: 14px;
    margin-bottom: 20px;
}

.text-home.block{
	height: 260px;
	overflow: hidden;
	margin-top: 60px;
}

.open-text-home{
	margin-top: 60px;
	font-size: 16px;
}

.open-text-home p{
	font-size: 16px;
	line-height: 20px;
}

.open-text-home li{
	font-size: 16px;
    line-height: 20px;
}

.open-text-home h2 {
	color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
}

.text-home.block:after {
    content: "";
    display: block;
    height: 260px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,rgba(255,255,255,0),#F5F5F5 65%);
}

#common-home .rating{
	display: none;
}

@media(max-width:767px){
	.text-home.block{
		height: 260px;
		margin-top: 0px;
	}
	.open-text-home{
		margin-top: 0px;
	}
}



body{
    overflow-x: hidden;
}


.title_bookets {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #444444;
    text-align: center;
    margin-bottom: 34px;
    padding-top: 50px;
}

.bookets_wrap {
    display: flex;
    justify-content: center;
    margin: 0 -20px;
    flex-wrap: wrap;
}

.bookets_block {
    position: relative;
    background: #FAF5F1;
}

.bookets_block:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20vw;
    transform: translateX(-100%);
    background: #FAF5F1;
}

.bookets_block:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20vw;
    transform: translateX(100%);
    background: #FAF5F1;
}

.bookets_item {
    flex: 0 0 25%;
    max-width: 270px;
    display: flex;
    align-items: flex-end;
    background: #fff;
    margin: 0px 10px 30px;
    justify-content: space-between;
    position: relative;
}

.bookets_name {
    position: absolute;
    right: 0px;
    bottom: 30px;
    background: #FAF5F1;
    width: 100%;
    padding: 12px 21px 12px;
    z-index: 2;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #6A1B9A;
    height: 45px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.bookets_img {
    position: relative;
    z-index: 3;
}

.base-item,.banner-catalog__unique,.banner-catalog__season,.banner-catalog__bottom{
    background-color:#faf5f1;position:relative;padding:40px;overflow:hidden
}
.base-item:hover .banner-catalog__thumbnail,
.banner-catalog__unique:hover 
.banner-catalog__thumbnail,
.banner-catalog__season:hover 
.banner-catalog__thumbnail,
.banner-catalog__bottom:hover 
.banner-catalog__thumbnail{
    transform:scale(1.1)
}
.banner-catalog{
    display:flex
}
.banner-catalog__wrap{
    display:flex;
    justify-content:center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.banner-catalog__banner{
    flex:0 0 40%;
    max-width:40%;
}
.banner-catalog__right{
    flex:0 0 60%;
    max-width:60%;
    display:grid;
    grid-template-columns:60% 40%;
    grid-gap:20px;
    overflow:hidden;
}
.banner-catalog__top{
    display:flex;
}
.banner-catalog__bottom{
    grid-column-start:1;
    grid-column-end:3;
    grid-row-start:2;
    grid-row-end:3;
}
.banner-catalog__season{
    grid-column-start:2;
    grid-column-end:3;
    grid-row-start:1;
    grid-row-end:2
}
.banner-catalog__unique{
    grid-column-start:1;
    grid-column-end:2;
    grid-row-start:1;
    grid-row-end:2;
}
.banner-catalog__cat{
    position:relative;
    z-index:5;
    margin-bottom:14px;
    font-weight:700;
    font-size:16px;
    line-height:18px;
    color:#6a1b9a;
}
.banner-catalog__title{
    position:relative;
    z-index:5;
    margin-bottom:25px;
    text-transform:uppercase;
    color:#000;
    font-weight:700;
    font-size:20px;
    line-height:28px;
}
.banner-catalog__link{
    display:inline-flex;
    align-items:center;
    position:relative;
    z-index:5;
    text-decoration:none;
    font-weight:400;
    font-size:14px;
    line-height:16px;
    color:#444;
    transition:all .3s;
}
.banner-catalog__link img{
    margin-left:5px;
    transition:all .3s;
}
.banner-catalog__link:hover{
    color:#000;
}
.banner-catalog__link:hover img{
    transform:translateX(5px)
}
.banner-catalog__thumbnail{
    position:absolute;
    z-index:0;
    bottom:0;
    right:0;
    transition:all .3s;
}
.banner-catalog__banner img {
    width: 100%;
    height: auto;
}

.banner-catalog__thumbnail img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 1460px) {
    .banner-catalog__title {
        position: relative;
        z-index: 5;
        margin-bottom: 25px;
        text-transform: uppercase;
        color: #000;
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 1350px) {
    .banner-catalog__title {
        position: relative;
        z-index: 5;
        margin-bottom: 25px;
        text-transform: uppercase;
        color: #000;
        font-weight: 700;
        font-size: 16px;
        line-height: 28px;
    }

    .base-item, .banner-catalog__unique, .banner-catalog__season, .banner-catalog__bottom {
        background-color: #faf5f1;
        position: relative;
        padding: 30px;
        overflow: hidden;
    }
}

@media (max-width: 1091px) {
    .banner-catalog__title {
        position: relative;
        z-index: 5;
        margin-bottom: 25px;
        text-transform: uppercase;
        color: #000;
        font-weight: 700;
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 991px) {
    .banner-catalog__wrap {
        display: block;
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .banner-catalog__banner {
        flex: 0 0 60%;
        max-width: 60%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .banner-catalog__right {
        flex: 0 0 100%;
        max-width: 100%;
        display: block;
        grid-template-columns: 100% 100%;
        grid-gap: 20px;
        overflow: hidden;
    }
    .base-item, .banner-catalog__unique, .banner-catalog__season, .banner-catalog__bottom {
        padding: 30px;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .banner-catalog__banner {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .bookets_name {
        position: absolute;
        right: 0px;
        bottom: 30px;
        background: #FAF5F1;
        width: 100%;
        padding: 12px 10px 12px;
        z-index: 2;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        text-align: right;
        color: #6A1B9A;
        height: 45px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .bookets_item {
        flex: 0 0 45%;
        max-width: 45%;
        display: flex;
        align-items: flex-end;
        background: #fff;
        margin: 0px 10px 30px;
        justify-content: space-between;
        position: relative;
    }
    .title_bookets {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 34px;
        padding-top: 40px;
    }
}

@media (max-width: 575px) {
	.bookets_block:before {
	    content: '';
	    display: none;
	}

	.bookets_block:after {
	    content: '';
	    display: none;
	}
	.bookets_img img {
	    max-width: 100px;
	}
	#common-home .product-layout {
	    max-width: 50%;
	    display: flex;
	    flex-wrap: wrap;
	}
}
