html {
	scroll-behavior: smooth !important;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth !important;
	transition: all 0.3s ease;
	font-weight: 450;
	font-family: "Helvetica Neue LT GEO";
}

:root {
	--primary: #ee2940;
	--secondary: #eb5757;
}

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

::-webkit-scrollbar-track {
	background: #c8c6c6;
}

::-webkit-scrollbar-thumb {
	background: var(--primary);
}

::-webkit-scrollbar-thumb:hover {
	background: var(--secondary);
}

body {
	font-family: "Helvetica Neue LT GEO";
	color: #000;
	font-weight: 450;
	margin: 0 auto;
	overflow-x: hidden;
	padding-top: 135px;
}

a {
	text-decoration: none;
	color: #000;
	font-family: "Helvetica Neue LT GEO";
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Helvetica Neue LT GEO";
}
/* a:hover {
	color: rgba(0, 0, 0, 0.6) !important;
} */

button {
	font-family: "Helvetica Neue LT GEO";
	font-style: normal;
	font-weight: 450;
	cursor: pointer;
	border: none;
}

ul {
	list-style: none;
}

img {
	max-width: 100%;
}
.container {
	max-width: 1712px;
	padding: 0 16px;
	width: 100%;
	margin: auto;
}
.container.main-wrapper-container {
	min-height: 600px;
}

/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 48px 0 33px;
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
	z-index: 1000000000000000;
}
.header-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navbar ul {
	display: flex;
	align-items: center;
	gap: 32px;
}
.logo img {
	width: 248px;
}

.search {
	border-radius: 4px;
	background: #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 48px;
	width: 420px;
}

.search.mobile {
	display: none;
}
.search input {
	width: calc(100% - 40px);
	border: none;
	outline: none;
	background-color: transparent;
	padding: 16px 30px;
	color: rgba(0, 0, 0, 0.6);
	font-family: "Helvetica Neue LT GEO";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.search button {
	border-radius: 3px;
	background: rgba(238, 45, 68, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}

.search button:hover {
	background: rgba(238, 45, 68, 0.8);
}

.search img {
	flex-shrink: 0;
}
.navbar {
	margin-right: 32px;
}
.navbar a {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-feature-settings: "case" on;
}

.navbar a:hover,
.langbar a:hover,
.langbar.active a:not(.active):hover,
.footer-navbar a:hover {
	color: #ee2940;
}

.btn {
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 12px;
}
.header-wrapper .header-actions {
	display: flex;
	gap: 16px;
	margin-left: 32px;
	margin-right: 25px;
	position: relative;
}
.header-wrapper .header-actions::before {
	width: 1px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: -32px;
	transform: translateY(-50%);
	content: "";
	background: #d9d9d9;
	display: block;
}

.header-wrapper .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	gap: 8px;
	color: #000;
	font-size: 14px;
	font-family: "Helvetica Neue LT GEO";
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.header-wrapper .btn:hover {
	border: 1px solid #ee2940;
	background: #ee2940;
	color: white;
}
.header-wrapper .btn:hover img {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(14deg) brightness(109%)
		contrast(100%);
}

.header-actions a.profile.btn {
	/* width: 120px; */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	justify-content: flex-start;
	max-width: 200px;
}

.header-actions a.profile.btn span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	font-size: 14px;
	font-family: "Helvetica Neue LT GEO";
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.header-actions a.profile.btn:hover span {
	color: white;
}
/*
.profile:before {
    content:'';
    width:100%;
    height:100%;    
    position:absolute;
    left:0;
    top:0;
    background:linear-gradient(transparent 150px, white);
}
*/

.header-top {
	display: none;
}
.langbar {
	display: flex;
	align-items: center;
	gap: 4px;
}

.langbar a {
	display: none;
	color: #000;
	font-size: 14px;
	font-family: "Helvetica Neue LT GEO";
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.langbar a.active {
	display: block;
}
.langbar img {
	cursor: pointer;
}
.langbar.active img {
	transform: rotate(180deg);
}
.langbar.active .lang {
	position: relative;
}
.langbar.active a:not(.active) {
	position: absolute;
	display: block;
	left: 0;
	bottom: -20px;
	color: rgba(0, 0, 0, 0.5);
}

.cart .q {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 12px;
	font-family: "FiraGO";
	font-style: normal;
	font-weight: 500;
	line-height: 13px;
	border-radius: 21px;
	background: var(--primary);
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(50%, -50%);
	min-width: 21px;
	min-height: 20px;
	aspect-ratio: 1/1;
	z-index: 1;
}
.btn img {
	flex-shrink: 0;
}
.burger {
	display: none;
}
.burger .close-burger {
	display: none;
}
.cart-icon {
	display: none;
}
@media (max-width: 1600px) {
	.logo img {
		width: 180px;
	}
	.search {
		margin: 0 15px;
		width: 320px;
	}
	.navbar {
		margin-right: 10px;
	}
	.header-wrapper .header-actions {
		gap: 8px;
		margin-left: 10px;
		margin-right: 8px;
	}
	.navbar ul {
		gap: 10px;
	}
	.header-wrapper .btn {
		gap: 8px;
	}
}

@media (max-width: 1400px) {
	.logo img {
		width: 120px;
	}
	.search {
		margin: 0 5px;
	}

	.navbar {
		margin-right: 5px;
	}
	.header-wrapper .header-actions {
		gap: 5px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.navbar ul {
		gap: 5px;
	}
	.header-wrapper .btn {
		gap: 5px;
	}
	.header-wrapper .header-actions::before {
		left: -20px;
	}
}

@media (max-width: 1200px) {
	.header-wrapper {
		/* display: none; */
		opacity: 0;
		visibility: hidden;
		height: 0;
		overflow: hidden;
		flex-direction: column;
		padding: 0 16px;
	}

	.header-wrapper .logo,
	.header-wrapper .search {
		display: none;
	}
	.header-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	header.active {
		background-color: white;
	}
	.cart .q {
		position: static;
		transform: unset;
	}
	.navbar {
		margin: 0;
		order: 0;
	}
	.header-wrapper .header-actions::before {
		display: none;
	}
	.header-wrapper .header-actions {
		margin: 0;
	}
	.navbar ul {
		flex-direction: column;
		gap: 32px;
	}
	header.active .header-wrapper {
		display: flex;
		visibility: visible;
		opacity: 1;
		flex-direction: column;
		position: absolute;
		padding: 0 16px;
		height: calc(100vh - 50px);
		padding-bottom: 100px;
		background: white;
		z-index: 300;
		width: 100vw;
		left: 0;
		padding-top: 70px;
	}
	.langbar {
		order: 1;
		margin-top: 32px;
	}
	.header-wrapper .header-actions {
		order: 2;
		margin-top: auto;
		flex-direction: column;
		width: 100%;
	}
	.header-wrapper .btn {
		width: 100%;
	}
	.header-actions a.profile.btn {
		width: 100%;
		justify-content: center;
	}
	.search.mobile {
		display: flex;
		width: 100%;
		margin: 0;
		margin-top: 20px;
	}
	.logo img {
		width: 164px;
	}
	.burger {
		display: block;
		cursor: pointer;
	}
	.burger.active .close-burger {
		display: block;
		width: 28px;
	}
	.burger.active .open-burger {
		display: none;
	}
	.cart-icon {
		display: block;
	}
	header {
		padding: 24px 0;
		border-bottom: none;
	}
	body {
		padding-top: 100px;
	}
}

/* main page */
.main-wrapper {
	display: grid;
	grid-template-columns: 284px calc(100% - 284px - 8px);
	gap: 8px;
	margin-top: 70px;
}
.sales-wrapper {
	grid-template-columns: auto;
}

.main-sale {
	border-radius: 4px;
	border: 1px dashed var(--primary);
	background: #f4f4f4;
	padding: 24px;
}

.main-sale .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 17px;
}
.main-sale .prod-card .top {
	margin-bottom: 0px;
}
.main-sale .top .main-title {
	padding: 10px;
	background: #fff;
}
.main-sale .top .main-title h3,
.main-sale .top .main-title h3 span {
	color: var(--primary);
	font-size: 20px;
	font-family: "Helvetica Neue LT GEO";
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-feature-settings: "case" on;
}
.main-sale .top .main-title h3 span {
	font-weight: 700;
}
.btn-main {
	border-radius: 4px;
	background: var(--primary);
	padding: 14px 20px;
	color: #fff;
	font-size: 14px;
	font-family: "Helvetica Neue LT GEO";
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.main-sale .btn-main:hover {
	background: var(--secondary);
}
.prod-card {
	border-radius: 4px;
	border: 1.2px solid rgba(0, 0, 0, 0.15);
	overflow: hidden;
	background: #fff;
}
.prod-card .top {
	display: flex;
	flex-direction: column;
	align-items: start;
}
.prod-card .top img {
    height: 203px;
    max-width: 100%;
    object-fit: contain;
    align-self: center;
}
.prod-card .top .title {
	padding: 16px 20px;
    min-height: 66px;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	word-break: break-word;
}
.prod-card .row {
	padding: 16px 0;
	width: calc(100% - 40px);
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
.prod-card .row:first-child {
	border-top: 1px solid rgba(217, 217, 217, 0.5);
}
.prod-card .key {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prod-card .value {
	color: #000;
	text-align: right;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.prod-card a.value {
	color: #2f80ed;
	font-family: "FiraGO";
	font-weight: 400;
	line-height: normal;
	text-decoration: underline;
}
.prod-card .stats {
	padding: 25px 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.prod-card .btn-main {
	width: calc(100% - 40px);
	margin: auto;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	text-align: left;
}
.prod-card .btn-main:hover {
	background-color: var(--secondary);
}
.prod-card .btn-main.add-to-cart img {
	filter: invert(100);
}
.price {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}
.old-price {
	color: #eb5757;
	font-size: 18px;
	font-family: "Helvetica Neue LT GEO";
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration: line-through;
}
.new-price {
	color: #000;
	font-size: 24px;
	font-family: "Helvetica Neue LT GEO";
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.prod-card .actions {
	display: flex;
	align-items: center;
}
.prod-card .actions .q {
	padding: 8px 16px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	color: #000;
	text-align: center;
	font-size: 14px;
	font-family: "Helvetica Neue LT GEO";
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	margin: 0 12px;
}
.prod-card .actions button {
	cursor: pointer;
	background-color: transparent;
	flex-shrink: 0;
}
.prod-card .actions button img {
	flex-shrink: 0;
}
.prod-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.main-sale .prod-wrapper .prod-card:nth-child(n + 5) {
	display: none;
}

@media (max-width: 1440px) {
	.prod-wrapper {
		grid-template-columns: repeat(3, 1fr);
		gap: 12px;
	}
	.main-sale .prod-wrapper .prod-card:nth-child(n + 4) {
		display: none;
	}
}
@media (max-width: 1200px) {
	.main-wrapper {
		margin-top: 50px;
	}
}
@media (max-width: 1024px) {
	body {
		padding-top: 80px;
	}
	.main-wrapper {
		grid-template-columns: 1fr;
		margin-top: 32px;
	}
	.prod-wrapper {
		grid-template-columns: 1fr 1fr;
	}
	.main-sale .prod-wrapper .prod-card:nth-child(n + 4) {
		display: block;
	}
	.main-sale .prod-wrapper .prod-card:nth-child(n + 5) {
		display: none;
	}
}

@media (max-width: 768px) {
	.main-wrapper {
		grid-template-columns: 1fr;
	}
	.filters {
		padding: 0 12px;
	}
	.main-wrapper-container {
		padding: 0 4px;
	}
	.prod-wrapper {
		grid-template-columns: 1fr;
	}
	.main-sale {
		margin-top: 24px;
		padding: 16px 12px;
	}
	.main-sale .top {
		flex-direction: column;
		margin-bottom: 24px;
	}
	.main-sale .top .main-title {
		margin-bottom: 12px;
	}
	.main-sale .top .main-title h3,
	.main-sale .top .main-title h3 span {
		text-align: center;
		font-size: 15px;
	}
	.main-sale .top .btn-main {
		color: var(--primary);
		font-size: 14px;
		padding: 0;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-decoration: underline;
		background-color: transparent;
	}
	.prod-card .top {
		flex-direction: row;
		align-items: center;
		margin-bottom: 0;
		gap: 4px;
	}
	.prod-card .top .title {
		font-size: 13px;
		padding: 12px;
		padding-left: 0;
	}
	.prod-card .top img {
		width: 50%;
		height: 105px;
	}
	.prod-card .row {
		width: 100%;
		padding: 8px 12px;
	}
	.prod-card .stats {
		padding: 17px 12px;
		margin-bottom: 15px;
	}
	.prod-card .btn-main {
		width: calc(100% - 24px);
		margin-bottom: 12px;
	}
}
.category-select {
	margin-bottom: 8px;
}

.btn.aside-filter {
	width: 100%;
	margin-top: 20px;
	border: none;
	background-color: var(--primary);
	color: #fff;
}
.select2-container {
	width: 100% !important;

	display: block;
}

.select2-container .selection {
	display: block;
	padding: 16px 20px;
	border-radius: 3px;
	background: #eee;
}
.select2-selection.select2-selection--single {
	background-color: transparent;
	border: none;
	height: unset;
}
.select2-container--default .select2-results__option--disabled {
	display: none;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: #000;
	font-family: "Helvetica Neue LT GEO";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 0;
}
.brand-select
	.select2-container--default
	.select2-search--dropdown
	.select2-search__field {
	display: none;
}
.location-select
	.select2-container--default
	.select2-search--dropdown
	.select2-search__field {
	display: none;
}
.location-select{
    margin-bottom:8px;
}
.select2-container--default .select2-results__group {
	padding: 12px 20px;
	color: #ec2e41;
	font-family: "Helvetica Neue LT GEO";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.select2-container--default .select2-results__option .select2-results__option {
	padding: 12px 20px;
}
[aria-activedescendant="select2-brands-result-o3lu-b2"],
[aria-controls="select2-brands-results"],
[aria-controls="select2-categories-results"] {
	display: none;
}
.select2-container--default
	.select2-results__option
	.select2-results__option::after {
	display: none;
}
.select2-search--dropdown:has([aria-controls="select2-categories-results"]) {
	padding: 0;
}
.select2-results__option.select2-results__option--group::after {
	display: none;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
}

.select2-container--open .select2-dropdown--below {
	border-radius: 3px;
	border: 1px solid #eaeaea;
	background: #fafafa;
}
.select2-results__option {
	color: rgba(0, 0, 0, 0.9);
	font-family: "Helvetica Neue LT GEO";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 12px 20px;
	position: relative;
}
.select2-results__option::after {
	content: "";
	width: calc(100% - 40px);
	margin: auto;
	height: 1px;
	background-color: #e8e8e8;
	display: block;
	position: absolute;
	bottom: 0;
	left: 20px;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 300px;
}

#price-slider {
	box-shadow: none;
	border: none;
}
.noUi-handle:after,
.noUi-handle:before {
	display: none;
	content: "L";
}

.noUi-horizontal .noUi-handle {
	width: 26px;
	height: 26px;
	background: transparent;
	background-image: url("../img/Elit-Logo-Samushao\ 2.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
	border-radius: 0;
	box-shadow: none;
	top: 50%;
	transform: translateY(-50%);
}
.price-slider-block {
	padding: 16px 20px 24px;
	margin-bottom: 8px;
	border-radius: 3px;
	background: #eee;
}
.price-slider-block span {
	color: #000;
	font-family: "Helvetica Neue LT GEO";
	display: block;
	/* margin-bottom: 10px; */
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.noUi-connects {
	border-radius: 20px;
	background: #dfdfdf;
	height: 2px;
}

.noUi-target {
	background: transparent;
	height: 50px;
	transition: none;
}

.noUi-base {
	display: flex;
	align-items: center;
}

.noUi-horizontal .noUi-origin {
	height: 100%;
	transition: none;
}

.noUi-connect {
	background-color: var(--primary);
	transition: none;
}

.noUi-horizontal .noUi-tooltip {
	bottom: -25px;
	border: none;
	background-color: transparent;
	color: #000;
	font-family: "Helvetica Neue LT GEO";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: none;
}

.noUi-handle-upper .noUi-tooltip {
	/* left: clamp(0px, 50%, calc(100% - 10px)); */
	left: 0;
}

.noUi-handle.noUi-handle-upper {
	right: -10px;
}
.noUi-handle.noUi-handle-lower {
	right: -20px;
}
.select2-container--default
	.select2-results__option--highlighted.select2-results__option--selectable {
	background: transparent;
	color: #ec2e41;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	outline: none;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 11px;
}
.select2-search--dropdown {
	padding: 12px;
}

.select2-search--dropdown:has([aria-controls="select2-brands-results"]) {
	padding: 0;
}
.main-page-products {
	margin: 20px 0 120px;
	padding: 0 24px;
}

.pgn-wrapper {
	margin-top: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.ppp {
	height: 42px;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}
.ppp .res {
	color: #555;
	font-family: "Helvetica Neue LT GEO";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left: 24px;
}
.pgn ul {
	display: flex;
	align-items: center;
}
.pgn .prev,
.pgn .next {
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pgn .prev img {
	transform: rotate(90deg);
}
.pgn .next img {
	transform: rotate(-90deg);
}

.pgn ul.links {
	border-radius: 3px;
	background: #efefef;
	padding: 7px;
	gap: 8px;
	margin: 0 8px;
}
.pgn-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(0, 0, 0, 0.6);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 30px;
	height: 30px;
	border-radius: 2px;
}
.pgn-btn span {
	color: rgba(0, 0, 0, 0.6);
}
.pgn-btn a:hover {
	background: rgba(238, 41, 64, 0.5);
	color: #fff;
}
.pgn-btn.active a {
	background: rgba(238, 41, 64, 0.8);
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.pgn-btn:nth-child(n + 8):nth-last-child(n + 3) {
	display: none;
}
@media (max-width: 1440px) {
	.ppp {
		position: static;
	}
	.pgn-wrapper {
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.price-slider-block span {
		margin-bottom: 0;
	}
}

@media (max-width: 768px) {
	.main-page-products {
		padding: 0 12px;
		margin: 24px 0 40px;
	}
	.pgn-wrapper {
		flex-direction: column-reverse;
		gap: 24px;
		align-items: start;
	}
	.pgn {
		width: 100%;
	}
	.pgn > ul {
		justify-content: center;
	}
	.pgn ul.links {
		margin: 0 20px;
	}
	.pgn-btn:nth-child(n + 4):nth-last-child(n + 3) {
		display: none;
	}
}

/* footer */
footer {
	background-color: #f2f2f2;
	padding: 40px 0 32px;
}
.smartweb p {
	text-align: center;
	margin-top: 60px;
}
.smartweb p,
.smartweb p a {
	color: rgba(0, 0, 0, 0.8);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}

.smartweb p a {
	font-weight: 700;
}

.footer-wrapper {
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: space-between;
	gap: 32px;
}
.footer-logo img {
	width: 195px;
	height: 36px;
	object-fit: contain;
}

.rights {
	max-width: 402px;
}
.rights p {
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 24px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin-top: 16px;
}

.socials img:hover {
	filter: saturate(100) contrast(1) opacity(1);
}

.footer-navbar {
	display: flex;
	width: 65%;
}

.footer-ul {
	min-width: 25%;
}
.footer-navbar h5 {
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 24px;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px;
	font-feature-settings: "case" on;
}
.footer-navbar a {
	color: rgba(0, 0, 0, 0.6);
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}
@media (max-width: 1024px) {
	.footer-wrapper {
		flex-direction: column;
		justify-content: unset;
	}
	.rights {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: auto;
	}
	.rights p {
		text-align: center;
	}
	.footer-navbar {
		flex-direction: column;
		align-items: center;
		text-align: center;
		width: 100%;
		gap: 24px;
	}
	.smartweb p {
		margin-top: 40px;
	}
	footer {
		padding: 16px 0 32px;
	}
	.footer-navbar h5 {
		margin-bottom: 16px;
	}
}
.sales-page {
	margin-top: 0;
}
.page-title {
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	font-feature-settings: "case" on;
	margin-bottom: 56px;
	margin-top: 56px;
}

.page-title.mobile {
	display: none;
}

@media (max-width: 1024px) {
	.page-title.desktop {
		display: none;
	}
	.page-title {
		font-size: 24px;
		margin-bottom: 40px;
		margin-top: 32px;
	}
	.page-title.mobile {
		display: block;
		margin-top: 40px;
		margin-bottom: 32px;
	}
	.sales-page {
		padding: 0;
	}
}

.news-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.news {
	margin-bottom: 120px;
}
.news-card {
	padding: 12px;
	border-radius: 6px;
	border: 1.2px solid rgba(0, 0, 0, 0.15);
	background: #fff;
}

.news-card .news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}
.news-card .news-img {
	height: 300px;
	margin-bottom: 24px;
}
.news-card .news-title {
	color: #000;
	margin-bottom: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}
.news-card .news-desc {
	color: rgba(0, 0, 0, 0.7);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-card .see-more {
	display: block;
	width: fit-content;
	margin: 12px;
	margin-top: 24px;
	margin-left: auto;
	border-radius: 4px;
	background: #e4e4e4;
	border: none;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 12px 20px;
}
@media (max-width: 1200px) {
	.news-wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

@media (max-width: 768px) {
	.news-wrapper {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.news-card {
		padding: 10px;
	}
	.news-card .news-img {
		height: 187px;
		margin-bottom: 16px;
	}
	.news-card .see-more {
		margin: 0;
		margin-top: 24px;
	}
	.news-card .news-title {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.news-card .news-desc {
		font-size: 13px;
	}
	.news {
		margin-bottom: 56px;
	}
}

.breadcrumbs {
	margin-bottom: 32px;
	margin-top: 32px;
}
.breadcrumbs a {
	display: flex;
	align-items: center;
	width: fit-content;
	font-feature-settings: "case" on;
	color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	gap: 12px;
}
.breadcrumbs a span {
	border-radius: 4px;
	background: #e4e4e4;
	width: 39px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.news-inner-wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 111px;
}
.news-inner-wrapper .img {
	max-width: 970px;
	width: 58%;
	/* flex-shrink: 0; */
}
.news-inner-wrapper .img img {
	width: 100%;
	border-radius: 4px;
}
.news-inner-wrapper .text {
	max-width: 568px;
	width: 35%;
}
.news-inner-wrapper * {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	color: rgba(0, 0, 0, 0.9);
}

.news-inner-wrapper .title {
	color: #000;
	margin-bottom: 32px;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.news-inner-wrapper p {
	margin-bottom: 32px;
}

.news-inner-wrapper h5 {
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 700;
}

@media (max-width: 1200px) {
	.news-inner-wrapper {
		flex-direction: column-reverse;
		gap: 16px;
		margin-bottom: 80px;
	}
	.news-inner-wrapper .text,
	.news-inner-wrapper .img {
		max-width: unset;
		width: 100%;
	}
	.news-inner-wrapper .title {
		margin-bottom: 16px;
		font-size: 20px;
	}
	.news-inner-wrapper * {
		font-size: 13px;
	}
	.news-inner-wrapper p {
		margin-bottom: 16px;
	}
	.news-inner-wrapper h5 {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.news-inner-wrapper .img {
		height: 300px;
	}
	.news-inner-wrapper .img img {
		height: 100%;
		object-fit: cover;
	}
}

@media (max-width: 768px) {
	.breadcrumbs {
		margin: 20px 0;
	}
	.breadcrumbs a span {
		background-color: transparent;
		width: unset;
		height: unset;
	}
	.breadcrumbs a {
		gap: 5px;
		color: rgba(0, 0, 0, 0.9);
	}
	.breadcrumbs a span img {
		display: none;
	}
	.breadcrumbs a span::after {
		content: "";
		background-image: url("../img/srr.svg");
		background-repeat: no-repeat;
		background-size: contain;
		width: 15px;
		height: 15px;
		background-position: center;
		transform: rotate(90deg);
	}
	.news-inner-wrapper .img {
		height: 220px;
	}
	.news-inner-wrapper .img img {
		border-radius: 0;
	}
	.news-inner-container {
		padding: 0;
	}
	.news-inner-wrapper .text {
		padding: 0 12px;
	}
}
.help .page-title {
	margin-bottom: 16px;
}
.help p {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 45px;
	text-align: center;
}

.help p.helpsuccess {
	padding: 30px 40px;
	background: #47d160;
	border-radius: 5px;
	color: #fff;
	margin: 30px auto;
}

.help-form {
	max-width: 544px;
	margin: auto;
	display: block;
	width: 100%;
	margin-bottom: 120px;
}
.form-row {
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
}
.form-row input {
	width: 100%;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	padding: 14px;
	color: rgba(0, 0, 0, 0.5);
	font-family: "Helvetica Neue LT GEO";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline: none;
}
.form-row label {
	color: #000;
	font-family: "Helvetica Neue LT GEO";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-feature-settings: "case" on;
	margin-bottom: 8px;
}

.form-row textarea {
	padding: 14px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	height: 228px;
	resize: none;
	outline: none;
}

.help-form button {
	border-radius: 3px;
	background: var(--primary);
	border: none;
	display: flex;
	width: fit-content;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 14px 20px;
}
.modal {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	align-items: center;
	justify-content: center;
}
.modal.active {
	display: flex;
	z-index: 200;
}
.modal-content {
	border-radius: 4px;
	background: #fff;
	padding: 48px;
	width: fit-content;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 90%;
	margin: auto;
}
.check {
	background-color: rgba(112, 207, 152, 0.1);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}
.modal-content h6 {
	color: #000;
	margin-bottom: 8px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.modal-content p {
	color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
@media (max-width: 768px) {
	.help-form {
		margin-bottom: 72px;
	}
	.help p {
		margin-bottom: 32px;
	}
}
.cart-page {
	margin-bottom: 120px;
}
.cart-page .page-title {
	margin: 40px 0 32px;
}
.cart-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	border-radius: 4px;
	background: #f6f6f6;
	margin-bottom: 12px;
}

.cart-total .total p {
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-feature-settings: "case" on;
}

.cart-total .total span {
	color: var(--primary);
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-feature-settings: "case" on;
}

.cart-actions {
	display: flex;
	gap: 12px;
}

.cart-actions .btn {
	border-radius: 3px;

	border: none;
	padding: 15px 20px;
	color: #282828;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

.cart-actions .btn.clear-cart {
	background: #e2e2e2;
}
.cart-actions .btn.go-to-order {
	background-color: var(--primary);
	color: #fff;
}
.cart-actions #go-to-order-btn {
	background-color: var(--primary);
	color: #fff;
}
.cart-item {
	display: grid;
	grid-template-columns: 2fr 4fr 3fr 4fr 1.4fr 0.8fr;
	align-items: center;
	gap: 24px;
	padding: 8px;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding-right: 42px;
	margin-bottom: 8px;
}
.cart-item.order-box {
	grid-template-columns: 2fr 3fr 1fr 1fr 2fr 1fr 1.4fr 0.8fr;
}
.cart-wrapper .img {
    display: flex;
    justify-content: center;
    place-self: center;
}
.cart-item .img img {
	height: 104px;
    max-width: 100%;
    object-fit: contain;
    align-self: center;
}

.cart-item .desc p {
	color: #000;
	max-width: 255px;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.cart-item .actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.cart-item .actions button {
	background-color: transparent;
	flex-shrink: 0;
}
.cart-item .actions .q {
	padding: 8px 12px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	color: #000;
	text-align: center;
	font-family: "Helvetica Neue LT GEO";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cart-item .dlt {
	justify-self: end;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #dadada;
	cursor: pointer;
}
.cart-item .dlt img {
	flex-shrink: 0;
}

.cart-page .pgn-wrapper {
	justify-content: center;
}
.cart-modal h6 {
	font-weight: 700;
	max-width: 80%;
	margin: auto;
	margin-bottom: 56px;
	text-align: center;
}
.cart-modal .modal-content {
	padding: 32px;
	padding-top: 56px;
}
.cart-modal .cart-actions a {
	text-align: center;
}
.cart-modal .cart-actions {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	width: 100%;
}
@media (max-width: 1200px) {
	.cart-item {
		grid-template-columns: 2fr 3fr 2fr 2fr 1.4fr 0.8fr;
	}
}
@media (max-width: 1024px) {
	.cart-item {
		grid-template-columns: 1fr 1fr;
		padding: 8px;
		padding-bottom: 16px;
		gap: 8px;
		grid-template-rows: auto auto 60px;
		margin-bottom: 16px;
	}
	.cart-item.order-box {
		grid-template-columns: 1fr 1fr;
	}
	.cart-total {
		flex-direction: column;
		gap: 24px;
	}
	.cart-item .actions {
		justify-content: end;
		margin-top: 20px;
		margin-right: 8px;
	}
	.cart-total .cart-actions {
		flex-direction: column;
		width: 100%;
	}
	.cart-total .cart-actions a {
		width: 100%;
		text-align: center;
	}
	.cart-item .desc p {
		max-width: unset;
	}
	.cart-item .price {
		margin-top: 20px;
		margin-left: 8px;
	}
	.cart-item .price .new-price {
		font-size: 18px;
	}
	.cart-item .price .old-price {
		font-size: 14px;
	}
	.cart-item .item-total {
		margin-top: auto;
		margin-left: 8px;
	}
	.cart-item .item-total span {
		font-size: 22px;
	}
	.cart-item .dlt {
		margin-top: auto;
		margin-right: 8px;
	}
	.cart-item {
		position: relative;
	}
	.cart-item::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 70px;
		width: 100%;
		height: 1px;
		background: #d9d9d9;
		display: block;
	}
	.cart-page {
		margin-bottom: 80px;
	}
}

.profile-page .sections-wrapper section {
	display: none;
}
.profile-page .sections-wrapper section.active {
	display: block;
}
.profile-page .tab-names {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border-bottom: 1px solid #e7e7e7;
	gap: 8px;
}
.profile-page .tab {
	border-radius: 4px;
	background: #e8e8e8;
	padding: 15px 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(0, 0, 0, 0.9);
	font-family: "Helvetica Neue LT GEO";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-feature-settings: "case" on;
	cursor: pointer;
}
.profile-page .tab:hover {
	background-color: var(--secondary);
	color: #fff;
}
.profile-page .tab.active {
	background: var(--primary);
	color: #fff;
}
.logout {
	width: 100%;
	margin-top: 24px;
}
.logout button {
	padding: 20px;
	width: 100%;
	display: block;
	border-radius: 4px;
	background: var(--primary);
	color: #fff;
	text-align: center;
	font-family: "Helvetica Neue LT GEO";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-feature-settings: "case" on;
	border: none;
}
.my-info {
	padding-top: 40px;
	margin-bottom: 228px;
}
.my-info-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 544px;
	margin: auto;
	width: 100%;
	text-align: center;
}

.my-info-wrapper .page-title {
	margin-top: 0;
	margin-bottom: 24px;
}
.my-info-wrapper .info-wrapper {
	border-radius: 4px;
	padding: 56px;
	background: #f2f2f2;
	width: 100%;
	margin-bottom: 24px;
	position: relative;
}
.my-info-wrapper .info-wrapper .row:not(:last-child) {
	margin-bottom: 32px;
}
.my-info-wrapper .info-wrapper .row h6 {
	color: #000;
	font-family: "Helvetica Neue LT GEO";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-feature-settings: "case" on;
	margin-bottom: 8px;
}
.my-info-wrapper .info-wrapper .row h5 {
	font-feature-settings: "case" on;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.my-info-wrapper .edit {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.my-info-wrapper .edit img {
	flex-shrink: 0;
}
.pass-wrapper {
	width: 100%;
}
.pass-wrapper .title {
	text-align: center;
	font-family: "Helvetica Neue LT GEO";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-feature-settings: "case" on;
	margin-bottom: 12px;
}

.pass-block {
	padding: 26px;
	width: 100%;
	border-radius: 4px;
	background: #f2f2f2;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pass-block .edit {
	top: 14px;
	right: 13px;
}
section.card {
	margin-bottom: 600px;
}
.card-wrapper {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	gap: 24px;
}
.card-box {
	padding: 28px;
	border-radius: 16px;
	background: #eee;
	min-width: 394px;
}
.card-box .img {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}
.card-box img {
	max-width: 132px;
	flex-shrink: 0;
}
.card-box .row:not(:last-child) {
	margin-bottom: 18px;
}
.card-box .row span {
	color: rgba(0, 0, 0, 0.6);
	font-family: "Helvetica Neue LT GEO";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: block;
	margin-bottom: 6px;
}
.card-box .row .val {
	color: #219653;
	font-family: "Helvetica Neue LT GEO";
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.card-box .row .min {
	color: rgba(238, 41, 64, 0.9);
	font-family: "Helvetica Neue LT GEO";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.card-details {
	border-radius: 16px;
	border: 1px solid #d9d9d9;
	padding: 12px;
}
.card-details .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px;
}
.card-details .row.title {
	border-radius: 10px;
	background: #eee;
}
.card-details .row.title h4 {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-feature-settings: "case" on;
}
.card-details .row .k {
	color: #000;
	font-family: "Helvetica Neue LT GEO";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.card-details .row .v {
	color: #000;
	text-align: right;
	font-family: "Helvetica Neue LT GEO";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.card-details .row:not(:first-child, :last-child) {
	position: relative;
}
.card-details .row:last-child {
	padding-bottom: 8px;
}
.card-details .row:not(:first-child, :last-child)::after {
	background: #e8e8e8;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	width: calc(100% - 40px);
}
.my-info-modal .modal-content {
	padding: 40px;
	position: relative;
	min-width: 544px;
}
.my-info-modal form {
	width: 100%;
	margin-top: 5px;
}
.my-info-modal input {
	color: #000;
}
.my-info-modal .btn {
	margin-top: 30px;
	background-color: var(--primary);
	color: #fff;
	font-size: 14px;
	border: none;
	display: block;
	width: fit-content;
	margin-left: auto;
}
.my-info-modal .form-row {
	margin-bottom: 20px;
}
.my-info-modal .close {
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
	width: 28px;
	height: 28px;
	background-color: #e4e4e4;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}
.my-info-modal .close img {
	flex-shrink: 0;
}
.form-row .error-block {
	display: none;
}
.form-row {
	position: relative;
}
.form-row .error-block.active img {
	position: absolute;
	right: 12px;
	top: 37px;
}
.form-row .error-block span {
	color: var(--primary);
	font-family: "FiraGO";
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	display: block;
	margin-top: 8px;
}
.form-row .error-block.active {
	display: block;
}
.my-info-modal form.pass-form {
	margin-top: 40px;
}
.pass-form .form-row:first-of-type {
	padding-bottom: 16px;
	margin-bottom: 40px;
}
.pass-form .form-row:first-of-type::after {
	content: "";
	width: calc(100% + 80px);
	height: 1px;
	position: absolute;
	left: -40px;
	bottom: 0;
	background-color: #d9d9d9;
}
.transactions {
	margin-bottom: 120px;
}
.transactions-wrapper {
	border-radius: 16px;
	padding: 12px;
	border: 1px solid #d9d9d9;
	padding-bottom: 0;
}
.transactions-wrapper .title,
.transaction-card .head,
.transaction-card .body .table .row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 0.2fr;
	align-items: start;
	padding: 20px;
}
.overdue .transactions-wrapper .title,
.overdue .transaction-card .head,
.overdue .transaction-card .body .table .row {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 0.2fr;
}
.transactions-wrapper .title {
	border-radius: 10px;
	background: #eee;
}
.transaction-card .body .table {
	border-radius: 4px;
	background: #f6f6f6;
}
.transaction-card {
	position: relative;
}
.transaction-card:not(:last-child):after {
	content: "";
	height: 1px;
	width: calc(100% - 40px);
	position: absolute;
	left: 20px;
	bottom: 0;
	background: #e8e8e8;
}
.transaction-card .row.img {
	display: flex;
	justify-content: end;
	cursor: pointer;
}
.transactions-wrapper .title h6,
.transaction-card.active .body-head .row h6 {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-feature-settings: "case" on;
}
.transaction-card .head h6 {
	display: none;
}
.transaction-card.active .body-head .row span {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.transaction-card .body {
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
.transaction-card.active .body {
	height: auto;
	opacity: 1;
	visibility: visible;
}
.transaction-card .body .table .row:not(:last-of-type) {
	border-bottom: 1px solid #e8e8e8;
}
.transaction-card .body .table div {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.transaction-card .body-head {
	display: none;
}
.transaction-card .head span {
	color: #000;
	font-family: "Helvetica Neue LT GEO";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.transaction-card.active .show-card {
	transform: rotate(180deg);
}
.title-flex {
	position: relative;
}
.back-to-list {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	width: 30px;
	cursor: pointer;
}
.transaction-card.active:not(:only-of-type) {
	padding-bottom: 20px;
}
.transaction-card .status span,
.transaction-card .body .table .status div {
	color: var(--primary);
}
.hidden {
	display: none;
}
.transaction-card.active .row .res {
	grid-column: 4 / 5;
}
.transaction-card.active.overdue-card .row .res {
	grid-column: 5 / 6;
}
.transaction-card.active.overdue-card .row.status .res {
	grid-column: 4 / 5;
}
.datepicker {
	/* padding: 14px 20px; */
	border-radius: 3px;
	background: #eee;
	width: 111px;
	height: 69px;
	position: relative;
}
.datepicker label {
	width: 100%;
	color: rgba(0, 0, 0, 0.6);
	font-family: "Helvetica Neue LT GEO";
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 14px 20px;
}
.datepicker input {
	background-color: transparent;
	border: none;
	outline: none;
	width: 100%;
	display: block;
	margin-top: 8px;
	color: #000;
	font-family: "Helvetica Neue LT GEO";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	caret-color: transparent;
}
.dates {
	display: flex;
	gap: 8px;
	margin-bottom: 14px;
	align-items: center;
}
.dates .btn {
	height: fit-content;
	background: var(--primary);
	color: #fff;
	border-radius: 4px;
	padding: 15px 22px;
	border: none;
	font-family: "Helvetica Neue LT GEO";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-feature-settings: "case" on;
	cursor: pointer;
}

.orders {
	margin-bottom: 120px;
}
.order-card {
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	margin-bottom: 8px;
}
.order-card .head button {
	background-color: transparent;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 23px;
}
.order-card .head button::before {
	content: "";
	width: 1px;
	height: 28px;
	border-radius: 3px;
	background: #d9d9d9;
	display: inline-block;
}
.order-card .head img {
	cursor: pointer;
	flex-shrink: 0;
	width: 18px;
}
.order-card .head span {
	color: #000;
	font-family: "Helvetica Neue LT GEO";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.order-card .head span.date {
	text-align: right;
}
.order-card.active .head img {
	transform: rotate(180deg);
}
.order-card.active {
	background: #f6f6f6;
}
.order-card .more {
	text-align: right;
}
.order-card .more a {
	color: #2f80ed;
	font-family: "FiraGO";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	text-align: right;
}
.order-card .body {
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
.order-card.active .body {
	height: auto;
	visibility: visible;
	opacity: 1;
	padding: 12px;
	padding-bottom: 0;
	margin-top: 10px;
}
.order-card .head {
	display: grid;
	grid-template-columns: 0.1fr 2fr 1fr 0.14fr;
	padding: 23px 30px;
	align-items: center;
}

@media (max-width: 1400px) {
	.order-card .head {
		grid-template-columns: 0.15fr 2fr 1fr 0.2fr;
	}
}

.order-card .list {
	margin-top: 12px;
}
.order-card .order-total,
.order-card .order-total span {
	text-align: right;
	color: #000;
	font-family: "Helvetica Neue LT GEO";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-feature-settings: "case" on;
}
.order-card .order-total span {
	color: var(--primary);
}
@media (max-width: 1024px) {
	.profile-page .tab-names {
		overflow: scroll;
		justify-content: start;
		width: 100%;
		border: none;
		margin-bottom: 12px;
	}
	.order-card .head {
		padding: 20px 16px;
	}
	.order-card .head button {
		padding-left: 15px;
	}
	.transaction-card.active .row .res,
	.transaction-card.active.overdue-card .row .res,
	.transaction-card.active.overdue-card .row.status .res {
		grid-column: 2 / 3;
		text-align: right;
	}
	.order-card .order-total {
		display: none;
	}
	.order-card.active .body {
		margin-top: 0;
		padding: 0 8px;
	}
	.orders {
		margin-bottom: 92px;
	}
	.order-box {
		margin-bottom: 8px;
		grid-template-rows: auto auto 80px;
	}
	.order-box::after {
		bottom: 70px;
	}
	.order-box .more a {
		display: block;
		padding-top: 20px;
	}
	.order-box .item-total span.hidden {
		display: block;
		color: #000;
		font-family: "Helvetica Neue LT GEO";
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		font-feature-settings: "case" on;
	}
	.transaction-card .body .table .row {
		grid-template-columns: 1fr 1fr;
	}

	.transactions.active:has(.transaction-card.active) .back-to-list {
		display: block;
	}
	.transactions-wrapper:has(.transaction-card.active) {
		border: none;
		padding: 0;
	}
	.transactions-wrapper:has(.transaction-card.active)
		.transaction-card:not(.active) {
		display: none;
	}
	.overdue .transactions-wrapper .title {
		display: none;
	}
	.overdue .transaction-card .head {
		grid-template-columns: 1fr 0.1fr;
	}
	.overdue .transaction-card .body .table .row {
		grid-template-columns: 1fr 1fr;
		align-items: center;
	}
	.transaction-card.active .body {
		margin-bottom: 0;
	}

	.overdue .transaction-card.active .hidden {
		display: block;
		margin-bottom: 6px;
	}

	.transaction-card.active .body-head,
	.transaction-card.active .body-head .row {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}
	.transaction-card.active .head {
		display: none;
	}
	.transaction-card.active .body-head {
		gap: 16px;
		margin-bottom: 27px;
	}

	.transaction-card .head h6 {
		display: block;
		color: #000;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		font-feature-settings: "case" on;
		margin-bottom: 6px;
	}
	.transaction-card .head .row:not(:first-of-type) {
		margin-top: 16px;
	}
	.profile-page {
		overflow-x: hidden;
	}
	.transaction-card .head {
		grid-template-columns: 1fr 0.1fr;
		padding: 0;
		padding-bottom: 16px;
	}

	.transaction-card .row.img {
		grid-row: 1/5;
		grid-column: 2/-1;
		height: 100%;
		margin-top: 0 !important;
		align-items: center;
	}
	.overdue .transaction-card .row.img {
		grid-row: 1/7;
	}
	.transactions-wrapper {
		padding: 16px;
	}
	.transaction-card:not(:last-child) {
		margin-bottom: 16px;
	}
	.transaction-card:not(:last-child):after {
		width: 100%;
		left: 0;
	}
	.transaction-card.active:after {
		display: none;
	}
	.transaction-card:last-child .head {
		padding-bottom: 0;
	}
	.transaction-card .row.img img {
		transform: rotate(-90deg);
		width: 20px;
		height: 20px;
	}
	.transactions-wrapper .title {
		display: none;
	}
	section.card {
		margin-bottom: 120px;
	}

	.profile-page .tab-names::-webkit-scrollbar {
		display: none;
	}
	.profile-page .tab {
		padding: 12px 22px;
		flex-shrink: 0;
	}
	.my-info-wrapper .info-wrapper,
	.pass-block {
		padding: 24px;
	}
	.my-info-wrapper .info-wrapper .edit {
		top: 8px;
		right: 8px;
	}
	.my-info {
		padding-top: 0;
		margin-bottom: 72px;
	}
	.transaction-card.active {
		margin-bottom: 200px;
	}
}

@media (max-width: 768px) {
	.order-card .head {
		grid-template-columns: 0.2fr 1fr 1fr 0.2fr;
	}
	.card-wrapper {
		grid-template-columns: 1fr;
	}
	.datepicker {
		flex: 0.5;
	}
	.dates {
		flex-wrap: wrap;
	}
	.dates .btn {
		width: 100%;
	}

	.my-info-modal .modal-content {
		padding: 40px 16px 16px;
		min-width: unset;
		width: 90%;
	}
	.pass-form .form-row:first-of-type::after {
		width: calc(100% + 32px);
		left: -16px;
	}
	.my-info-modal .modal-content .btn {
		width: 100%;
	}

	.my-info-modal form.pass-form {
		margin-top: 10px;
	}
	.card-box .row .val {
		font-size: 24px;
	}
	.card-box .row:not(:last-child) {
		margin-bottom: 16px;
	}
	.card-box .row .min {
		font-size: 18px;
	}
	.card-details .row:not(:first-child, :last-child)::after {
		width: 100%;
	}
	.card-box {
		padding: 16px;
		min-width: unset;
	}
	section.card {
		margin-bottom: 64px;
	}
}

@media (max-width: 530px) {
	.order-card .head button::before {
		content: none;
	}
}

@media (max-width: 468px) {
	.order-card .head {
		grid-template-columns: 0.3fr 0.8fr 1fr 0.25fr;
	}
}

.ui-datepicker {
	width: 261px;
	border-radius: 3px;
	border: 1px solid #c5c5c5;
	background: #fff;
	box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
	padding: 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	border-radius: 2px 2px 0px 0px;
	background: #eee;
	padding: 12px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-next::after {
	content: "";
	background-image: url("../img/srr.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-next::after {
	transform: rotate(-90deg);
}
.ui-datepicker .ui-datepicker-prev::before {
	transform: rotate(90deg);
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: none;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: calc(100% - 24px);
	font-size: 0.9em;
	border-collapse: collapse;
	margin: 0 auto;
}
.ui-datepicker th {
	padding: 0.7em 0.3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-state-active {
	background-color: var(--primary);
	border-radius: 2px;
	color: #fff;
}
.ui-datepicker td {
	border: 0;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	margin: 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: 0.7em 0 0 0;
	padding: 0 12px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	cursor: pointer;
	border-radius: 3px;
	background: var(--primary);
	padding: 10px;
	margin-bottom: 12px;
	font-feature-settings: "case" on;

	color: #fff;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
	display: none;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	color: #595959;
	font-family: "Helvetica Neue LT GEO";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	padding: 12px 0;
	line-height: normal;
	background-color: transparent;
}

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-datepicker-other-month {
	opacity: 0.5;
}
.sign-in-page {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	display: flex;
	align-items: center;
	height: 100%;
	flex-direction: column;
	padding-top: 104px;
	background: #f2f2f2;
}

.sign-in-page .logo img {
	width: 248px;
	margin-bottom: 24px;
}

.sign-in-page .sign-in-form {
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 0px 14px 2px rgba(174, 174, 174, 0.2);
	max-width: 544px;
	width: calc(100% - 16px);
	padding: 48px;
}

.sign-in-page .modal.active {
	position: static;
	background-color: transparent;
	height: auto;
}

.sign-in-page .modal-content {
	margin: 0;
}

.sign-in-page .my-info-modal form {
	margin-top: 0;
}

.sign-in-page .form-row.actions {
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 0;
}

.sign-in-page .form-row.actions label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-feature-settings: unset;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 0;
}
.sign-in-page .form-row.actions a {
	color: rgba(0, 0, 0, 0.9);
	font-family: "FiraGO";
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
}
.sign-in-page .form-row.actions label input {
	accent-color: var(--primary);
	width: 14px;
	height: 14px;
}

.sign-in-page .form-btns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
	margin-top: 95px;
}
.sign-in-page .form-btns .btn {
	width: 100%;
	margin: 0;
	text-align: center;
}
.pass-actions {
	position: absolute;
	right: 13px;
	bottom: 13px;
	height: 18px;
	cursor: pointer;
}
.pass-actions .hide-password,
.pass-actions.active .see-password {
	display: none;
}
.pass-actions.active .hide-password {
	display: block;
}

.sign-in-page .form-btns a.btn {
	background: #e2e2e2;
	color: #282828;
}
.sign-up-page .pass-form .form-row:first-of-type::after {
	display: none;
}
.sign-up-page .pass-form .form-row:first-of-type {
	margin-bottom: 0;
}
.sign-up-page .form-row.actions label a {
	color: #000;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
}
.sign-up-page .form-btns {
	margin-top: 35px;
}

.sign-up-page {
	min-height: 100vh;
	height: auto;
	padding-bottom: 50px;
}
.pass-recovery-title {
	color: #000;
	margin-bottom: 32px;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.pass-recovery-msg {
	color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.pass-recovery-form button {
	grid-column: 1 / -1;
}
.pass-recovery-form label {
	font-feature-settings: unset;
}
.new-password label span {
	color: rgba(0, 0, 0, 0.5);
	font-family: "FiraGO";
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
}
.pass-recovery-success .check {
	width: 112px;
	height: 112px;
}
.pass-recovery-success a {
	border-radius: 3px;
	background: #ee2940;
	color: #fff;
	text-align: center;
	margin-top: 93px;
	border: none;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	width: 100%;
}
.pass-recovery-success .modal-content {
	min-width: 544px;
}
@media (max-width: 768px) {
	.sign-in-page .sign-in-form {
		padding: 36px 16px 16px;
		height: 100%;
	}
	.pass-recovery-success a {
		margin-top: auto;
	}
	.pass-recovery-success .modal-content {
		padding: 16px;
		padding-top: 96px;
		width: 100%;
		min-width: unset;
		height: 100%;
	}

	.sign-up-page .sign-in-form {
		min-height: 100vh;
		margin-bottom: 20px;
	}

	.sign-in-page .form-btns {
		grid-template-columns: 1fr;
		margin-top: auto;
		gap: 8px;
	}
	.sign-up-page .form-btns {
		margin-top: 48px;
	}
	.sign-in-page .my-info-modal form {
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.sign-in-page {
		padding-top: 48px;
		padding-bottom: 24px;
	}
	.sign-in-page .logo img {
		margin-bottom: 40px;
		width: 200px;
	}
	.sign-in-page .form-btns a.btn {
		order: 2;
	}
	.sign-in-page .modal.active {
		height: -webkit-fill-available;
	}
}

.category-select {
	position: relative;
}
.category-dropdowns {
	position: absolute;
	top: 0;
	left: 0;
	/* min-width: 1066px; */
}

.select-tags {
	gap: 8px;

	display: flex;
	flex-wrap: wrap;
}
.select-categories {
	gap: 8px;
	display: flex;
	flex-wrap: wrap;
}
.brand-select
	.select2-container
	.select2-selection--multiple
	.select2-selection__rendered {
	display: none;
}

.brand-select
	.select2-container--default.select2-container--focus
	.select2-selection--multiple,
.brand-select .select2-container--default .select2-selection--multiple {
	border: none;
	outline: none;
	background-color: transparent;
	padding-bottom: 0;
}
.brand-select .select2-container .selection {
	padding-top: 10px;
	padding-bottom: 8px;
}
.brand-select
	.select2-container--default.select2-container--focus
	.select2-selection--multiple
	> span:first-child,
.brand-select
	.select2-container--default
	.select2-selection--multiple
	> span:first-child {
	/* content: "ბრენდი"; */
	color: #000;
	font-family: "Helvetica Neue LT GEO";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.brand-select .select2-container--default .select2-selection--multiple::after {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	right: -13px;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
	content: "";
	transition: all 0.3s;
}

.brand-select
	.select2-container--default
	.select2-selection--multiple[aria-expanded="true"]::after {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}
.brand-select .select2-search.select2-search--inline {
	display: none;
}



.location-select
	.select2-container
	.select2-selection--multiple
	.select2-selection__rendered {
	display: none;
}

.location-select
	.select2-container--default.select2-container--focus
	.select2-selection--multiple,
.location-select .select2-container--default .select2-selection--multiple {
	border: none;
	outline: none;
	background-color: transparent;
	padding-bottom: 0;
}
.location-select .select2-container .selection {
	padding-top: 10px;
	padding-bottom: 8px;
}
.location-select
	.select2-container--default.select2-container--focus
	.select2-selection--multiple
	> span:first-child,
.location-select
	.select2-container--default
	.select2-selection--multiple
	> span:first-child {
	/* content: "ბრენდი"; */
	color: #000;
	font-family: "Helvetica Neue LT GEO";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.location-select .select2-container--default .select2-selection--multiple::after {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	right: -13px;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
	content: "";
	transition: all 0.3s;
}

.location-select
	.select2-container--default
	.select2-selection--multiple[aria-expanded="true"]::after {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}
.location-select .select2-search.select2-search--inline {
	display: none;
}



.select-tags:has(span) {
	margin-bottom: 24px;
}
.select-tags span {
	border-radius: 4px;
	border: 1px solid #c7c7c7;
	background: #eee;
	display: flex;
	gap: 12px;
	align-items: center;
	width: fit-content;
	padding: 14px 20px;
}
.select-tags span svg {
	cursor: pointer;
}
.option-dropdown {
	opacity: 0;
	visibility: hidden;
	display: grid;
	z-index: -1000;
	position: absolute;
	left: 0;
	top: 0;
	height: auto;
	grid-template-columns: repeat(4, auto);
	gap: 64px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
	min-width: max-content;
	margin-left: 292px;
}
.option-dropdown.active {
	opacity: 1;
	visibility: visible;
	z-index: 100;
	padding: 20px;
	padding-bottom: 80px;
}

.cat-block-title {
	color: var(--primary);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 12px;
}
.cat-inner-list li {
	color: rgba(0, 0, 0, 0.9);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 8px;
	cursor: pointer;
}
.option-dropdown .return {
	display: none;
	align-items: center;
	color: rgba(0, 0, 0, 0.9);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-feature-settings: "case" on;
	width: fit-content;
}
.cat-inner-list li:hover {
	color: var(--secondary);
}
@media (max-width: 1366px) {
	.option-dropdown {
		grid-template-columns: repeat(2, auto);
	}
}
@media (max-width: 1024px) {
	.category-select {
		position: static;
	}
	.option-dropdown .return {
		display: flex;
	}
	.option-dropdown .return img {
		transform: rotate(90deg);
	}
	.category-dropdowns {
		top: 0;
		left: 0;
		min-width: unset;
		width: 100%;
	}
	.option-dropdown {
		margin-left: 0;
		gap: 24px;
		width: 100%;
		grid-template-columns: 1fr;
		grid-auto-rows: max-content;
		left: -100%;
		top: 0;
		height: 100%;
		padding-bottom: 20px;
		padding-top: 100px;
	}
	.option-dropdown.active {
		/* position: fixed;
		top: 0;
		left: 0;
		height: 100%; */
		z-index: 10000;
		left: 0;
		padding-bottom: 20px;
		padding-top: 100px;
		position: fixed;
		overflow-y: scroll;
	}
}
/* contact page */
.contact-wrapper {
	max-width: 828px;
	width: 100%;
	margin: auto;
	margin-bottom: 180px;
}
.contact-links {
	margin-bottom: 48px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.contact-links a {
	display: flex;
	align-items: center;
	padding: 16px;
	gap: 10px;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	background: #fff;
}
.contact-links a img {
	flex-shrink: 0;
}

.warehouse {
	text-align: center;
}
.warehouse h5 {
	color: #000;
	text-align: center;
	font-feature-settings: "case" on;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 17px;
}

.warehouse-list {
	border-radius: 12px;
	border: 1px solid #f0f0f0;
	display: flex;
	flex-direction: column;
	padding: 20px 32px;
}

.warehouse-list a {
	padding: 20px 0;
	border-bottom: 1px solid #f0f0f0;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.warehouse-list a:first-child {
	padding-top: 0;
}
.warehouse-list a:last-child {
	padding-bottom: 0;
	border: none;
}

@media (max-width: 768px) {
	.contact-links {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-bottom: 40px;
	}
	.warehouse-list {
		padding: 16px;
	}
	.warehouse-list a {
		padding: 16px 0;
	}
	.contact-page .page-title {
		margin-bottom: 20px;
	}
	.contact-wrapper {
		margin-bottom: 64px;
	}
}

/* terms */
.terms {
	max-width: 828px;
	margin: 0 auto;
	margin-bottom: 80px;
	margin-top: 40px;
}
.terms .section-title {
	color: #000;
	text-align: center;
	font-feature-settings: "case" on;
	font-family: Helvetica Neue LT GEO;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 24px;
}
.terms .contents {
	border-radius: 12px;
	border: 1px solid #f0f0f0;
	padding: 0 32px;
	display: flex;
	flex-direction: column;
	margin-bottom: 32px;
}
.terms .contents a {
	padding: 19px;
	border-bottom: 1px solid #f0f0f0;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.terms .contents a:last-child {
	border: none;
}

/* .terms ol {
	list-style: none;
	counter-reset: item;
}

.terms ol li::before {
	content: counter(item);
	margin-right: 5px;
}
.terms ol li {
	counter-increment: item;
} */
.terms ul {
	list-style: initial;
}
.terms ul,
.terms ol {
	padding-inline-start: 15px;
}
.terms .block-title,
.terms h1,
.terms h1 > *,
.terms h2,
.terms h2 > *,
.terms h3,
.terms h3 > *,
.terms h4,
.terms h4 > *,
.terms h5,
.terms h5 > *,
.terms h6,
.terms h6 > * {
	color: #000;
	font-feature-settings: "case" on;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.terms .block-title,
.terms h1,
.terms h2,
.terms h3,
.terms h4,
.terms h5,
.terms h6 {
	margin-bottom: 16px;
}

.terms > * {
	font-style: normal;
	line-height: normal;
	font-family: "Helvetica Neue LT GEO";
}

.terms li,
.terms p {
	margin-bottom: 8px;
	color: #000;
	font-family: "Helvetica Neue LT GEO";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.terms .terms-content > div {
	margin-bottom: 32px;
}

@media (max-width: 1024px) {
	.terms {
		margin-bottom: 56px;
	}
}

.download-products{
    width: 100%;
    display: block;
    text-align: center;
    font-family: "Helvetica Neue LT GEO";
    font-style: normal;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 13px;
}
