html,
body {
	font-family: 'Helvetica Neue light', 'Helvetica Neue', 'Jost', sans-serif;
	font-synthesis: none;
	-webkit-font-feature-settings: 'kern';
	font-feature-settings: 'kern';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	background-color: #fff;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1180px;
	}
}

@media (min-width: 1300px) {
	.container {
		max-width: 1280px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1380px;
	}
}

@media (min-width: 1500px) {
	.container {
		max-width: 1480px;
	}
}


a {
	text-decoration: none;
	color: #333;
}

hr {
	border: none;
	border-top: 1px solid #000;
}

.edit_entry {
	position: fixed;
	left: 0;
	top: 110px;
	display: block;
	width: 60px;
	height: 60px;
	color: #fff;
	background: #111 url('/img/edit.svg') no-repeat center center;
	background-size: 30px;
	text-indent: -999999px;
	z-index: 999;
}

.alert {
	display: flex;
	align-items: center;
	border: 1px solid #000;
	border-radius: 2px;
	padding: 6px 14px;
	margin: 2em 0;
}

.alert p {
	padding-left: 15px;
}

.alert p a {
	border-bottom: 1px solid #ddd;
}

.alert p a .link:after {
	bottom: -1px;
}

.attach {
	padding-bottom: 20px;
}

.sticky {
	position: fixed;
	z-index: 101;

}

.stop {
	position: relative;
	z-index: 101;
}

.container.wide_cont {
	padding-left: 5px;
	padding-right: 5px;
}

.btn {
	text-align: center;
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	padding: 15px 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: bold;
	transition: 0.4s;
}

.btn:hover {
	background-color: #fff;
	color: #000;
}

/* View all link */
.view-all {
	background: linear-gradient(160deg, #1a1a1a94 0%, #000 50%, #1a1a1a 100%);
	color: #fff !important;
	padding: 10px 20px;
	border-radius: 3px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	transition: background-color 0.2s ease, transform 0.2s ease;
	position: relative;
	overflow: hidden;
}

.view-all::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 50%;
	height: 100%;
	background: linear-gradient(320deg, transparent, rgba(255, 255, 255, 0.4), transparent);
	animation: shine 2s infinite;
}

@keyframes shine {
	0% {
		left: -100%;
	}
	80% {
		left: 200%;
	}
	100% {
		left: 200%;
	}
}

.view-all:hover {
	background: linear-gradient(320deg, #33333394 0%, #1a1a1a 50%, #333 100%);
	transform: translateY(-2px);
}

/*--------------------------------------------------------------
## Site Header
--------------------------------------------------------------*/

.site_header {
	background-color: #000;
	padding: 14px 0;
	position: fixed;
	width: 100%;
	z-index: 99999;
	background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(227 231 234 / 0%) 100%) !important;
}

.site_header.filled {
	background: #fffffff2 !important;
}

/* Lower header z-index when modal is open */
.with-featherlight .site_header,
.with-featherlight .header-icons {
	z-index: 1;
}

/* Homepage content offset */
@media (min-width: 992px) {
	.page-home .main_offers:first-of-type {
		padding-top: 30px;
	}
}

@media (max-width: 991px) {
	.page-home .main_offers:first-of-type {
		margin-top: 80px;
	}
}

/* Product page offset */
.product_page {
	padding-top: 10px;
}

@media (min-width: 992px) {
	.product_page {
		padding-top: 40px;
	}
}

.brand {
	display: flex;
	align-items: center;
}

.brand span {
	display: block;
	line-height: 0.9em;
	font-size: 12px;
	padding-left: 20px;
}

.brand span:before {
	content: "";
	position: absolute;
	margin-top: -6px;
	margin-left: -10px;
	width: 1px;
	height: 35px;
	background-color: #585858;
	transform: rotate(14deg);
}

.logo img {
	display: inline-block;
	margin-bottom: -6px;
}

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

.site_header nav a {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	color: #000;
	text-decoration: none;
	padding: 15px 10px;
	font-weight: 400;
}

.site_header nav,
.mob_hide {
	display: flex;
	align-items: center;
}

.site_header nav form {
	min-width: 200px;
	position: relative;
	margin: 0 15px;
}

.site_header nav form input {
	background-color: transparent;
	border: 1px solid transparent;
	border-bottom-color: #fff;
	color: #eee;
	width: 100%;
	font-family: inherit;
}

.site_header nav form input:focus,
.site_header nav form input:active {
	outline: none !important;
	border-bottom-color: #eee;
}

.site_header nav form button {
	border: 1px solid transparent;
	background-color: transparent;
	position: absolute;
	right: -4px;
}

.site_header nav form button:focus,
.site_header nav form button:active {
	outline: none !important;
}

@media(max-width: 991px) {
	.mob_hide {
		display: none;
	}

	.mob_show {
		display: inherit;
	}

	.mobmenu {
		display: inline-block;
		padding-top: 5px;
		border-right: 1px solid #222;
		padding-right: 20px;
		margin-right: 20px;
	}

	.cart {
		padding-right: 4px;
	}
}

@media(min-width: 992px) {
	.mob_hide {
		display: inherit;
	}

	.mob_show {
		display: none;
	}
}

.polipop_layout_popups.polipop_theme_default .polipop__closer {
	display: none !important;
}

#mypolipop {
	top: 3rem !important;
}

/*--------------------------------------------------------------
## SideBar Nav
--------------------------------------------------------------*/

.sidenav {
	background: #fff;
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 300px;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	transition: transform 0.4s;
	z-index: 100;
	padding: 15px;
	box-shadow: 0 24px 48px 0 rgba(0, 0, 0, 0.16);
}

.snav {
	transform: translate(-350px, 0);
	left: 0;
}

.scart {
	padding: 0;
	right: 0;
	transform: translate(350px, 0);
}

@media(min-width: 992px) {
	.scart {
		width: 360px;
		transform: translate(380px, 0);
	}
}

.sidenav.show {
	transform: translate(0, 0)
}

.sidenav-menu {
	list-style: none;
	margin: 0;
	padding: 0
}

.sidenav-menu li {
	display: block;
	position: relative
}

.sidenav-dropdown {
	display: none;
	list-style: none;
	padding: 0
}

.sidenav-dropdown {
	padding-left: 20px;
}

.sidenav-overlay {
	background: rgba(0, 0, 0, .6);
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	width: 100%;
	z-index: 99
}

/* New Drawer styles */
.drawer-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	z-index: 99;
	pointer-events: none;
	transition: background 0.3s ease;
}

.drawer-overlay.is-visible {
	background: rgba(0, 0, 0, 0.6);
	pointer-events: auto;
}

.drawer-open {
	overflow: hidden !important;
}

.sidenav.is-open {
	transform: translate(0, 0);
}

.sidenav-no-scroll {
	overflow: hidden !important
}

.snav {
	background-color: #000;
	color: #fff;
}

.snav a {
	display: block;
	position: relative;
	color: #fff;
	padding: 15px 0;
	margin: 0 10px;
	border-bottom: 1px solid #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}

.snav .sidenav-dropdown a {
	font-size: 10px;
}

.snav a.ddown:after {
	content: '+';
	position: absolute;
	right: 0;
	top: 8px;
	color: #999;
	font-weight: 300;
	font-size: 20px;
}


/*--------------------------------------------------------------
## Menu Catalog
--------------------------------------------------------------*/

.menu_catalog {
	padding: 20px 0;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9;
}

.menu_catalog h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.menu_catalog nav.cat_links {
	display: grid;
}

@media(min-width: 992px) {
	.menu_catalog nav.cat_links {
		grid-gap: 20px;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media(max-width: 991px) {
	.menu_catalog nav.cat_links {
		grid-gap: 5px;
		grid-template-columns: 1fr 1fr;
	}
}

.menu_catalog nav a {
	padding: 7px 0;
}

.menu_catalog .contacts {
	display: block;
}

.menu_catalog .contacts a {
	display: block;
}

.menu_catalog .contacts span {
	display: flex;
	align-items: center;
}

.menu_catalog .contacts span i {
	font-size: 10px;
	color: #999;
	padding: 0 5px;
	padding-right: 7px;
}

.menu_catalog {
	animation: swing-in-top-fwd .7s ease-in-out both;
	display: none;
}

.menu_catalog.open {
	display: block;
}

@-webkit-keyframes swing-in-top-fwd {
	0% {
		-webkit-transform: rotateX(-100deg);
		transform: rotateX(-100deg);
		-webkit-transform-origin: top;
		transform-origin: top;
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transform-origin: top;
		transform-origin: top;
		opacity: 1;
	}
}

@keyframes swing-in-top-fwd {
	0% {
		-webkit-transform: rotateX(-100deg);
		transform: rotateX(-100deg);
		-webkit-transform-origin: top;
		transform-origin: top;
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transform-origin: top;
		transform-origin: top;
		opacity: 1;
	}
}

/*--------------------------------------------------------------
## Offer banner
--------------------------------------------------------------*/
@media (max-width: 991px) {
	.offer_banner {
		background: url('/img/offer-banner-mobile.png');
		height: 80vh;
		/* Высота на весь экран */
	}
}

@media (min-width: 992px) {
	.offer_banner {
		background: url('/img/banner_main_0225_compressed.jpg');
		height: 100vh;
		/* Высота на весь экран */
	}
}

.offer_banner {
	cursor: pointer;
	width: 100%;
	/* Ширина блока */
	background-repeat: no-repeat;
	/* Отключаем повторение */
	background-position: center top;
	/* Центрирование по горизонтали и вертикали */
	background-size: cover;
	/* Масштабирование по размеру контейнера */
	background-color: white;
	/* Запасной цвет фона, если изображение не загрузится */
}

.offer_banner::after {
	content: "Get Offer";
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
	padding: 5px 10px;
	background-color: #ff5733;
	color: white;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.offer_banner:hover::after {
	opacity: 1;
}

.tooltip {
	position: fixed;
	pointer-events: none;
	/*background-color: #ff5733;*/
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	border-radius: 5px;
	display: none;
}

/*--------------------------------------------------------------
## Main banner
--------------------------------------------------------------*/
@media (max-width: 991px) {
	.main_banner {
		background: url('/img/banner-main-mobile.png');
		height: 80vh;
		/* Высота на весь экран */
	}
}

@media (min-width: 992px) {
	.main_banner {
		background: url('/img/main_banner.jpeg');
		height: 100vh;
		/* Высота на весь экран */
	}
}

.main_banner {
	width: 100%;
	/* Ширина блока */
	background-repeat: no-repeat;
	/* Отключаем повторение */
	background-position: center center;
	/* Центрирование по горизонтали и вертикали */
	background-size: cover;
	/* Масштабирование по размеру контейнера */
	background-color: white;
	/* Запасной цвет фона, если изображение не загрузится */
}

/*--------------------------------------------------------------
## Section params
--------------------------------------------------------------*/

.section {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media(min-width: 992px) {
	.section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.section h2,
.section h1 {
	margin-top: 0;
	padding-top: 0;
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
}

.section h2 a,
.section h1 a {
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1px;
}

.light {
	background-color: #111;
	color: #fff;
}

.dark {
	background-color: #111;
	color: #fff;
}

.black {
	background-color: #000;
	color: #fff;
}

.dark a,
.black a {
	color: #fff;
}

.light {
	background-color: #eee;
	color: #000;
}

.mute {
	opacity: 0.7;
}

.dark .products .item .title,
.black .products .item .title {
	border-color: #444;
}

/*--------------------------------------------------------------
## Products List
--------------------------------------------------------------*/

.no-gutters.products {
	margin-left: -2px;
	margin-right: -2px;
}

.no-gutters.products .item {
	padding: 4px;
}

@media (min-width: 992px) {
	.no-gutters.products {
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 20px;
	}

	.no-gutters.products .item {
		padding: 15px;
	}
}

.no-gutters.main_categories .item {
	padding: 4px;
}

.products .item .title {
	display: flex;
	align-items: center;
	height: 45px;
	margin-top: 2px;
	/*border-bottom: 1px solid #000;*/
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.products .item figure {
	position: relative;
	margin: 0;
	padding: 0;
}

.products .item figure img {
	display: block;
	max-width: 100%;
	height: auto;
}

.products .item footer {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.products .item del {
	opacity: 0.6;
}

.products .item footer a {
	display: inline-block;
	position: relative;
	color: #000;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-right: 30px;
}

.products .item footer a:before {
	display: block;
	content: '';
	border-bottom: 1px solid #000;
	width: 20px;
	top: 50%;
	margin-top: -1px;
	position: absolute;
	right: 0;
}

.products .item footer a:after {
	display: block;
	content: '';
	width: 1px;
	height: 9px;
	background-color: #000;

	top: 50%;
	margin-top: -5px;
	position: absolute;
	right: 0;
}

.products .product_link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(2px) !important;
	opacity: 0;
	transition: 0.4s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.products .product_link:hover {
	opacity: 1;
}

.products .quick_add {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	padding: 6px 8px;
	padding-top: 8px;
	background-color: rgba(255, 255, 255, 0.6);
	border-bottom-left-radius: 2px;
}

@media(max-width: 991px) {
	.products .quick_add {
		top: 4px;
		right: 4px;
		width: 35px;
		height: 35px;
	}

	.featherlight .featherlight-close-icon {
		position: fixed !important;
	}
}

.products .quick_add img {
	display: block;
	width: 100%;
}

/*--------------------------------------------------------------
## Catalog Page
--------------------------------------------------------------*/

.catalog h1 {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
}

.catalog .pagination {
	margin-top: 20px;
	margin-bottom: 40px;
}

.pagination a,
.pagination span {
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid transparent;
	border-radius: 3px;
}

.pagination a {
	border-color: #999;
}

.pagination span {
	border-color: #000;
	background-color: #000;
	color: #fff;
}

a.pagination_last,
a.pagination_first {
	border-color: transparent;
}

.catalog .catalog_filters {
	padding-top: 100px;
}

@media(min-width: 992px) {
	.catalog .catalog_filters {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 10px;
	}
}

@media(max-width: 991px) {
	.catalog_filters .radio {
		overflow-y: hidden;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	.catalog_filters form {
		position: relative;
	}

	.catalog_filters form::after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 96px;
		background-image: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.1) 100%);
		content: '';
		pointer-events: none;
	}

	.catalog_filters form::before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 76px;
		background: url('/img/right-arrow.svg') no-repeat center right;
		background-size: 10px;
		content: '';
		pointer-events: none;
		z-index: 9;
	}

	.catalog_filters .radio label {
		white-space: initial;
	}

	.catalog_filters .radio::-webkit-scrollbar {
		height: 1px;
		border-radius: 2px;
	}

	.catalog_filters .radio::-webkit-scrollbar-thumb {
		background: #000;
	}

	.catalog_filters .radio::-webkit-scrollbar-track {
		background: #f5f5f5;
	}
}

.catalog_filters .radio {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.catalog_filters .radio input[type="radio"] {
	display: none;
}

.catalog_filters .radio label {
	display: inline-block;
	margin: 0 2px;
}

.catalog_filters .radio input[type="radio"]:checked+label,
.catalog_filters .radio a.all {
	border-bottom: 1px solid #999;
}

/*--------------------------------------------------------------
## Product Page
--------------------------------------------------------------*/

.product_page .text {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media(min-width: 992px) {
	.product_page .text {
		padding-top: 40px;
		padding-left: 90px;
		padding-bottom: 90px;
	}

	.product_page h1 {
		font-size: 30px;
	}
}

.product_page .text {
	font-weight: 300;
}

.product_page .text .price {
	font-weight: bold;
}

.product_page .text .price_field {
	font-size: 26px;
}

.product_page .text .old_price {
	position: relative;
	font-size: 16px;
	opacity: 0.5;
}

.product_page .text .old_price:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 11px;
	height: 1px;
	background-color: #000;
	width: 100%;

}

.product_page h1 {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 0;
}

.product_page .article {
	font-size: 14px;
	font-style: italic;
	margin-top: -25px;
	margin-bottom: 40px;
}

.product_page .breadcrumbs {
	font-size: 14px;
	margin-top: -25px;
}

.product_page .breadcrumbs a:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url('/img/arrow-right.svg');
	background-size: contain;
	margin: 0 2px;
	margin-left: 6px;
}

.add_to_cart {
	display: inline-block;
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	padding: 14px 40px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
	transition: 0.4s;
}

.product_page .add_to_cart:hover {
	filter: invert(1);
	border-color: #fff;
}

.product_page .add_to_cart svg {
	margin-left: 8px;
}

.product_page .owl-dots {
	display: inline-block;
}

.product_page .delivery_method {
	margin-top: 30px;
}

.product_page .care_item {
	display: inline-block;
	padding: 10px;
	padding-right: 20px;
	padding-left: 0;
}

@media(max-width: 991px) {
	.product_page .gallery {
		position: relative;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.product_page .owl-dots {
		position: absolute;
		height: 20px;
		bottom: 10px;
		left: 10px;
		background-color: rgba(0, 0, 0, 0.5);
		border-radius: 20px;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 22px;
	}

	.product_page .owl-dots .owl-dot {
		width: 6px;
		height: 6px;
		background-color: #999;
		border-radius: 50%;
		display: inline-block;
		margin: 4px;
	}

	.product_page .owl-dots .owl-dot.active {
		background-color: #fff;
	}
}

.polipop_theme_default .polipop__notification_type_default .polipop__notification-icon svg {
	fill: #2ecc71;
}

.product_page .description {
	margin-top: 40px;
}

.product_page details .inner {
	padding: 0;
}

.product_page .attached_products {}

.attached_products .products .item .title {
	line-height: 1em;
	font-size: 12px;
	font-weight: normal;
	padding-top: 4px;
}

@media (min-width: 992px) {
	.attached_products .no-gutters.products {
		margin-left: -4px;
		margin-right: -4px;
	}

	.attached_products .no-gutters.products .item {
		padding: 4px;
	}
}


/*--------------------------------------------------------------
## Cart Widget
--------------------------------------------------------------*/
.cartWidget {
	padding: 20px;
}

@media(min-width: 992px) {
	.cartWidget {
		padding: 40px;
	}
}

.cartWidget .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.cartWidget .cart-table {
	font-size: 13px;
	border-spacing: 0 !important;
}

.cartWidget .cart-table th {
	text-align: left;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: 400;
	border-bottom: 1px solid #f5f5f5;
	padding-right: 7px;
}

.cartWidget .count_td button {
	border: 1px solid #fff;
	background-color: #fff;
}

.cartWidget td.size {
	text-transform: uppercase;
	text-align: center;
}

.cartWidget tfoot td {
	border-top: 1px solid #000;
	font-weight: bold;
	letter-spacing: 1px;
}

.cartWidget .buy {
	display: block;
	text-align: center;
}

.cartWidget .remove button {
	border: 1px solid #fff;
	background-color: #fff;
	color: #eb4d4b;
	font-weight: bold;
	cursor: pointer;
}

.site_header .cart {
	cursor: pointer;
}

.cart.toggle {
	cursor: pointer;
}

@media(min-width: 992px) {
	.site_header .cart {
		padding-left: 10px;
	}
}

.cart#cart-toggle .count {
	position: absolute;
	font-weight: bold;
	top: -5px;
	right: -8px;
	background-color: #eb4d4b;
	color: #fff;
	border-radius: 5px;
	padding: 1px 5px;
	font-size: 7px;
}

@media(max-width: 574px) {
	.site_header.hide-header .show-icons svg {
		right: 18px;
		top: -8px;
	}

	.site_header.hide-header .cart .count {
		margin-left: -5px !important;
		margin-top: -8px !important;
		right: 8px;
		top: -5px;
	}
}

@media(min-width: 574px) and (max-width: 991px) {
	.hide-header .header-icons {
		right: -15px;
	}

	.header-icons .show-icons {
		top: 60px;
	}
}

.site_header.hide-header .cart .count {
	margin-left: -40px;
	margin-top: 12px;
}

/*--------------------------------------------------------------
## Radio Buttons
--------------------------------------------------------------*/

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #000;
	margin-right: 4px;
	font-weight: 400;
	transition: 0.4s;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:hover+label {
	background-color: #ccc;
}

.switch-field input:checked+label {
	background-color: #000;
	color: #fff;
	box-shadow: none;
}

.switch-field label.onesize {
	width: unset;
	border-radius: 4px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #eee !important;
	color: #000 ! important;
}

/*.sticky {
	position: sticky; top: 10px;
}
*/

/*--------------------------------------------------------------
## Main Categories
--------------------------------------------------------------*/

.main_categories .item {
	position: relative;
}

.main_categories .item .over {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.main_categories .item img {
	display: block;
	max-width: 100%;
	height: auto;
}

.main_categories .item footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.main_categories .item footer h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_categories .item footer h3 img {
	width: 50px;
	transition: 0.4s;
	margin-right: 0;
}

.main_categories .item:hover footer h3 img {
	margin-right: -10px;
}

.main_categories .item footer a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
}

.main_categories.small .item {
	padding-top: 0;
	padding-bottom: 0;
}

.main_categories.small .item footer {
	bottom: 0;
}

.main_categories {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5px;
	grid-auto-rows: minmax(150px, auto);
}

@media (min-width: 992px) {
	.main_categories {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.main_categories .item footer {
		padding-top: 50px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.main_categories.big .item footer a {
		font-size: 26px;
	}

	.main_categories.big .item footer h3 img {
		width: 60px;
	}

	.main_categories .item:nth-child(1) {
		grid-column: 1/3;
	}

	.main_categories .item:nth-child(2) {
		grid-column: 3/5;
	}

	.main_categories .item:nth-child(7) {
		grid-column: 1/3;
	}

	.main_categories .item:nth-child(8) {
		grid-column: 3/5;
	}
}


/*--------------------------------------------------------------
## Link Animation
--------------------------------------------------------------*/

.link {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.link:hover:after {
	left: 0;
	right: auto;
	width: 100%;
}

.link:active,
.link:hover {
	outline: 0;
}

.link:after {
	opacity: .6;
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	width: 0;
	height: 1px;
	background: #000;
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
}

.black .link:after,
.dark .link:after {
	background: #fff;
}


/*--------------------------------------------------------------
## Features
--------------------------------------------------------------*/

.features {
	background-color: #fff;
}

.features .item {
	text-align: center;
}

.features .item .title {
	font-weight: bold;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.1em;
	padding-top: 10px;
}

.features .item .title small {
	font-weight: normal;
	display: block;
	color: #999;
}


/*--------------------------------------------------------------
## F.A.Q
--------------------------------------------------------------*/

.faq h2 {
	text-align: center;
	justify-content: center;
	padding-bottom: 1em;
}

details {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

details[open] summary~* {
	animation: open 0.3s ease-in-out;
}

@keyframes open {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

details summary::-webkit-details-marker {
	display: none;
}

details summary {
	width: 100%;
	padding: 0.5rem 0;
	border-bottom: 1px solid #999;
	position: relative;
	cursor: pointer;
	font-size: 1.25rem;
	font-weight: 400;
	list-style: none;
}

details .inner {
	font-weight: 300;
	padding: 40px;
	background-color: #fff;
}

details summary:after {
	content: "+";
	color: black;
	position: absolute;
	font-size: 1.75rem;
	line-height: 0;
	margin-top: 0.75rem;
	right: 0;
	font-weight: 200;
	transform-origin: center;
	transition: 200ms linear;
}

details[open] summary:after {
	transform: rotate(45deg);
	font-size: 2rem;
	color: #eb4d4b;
}

details summary {
	outline: 0;
}


/*--------------------------------------------------------------
## Tabs
--------------------------------------------------------------*/

tabs {
	display: block;
	position: relative;
}

tabs>nav>tab {
	cursor: pointer;
	display: inline-block;
	color: #696969;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #eee;
	border-radius: 3px;
	margin-right: 5px;
	text-align: center;
	padding: 4px 12px;
	margin-bottom: 5px;
}

tabs>nav>tab:hover {
	color: #000;
}

tabs>nav>tab.active,
tabs>nav>tab[active='true'] {
	color: #000;
}

tabs>tab {
	display: block;
}

tabs>tab p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

tabs[alive='true']>tab {
	display: none;
}

tabs[alive='true']>tab.active,
tabs[alive='true']>tab[active='true'] {
	display: block;
}

tabs table {
	margin-top: 1em;
}

tabs table td {
	padding: 5px 15px;
	padding-left: 0;
	border-bottom: 1px solid #eee;
}

/*--------------------------------------------------------------
## Checkout page
--------------------------------------------------------------*/

.delivery_method label {
	display: block;
	font-size: 14px;
	margin: 10px 0;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 15px;
	transition: 0.4s;
}

.delivery_method input {
	display: none;
}

.delivery_method label:hover {
	background-color: #eee;
}

.delivery_method input:checked+label {
	background-color: #000;
	color: #fff;
}

.delivery_method input:disabled+label {
	opacity: 0.3;
}

.page_node ul {
	margin: 2rem 0;
	padding: 0;
}

.page_node ul li {
	list-style: none;
	margin: 1rem 0;
	padding-left: 60px;
	position: relative;
}

.page_node ul li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 35px;
	height: 1px;
	background-color: #ff7979;
	transition: all 0.5s ease;
}

.page_node ul li:hover {
	padding-left: 60px;
}

.page_node ul li:hover:before {
	width: 50px;
}

/*--------------------------------------------------------------
## Site Footer
--------------------------------------------------------------*/

.site_footer {
	font-size: 15px;
	font-weight: 300;
}

.site_footer .row {
	align-items: baseline;
}

.site_footer nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.site_footer .social_links {
	display: flex;
	padding: 20px 0;
}

.site_footer .social_links a {
	display: inline-block;
	padding-right: 20px;
}

.site_footer .social_links img {
	display: block;
	max-width: 20px;
	height: auto;
	transition: 0.4s;
}

.site_footer .social_links img:hover {}

.site_footer .developer {
	opacity: 0.5;
	font-size: 12px;
}

@media(min-width: 992px) {
	.site_footer .developer {
		padding-top: 20px;
	}
}

.site_footer .developer a {
	border-bottom: 1px solid #999;
}

@media (max-width: 767px) {
	.site_footer .footer_legal {
		/*	text-align: center;*/
		order: 3;
		padding-top: 60px;
	}

	.site_footer .footer_contact {
		padding-top: 30px;
	}

}



/*--------------------------------------------------------------
## Subscription popup
--------------------------------------------------------------*/

.sp-form[sp-id="193425"] {
	max-width: 380px !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	color: #fff !important;
	font-family: inherit !important;
}

.sp-form[sp-id="193425"] .sp-button {
	border-radius: 0 !important;
	font-family: inherit !important;
	text-transform: uppercase;
	letter-spacing: normal;
	background-color: #fff !important;
	color: #000 !important;
	padding: 14px 30px;
	max-width: unset !important;
	height: unset !important;
}

.sp-form[sp-id="193425"] .sp-control-label {
	display: none !important;
}

.sp-form[sp-id="193425"] .sp-form-control {
	background-color: transparent !important;
	border: 1px solid #fff !important;
	font-size: 16px !important;
	padding: 15px !important;
	border-radius: 0 !important;
	height: unset !important;
	max-width: 100% !important;
}

.sp-brandname__left {
	display: none !important;
}

@media (max-width: 400px) {
	.sp-form-outer {
		overflow: hidden;
	}

	.sp-form[sp-id="193425"] .sp-form-control {
		max-width: 300px !important;
	}
}

#sp-form-198551 {
	/*background-color: #000;*/
	/*border-color: #000;*/
	/*color: #fff;  */
}

.sp-form[sp-id="198551"] .sp-button {
	/*background-color: #fff!important;*/
	/*color: #000!important;*/
	/*border-radius: 0 !important;*/
}

.sp-form[sp-id="198551"] .sp-form-control {
	border-color: #fff !important;
	border-radius: 0 !important;
	color: #000;
	font-size: 18px !important;
}

.sp-form[sp-id="198551"] .sp-field label {
	color: #fff !important;
	font-weight: 300 !important;
}

@media(min-width: 992px) {
	#sp-form-198551 {
		min-width: 600px;
		background: #000 url(/uploads/images/cover/contact.jpg) no-repeat left center !important;
		background-size: 221px !important;
		padding-left: 240px !important;
	}

}

.sp-show {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}



/*--------------------------------------------------------------
## Contactus Widget
--------------------------------------------------------------*/

.contactus {
	position: fixed;
	bottom: 4px;
	right: 4px;
}

@media (min-width: 992px) {
	.contactus {
		position: fixed;
		bottom: 10px;
		right: 10px;
	}
}

.contactus_item,
.contactus #contactus_trigger {
	display: block;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	margin: 10px;
}

.contactus #contactus_trigger {
	background-color: #222;
	color: #fff;
	outline: none !important;
	line-height: 0.7em;
	animation: pulse 2.3s linear infinite;
	border: 1px solid #222;
}

.contactus nav a {
	text-decoration: none !important;
}

#contactus_nav {
	display: none;
}

#contactus_nav.active {
	display: block;
	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-bottom {
	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slide-in-bottom {
	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7), 0 0 0 0 rgba(0, 0, 0, 0.5);
	}

	40% {
		box-shadow: 0 0 0 50px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0.5);
	}

	80% {
		box-shadow: 0 0 0 50px rgba(0, 0, 3, 0), 0 0 0 30px rgba(0, 0, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 30px rgba(0, 0, 0, 0);
	}
}
/* Cart Modal Styles */
.cart-modal-wrapper.featherlight {
    background: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.cart-modal-wrapper .featherlight-content {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    animation: modalSlideIn 0.3s ease-out;
    max-height: 90vh;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.cart-modal-wrapper .checkout_page {
    padding: 40px 40px;
}

.cart-modal-wrapper .checkout_page .title {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 600;
}

.cart-modal-wrapper .featherlight-close-icon {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border: none;
    border-radius: 50%;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 9999;
}

.cart-modal-wrapper .featherlight-close-icon:hover {
    background: #e5e5e5;
    transform: rotate(90deg);
}

/* Mobile styles */
@media(max-width: 767px) {
    .cart-modal-wrapper .featherlight-content {
        max-width: 100%;
        max-height: 100%;
        height: 100%;
        margin: 0;
        border-radius: 0;
        animation: modalSlideUp 0.3s ease-out;
    }
    
    @keyframes modalSlideUp {
        from {
            opacity: 0;
            transform: translateY(100%);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .cart-modal-wrapper .checkout_page {
        padding: 60px 40px 32px;
    }
    
    .cart-modal-wrapper .featherlight-close-icon {
        top: 16px;
        right: 16px;
    }
}

/* Tablet styles */
@media(min-width: 768px) and (max-width: 992px) {
    .cart-modal-wrapper .featherlight-content {
        max-width: 90%;
        margin: 5vh auto;
    }
    
    .cart-modal-wrapper .featherlight-close-icon {
        top: 60px;
        right: 70px;
        font-size: 30px;
    }
}

/* Desktop styles */
@media(min-width: 1025px) {
    .cart-modal-wrapper .featherlight-content {
        width: 90%;
    }
}

.cart-modal-wrapper .container {
    width: 100% !important;
    max-width: 100% !important;
}

/* Form styling in modal */
.cart-modal-wrapper .checkout_page form .line input[type=text],
.cart-modal-wrapper .checkout_page form .line textarea {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.cart-modal-wrapper .checkout_page form .line input[type=text]:focus,
.cart-modal-wrapper .checkout_page form .line textarea:focus {
    outline: none;
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* Button styling in modal */
.cart-modal-wrapper .cart-checkout-button .btn {
    border-radius: 8px;
    transition: all 0.2s ease;
}

.cart-modal-wrapper .cart-checkout-button .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Cart table in modal */
.cart-modal-wrapper .cart-table {
    border-radius: 8px;
    overflow: hidden;
}

.cart-modal-wrapper .cart-table th {
    background: #f9f9f9;
    padding: 12px 8px;
}

.cart-modal-wrapper .cart-table td {
    padding: 12px 8px;
    vertical-align: middle;
}

/* Payment section styling */
.cart-modal-wrapper .payment-section,
.cart-modal-wrapper .coupon-section {
    border-radius: 8px;
    background: #fafafa;
    padding: 16px;
    margin: 16px 0;
    border: 1px solid #eee;
}

.cart-modal-wrapper .payment_method label {
    border-radius: 8px !important;
    border: 1px solid #e0e0e0;
    transition: all 0.2s ease;
}

.cart-modal-wrapper .payment_method input:checked + label {
    border-color: #000;
    background: #000;
    color: #fff;
}

/* Darken modal overlay - moved to .cart-modal-wrapper.featherlight above */
