@font-face {
	font-family: ProximaNova-Semibold;
	src: url(/fonts/ProximaNova-Semibold.woff);
	font-display: swap;
}


@font-face {
	font-family: ProximaNova-Regular;
	src: url(/fonts/ProximaNova-Regular.woff);
	font-display: swap;
}

@font-face {
	font-family: ProximaNova-Bold;
	src: url(/fonts/ProximaNova-Bold.woff);
	font-display: swap;
}

@font-face {
	font-family: ProximaNova-Black;
	src: url(/fonts/ProximaNova-Black.woff);
	font-display: swap;
}

:root {
	--main-color: #FF0000;
	--main-color-hover: #B1C9EF;
	--color-light: #FFD8EA;
	--font-regular: "ProximaNova-Regular", sans-serif;
	--font-bold: "ProximaNova-Bold", sans-serif;

	--font-semibold: "ProximaNova-Semibold", sans-serif;
	--font-black: "ProximaNova-Black", sans-serif;
}


body {
	font-family: var(--font-regular);
	font-weight: 400;
	color: #121212;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background-color: #fff;
	min-height: 100vh;
	height: 100%;
	display: flex;
	flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: var(--font-bold);
}

.fa {
	font-size: 14px;
}

h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #121212;
}


.close {
	color: #fff;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 1 !important;
	font-size: 0;
	z-index: 700;
}

.alert-dismissable .close,
.alert-dismissible .close {
	top: 0;
	right: 0;
	position: absolute;
}

.close:hover {
	opacity: .7 !important;
}

.close::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(315deg);
	-ms-transform: translate(-50%, -50%) rotate(315deg);
	transform: translate(-50%, -50%) rotate(315deg);
	height: 1px;
	width: 55%;
	background: #121212;
}

.close::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	height: 1px;
	width: 55%;
	background: #121212;
}


a:hover {
	text-decoration: none;
	color: var(--main-color);
	cursor: pointer;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 15px;
	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: 15px;
	border-radius: 8px;
	box-shadow: none;
	min-height: 50px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 15px;
}

.input-group .input-group-addon {
	font-size: 15px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 0;
	position: sticky;
	top: 0;
	background-color: #fbfbfb;
	padding: 0;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #888;

}

.nav-tabs>li>a {
	font-size: 17px;
	border-radius: 10px;
	padding: 15px 25px;
	color: #555;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	background-color: #fbfbfb;
	border-radius: 10px 10px 0 0;
	border: 1px solid #888;
	border-bottom-color: #fbfbfb;
	color: #000;
}

.nav-tabs>li>a:hover {
	background-color: transparent;
	border-color: transparent;
	color: #000;
}


.tab-content {
	border-radius: 0 0 0 30px;
	border: 1px solid #888;
	border-top: none;
	padding: 30px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

.alert {
	padding: 45px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	margin: 0;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
	border: 1px solid #f1f1f1;
	z-index: 500;
	color: #121212;
}

.alert i {
	display: none;
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: absolute;
	margin: 0;
}

.breadcrumb {
	border: none;
	background: transparent;
	display: flex;
	white-space: nowrap;
	padding: 0;
	margin: 10px 0 50px 0;
	overflow-x: auto;
	font-size: 13px;
}


.breadcrumb::-webkit-scrollbar {
	width: 0px !important;
	display: none !important;
	background: transparent !important;
}

.breadcrumb>li {
	padding: 0 15px;
	position: relative;
	color: #999;
	white-space: nowrap;
}

.breadcrumb>li+li:before {
	content: "";
	padding: 0;
}

.breadcrumb>li:after {
	content: '/';
	display: block;
	position: absolute;
	top: 0;
	right: -4px;
	width: 6px;
	height: 20px;

}

.breadcrumb>li:first-child {
	padding-left: 0;
}

.breadcrumb>li:last-child::after {
	display: none;
}

.breadcrumb>li:last-child {
	padding-right: 0;
}

.breadcrumb a {
	color: #121212;
}


.pagination>li>a,
.pagination>li>span {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	width: 50px;
	height: 50px;
	color: #333;
	font-size: 16px;
	margin-right: 0;
	gap: 10px;
	background: transparent;
	border: none;
	border: 2px solid transparent;


}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-radius: 8px;

}

.pagination {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px 0;
	border-radius: 0;
	gap: 5px;
	font-family: var(--font-bold);
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	border-radius: 9px;
	border: 3px solid #000;
	color: #000;
	background: transparent;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	background: transparent;
	color: #999;
	border-color: transparent;
}




.pagination-text-justify form {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 0;
}

.pagination>li.pagination-right>a {
	width: 100%;
}

.pagination>li svg {
	height: 15px;
}

.pagination>li.pagination-left>a {
	width: 100%;
}

.pagination>li.pagination-left {
	margin-right: 20px;
}

.pagination>li.pagination-right {
	margin-left: 10px;
}

.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 14px;
	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: 14px;
}

.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;
	background-color: #e7e7e7;
}

.btn-primary {
	color: #ffffff;
	background-color: #000;
	border: 2px solid #000;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 50px;
	padding: 0 30px;
	font-size: 13px;
	cursor: pointer;
	width: max-content;
	box-shadow: none;
	text-transform: uppercase;
	font-family: var(--font-semibold);

}


.btn-light {
	color: #000;
	background-color: transparent;
	border-color: #000;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 50px;
	padding: 0 50px;
	font-size: 13px;
	cursor: pointer;
	width: max-content;
	text-transform: uppercase;
	font-family: var(--font-semibold);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #000 !important;
	border-color: #000 !important;
	outline: none !important;
	color: #fff;
}

.btn-warning {
	color: #ffffff;

	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;

	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;

	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;

	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: var(--main-color);
	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;

	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;

}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}

.product-thumb .image {
	text-align: center;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

.product-thumb h4 {
	font-weight: bold;
}

.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

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

.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #E69500;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #444;
}

.product-thumb .price-new {
	font-weight: 600;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 14px;
	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;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}


#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}


.width-100 {
	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;
}




@media (min-width: 350px) {
	.container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}


@media (min-width: 1515px) {
	.container {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 1715px) {
	.container {
		width: 1650px;
		padding-left: 30px;
		padding-right: 30px;
	}
}


.search-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 35px;
	line-height: 1;
	position: relative;
	cursor: pointer;
}

.search-btn:hover {
	opacity: 0.8;
}

#search {
	transform: translateX(-101%);
	transition: all .4s ease-in-out;
	position: fixed;
	z-index: 600;
	top: 0;
	left: 0;
	background-color: rgb(0 0 0 / 50%);
	backdrop-filter: blur(5px);
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	display: flex;
	align-items: center;
	justify-content: center;

}

#search.visible-search {
	transform: translateX(0);
}

#search .input-lg {
	height: 70px;
	border-radius: 10px 0 0 10px;
	background: #121212;
	border: 1px solid #121212;
	border-right: none;
	color: #fff;
	box-shadow: none;
	padding: 0 20px;
	font-size: 16px;
}

#search .input-lg::placeholder {
	color: #fff;
}

#search .btn-lg {
	height: 70px;
	width: 70px;
	display: flex;
	padding: 0;
	align-items: center;
	justify-content: center;
	background: #121212;
	border: 1px solid #121212;
	border-left: none;
	border-radius: 0 10px 10px 0;
	box-shadow: none;
	outline: none !important;
}

#search .btn-lg:hover {
	background-color: #121212;
	color: #fff;
}

.search__group-title {
	color: #fff;
	font-size: 30px;
	font-family: var(--font-bold);
}

.search__group-box {
	display: flex;
}

.search__group {
	display: flex;
	flex-direction: column;
	gap: 25px;
	position: relative;
	width: 100%;
	max-width: 900px;
	background: #000;
	padding: 60px;
	border-radius: 30px;
	border: 1px solid #222;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.7);
}

#search .close {
	width: 80px;
	height: 80px;
}

#search .close::after,
#search .close::before {
	background-color: #fff;
}


#cart>button {
	height: 35px;
	width: 35px;
	background-color: transparent;
	line-height: 1;
	background-size: 65%;
	display: flex;
	box-shadow: none;
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#cart>button>svg {
	height: 24px;
}

.header {
	background-color: #fff;
	height: 95px;
}

body:not(.common-home) .header {
	border-bottom: 1px solid #ddd;
}

.header-container {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	align-items: center;
	position: relative;
}

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

.header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
}


.popup-bg {
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 50%);
	backdrop-filter: blur(5px);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99000;
	padding: 60px 30px 30px 30px;
}



.cart-body {
	background-color: #fff;
	padding: 30px;
	position: relative;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
	border: 1px solid #f1f1f1;
	max-width: 600px;
	width: 100%;
	max-height: calc(100vh - 90px);
	overflow-y: auto;
	border-radius: 30px;
	overflow-x: hidden;
}


.cart-body .title {
	font-size: 31px;
	margin-bottom: 30px;
	color: #222;
}

.cart-products {
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 20px;
}

.cart-products__image img {
	width: 100%;
	border-radius: 10px;
}

.cart-products__quant svg {
	height: 25px;
}

.cart-products__quant {
	display: flex;
	gap: 2px;
	margin-top: 15px;
}

.cart-products__name a {
	font-size: 17px;
}

.cart-quantity__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	border-radius: 10px;
	flex: 0 0 40px;
	cursor: pointer;
	border: 1px solid #777;
	background-color: transparent;
}

.cart-quantity__btn:hover,
.cart-quantity__btn:active,
.cart-quantity__btn:focus {
	color: #000;
	border-color: #000;
}

.cart-quantity__input {
	border: 1px solid transparent;
	text-align: center;
	height: 40px;
	width: 40px;
	box-shadow: none;
	outline: none;
	background: transparent;
}

.cart-remove {
	background-color: transparent;
	border: 1px solid transparent;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #faeded;
	border-radius: 10px;
	flex: 0 0 40px;
	height: 40px;
	width: 40px;
	padding: 0;
	margin-left: 10px;

}

.cart-remove svg {
	height: 20px;
}

.cart-products__total {
	font-size: 17px;
	color: #000;
	margin-top: 10px;
	font-family: var(--font-bold);
}

.cart-buttons .btn-primary {
	height: 64px;
	padding: 0 50px;
	font-size: 16px;
	width: 100%;
}

.cart-options {
	margin: 10px 0;
}

.cart-buttons {
	margin-top: 20px;
}

.cart-data div.table-striped {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.cart-totals {
	display: flex;
	padding: 7px 0;
	justify-content: space-between;
	color: #121212;
	font-size: 18px;
	gap: 10px;
	font-family: var(--font-bold);
}

.cart-data #sub_total {
	display: none;
}

.cart-close-btn {
	padding: 10px 10px 0 10px;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
}

.cart-close-btn:hover {
	color: var(--main-color);
}

.overflow-none {
	overflow: hidden;
}

.visible-popup {
	display: flex;
}

.header-logo {
	max-width: 110px;
}

.header-logo img {
	width: 100%;
	height: auto;
}

.header-left {
	display: flex;
	gap: 100px;
}

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

.select2-container--bootstrap .select2-selection--single {
	font-size: 15px;
	border-radius: 5px;
	box-shadow: none !important;
	min-height: 50px;
	outline: none;
	display: flex !important;
	align-items: center;
	border-color: #ddd !important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: var(--main-color) !important;
}

.select2-container--bootstrap .select2-dropdown {
	border-color: #ddd !important;
}


.header-account a,
.header-wishlist a,
.search-btn,
#cart>button {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 5px;
}

.header-account a:hover,
.header-wishlist a:hover,
.search-btn:hover,
#cart>button:hover {
	background-color: #f1f1f1;
}

.header-account a>svg,
.header-wishlist a>svg,
.search-btn>svg {
	height: 22px;
	width: 22px;
}

#cart>button>svg {
	height: 31px;
	width: 31px;
}

#cart-total,
#wishlist-counter {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 20px;
	width: 20px;
	background-color: var(--main-color);
	color: #fff;
	position: absolute;
	top: 0;
	right: -5px;
	border-radius: 50%;
	font-size: 11px;
	line-height: 1.1;
}


#menu-btn {
	display: flex;
	align-items: center;
	gap: 20px;
	cursor: pointer;
	color: #000;
	height: 55px;
	font-family: var(--font-bold);
	text-transform: uppercase;
	font-size: 17px;

}

.menu-btn-icon {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 55px;
	height: 55px;
	background-color: #000;
	border-radius: 10px;
	padding: 19px 17px;
	position: relative;
	transition: all 0.5s ease-in-out;
}

.menu-btn-icon:hover {
	background-color: var(--main-color);
}

.menu-btn-icon:hover .menu-btn-line {
	background-color: #fff;
}



.menu-btn-line {
	width: 100%;
	height: 1px;
	background-color: #fff;
	transition: transform 0.3s ease, opacity 0.3s ease;
	backface-visibility: hidden;
	will-change: transform;
	z-index: 2;
}


#menu-btn.active-menu-btn .menu-btn-line:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

#menu-btn.active-menu-btn .menu-btn-line:nth-child(2) {
	opacity: 0;
}

#menu-btn.active-menu-btn .menu-btn-line:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.header-language {
	display: flex;
	align-items: center;
}

#language {
	display: flex;
	gap: 3px;
	align-items: center;
}

#language a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	height: 36px;
	width: 36px;
	border: 1px solid transparent;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.2;

}

#language a.selected-language {
	border-color: #000;
	color: #000;

	font-family: var(--font-semibold);
}



.menu-box {
	display: flex;
	gap: 15px;
	align-items: center;
	text-transform: uppercase;
	font-family: var(--font-semibold);
	color: #fff;
	cursor: pointer
}

.menu-inner {
	transform: translateX(-100%);
	opacity: 0;
	position: fixed;
	height: 100%;
	width: 35vw;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 50001;
	background-color: #fbfbfb;
	backdrop-filter: blur(5px);
	display: flex;
	transition: all .4s ease-in-out
}

.menu-inner-box {
	padding: 0 0 35px 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow-y: auto;
	position: relative
}

.menu__phones a {
	color: #121212;
	font-size: 18px
}

.menu__phones {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 30px 38px 0 38px
}

.header-account-wishlist-box {
	display: none;
}

.menu-inner-box .dropdown-menu {
	position: fixed;
	padding: 50px;
	left: calc(35vw - 1px);
	margin-left: 0 !important;
	width: 35vw;
	top: 0;
	bottom: 0;
	z-index: 500;
	border-radius: 0;
	border: none;
	box-shadow: none;
	overflow-y: auto;
	background-color: #000;

}

.menu-inner-box .dropdown-menu .dropdown-inner {
	width: 100%
}

.menu-inner-box .dropdown-menu .list-unstyled {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 10px;
}

.menu-inner-box .dropdown-menu a {
	color: #fff;
	font-size: 18px;
	position: relative;
	font-family: var(--font-medium)
}

.menu-inner-box .dropdown-menu a:hover {
	color: var(--main-color)
}

.menu-inner-box .dropdown:hover .dropdown-menu {
	display: flex
}

.menu_address {
	display: flex;
	gap: 10px;
	margin-top: 10px;
	color: #fff;
	align-items: center
}

.menu_address svg {
	height: 20px
}

#menu {
	width: 100%
}

#menu>ul {
	display: flex;
	flex-direction: column;
	width: 100%
}

#menu>ul>li {
	width: 100%;
	padding: 0 30px
}

#menu>ul>li>a,
#menu>ul>li>p {
	color: #000;
	display: flex;
	position: relative;
	padding: 5px 8px;
	border-radius: 15px;
	font-family: var(--font-medium);
	font-size: 17px;
	text-decoration: none;
	margin-bottom: 0
}

.menu-inner__close.close {
	width: 60px;
	height: 60px;
}

#menu>ul>li>a:hover,
#menu>ul>li>p:hover {
	background-color: transparent;
	color: var(--main-color);
}

.phones-text {
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-top: 1px solid #888;
	padding-top: 20px;
	margin-top: 20px;
}

.callback-btn.btn-primary {
	width: 100%;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 8px;
	font-size: 15px;
}

.visible-menu.menu-inner {
	transform: translateX(0);
	opacity: 1;
	box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%)
}

.get-sale p {
	margin: 10px 0 0 0;
	font-family: var(--font-regular);
	font-size: 12px
}

#menu>ul>li.dropdown {
	position: relative
}

#menu>ul>li.dropdown>a::after,
#menu>ul>li.dropdown>p::after {
	height: 8px;
	width: 8px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	position: absolute;
	content: "";
	top: 50%;
	right: 25px;
	transform: translateY(-50%) rotate(-45deg);
	transition: all .5s ease-in-out
}

#logo-menu {
	display: none;
}

#mobile-menu {
	display: none;
	flex-direction: column;
	width: 100%;
	order: -1;
	padding: 0 25px 20px 25px
}

#mobile-menu details {
	width: 100%;
	position: relative
}

#mobile-menu details summary {
	width: 100%;
	min-height: 45px;
	display: flex;
	align-items: center;
	position: relative;
}

#mobile-menu details summary a {
	color: #000;
	display: flex;
	align-items: center;
	padding: 0 20px 0 0;
	font-size: 18px
}

.mobile-menu-no-children a {
	color: #000;
	display: flex;
	gap: 15px;
	align-items: center;
	font-size: 18px;
}

.mobile-menu-no-children {
	color: #000;
	display: flex;
	width: 100%;
	min-height: 50px;
	align-items: center;
	position: relative;
	font-family: var(--font-medium)
}

#mobile-menu details summary::after {
	height: 8px;
	width: 8px;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(-45deg);
	transition: all .5s ease-in-out
}

.details-menu {
	padding: 10px;
	margin: 10px 0;
	border-left: 1px solid #ddd;
}

.details-menu ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 0
}

.details-menu a {
	display: flex;
	min-height: 35px;
	align-items: center;
	font-size: 18px;
	padding: 0 20px;
}

.top-nav-contact-phones::after {
	height: 6px;
	width: 6px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position: absolute;
	content: "";
	right: 0;
	top: 10px;
	z-index: 50;
	transform: rotate(45deg);
}

.top-title {
	font-size: 50px;
	text-transform: uppercase;
	margin-top: 50px;
}

.main-container {
	background-color: #fbfbfb;
}


.width-25 {
	width: 25%;
}

.width-60 {
	width: 60%;
}

.width-40 {
	width: 40%;
}

.product-wrapper-horisontal {
	display: flex;
	flex-direction: column;
}

.categories-list_wall {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
	margin-bottom: 50px;
}

.categories-list__li {
	border-radius: 20px;
	background-color: #fff;
	border: 1px solid #ededed;
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: center;
	overflow: hidden;
	padding: 15px;
}

.categories-list__li:hover {
	border-color: #ddd;
}

.categories-list__img img {
	width: 100%;
}



.categories-list__title {
	font-size: 16px;
}


.description-category {
	margin: 50px 0 0 0;
}

.product-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.product-wrapper.product-wrapper-big {
	grid-template-columns: repeat(3, 1fr);
}

#column-left .product-wrapper.product-wrapper-big,
#column-right .product-wrapper.product-wrapper-big {
	display: flex;
	flex-direction: column;
}

.product-wrapper img {
	width: 100%;
}


.category-controlls {
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
	position: relative;
	align-items: center;
	justify-content: space-between;
}


.inner-sort {
	box-shadow: none;
	border: none;
	outline: none;
	margin: 0;
	color: #121212;
	background: transparent;
	font-size: 14px;
	text-transform: uppercase;

}

#input-sort-mobile-btn svg {
	height: 20px;
}

#input-sort-mobile-btn {
	color: #121212;
	background: transparent;
	font-size: 15px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
}

#input-sort-mobile-btn:hover {
	opacity: 0.8;
}

#input-sort {
	display: none;
	flex-direction: column;
	gap: 5px;
	background-color: #fff;
	border: 1px solid #f1f1f1;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 20px;
	padding: 20px;
	z-index: 40;
	width: 220px;
	border-radius: 15px;

}

#input-sort.visible-sort {
	display: flex;
}

.sort-box {
	position: relative;
}

.sort-box-inner {
	display: flex;
	gap: 30px;
	align-items: center;
}

.sort-box-inner-item {
	color: #121212;
}


.empty-products {
	font-size: 20px;
	margin-bottom: 20px;
}


.product-item:hover .like {
	display: flex;
}

.like {
	background-color: rgb(255 255 255 / 70%);
	display: none;
	height: 55px;
	width: 55px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: none;
	opacity: 0.9;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
}

.btn-wishlist-active {
	background-color: #fff !important;
	border: 2px solid red !important;
	pointer-events: none;
}

.btn-wishlist-active svg path {
	stroke: red !important;
}

.like:hover {
	background-color: #fff;
	opacity: 1;
}

.like svg {
	height: 22px;
}


.product-item-caption {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 15px;
	height: 100%;
}

.product-item-image img {
	width: 100%;
}

.product-item-caption .btn-primary {
	gap: 10px;
	align-items: center;
	height: 60px;
	margin-top: auto;
	width: 100%;
}

.product-item-caption .btn-primary:hover,
.product-item-caption .btn-primary:active,
.product-item-caption .btn-primary:focus,
.product-item-caption .btn-primary.active,
.product-item-caption .btn-primary.disabled,
.product-item-caption .btn-primary[disabled] {
	background-color: #222 !important;
	border-color: #222 !important;
	outline: none !important;
	color: #fff;
}

.product-item-caption a {
	line-height: 1.4;
	font-size: 18px;
}

.product-item-price {
	font-family: var(--font-bold);
	font-size: 19px;
	color: #000;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 15px;
}

.product-item {
	background: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid #f1f1f1;
	box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.02);
	display: flex;
	flex-direction: column;
}

.product-item.outstoke {
	filter: grayscale(1);
}

.product-item.outstoke .product-item-caption .btn-primary {
	background-color: #ddd;
	border-color: #ddd;
	pointer-events: none;
}

.product-item:hover {
	box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.07);
}

.product-item:hover .like {
	display: flex;
}


.product-right-price {
	display: flex;
	width: 100%;
	gap: 20px;
	font-size: 22px;
	margin: 25px 0;
	font-family: var(--font-bold);
}

.product-right-price__cross-price {
	color: #444;
	text-decoration-line: line-through;
	text-decoration-style: solid;
	text-decoration-color: red;
	text-decoration: line-through solid red;
}

.price-old {
	color: #444;
	text-decoration-line: line-through;
	text-decoration-style: solid;
	text-decoration-color: red;
	text-decoration: line-through solid red;
}

.footer {
	padding: 50px 10px 10px 10px;
	background-color: #fbfbfb;
	 margin-top: auto;
}

.footer a {
	color: #f1f1f1;
}

.footer a:hover {
	color: var(--main-color);
}

.footer-box {
	background-color: #000;
	color: #f1f1f1;
	border-radius: 30px;
	padding: 50px;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	gap: 50px;
}

.footer-logo img {
	max-width: 100px;
}

.footer-telephone {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 40px;
}

.footer-telephone a {

	font-size: 30px;
}


.socials {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin: 30px 0;
}

.socials-item a {
	background-color: #121212;
	border: 1px solid #222;
	border-radius: 10px;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}

.socials-item a:hover {
	background-color: var(--main-color);
	border-color: var(--main-color);
	color: #fff;
}

.footer-pay-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	border-top: 1px solid #222;
	padding-top: 30px;
	margin-top: 30px;


}

.footer-grid-item ul {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.footer-powered {
	color: #ddd;
}


img {
	object-fit: contain;
	max-width: 100%;
}


.messangers {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 1000;
	transition: all 0.15s ease-in-out;
}

#messangers-btn {
	width: 50px;
	height: 50px;
	background: #000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: .9;
	border: 1px solid #666;
}


#messangers-inner {
	position: absolute;
	bottom: calc(100% + 15px);
	right: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
}

.messangers.active #messangers-inner {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.messangers-item a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	overflow: hidden;
}

.messangers-item a:hover {
	opacity: 0.9;
}

.messangers-item svg,
#messangers-btn svg {
	width: 20px;
	height: 20px;
}

.messangers-item.viber a {
	background-color: #7360f2;
	color: #fff;
}

.messangers-item.telegram a {
	background-color: #0088cc;
	color: #fff;
}

.messangers-item.whatsapp a {
	background-color: #25d366;
	color: #fff;
}

.messangers-item.yt a {
	background-color: #ff0000;
	color: #fff;
}

.messangers-item.fb a {
	background-color: #1877f2;
	color: #fff;
}

.messangers-item.instagram a {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
	color: #fff;
}

#filter-btn {
	gap: 10px;
}

#filter-inner {
	display: flex;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50000;
	height: 100%;
	width: 100%;
	background-color: rgb(0 0 0 / 50%);
	backdrop-filter: blur(5px);
	transform: translateX(-100%);
	opacity: 0;
	transition: all .4s ease-in-out
}

#filter-inner.visible-filter {
	transform: translateX(0);
	opacity: 1
}

#filter-inner #column-left {
	width: 30vw;
	height: 100%;
	padding: 40px;
	box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
	background-color: #fff;
	overflow-y: auto;
	overflow-x: visible
}

#filter-inner #column-left-grid,
#filter-inner #column-right-grid,
#filter-inner #column-left,
#filter-inner #column-right {
	position: relative;
	z-index: 600
}


.login-grid {
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	gap: 100px;
	align-items: center;
	background-color: #fff;
	border-radius: 30px;
	border: 1px solid #f1f1f1;
	box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.02);
}

.login-grid img {
	width: 100%;
	border-radius: 30px;
}

#account-login {
	background-color: #fbfbfb;
	padding-top: 50px;
	padding-bottom: 50px;
}

.login-form {
	position: relative;
	width: 70%;
	padding: 50px 0;
}

.login-form h1 {
	margin: 0 0 30px 0;
	text-transform: uppercase;
}

.login-form h1 a {
	color: #333;
	text-decoration: underline;
}

.login-form h1 a:hover {
	color: var(--main-color);
}

#common-success .common-success-text {
	font-size: 15px;
}

#common-success .common-success-text .buttons {
	margin-top: 30px;
}

.acc-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin-bottom: 30px;
}

.acc-grid-item a svg {
	height: 30px;
}

.acc-grid-item a svg {
	fill: var(--main-color)
}

.acc-grid-item a {
	padding: 30px;
	border: 1px solid #ededed;
	border-radius: 15px;
	background-color: #fff;
	height: 100%;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	gap: 20px;
	flex-direction: column;
	box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.02);
}

.acc-grid-item a:hover {
	border-color: #ddd;
	box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.06);

}


.simple-content {
	background-color: #fff;
	border: 1px solid #ededed;
	border-radius: 30px;
	padding: 50px;
}

.simple-content form .form-horizontal,
.simple-content .form-horizontal fieldset {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 20px
}

.simpleregister-have-account {
	margin-bottom: 50px;
	font-size: 16px;
	color: #555;
}

.simpleregister-have-account a {
	text-decoration: underline;
	color: #000;
}

.form-horizontal .control-label {
	text-align: left;
	margin-bottom: 5px;
}



.table-address form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.table-address__item {
	position: relative;
}

#account-address .btn-light {
	min-width: 215px;
}

.order-table {
	display: flex;
	flex-direction: column;
	border: 1px solid #ededed;
	border-radius: 15px;
	background-color: #fff;
}

.order-table__line {
	display: grid;
	grid-template-columns: 100px 1fr 1fr 200px 200px;

}


.order-table__col {
	padding: 15px;
	text-align: center;
	font-size: 15px;

}

a.order-table__line:hover {
	background-color: #000;
	color: #fff;
}


#main-slider img {
	width: 100%
}

.product-page-left {
	padding-bottom: 50px;
	position: relative
}

.product-page-left img {
	border-radius: 15px;
	overflow: hidden
}

#thumbnail-slider .splide__track--nav>.splide__list>.splide__slide {
	border: none;
	background-color: #fff;
	border-radius: 15px
}

#thumbnail-slider .splide__list {
	margin-top: 20px !important
}

.product-page {
	display: flex;
	flex-wrap: wrap
}


.product-page-title {
	margin: 0 0 10px 0;
	font-size: 50px;
	text-transform: uppercase;
}

.product-right {
	padding: 0 0 0 70px
}

.product-right .breadcrumb {
	margin-top: 0;
	margin-bottom: 15px
}

.quant {
	display: flex;

	width: max-content;


}

.quant input {
	height: 64px;
	width: 54px;
	text-align: center;
	border: none;
	background-color: transparent;
}

.quant span {
	height: 64px;
	width: 64px;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 15px;
	display: flex;
	border: 1px solid #888;
	cursor: pointer;
	font-size: 18px;
}

.quant span:hover {
	color: #000;
	border-color: #000;
}

.product-page-btns {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 15px;
	margin: 30px 0 45px 0
}

.product-page-btns .form-group {
	margin-bottom: 0
}

#button-cart {
	height: 64px;
	padding: 0 100px;
	font-size: 15px;
}

.header-right #ic-shopping-bag path {
	stroke: #000
}

.product-right-price {
	display: flex;
	width: 100%;
	gap: 20px;
	font-size: 25px;
	margin: 25px 0;
	font-family: var(--font-semibold)
}

.product-right-price__cross-price {
	color: #444;
	text-decoration-line: line-through;
	text-decoration-style: solid;
	text-decoration-color: red;
	text-decoration: line-through solid red
}

.price-old {
	color: #444;
	text-decoration-line: line-through;
	text-decoration-style: solid;
	text-decoration-color: red;
	text-decoration: line-through solid red
}

.product-right-price-info {
	margin: 0 0 25px 0;
	position: relative;
	top: -15px
}

.product-right-stock {
	margin: 0 0 25px 0;
	width: max-content;
	background: #f6f6f6;
	padding: 4px 8px
}

.rating {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px
}

.rating-stars {
	display: flex;
	align-items: center;
	gap: 3px
}

.empty-star {
	fill: #ddd
}

.full-star {
	fill: #ffb300
}

.btn-wishlist {
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: 1px solid #fff;
	background-color: transparent;
	box-shadow: none;
	border-radius: 50%;
	padding: 0;
	outline: none !important;
}
.btn-wishlist:hover, .btn-wishlist:active, .btn-wishlist:focus {
	background-color: transparent !important;
	box-shadow: none !important;
	border-color: transparent !important;
}
.btn-wishlist-active.btn-wishlist {
	background-color: transparent !important;
	border-color: transparent !important;
}

.btn-wishlist svg {
	height: 30px
}

.btn-compare {
	height: 54px;
	width: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 50%
}

.btn-compare svg {
	height: 20px
}

.product-description-title {
	margin-bottom: 20px
}

.product-attribute-title {
	margin-bottom: 20px
}

.product-review-title {
	margin-bottom: 20px
}

.product-info-box {
	margin-bottom: 30px
}

.star-form {
	fill: #ddd;
	cursor: pointer;
	height: 30px
}

.star-form.selected {
	fill: #ffb300
}

.rating-form-stars label input {
	display: none
}

.rating-form-stars {
	display: flex;
	gap: 5px;
	margin: 15px 0;
}

.review-form-box .buttons {
	display: flex;
	margin: 0
}

.review-form .buttons {
	margin-bottom: 0;
}

.button-add-review-box {
	display: flex;
	justify-content: flex-start
}

.button-add-review {
	margin-bottom: 30px
}

.review-empty {
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: #f4f4f4;
	padding: 15px;
	border-radius: 10px
}

.form-control {
	border-color: #ddd
}

#review {
	margin: 20px 0
}

.review-form-popup {
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 50%);
	backdrop-filter: blur(5px);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 499;
	padding: 10px
}

.review-form {
	background: #fff;
	padding: 40px;
	max-width: 500px;
	width: 100%;
	position: relative;
	border-radius: 30px
}

#button-review {
	margin-top: 15px;
	height: 60px;
	padding: 10px 25px;
	width: 100%
}



.specification-table-title {
	font-size: 17px;
	margin-bottom: 15px;
	font-family: var(--font-medium)
}

.specification-table-line {
	display: flex;
	gap: 20px
}

#product-product .breadcrumb {
	justify-content: flex-start;
	margin: 25px 0 30px 0
}

.rating-text span:hover {
	cursor: pointer;
	color: var(--main-color)
}

.title {
	font-size: 42px;
	text-transform: uppercase;
	font-family: var(--font-bold);
	line-height: 1.1;
}

.review-form .title {
	font-size: 31px;
	margin-bottom: 20px
}

.review-table {
	background: #fff;
	padding: 20px;
	border-radius: 15px;
	margin-bottom: 20px;
	border: 1px solid #f1f1f1
}

.review-table__header p {
	font-family: var(--font-bold)
}

.form-control:active,
.form-control:focus {
	box-shadow: none;
	border-color: #ddd
}

#product .form-group select {
	max-width: 300px
}

.product-page-left.active-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 50%);
	backdrop-filter: blur(5px);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 20px
}

.product-page-left.active-popup .xdstickers_wrapper {
	display: none
}

.product-page-left.active-popup #main-slider {
	height: 100%
}

.product-page-left #main-slider img {
	cursor: pointer;
}

.product-page-left.active-popup #main-slider img {
	height: 100%;
	width: auto;

}

.product-page-left.active-popup #thumbnail-slider {
	display: none
}

.product-page-left.active-popup #main-slider-track {
	height: 100%
}

.product-page-left.active-popup .splide__slide {
	display: flex;
	justify-content: center
}

.product-page-left .splide__arrow {
	display: none
}

.product-page-left.active-popup .splide__arrow {
	display: flex;
	height: 80px;
	width: 80px;
	background-color: #000;
	border: 1px solid #000;
	border-radius: 15px
}

.product-page-left.active-popup .splide__arrow svg {
	height: 22px;
	width: 22px
}

.product-page-left.active-popup .splide__arrow svg path {
	stroke: #fff
}

.option-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 7px
}

.option-item img {
	border-radius: 5px
}

.option-wrapper {
	display: flex;
	gap: 10px
}

.specification-table-wrapper {
	display: flex;
	flex-direction: column;
	gap: 7px;
	font-size: 17px;
}

.specification-table-line {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #f1f1f1;
}

.specification-table-line:nth-child(2n) {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
}


.xdstickers_wrapper {
	display: flex;
	gap: 5px;
	flex-direction: column
}

.xdstickers {
	line-height: 1;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 26px;
	margin: 0;
	padding: 0 10px;
	font-family: var(--font-bold);
	font-size: 12px;
}


.product-moduler-wrapper {
	padding: 50px 0;
	overflow: hidden;

	background-color: #fbfbfb;
}

.product-moduler-wrapper-specials {
	position: relative;
	margin-top: -20px;
	border-radius: 20px 20px 0 0;
}

.product-moduler-wrapper .title {
	margin-bottom: 20px;
}

.product-moduler-wrapper .container {
	overflow: hidden;
	position: relative;
}

.home-products {
	margin: 60px 0;
}

.home-products .title {
	margin-bottom: 40px;
	text-align: center;
	font-size: 33px;
}

.home-products-btn {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}


.home-text .container::after,
.home-text .container::before {
	display: none;
}

.home-text h1 {
	font-size: 95px;
	text-transform: uppercase;
	padding: 100px 30px 20px 150px;
}

.home-text .container.container-middle {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 110px;
	padding-bottom: 130px;
}

.home-text__subtitle {
	color: #222;
	font-family: var(--font-bold);
	font-size: 22px;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.home-text__img {
	padding-left: 50px;
}

.home-text img {
	width: 100%;
	height: auto;
	border-radius: 30px;
	box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 3%);
}

.home-text__scroll {
	max-height: 350px;
	overflow-y: auto;
	padding-right: 40px;
}

.home-text h1 {
	margin-bottom: 30px;
}

.home-text__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px 0;
}


::-webkit-scrollbar-button {
	background-image: url('');
	background-repeat: no-repeat;
	width: 5px;
	height: 0px
}

::-webkit-scrollbar-track {
	background-color: #fff;
	border: 1px solid #fff
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #666;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #333;
}

::-webkit-resizer {
	background-image: url('');
	background-repeat: no-repeat;
	width: 5px;
	height: 0px
}

::-webkit-scrollbar {
	width: 10px;
}


::-webkit-scrollbar-button {
	background-image: url('');
	background-repeat: no-repeat;
	width: 5px;
	height: 0px
}

::-webkit-scrollbar-track {
	background-color: #fff;

}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #666;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #333;
}

::-webkit-resizer {
	background-image: url('');
	background-repeat: no-repeat;
	width: 5px;
	height: 0px
}

::-webkit-scrollbar {
	width: 5px;
}


.advantages {
	padding: 90px 0;
	background-color: #121212;
	border-radius: 20px 20px 0 0;
}

.advantages h2 {
	font-size: 52px;
	margin: 0 0 10px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.advantages p {
	font-size: 17px;
	color: #ddd;
	margin-bottom: 50px;
	text-align: center;
}


.adv-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.adv-item {
	border: 1px solid #333;
	border-radius: 16px;
	color: #fff;
	text-align: center;
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.adv-icon svg {
	width: 50px;
	height: 50px;

}

.adv-item h3 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #fff;
}

.adv-item p {
	font-size: 14px;
	margin: 0;
}

.product-page-top {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 30px;
}


.inner-options .radio {
	margin: 0;
}

.inner-options input {
	display: none;
}

.inner-options label:hover {
	border-color: #000;
}

.inner-options label {
	padding: 0;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	height: 50px;
	width: 100%;
	max-width: max-content;
	align-items: center;
	justify-content: center;
	display: flex;
	min-width: 90px;
	border-radius: 10px;
	border: 1px solid #ddd;
	color: #000;
	padding: 0 20px;

}

.inner-options .active-option label {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.inner-options .active-option label:hover {
	color: #fff;
}

.inner-options {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#product label.control-label {
	font-family: var(--font-semibold);
}


.callback {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(5px);
	background-color: rgba(0, 0, 0, .6);
	z-index: 5000;
	padding: 0 15px;
}
#product .text-danger {
	color: #fff;
	background-color: red;
	padding: 15px;
	border-radius: 10px;
	margin: 10px 0;
	width: max-content;
}
.menu-backdrop {
	display: none;
	width: 100vw;
	height: 100vh;
	backdrop-filter: blur(5px);
	background-color: rgba(0, 0, 0, .6);
	z-index: 2;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.menu-backdrop.visible-backdrop {
	display: flex;
}
.callback-inner {
	background-color: #fff;
	border-radius: 30px;
	padding: 40px;
	max-width: 500px;
	width: 100%;
	position: relative;
	box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}

.callback__title {
	font-family: var(--font-bold);
	text-align: center;
	margin-bottom: 25px;
	font-size: 25px;
	text-transform: uppercase;
	color: #000;
}

.callback-inner .form-control {
	margin-bottom: 15px;
}

.ok-message-error__inner {
	background-color: #d90707;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 5px;
	font-family: var(--font-bold);
}

.callback-inner .submit-button {
	margin-top: 20px;
	width: 100%;
	height: 60px;
}

.input-box .button-main:hover {
	box-shadow: inset 23em 0 0 0 var(--main-color-light);
	cursor: pointer;
}

.product-swiper {
	overflow: hidden;
}


.form-contact {
	border: 1px solid #ddd;
	color: #000;
	background-color: #fff;
	padding: 50px;
	border-radius: 30px
}

.form-contact .form-control {
	height: 60px;
	box-shadow: none;
	padding: 0 20px;
	font-size: 16px
}

.form-contact textarea.form-control {
	padding-top: 15px;
	resize: none;
	height: 80px
}

.form-contact h2 {
	margin: 0 0 30px 0;
	font-size: 29px;
}

.form-contact .btn.btn-primary {
	width: 300px;
	background-color: var(--main-color);
	height: 60px;
	border-color: var(--main-color);
	font-size: 16px;
}

.form-contact .btn.btn-primary:hover {
	background-color: #000 !important
}


.contact-telephone {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 40px
}

.contact-telephone a {
	font-size: 30px
}

#information-contact .socials-item a {
	background-color: transparent;
	height: 70px;
	width: 70px;
}

#information-contact .socials-item a:hover {
	background-color: var(--main-color);
}

.two-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

@media(max-width:1100px) {
	.home-text__img {
		padding-left: 0;
	}

	.acc-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.home-text h1 {
		font-size: 65px;
		padding: 55px 30px 15px 119px;
	}

	.product-right {
		padding-left: 40px;
	}

	.home-text .container.container-middle {
		grid-template-columns: 1fr 1fr;
		gap: 60px;
		padding-bottom: 90px;
	}

	.categories-list_wall {
		grid-template-columns: repeat(4, 1fr);
		gap: 15px;
	}

	.product-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}

	#filter-inner #column-left {
		width: 40vw;
	}

	.product-page-title {
		font-size: 27px;
	}

	.product-right-price {
		font-size: 20px;
	}

	#button-cart {
		height: 55px;
		padding: 0 50px;
		font-size: 13px;
	}

	.quant input {
		height: 55px;
		width: 53px;
	}

	.quant span {
		height: 55px;
		width: 55px;
	}

	.nav-tabs>li>a {
		font-size: 15px;
	}

	.simple-content {
		padding: 30px;
	}

	.login-grid {
		gap: 50px;
	}

	.login-form {
		width: 90%;
	}

}

@media(max-width:900px) {
	.adv-grid {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.order-table__line {

		grid-template-columns: 50px 85px 145px 125px 145px;

	}

	.order-table {
		overflow-x: auto;
	}

	.order-table__col {
		font-size: 11px;
		padding: 5px;
	}

	.login-grid img {
		display: none;
	}

	h1 {
		font-size: 22px;
	}

	.login-form h1 {
		margin-bottom: 15px;
	}

	.login-grid {
		gap: 0;
		grid-template-columns: 1fr;
		padding: 25px;
		border-radius: 10px;
	}

	#account-login {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.login-form {
		width: 100%;
		padding: 0;
	}

	.product-wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.product-right {
		width: 100%;
		padding: 0;
	}

	.width-40 {
		width: 100%;
	}

	.category-controlls {
		flex-direction: column;
		gap: 25px;
		align-items: flex-start;
	}

	.footer-telephone a {
		font-size: 23px;
	}

	.footer-grid {

		grid-template-columns: 1fr;
		gap: 22px;
	}

	.footer-telephone {
		gap: 15px;
	}

	.footer-box {
		padding: 30px;
	}

	.menu-inner {
		width: 50vw;
	}

	.menu-inner-box .dropdown-menu {
		left: calc(50vw - 1px);
		width: 50vw;
	}

	#filter-inner #column-left {
		width: 50vw;
	}
}

@media(max-width:700px) {
	.acc-grid {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.acc-grid-item a {
		padding: 15px;
	}

	.header-right .header-account,
	.header-right .header-wishlist,
	#menu-btn span {
		display: none;
	}

	.sort-box {
		white-space: nowrap;
		overflow-x: auto;
	}

	.top-title {
		margin-top: 40px;
		font-size: 35px;
	}

	.breadcrumb {
		margin-bottom: 30px;
	}

	.categories-list_wall {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}

	.header-account-wishlist-box {
		display: flex;
		flex-direction: column;
		gap: 5px;
		padding: 15px 20px;
		border: 1px solid #ddd;
		border-radius: 20px;
		width: calc(100% - 50px);
		margin-left: 25px;
		margin-bottom: 20px;
	}

	.menu__phones {
		padding: 25px;
		background: #efefef;
		border-radius: 20px;
		width: calc(100% - 50px);
		margin-left: 25px;
	}

	.mobile-language {
		margin: 15px 0;
	}

	.phones-text {
		margin-top: 0;
		padding-top: 0;
		border: none;
	}

	#menu {
		display: none;
	}

	.menu-inner {
		width: 100%;
	}

	#mobile-menu {
		display: flex;
		margin-top: 20px;
	}

	.footer {
		padding: 30px 7px 7px 7px;
	}

	.footer-telephone a {
		font-size: 18px;
	}

	.footer-telephone {
		margin-top: 20px;
	}

	.footer-logo img {
		max-width: 80px;
	}


	.footer-pay-icons {
		gap: 20px;
	}

	.footer-pay-icons img {
		height: 15px;
	}

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

	.advantages {
		padding: 50px 0;
	}

	.advantages h2 {
		font-size: 25px;
	}

	#search .close {
		width: 50px;
		height: 50px;
	}

	.search__group-title {
		font-size: 21px;
		padding-right: 50px;
	}


	#search .btn-lg {
		height: 50px;
		width: 50px;
	}

	#search .input-lg {
		height: 50px;
	}

	.title {
		font-size: 25px;
	}

	.like {
		width: 45px;
		display: flex;
		height: 45px;
	}

	.product-item-caption .btn-primary {
		padding: 0 10px;
		height: 50px;

	}

	.search__group {
		padding: 30px;
		border-radius: 15px;
	}

	.header {
		height: auto;
	}

	.swiper-viewport {
		margin: 0 0 40px !important;
	}

	.product-moduler-wrapper {
		padding: 40px 0;
	}


	.search-btn,
	#cart>button {
		width: 35px;
		height: 35px;
	}

	.header-account a,
	.header-wishlist a {
		width: auto;
		justify-content: flex-start;
		height: 35px;
		gap: 15px;
	}

	.header-right {
		gap: 10px;
	}

	.menu-btn-icon {
		width: 45px;
		height: 45px;
		border-radius: 8px;
		padding: 16px 12px;
	}

	.header-logo {
		max-width: 75px;
	}

	.home-text h1 {
		font-size: 50px;
		padding: 30px 0 5px 65px;
	}

	.home-text .container.container-middle {
		grid-template-columns: 1fr;
		gap: 0;
		padding-bottom: 10px;
	}

	.home-text__subtitle {

		font-size: 21px;
		margin-bottom: 30px;
	}

	#logo-menu {
		display: flex;
		width: 90px;
	}

	#logo-menu img {
		width: 100%;
	}

	.menu-top {
		order: -2;
		padding: 12px 20px;
		border-bottom: 1px solid #ddd;
		background-color: #fff;
	}

	.menu-inner-box {
		padding-top: 0;
		background-color: #fbfbfb;
	}

	.menu-inner__close.close {
		width: 82px;
		height: 82px;
	}

	#filter-inner #column-left {
		width: 100%;
		padding: 30px;
		max-width: 100vw;
	}
	.two-columns {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.form-contact {
		padding: 15px
	}
	.form-contact h2 {
    margin: 10px 0 20px 0;
    font-size: 22px;
    text-align: center;
}
.form-contact .btn.btn-primary {
	width: 100%;
	font-size: 13px;
}
.contact-telephone a {
    font-size: 23px;
}
#information-contact .socials-item a {
    
    height: 54px;
    width: 54px;
}
}

@media(max-width:540px) {
	.home-text h1 {
		font-size: 30px;
		padding: 25px 0 0 0;
		margin-bottom: 20px;
	}

	.alert {
		width: 100%;
		margin: 0;
		left: 0;
		right: initial;
		bottom: 0;
		border-radius: 10px 10px 0 0;
	}

	.categories-list__li {
		padding: 10px;
	}

	.categories-list__li {
		gap: 15px;
	}

	.categories-list_wall {
		grid-template-columns: 1fr 1fr;
	}

	#common-home .home-slider .swiper-pager {
		display: none !important;
	}

	#common-home .home-slider {
		margin: 0 0 15px !important;
	}

	.adv-item {
		padding: 20px 15px;
	}

	.adv-item h3 {
		font-size: 16px;
		margin-top: 10px;
	}

	.advantages p {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.footer-box {
		padding: 30px 10px;
	}

	.adv-icon svg {
		width: 40px;
		height: 40px;
	}

	.product-item-price {
		flex-direction: column;
		gap: 5px;
	}

	.home-text__subtitle {
		font-size: 18px;
		margin-bottom: 18px;
	}

	.home-text__text {
		padding-bottom: 40px;
	}

	.product-item-caption {
		padding: 10px;
		gap: 10px;
	}

	.like {
		width: 43px;
		height: 43px;
		top: 5px;
		right: 5px;
	}

	.like svg {
		height: 18px;
	}

	.product-item-caption .btn-primary {
		font-size: 10px;
	}

	.product-item-price {
		font-size: 17px;
	}

	.product-item-caption a {
		font-size: 15px;
	}

	.top-title {
		margin-top: 25px;
		font-size: 25px;
	}

	.breadcrumb {
		margin-bottom: 20px;
	}

	.product-wrapper {
		gap: 10px;
	}

	.sort-box {
		display: none;
	}

	.filter-box,
	#filter-btn {
		width: 100%;
	}

	.categories-list__img img {
		width: 75%;
	}

	#button-cart {
		height: 50px;
		padding: 0 20px;
		font-size: 12px;
		width: 100%;
	}

	.quant input {
		height: 50px;
		width: 42px;
	}

	.quant span {
		height: 50px;
		width: 50px;
		border-radius: 10px;
	}

	.inner-options label {
		height: 45px;
	}

	.nav-tabs>li>a {
		font-size: 15px;
		border-radius: 7px;
		padding: 10px 15px;
	}

	.btn-primary {
		border-radius: 10px;
	}

	.tab-content {
		padding: 15px;
		border-radius: 0 0 10px 10px;
	}

	.specification-table-line {
		padding: 10px;
	}

	.review-form {
		padding: 20px;
	}

	.review-form .title {
		font-size: 22px;
		margin-bottom: 15px;
	}

	#button-review {
		margin-top: 7px;
		height: 52px;
		padding: 6px 25px;
	}

	.star-form {
		height: 24px;
	}

	.btn-wishlist svg {
		height: 23px;
	}

	.product-right-price {
		margin: 16px 0;
	}

	.popup-bg {
		padding: 20px;
	}

	.cart-body {
		padding: 20px;
	}

	.cart-body .title {
		font-size: 24px;
		margin-bottom: 25px;
	}

	.cart-buttons .btn-primary {
		height: 60px;
		padding: 0 24px;
		font-size: 14px;
	}

	.cart-quantity__input {
		width: 30px;
	}

	.cart-quantity__btn,
	.cart-remove {

		height: 36px;
		border-radius: 8px;
		flex: 0 0 36px;

	}

	.cart-products {
		gap: 10px;
		grid-template-columns: 70px 1fr;
	}

	.simple-content {
		padding: 20px;
	}

	.search__group {
		padding: 20px;
	}

	.simple-content form .form-horizontal,
	.simple-content .form-horizontal fieldset {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.simpleregister-have-account {
		margin-bottom: 15px;
	}

	.simple-content {
		border-radius: 15px;
	}

	.acc-grid-item a svg {
		height: 20px;
	}

	.empty-products {
		font-size: 17px;
	}

	.callback-inner {
		border-radius: 15px;
		padding: 20px;
	}

	.callback__title {
		text-align: left;
		margin-bottom: 15px;
		font-size: 21px;
		padding-right: 50px;
	}

	.callback-inner .submit-button {
		height: 50px;
	}

	.close {
		height: 50px;
		width: 50px;
	}

	.callback-btn.btn-primary {
		font-size: 13px;
		height: 52px;
	}
}