body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	scrollbar-width: thin;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 20px;
}
h3 {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
}
button.close {
	opacity: 1;
	margin: 0 0 20px 0;
}
@media (min-width: 1200px) {
	.container {
		width: 1200px;
		padding: 0;
	}
}
#common-home > .row {
	margin: 0;
}
.flex {
    display: flex;
}
.flex-between {
	justify-content: space-between;
}
header {
	position: sticky;
    top: 0;
    z-index: 1040;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #250716;
	padding: 10px;
	background-color: #fff;
}
header .row > div, footer .row > div.right > ul.flex {
	height: 60px;
	align-items: center;
}
header .row > div.left, footer .row > div.left > .flex {
	gap: 20px;
}
footer .row > div.left {
	flex-direction: column;
	gap: 20px;
}
footer .row > div.right {
	flex-direction: column;
}
header .row > div.right {
	justify-content: right;
	align-items: center;
}
footer .row > div.right > .flex  {
	justify-content: right;
}
footer .row > div.left > .flex {
	align-items: center;
}
footer .row > div.right > .flex + .flex {
	justify-content: left;
	gap: 20px;
}
footer h5 {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
}
footer .contacts a {
	/*font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 500;*/
}
header .row > div.right ul > li {
	display: inline-block;
}
header ul, footer ul {
	margin: 0;
	gap: 20px;
	align-items: center;
	list-style-type: none;
}
header .btn-link, footer .btn-link {
	padding: 0;
	color: #250716;
	background: transparent;
    border-color: transparent;
}
header .btn-link:focus, header .btn-link:hover, footer .btn-link:focus, footer .btn-link:hover {
	color: #000;
	text-decoration: none;
}
footer .btn-link {
	color: #fff;
}
footer .btn-link:focus, footer .btn-link:hover {
	color: #fff;
}
footer p {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
}
footer .powered {
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
#contacts, #contacts_footer {
	flex-direction: column;
}
#contacts .address, #contacts_footer .address {
	cursor: pointer;
}
#logo img, #logo_footer img {
	display: flex;
}
#menu, header > * {
	font-family: 'Inter', sans-serif;
}
#menu {
	position: sticky;
	top: 80px;
	z-index: 1030;
	font-size: 14px;
	font-weight: 400;
	color: #250716;
	min-height: 33px;
	background-color: #fff;
	border-top: 1px solid #E9E1E5;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.10);
	border-radius: 0;
}
#menu .container {
	overflow: auto;
}
#menu .navbar-collapse {
	padding: 0;
}
#menu ul {
	width: 100%;
}
#menu .navbar-nav>li {
    flex: 1;
}
#menu .navbar-nav>li>a {
	white-space: nowrap;
}
#menu .nav>li>a:focus, #menu .nav>li>a:hover {
	background-color: #fff;
	color: #7C1449;
}
header a, #menu a {
	color: #250716;
}
header a:hover, #menu a:hover {
	color: #000;
}
.carousel, .carousel_featured, .cat_products, .container_bestseller, .banners {
    margin-bottom: 80px;
}
.modal-backdrop.in {
    opacity: .8;
}
.modal-content {
	float: left;
	border-radius: 20px;
}
.modal-body {
	display: flex;
}
#product_popup .modal-content, #location_popup .modal-content {
	display: flex;
	height: 100%;
}
#product_popup .modal-body {
	padding: 0;
}
#location_popup .modal-body {
	flex-direction: column;
	padding: 60px;
}
#location_popup h3 {
	text-align: center;
}
#product_popup .image, #product_popup .description {
	display: flex;
    flex-direction: column;
	height: 100%;
}
#product_popup h3 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
}
#product_popup .price {
	font-size: 20px;
	font-weight: 700;
}
#product_popup .description {
	position: relative;
	padding: 20px;
}
#product_popup p:not(.price) {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
#product_popup .description .icon {
	cursor: pointer;
	position: absolute;
	right: 20px;
}
#product_popup .description .icon:hover + .product_info {
	display: block;
}
#product_popup button {
    margin-top: auto;
}
#product_popup .image {
	padding: 0;
}
#product_popup .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px 0 0 20px;
}
#product_popup .product_info {
	display: none;
    position: absolute;
	top: 50px;
    right: 20px;
    z-index: 8;
	width: 60%;
    padding: 20px;
    border-radius: 10px;
	color: #fff;
    background: rgba(14, 2, 8, 0.80);
    backdrop-filter: blur(5.150000095367432px);
}
.product-thumb .image {
	cursor: pointer;
}
.product-thumb {
	border: 1px solid #E9E1E5;
	border-radius: 20px;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb p {
	margin: 0;
}
.product-thumb .cart {
	align-items: center;
	height: 50px;
	padding: 0 0 0 15px;
    border: 1px solid #7C1449;
    border-radius: 30px;
}
.product-thumb .cart button {
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	font-weight: 700;
}
.carousel_featured .product-layout {
	width: 280px;
}
.carousel_featured .product-thumb {
	position: relative;
	margin: 0;
}
.carousel_featured .product-thumb .image:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(56, 7, 32, 0.00) 60%, rgba(56, 7, 32, 0.70) 100%), #d3d3d300 50% / cover no-repeat;
	border-radius: 20px;
}
.container_bestseller {
	width: 100%;
}
.carousel_bestseller .product-thumb > .flex {
	flex-direction: column;
    justify-content: space-between;
	padding: 10px;
}
.carousel_bestseller .product-thumb .image {
	padding: 0;
}
.carousel_bestseller .product-thumb .image img {
	height: 100px;
	margin: 0;
	object-fit: cover;
	border-radius: 20px 0 0 20px;
	box-shadow: none;
}
.carousel_bestseller .product-thumb > .flex span {
	font-size: 16px;
	font-weight: 700;
}
.carousel_bestseller .product-thumb > .flex button {
	height: 30px;
	padding: 0 15px;
    align-self: flex-start;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
.carousel_featured .product-thumb > span {
	position: absolute;
	padding: 0 15px;
	bottom: 15px;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
}
a {
	color: #000;
}
a:hover {
	color: #250716;
	text-decoration: none;
}

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

/* content */
#content {
	min-height: 600px;
	padding: 0;
}

#information-information {
	    margin-top: 50px;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	line-height: 150%;
}
#information-information h1 {
	font-family: 'Monsteratt', sans-serif;
	font-size: 44px;
	font-weight: 700;
}

/* footer */
footer {
	margin-top: 20px;
	padding: 50px 0;
	background-color: #44132C;
	color: #fff;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
.btn.language-select {
	display: flex;
    align-items: center;
    gap: 5px;
	font-family: Inter;
	font-size: 14px;
}
footer .language-select {
	padding: 8px;
	border-radius: 40px;
	border: 1px solid #E9E1E5;
}
footer .language-select:focus, footer .language-select:hover {
	border: 1px solid #E9E1E5;
}

/* 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 */
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 30px;
}
.btn-primary {
	color: #ffffff;
	text-shadow: none;
	background-color: #7C1449;
	border-color: #7C1449;
	box-shadow: none;
}
.btn-primary:hover, .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
	background-color: #ae1d67;
	border-color: #ae1d67;
	box-shadow: none;
}
.btn, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
}

/* 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-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.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;
	height: 338px;
	object-fit: cover;
}
.product-thumb h4 {
	height: 44px;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
}
.product-thumb .caption {
	padding: 15px;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #7C1449;
	font-size: 16px;
	font-weight: 700;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

@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;
	}
	
	.modal-lg, #product_popup .modal-body {
		width: 1000px;
	}
	#product_popup .image {
		width: 400px;
		height: 400px;
	}
	#product_popup .description {
		width: 600px;
		height: 400px;
	}
}
@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;
	}
	
	.modal-lg, #product_popup .modal-body {
		width: 900px;
	}
	#product_popup .image {
		width: 350px;
		height: 350px;
	}
	#product_popup .description {
		width: 550px;
		height: 350px;
	}
}
@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;
	}
	
	.carousel_featured .product-thumb .image img {
		height: 350px;
	}
	.modal-lg, #product_popup .modal-body {
		width: 700px;
	}
	#product_popup .image {
		width: 250px;
		height: 250px;
	}
	#product_popup .description {
		width: 450px;
		height: 250px;
	}
}
@media (max-width: 767px) {
	.visible-xs.flex {
		display: flex!important;
	}
	.carousel_featured .product-thumb .image img {
		height: 300px;
	}
}
@media (max-width: 768px) {
	#mobile_menu {
		position: fixed;
		top: 80px;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 20px 10px;
		overflow: auto;
		background-color: #44132C;
		box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.10);
		z-index: 99999;
	}
	#mobile_menu, #mobile_menu a, #mobile_menu button {
		color: #fff;
	}
	#mobile_menu ul {
		list-style-type: none;
		padding: 0;
	}
	#mobile_menu > .flex {
		gap: 20px;
		justify-content: space-between;
		align-items: center;
	}
	#contacts_menu {
		height: 60px;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
		padding: 0px 18px;
		border-radius: 6px;
		border: 1px solid #fff;
	}
	#contacts_menu .phone {
		align-self: flex-start;
		font-size: 18px;
	}
	#contacts_menu .address, #contacts_menu .phone {
		align-self: flex-start;
	}
	#mobile_menu .links {
		margin-top: 20px;
	}
	#mobile_menu .links ul > span {
		display: block;
		margin-bottom: 10px;
		font-size: 20px;
		font-weight: 700;
	}
	#mobile_menu .links ul > ul {
		margin-bottom: 20px;
	}
	#mobile_menu .links ul > ul > li > a {
		font-size: 16px;
		font-weight: 400;
	}
	#mobile_menu .links ul > ul > li {
		margin-bottom: 10px;
	}
	#mobile_menu .links ul > li {
		margin-bottom: 20px;
	}
	#mobile_menu .links ul > li > a {
		font-size: 20px;
		font-weight: 700;
	}
	#form-language-menu {
		height: 60px;
		align-items: center;
		border-radius: 6px;
		border: 1px solid #fff;
	}
	#form-language-menu .btn.language-select {
		border-color: transparent;
	}
	header .row > div.left {
		justify-content: space-between;
	}
	header .container {
		padding: 10px 12px;
	}
	.row {
		margin: 0 -12px;
	}
	header {
		padding: 0;
	}
	.container {
		padding: 0 12px;
	}
	#logo img {
		width: 159px;
	}
	.modal-lg, #product_popup .modal-body {
		width: auto;
		flex-direction: column;
	}
	.carousel, .carousel_featured, .cat_products, .banners {
		margin-bottom: 40px;
	}
	.carousel_bestseller {
		padding: 0 0 0 12px;
	}
	.swiper-slide img {
		width: 100%;
	    object-fit: cover;
	}
	.cat_products .product-layout:nth-child(1n) {
		padding-right: 5px;
		padding-left: 12px;
	}
	.cat_products .product-layout:nth-child(2n) {
		padding-left: 5px;
		padding-right: 12px;
	}
	.product-thumb {
		margin-bottom: 10px;
	}
	.product-thumb .image img {
		margin-left: auto;
		margin-right: auto;
		height: 192px;
	}
	.product-thumb h4 {
		height: 35px;
		font-size: 15px;
	}
	.product-thumb .caption {
		padding: 10px;
	}
	#product_popup .image {
		width: 100%;
	}
	#product_popup .image img {
		border-radius: 20px 20px 0 0;
	}
	#product_popup .description {
		width: 100%;
	}
	footer .row > div.right > .flex + .flex {
		flex-direction: column;
	}
	footer .row > div.left > .flex {
		justify-content: space-between;
	}
}

/* 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%;
    }
	
	#location_popup .modal-dialog {
		width: 500px;
	}
}

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

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

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

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