:root {
	--primary-color: #3DAF3D;
	--dark-color: #1D1D1B;
	--red-color: #FF383C;
	--yellow-color: #FFCC00;

	--section-padding-top: 80px;
	--section-padding-bottom: 80px;

	--section-padding-bottom-smaller: 40px;
	--section-padding-top-smaller: 40px;

	--header-height: 100px;
	--header-element-height: 100px;

	--s2-radius: 5px;
	--s2-h: 56px;
	--s2-accent: #27c34a;
	--s2-border: #e6e6e6;
	--s2-text: var(--dark-color);
	--s2-shadow: 0 18px 45px rgba(0, 0, 0, .28);

	--dd-green: var(--primary-color);
	--dd-black: var(--dark-color);
	--dd-border: #e6e6e6;
	--dd-radius: 5px;
	--dd-shadow: 0 18px 45px rgba(0, 0, 0, .28);

	--default-row-gap: 20px;
	--margin-default-small: 20px;
	--margin-default-big: 40px;
}

*, *::before, *::after {
	box-sizing: border-box !important;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	font-family: "Roboto", sans-serif;
	overflow-x: hidden !important;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1060;
	transition: background-color 0.3s ease;
	height: var(--header-element-height);
}

main {
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - 250px);
	padding-top: var(--header-element-height);
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

dl, ol, ul, p {
	margin-bottom: 0;
	margin-top: 0;
}

a {
	text-decoration: none;
}

html.cart-open,
body.cart-open {
	overflow: hidden;
}

.section-general {
	padding-top: var(--section-padding-top);
	padding-bottom: var(--section-padding-bottom);
}

.smaller-padding-top-section {
	padding-top: var(--section-padding-top-smaller) !important;
}

.section-cornered-opening {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 400px;
	display: flex;
	align-items: center;
}

.section-uplifted {
	margin-top: calc(-1 * var(--header-element-height));
	transition: margin-top 0.3s ease;
}

.blank-link {
	color: inherit !important;
}

.blank-btn {
	border: none !important;
	outline: none !important;
	background: none !important;
	padding: 0 !important;
}

.fw-700 {
	font-weight: 700 !important;
}

.fs-14 {
	font-size: 14px !important;
}

.br-10 {
	border-radius: 10px !important;
}

.mb-big {
	margin-bottom: var(--margin-default-big);
}

.mt-big {
	margin-top: var(--margin-default-big);
}

.mb-small {
	margin-bottom: var(--margin-default-small);
}

.mt-small {
	margin-top: var(--margin-default-small);
}

.mb-10 {
	margin-bottom: 10px !important;
}

.form-control {
	box-shadow: none !important;
	border-radius: 5px !important;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	font-weight: 400;
	border: none !important;
	outline: none !important;
	color: var(--dark-color);
	background-color: #F3F4F6 !important;
}

.form-control.separate-input {
	width: 60px !important;
	height: 60px !important;
	font-size: 1.5em;
	background-color: #fff !important;
	border: 1px solid var(--dark-color) !important;
}

.form-group-separate-inputs {
	margin-top: var(--margin-default-small);
	margin-bottom: var(--margin-default-small);
}

textarea.form-control {
	height: auto !important;
	padding-top: 10px;
}

.form-control.with-border {
	border: 1px solid #F3F4F6 !important;
	background-color: #fff !important;
}

.form-control:disabled,
.form-control.disabled {
	background-color: #F3F4F6 !important;
	cursor: not-allowed !important;
}

.form-label,
.form-check-label {
	font-size: 16px;
	font-weight: 700;
	color: var(--dark-color);
	margin-bottom: 10px;
	display: inline-block;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check {
	padding-left: 0;
	display: flex;
	gap: 10px;
	align-items: center;
}

.form-check .form-check-input {
	float: unset;
	margin: 0;
}

.form-group {
	margin-bottom: var(--margin-default-small);
}

.form-check-input.cb-figma {
	width: 20px;
	height: 20px;
	border-radius: 2px;
	border: 2px solid var(--dark-color);
	background-color: #fff !important;
	box-shadow: none;
}

.form-check-input.cb-figma:focus {
	box-shadow: none;
	border-color: var(--dark-color);
}

.form-check-input.cb-figma:checked {
	background-color: #fff !important;
	border-color: var(--dark-color);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.2 8.4l2.6 2.6 7-7' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 15px;
}

.form-check-input.cb-figma:not(:checked) {
	background-image: none;
}

.form-check-input.cb-figma.smaller {
	width: 16px;
	height: 16px;
	margin-top: 0;
}

.input-with-icon {
	position: relative;
}

.input-with-icon .form-control {
	padding-right: 40px;
}

.input-icon {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 1;
}

.input-icon i {
	font-size: 16px;
	color: var(--dark-color);
}

.input-icon a {
	line-height: 0;
	pointer-events: auto;
}

.btn:not(.dropdown-toggle) {
	border: none !important;
	outline: none !important;
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	transition: background-color 0.3s ease, color 0.3s ease;
	text-align: center !important;
	background-image: none;
	font-weight: 700;
	font-size: 16px;
	padding-left: 25px;
	padding-right: 8px;
	transition: transform 250ms ease-in-out;
}

.btn.btn-big {
	padding-top: 8px;
	padding-bottom: 8px;
}

.btn:not(.dropdown-toggle):hover {
	transform: translateY(-5px) !important;
}

.btn.general {
	padding-left: 25px;
	padding-right: 25px;
}

.btn img:not(.header-avatar) {
	height: 20px;
}

.btn i {
	font-size: 20px;
}

.btn-primary {
	background-color: var(--primary-color) !important;
	color: var(--dark-color) !important;
}

.btn-primary.inactive {
	background-color: #F3F4F6 !important;
}

.btn-primary i {
	color: var(--dark-color) !important;
}

.btn-secondary.white {
	background-color: #fff !important;
	color: var(--dark-color) !important;
}

.btn-secondary.dark {
	background-color: var(--dark-color) !important;
	color: #fff !important;
}

.btn.small-h-padding {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.small-danger-btn {
	background-color: var(--red-color) !important;
	color: #fff !important;
	display: flex;
	box-shadow: none !important;
	align-items: center;
	justify-content: center;
	height: 30px;
	border-radius: 5px;
	padding: 0 10px;
	border: none !important;
	font-weight: 700;
}

.general-dropdown-cont .btn {
	background-color: transparent !important;
	color: var(--dark-color) !important;
	border: unset !important;
	padding: 0;
}

.general-dropdown-cont.mobile .btn {
	background-color: #fff !important;
	border-radius: 5px;
	padding: 7px 10px;
}

.general-dropdown-cont .dropdown-menu {
	background-color: var(--dark-color) !important;
	border-radius: 5px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	border: none !important;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
}

.general-dropdown-cont.mobile .dropdown-menu {
	background-color: #F3F4F6 !important;
}

.general-dropdown-cont.mobile .dropdown-menu .dropdown-item{
	color: var(--dark-color) !important;
}

.general-dropdown-cont .dropdown-menu>li:first-of-type .dropdown-item {
	padding-top: 8px;
}

.general-dropdown-cont .dropdown-menu>li:last-of-type .dropdown-item {
	padding-bottom: 8px;
}

.general-dropdown-cont .dropdown-menu .dropdown-item.active,
.general-dropdown-cont .dropdown-menu .dropdown-item:hover,
.general-dropdown-cont .dropdown-menu .dropdown-item:focus {
	background-color: var(--primary-color) !important;
	color: var(--dark-color) !important;
}

.general-link {
	color: #fff;
}

.general-link:hover,
.general-link:focus {
	color: var(--primary-color);
}

.general-box {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 4px 20px 0px #0000001A;
	padding: 20px;
}

.general-box.dark {
	background-color: var(--dark-color);
}

.general-box.auth-box .h3-general {
	text-transform: uppercase;
	margin-bottom: var(--margin-default-small);
}

.general-box.dark .form-label {
	color: #fff;
}

.general-box.gray {
	background-color: #F3F4F6;
}

.general-box.small-padding {
	padding: 10px;
}

.general-box-partner .general-text {
	color: #fff;
}

.general-box.stat-box {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.form-label.required::after {
	content: " ★";
	color: var(--red-color);
	font-size: 12px;
	vertical-align: super;
    line-height: 1;
}

/* Alerts */
.alert {
	box-shadow: 0px 5px 20px 0px #00000040;
	border-radius: 5px !important;
	border: none !important;
	font-weight: 500 !important;
}

.alert.thin,
.section__quote-content .alert {
	padding-top: 10px;
	padding-bottom: 10px;
}

.alert.alert-success {
	background-color: var(--primary-color) !important;
	color: var(--dark-color) !important;
}

.alert.alert-danger {
	background-color: var(--red-color) !important;
	color: #fff !important;
}

.alert.alert-danger li {
	list-style: none;
}

.alert.alert-danger ul {
	padding-left: 0;	
}

/* Texts */
.text-white {
	color: #fff !important;
}

.text-dark {
	color: var(--dark-color) !important;
}

.text-primary {
	color: var(--primary-color) !important;
}

.text-yellow {
	color: var(--yellow-color) !important;
}

.text-danger {
	color: var(--red-color) !important;
}

.text-right {
	text-align: right !important;
}

.document-container * {
	color: var(--dark-color) !important;
} 

.form-group .text-danger {
	font-size: 14px;
	margin-top: 5px;
	display: block;
	font-weight: 500;
}

.general-text {
	color: var(--dark-color);
	font-size: 16px;
	line-height: 1.35;
	font-weight: 400;
}

.h1-general {
	font-size: 60px;
	line-height: 1.2;
	font-weight: 700;
	color: var(--dark-color);
}

.h2-general {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
	color: var(--dark-color);
}

.h3-general {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	color: var(--dark-color);
}

.small-text {
	font-size: 14px;
	line-height: 1.3;
	color: var(--dark-color);
	font-weight: 400;
}

/* SweetAlert ========================================= */
.swal2-styled.swal2-confirm, .swal2-styled.swal2-cancel {
	font-weight: 500 !important;
	line-height: 20px;
	letter-spacing: 0.07em;
	border-radius: 30px !important;
	box-shadow: none !important;
}

.swal2-styled.swal2-confirm, .swal2-styled.swal2-confirm:active, .swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-cancel, .swal2-styled.swal2-cancel:active, .swal2-styled.swal2-cancel:focus {
	color: #fff !important;
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel  {
	border: 1px solid var(--primary-color) !important;
} 

.swal2-styled.swal2-cancel {
	background-color: #fff !important;
	color: var(--primary-color) !important;
}

.swal2-icon.swal2-info {
	border-color: var(--primary-color) !important;
	color: var(--primary-color) !important;
}

.quote-delete-swal {
	width: 100%;
	max-width: 380px;
	padding: 20px;
	border-radius: 10px;
}

.quote-delete-swal-html {
	margin: 0 !important;
	padding: 0 !important;
}

.quote-delete-modal {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.quote-delete-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin-bottom: var(--margin-default-small);
}

.quote-delete-icon i {
	font-size: 40px;
	color: var(--red-color) !important;
}

.quote-delete-title {
	margin: 0 0 12px 0;
}

.quote-delete-text {
	margin: 0;
	max-width: 260px;
}

.quote-delete-swal-actions {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
	margin: 20px 0 0 0 !important;
	padding: 0;
}

.quote-delete-swal-actions .btn {
	width: 100%;
	margin: 0 !important;
}

.quote-delete-swal-actions .btn {
	display: inline-flex !important;
}

/* Tables */
.table-wrapper {
	border-radius: 5px;
 	box-shadow: 0px 4px 20px 0px #0000001A;
	overflow-x: auto;
	overflow-y: hidden;
}

.table-general {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.table-general thead {
	background-color: #F3F4F6;
}

.table-general thead tr th,
.table-general tbody tr td {
	padding: 12px 15px;
}

.table-general thead tr > th:first-of-type,
.table-general tbody tr > td:first-of-type {
	padding-left: 20px;
}

.table-general thead tr > th:last-of-type,
.table-general tbody tr > td:last-of-type {
	padding-right: 20px;
}

.table-general tbody > tr:not(:last-of-type) {
	border-bottom: 1px solid #F3F4F6 !important;
}

.table-general th,
.table-general td {
	white-space: nowrap;
}

.table-status-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
}

/* Select2 */
.s2-figma+.select2-container {
	font-family: inherit;
}

.s2-figma+.select2-container--default .select2-selection--single {
	height: var(--s2-h);
	background: #fff;
	border: 1px solid var(--s2-border);
	border-radius: var(--s2-radius);
	box-shadow: var(--s2-shadow);
	border-bottom: 4px solid var(--s2-accent);

	display: flex;
	align-items: center;

	padding-left: 18px;
	padding-right: 64px;

	box-sizing: border-box;
}

.s2-figma.small + .select2-container--default .select2-selection--single {
	border-bottom: 1px solid #F3F4F6;
	box-shadow: none !important;
	height: 40px;
	border: 1px solid #F3F4F6;
	border-radius: 5px;
}

.s2-figma.small.with-b-shadow + .select2-container--default .select2-selection--single {
	box-shadow: 0px 4px 20px 0px #0000001A !important;
}

.s2-figma.small.grey + .select2-container--default .select2-selection--single {
	border: none;
	background: #F3F4F6;
}

.s2-figma+.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
	margin: 0;
	color: var(--s2-text);
	font-weight: 700;
	line-height: calc(var(--s2-h) - 4px);
}

.s2-figma+.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: rgba(0, 0, 0, .45);
	font-weight: 700;
}

.s2-figma+.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 64px;
	height: var(--s2-h);
	display: grid;
	place-items: center;
}

.s2-figma.small + .select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 50px;
	height: 40px;
}

.s2-figma+.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.s2-figma+.select2-container--default .select2-selection--single .select2-selection__arrow::before {
	content: "";
	width: 30px;
	height: 30px;
	border: 2px solid var(--s2-text);
	border-radius: 999px;
	box-sizing: border-box;
}

.s2-figma.small + .select2-container--default .select2-selection--single .select2-selection__arrow::before {
	width: 20px;
	height: 20px;
	border: 1px solid var(--s2-text);
}

.s2-figma+.select2-container--default .select2-selection--single .select2-selection__arrow::after {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	border-right: 2px solid var(--s2-text);
	border-bottom: 2px solid var(--s2-text);
	transform: rotate(45deg);
	margin-top: -2px;
}

.s2-figma.small + .select2-container--default .select2-selection--single .select2-selection__arrow::after {
	width: 6px;
	height: 6px;
	border-right: 1px solid var(--s2-text);
	border-bottom: 1px solid var(--s2-text);
}

.s2-figma+.select2-container--open .select2-selection--single .select2-selection__arrow::after {
	transform: rotate(-135deg);
	margin-top: 2px;
}

.s2-figma+.select2-container--default.select2-container--focus .select2-selection--single {
	box-shadow: 0 22px 55px rgba(0, 0, 0, .32);
}

.s2-figma.small + .select2-container--default.select2-container--focus .select2-selection--single {
	box-shadow: none !important;
}

.s2-figma.small.with-b-shadow + .select2-container--default.select2-container--focus .select2-selection--single {
	box-shadow: 0px 4px 20px 0px #0000001A !important;
}

.s2-figma+.select2-container--default .select2-dropdown {
	border: 1px solid var(--s2-border);
	border-radius: 14px;
	box-shadow: var(--s2-shadow);
	overflow: hidden;
}

.s2-figma+.select2-container--default .select2-search--dropdown {
	display: none;
}

.s2-figma+.select2-container--default .select2-results__option {
	padding: 14px 16px;
	font-weight: 700;
	color: var(--s2-text);
}

.s2-figma+.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background: rgba(39, 195, 74, .14);
	color: var(--s2-text);
}

.s2-figma+.select2-container--default .select2-results__option--selected {
	background: rgba(0, 0, 0, .06);
}

.s2-figma.disabled {
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.select2-dropdown.s2-dd-figma {
	background: #fff !important;
	border: 1px solid var(--dd-border) !important;
	border-radius: var(--dd-radius) !important;
	box-shadow: var(--dd-shadow) !important;
	overflow: hidden;
}

.select2-dropdown.s2-dd-figma .select2-search--dropdown {
	background: #fff !important;
	padding: 10px 12px !important;
	border-bottom: 1px solid rgba(0, 0, 0, .08) !important;
	position: relative;
}

.select2-dropdown.s2-dd-figma .select2-search__field {
	height: 40px !important;
	border: 1px solid rgba(0, 0, 0, .08) !important;
	border-radius: 10px !important;
	padding: 0 44px 0 12px !important;
	outline: none !important;
	box-shadow: none !important;
	font-weight: 600 !important;
	color: var(--dd-black) !important;
	box-sizing: border-box !important;
}

.select2-dropdown.s2-dd-figma .select2-search--dropdown::after {
	content: "";
	position: absolute;
	right: 24px;
	top: 50%;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	opacity: .95;
	background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
	pointer-events: none;
}

.select2-dropdown.s2-dd-figma .select2-results__option {
	background: transparent !important;
	padding: 5px 16px !important;
	font-weight: 700 !important;
	color: var(--dd-black) !important;
}

.select2-dropdown.s2-dd-figma .select2-results__option--highlighted.select2-results__option--selectable {
	background: rgba(255, 255, 255, .18) !important;
	color: var(--dd-black) !important;
}

.select2-dropdown.s2-dd-figma .select2-results__option--selected {
	background: rgba(255, 255, 255, .10) !important;
	color: var(--dd-black) !important;
}

.select2-dropdown.s2-dd-figma .select2-results__message {
	color: rgba(17, 17, 17, .75) !important;
	padding: 12px 16px !important;
	font-weight: 600 !important;
}

.select2-dropdown.s2-dd-figma .select2-results__option--highlighted.select2-results__option--selectable {
	background: var(--dd-green) !important;
	color: var(--dd-black) !important;
}

.select2-dropdown.s2-dd-figma .select2-results__option--selected {
	background: var(--dd-green) !important;
	color: var(--dd-black) !important;
}

/* Toastify ================== */
.toastify {
	border-radius: 10px;
	box-shadow: none !important;
	font-weight: 500;
}

.toastify .toast-close {
	position: absolute;
	top: 0;
	right: 5px;
	padding: 0;
}

.toastify-success {
	border: none !important;
	background: var(--primary-color) !important;
	color: var(--dark-color) !important;
}

.toastify-success .toast-close {
	color: #fff !important;
}

.toastify-danger {
	border: none !important;
	background: var(--red-color) !important;
	color: #fff !important;
}

.toastify-danger .toast-close {
	color: #fff !important;
}

/* Accordion */
.orders-accordion {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.orders-accordion.mobile {
	display: none;
}

.orders-accordion > .acc-item {
	border-top: 1px solid #efefef;
}

.acc-header {
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	background: transparent;
	border: 0;
	cursor: pointer;
	text-align: left;
}

.acc-circle {
	width: 25px;
	height: 25px;
	border-radius: 999px;
	border: 2px solid #222;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	transition: transform 160ms ease;
}

.acc-chevron {
	width: 12px;
	height: 12px;
	display: block;
}

.acc-body {
	overflow: hidden;
	max-height: 0;
	transition: max-height 220ms ease;
}

.acc-item.is-open .acc-circle {
	transform: rotate(180deg);
}

.order-accordion-body-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 35px;
	padding: 0 25px;
}

.acc-body > .order-accordion-body-line:nth-child(odd) {
	background-color: #F3F4F6
}

.acc-body > .order-accordion-body-line:nth-child(even) {
	background-color: #fff;
}

.acc-body .table-status-flex {
	gap: 10px;
}

/* Animations */
@keyframes fade-in {
	from { opacity: 0; transform: translateY(20px); }
	to   { opacity: 1; transform: translateY(0); }
}

.animate-fade-in {
	animation: fade-in 0.5s ease-out forwards;
}

/* Header */
.section-header {
	height: var(--header-height);
	transition: height 0.3s ease, background-color 0.3s ease;
	display: flex;
	align-items: center;
}

.sticky-header {
	--header-height: 60px;
}

.sticky-header .section-header {
	background: #FFFFFFCC;
	backdrop-filter: blur(4px);
}

.main-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.main-logo-container img {
	height: 23px;
	width: auto;
}

.main-nav-container {
	display: flex;
	align-items: center;
	gap: 20px;
	background-color: #fff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 10px 20px;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.sticky-header .main-nav-container {
	background-color: transparent;
	box-shadow: none;
}

.main-nav-link {
	display: flex;
	align-items: center;
	gap: 5px;
	border-bottom: 2px solid transparent;
	margin-top: 2px;
	transition: border-bottom 0.3s ease;
}

.main-nav-link.with-interaction:hover,
.main-nav-link.with-interaction:focus,
.main-nav-link.with-interaction.active {
	border-bottom: 2px solid var(--primary-color);
}

.main-nav-link img {
	height: 19px;
	width: auto;
}

.menu-item-mobile,
.hamburger-icon-menu-item,
.main-logo-link--mobile {
	display: none;
}

.main-logo-link--mobile img {
	height: 15px;
}

.offcanvas-h3 {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}

.offcanvas-backdrop {
	z-index: 1061;
}

.offcanvas {
	z-index: 1062;
}

#mobileMenu {
	background-color: var(--dark-color);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#mobileMenu .offcanvas-header {
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

#mobileMenu .offcanvas-body {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

#mobileMenu .offcanvas-body > .mobile-menu-item:not(:last-of-type) {
	border-bottom: 1px solid #FFFFFF80;
}

#cartCanvas {
	background-color: #F3F4F6;
}

#cartCanvas * {
	color: var(--dark-color);
}

#cartCanvas .offcanvas-header {
	padding: 20px;
}

#cartCanvas .offcanvas-header i {
	color: var(--dark-color);
	font-size: 20px;
}

#cartCanvas .offcanvas-body {
	padding: 0;
}

#cartCanvas .offcanvas-header.cart-canvas-header {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	padding: 20px;
}

.cart-canvas-header-left {
	min-width: 0;
}

.cart-canvas-title {
	margin: 0;
}

.cart-canvas-header-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.cart-canvas-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.cart-canvas-header-left,
.cart-canvas-header-right {
	min-width: 32px;
}

.cart-canvas-body {
	height: 100%;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.cart-items-section {
	flex: 1 1 auto;
	overflow-y: auto;
	min-height: 0;
}

.cart-item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 20px;
	padding: 15px 20px;
	border-bottom: 1px solid #E5E7EB;
	background-color: #fff;
}

.cart-item-left {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.cart-item-image-wrap {
	flex: 0 0 auto;
}

.cart-item-image {
	display: block;
	width: 50px;
	height: auto;
	max-width: 100%;
}

.cart-item-qty-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-top: 15px;
}

.cart-item-right {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.cart-item-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.cart-item-title-wrap {
	min-width: 0;
}

.cart-item-prices {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.cart-info-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.cart-info-row > span:last-child {
	flex: 0 0 auto;
	text-align: right;
	white-space: nowrap;
}

.cart-summary-section {
	padding: 0 20px 20px;
	border-top: 1px solid #F3F4F6;
	background-color: #fff;
	flex: 0 0 auto;
	min-height: 85px;
}

.cart-summary-section--liquid {
	padding: 20px 20px 20px;
	border-top: 1px solid #F3F4F6;
	background-color: #fff;
	flex: 0 0 auto;
}

.cart-summary-title {
	margin-bottom: 24px;
}

.cart-summary-meta {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #F3F4F6;
}

.cart-summary-totals {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.cart-divider-top {
	padding-top: 12px;
	margin-top: 2px;
	border-top: 1px solid #F3F4F6;
}

.cart-grand-total {
	padding-top: 4px;
}

.cart-summary-actions {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 24px;
}

.cart-icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.cart-icon-btn i {
	font-size: 20px;
}

.cart-remove-btn {
	background-color: var(--red-color) !important;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.cart-remove-btn i {
	color: #fff !important;
	font-size: 12px;
}

.cart-header-icon-btn {
	position: relative;
}

.cart-header-exclamation {
	position: absolute;
	top: -7px;
	left: 10px;
	font-size: 16px;
	color: var(--primary-color);
}

.cart-canvas-loader {
	display: flex;
	justify-content: center;
	padding-top: 40px;
}

.cart-canvas-loader .spinner-border {
	color: var(--primary-color) !important;
}

.mobile-menu-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
}

.mobile-menu-item img {
	width: 20px;
	height: auto;
}

.mobile-menu-logo-cont {
	padding-bottom: 60px;
}

.mobile-menu-logo-cont img {
	height: 35px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#mobileMenuCloseBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 4px 10px 0px #00000033;
	border-radius: 999px;
	position: absolute;
	right: -20px;
	top: 40px;
}

#mobileMenuCloseBtn i {
	color: #3B3D42;
	font-size: 28px;
}

#header-search-btn {
	position: relative;
}

#search-container {
	position: absolute;
	top: 30px;
	right: 0;
	width: 280px;
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
	z-index: 101;
}

#overlay-search {
	position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    display: none;
    opacity: 0;
    z-index: 100;
}

#overlay-search.active {
	visibility: visible;
    opacity: 1;
    display: block;
}

.search-results--product-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 10px;
}

.search-result-product-item {
	background-color: #F3F4F6;
	border-radius: 5px;
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.sr-product-photo {
	width: 50px;
	height: auto;
}

/* Footer */
footer {
	background-color: var(--dark-color);
	padding: var(--margin-default-big) 0;
}

.footer-container .h3-general {
	text-transform: uppercase;
	margin-bottom: var(--margin-default-small);
}

.footer-container .main-logo-container {
	margin-bottom: var(--margin-default-big);
}

.footer-link-container {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-link-container .general-link {
	display: inline;
	width: fit-content;
}

.footer-contact-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer-contact-item img {
	height: 20px;
	width: auto;
}

.footer-contact-item .general-text {
	color: #fff;
}

.footer-contact-us-cont>.footer-contact-item:not(:last-of-type) {
	margin-bottom: 10px;
}

.general-divider {
	width: 100%;
	height: 1px;
	background-color: var(--primary-color);
}

.footer-container .general-divider {
	margin-top: var(--margin-default-big);
	margin-bottom: var(--margin-default-small);
}

.footer__social-link-container {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: var(--margin-default-small);
}

.footer__social-link-container i {
	font-size: 25px;
	color: var(--primary-color);
}

/* Paginator */
.maxiPager {
    display: flex;
    justify-content: center;
}

.maxiPager button {
	background: none;
	border: none;
	box-shadow: none;
}

.maxiPagerList {
    display: inline-flex;
    align-items: center;
    background: #fff;
    list-style: none;
    margin: 0;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	overflow: hidden;
	height: 30px;
	padding-left: 0;
}

.maxiPagerList > .maxiPagerItem:first-child,
.maxiPagerList > .maxiPagerItem:last-child {
	padding-left: 10px;
	padding-right: 10px;
}

.maxiPagerList > .maxiPagerItem:not(:last-of-type) {
	border-right: 1px solid #F3F4F6;
}

.maxiPagerItem {
    margin: 0;
    padding: 0;
}

.maxiPagerNav {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--dark-color);
    text-decoration: none;
    font-weight: 600;
    line-height: 1;
}

.maxiPagerNumber {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-color);
    text-decoration: none;
    font-weight: 600;
    width: 30px;
    height: 30px;
}

.maxiPagerNumber.isActive,
.maxiPagerNumber:hover {
    background: var(--primary-color);
    color: var(--dark-color);
}

.maxiPagerEllipsis {
    font-weight: 600;
    color: var(--dark-color);
}

.maxiPagerItem.isDisabled {
    opacity: .45;
    pointer-events: none;
}

.maxiPagerNav:focus,
.maxiPagerNumber:focus {
    outline: none;
}

/* Container */
.container-main {
	max-width: var(--container-max-width);
}

/* Auth */
.row-login .general-box {
	margin-top: var(--margin-default-big);
}

.login-btn-box {
	margin-top: var(--margin-default-small);
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}

.login-btn-box .btn {
	max-width: 180px;
	width: 100%;
}

.row-forgot-password-intro .h2-general {
	margin-bottom: 10px;
}

.row-forgot-password-form {
	margin-top: var(--margin-default-small);
	row-gap: var(--default-row-gap);
}

.timeline {
    position: relative;
    padding-left: 35px;

    --dot-size: 18px;
    --dot-top: 2px;
    --dot-center: calc(var(--dot-top) + (var(--dot-size) / 2));
}

.timeline-item {
    position: relative;
    padding-bottom: 18px;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -25px;
    top: var(--dot-top);
    transform: translateX(-50%);
    width: var(--dot-size);
    height: var(--dot-size);
    border-radius: 999px;
    background: var(--primary-color);
    z-index: 2;
}

.timeline-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: -25px;
    transform: translateX(-50%);
    width: 1px;
    top: var(--dot-center);
    bottom: calc(-1 * var(--dot-center));
    background: var(--dark-color);
    z-index: 1;
}

.timeline-item > p {
    margin: 0;
}

.timeline-item > p + p {
    margin-top: 6px;
}

/* SECTION: home-opening */
.section__home-opening {
	background-image: url('../images/home/home-opening.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 800px;
	position: relative;
	display: flex;
	align-items: center;
	border-bottom: 20px solid var(--primary-color);
}

.section-opening-mobile {
	display: none;
}

.home-opening__figure {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(-50%);
	width: auto;
	max-height: 430px;
}

.home-opening__figure img {
	height: 100%;
	width: auto;
}

.home-opening__content {
	position: relative;
	z-index: 2;
}

.home-opening__content .general-text {
	max-width: 380px;
	margin: 25px 0;
}

.home-opening__content__btn-box {
	display: flex;
	align-items: center;
	gap: 20px;
}

.heroCornersAbs {
	position: relative;
}

.heroCornersAbs .corner {
	position: absolute;
	z-index: 2;
	pointer-events: none;
}

.heroCornersAbs.big .tl {
	width: 200px;
	top: -30px;
	left: 0;
}

.heroCornersAbs.big .tr {
	height: 200px;
	top: 0;
	left: -30px;
}

.heroCornersAbs.big .bl {
	height: 200px;
	bottom: 0;
	right: -30px;
}

.heroCornersAbs.big .br {
	bottom: -30px;
	right: 0;
	width: 200px;
}

.heroCornersAbs.small .tl {
	width: 150px;
	top: -20px;
	left: 12px;
}

.heroCornersAbs.small .tr {
	height: 150px;
	top: 0;
	left: -8px;
}

.heroCornersAbs.small .bl {
	height: 150px;
	bottom: 0;
	right: -8px;
}

.heroCornersAbs.small .br {
	width: 150px;
	bottom: -20px;
	right: 12px;
}

.heroCornersAbs .content {
	position: relative;
	z-index: 1;
}

.homepage-search-container {
	background: #F3F4F6;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: var(--margin-default-big);
}

.homepage-search-container .h2-general {
	margin-bottom: var(--margin-default-big);
}

#home-search-box {
	position: absolute;
	bottom: -120px;
	left: 50%;
	transform: translateX(-50%);
}

.row-homepage-search-box {
	row-gap: var(--default-row-gap);
}

/* SECTION: home-about-us  */
.section__home-about-us {
	margin-top: 100px;
	padding-bottom: 0 !important;
}

.home-about-us__container {
	background-image: url('../images/home/home-about-us-bg.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: var(--section-padding-top);
	padding-bottom: var(--section-padding-bottom);
}

.section__home-about-us .h3-general {
	text-transform: uppercase;
	text-align: center;
}

/* SECTION: home-newest-products  */
.section__home-newest-products {
	background-color: #fff;
	position: relative;
}

.home-newest-products-img-left {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.home-newest-products-img-right {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.home-newest-products-img-left img,
.home-newest-products-img-right img {
	max-height: 190px;
	width: auto;
}

.product-card {
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	overflow: hidden;
	border-bottom: 3px solid var(--primary-color);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	padding: 15px 0;
	height: 100%;
	background-color: #fff;
}

.product-card__img-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-card-info-text {
	font-size: 14px;
	font-weight: 700;
	color: var(--dark-color);
}

.product-card__text-box,
.product-card__btn-box {
	padding-left: 10px;
	padding-right: 10px;
}

.product-card__text-box {
	padding-top: 10px;
}

.product-card__img-box img {
	height: 120px;
	width: auto;
	display: block;
	max-width: 100%;
}

.product-card__btn-box {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.product-card__btn-box .btn {
	max-width: 250px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.product-card-simple {
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	overflow: hidden;
	border-bottom: 3px solid var(--primary-color);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
}

.product-card-simple__text-box {
	background-color: rgba(61, 175, 61, 0.8);
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-card-simple__text-box p {
	text-align: center;
	font-weight: 700;
}

.product-card-simple__img-box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	background-color: #fff;
}

.product-card-simple__img-box img {
	height: 90px;
	width: auto;
	display: block;
}

.row-home-newest-products {
	row-gap: var(--default-row-gap);
	margin-top: var(--margin-default-big);
}

.home-newest-products-btn-box {
	margin-top: var(--margin-default-big);
}

.product-card__text-box-separator-flex {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	height: inherit;
}

/* SECTION: home-register-as-customer */
.section__home-register-as-customer {
	background-image: url('../images/home/register-as-customer-bg.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section__home-register-as-customer .h2-general {
	margin-bottom: var(--margin-default-small);
}

.home-register-as-customer-circle-steps {
	--gutter: var(--bs-gutter-x, 30px);
	--circle: clamp(56px, 6vw, 80px);

	position: relative;

	margin-left: calc(var(--gutter) / -2);
	margin-right: calc(var(--gutter) / -2);
	padding-left: calc(var(--gutter) / 2);
	padding-right: calc(var(--gutter) / 2);

	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;

	overflow: hidden;
}

.home-register-as-customer-circle-steps span {
	display: flex;
	align-items: center;
	justify-content: center;

	width: var(--circle);
	height: var(--circle);
	border-radius: 50%;
	background-color: var(--dark-color);
	color: #fff;
	font-size: clamp(28px, 3vw, 40px);

	justify-self: center;
	z-index: 1;
}

.home-register-as-customer-circle-steps::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);

	left: calc((100% / 6) + (var(--circle) / 2));
	right: calc((100% / 6) + (var(--circle) / 2));

	border-top: 1px dashed var(--primary-color);
	z-index: 0;
}

.row-home-register-as-customer-steps {
	margin-top: var(--margin-default-big);
}

.home-register-as-customer-step-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 150px;
	box-shadow: 0px 4px 20px 0px #0000001A;
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
}

.home-register-as-customer-step-box .h3-general {
	text-transform: uppercase;
}

.row-home-register-as-customer-benefits {
	margin-top: 50px;
	row-gap: var(--default-row-gap);
	position: relative;
}

.mobile-dashed-line {
	display: none;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(calc(-50% - 12px));
	bottom: 0;
	height: 100%;
	width: 1px;
	border-right: 1px dashed var(--primary-color);
	z-index: 0;
}

.home-register-as-customer-btn-box {
	margin-top: var(--margin-default-big);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.mobile-step-item {
	display: none;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background-color: var(--dark-color);
	color: #fff;
	width: 50px;
	height: 50px;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

/* SECTION: about-us  */
.section__about-us-opening {
	background-image: url('../images/about-us/about-us-opening-bg.webp');
}

.cornered-header {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 145px;
	text-align: center;
}

.row-about-us-opening {
	margin-top: var(--margin-default-big);
}

.row-about-us-content-1 {
	row-gap: var(--default-row-gap);
}

.para-container > .general-text:not(:last-of-type) {
	margin-bottom: var(--margin-default-small);
}

.about-us-content-1-img {
	background-image: url('../images/about-us/about-us-content-1-img.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: auto;
	border-radius: 10px;
	box-shadow: 0px 4px 20px 0px #0000001A;
}

.section__about-us-content-2 {
	padding-top: 0;
}

.row-about-us-cards {
	margin-top: var(--margin-default-big);
	row-gap: var(--default-row-gap);
}

.about-us-card-box {
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
}

.about-us-card-box .about-us-img-box {
	height: 245px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.blog-post-card-box .about-us-img-box {
	background-size: 100% 100%;
}

.about-us-card-box .about-us-text-box {
	padding: 20px;
	background-color: var(--dark-color);
	text-align: center;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.about-us-card-box .about-us-text-box .h3-general {
	margin-bottom: var(--margin-default-small);
	text-transform: uppercase;
}

.about-us-card-box .about-us-text-box .h3-general,
.about-us-card-box .about-us-text-box .general-text {
	color: #fff;
}

/* SECTION: contact */
.section__contact-opening {
	background-image: url('../images/contact/contact-bg.webp');
}

.row-contact-content {
	row-gap: var(--default-row-gap);
	margin-top: var(--margin-default-big);
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.contact-info-item {
    display: grid;
    grid-template-columns: 54px 1fr;
    column-gap: 18px;
    align-items: start;
}

.contact-info-icon{
    width: 50px;
    height: 50px;
    border-radius: 999px;
    background: var(--primary-color);

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}

.contact-info-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.contact-info-text .h3-general {
    margin: 0 0 6px 0;
    text-transform: uppercase;
}

.contact-info-text .general-text {
    margin: 0;
}

/* SECTION: news */
.section__news-opening {
	background-image: url('../images/news/news-opening-bg.webp');
}

.row-latest-news,
.row-other-news {
	margin-top: var(--margin-default-big);
}

.row-other-news {
	row-gap: var(--default-row-gap);
}

.latest-news-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 4px 20px 0px #0000001A;
}

.latest-news-grid__img-box {
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}

.news-card-box .about-us-img-box, 
.news-card-box-big .about-us-img-box {
	position: relative;
}

.news-card-box-big .about-us-img-box {
	width: 100%;
	height: auto;
}

.news-card-box-big .about-us-img-box img {
	max-width: 100%;
	height: auto;
}

.news-card-box .about-us-text-box .btn {
	margin-top: var(--margin-default-small);
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.latest-news-grid__text-box {
	background-color: var(--dark-color);
	padding: 20px;
}

.latest-news-grid__text-box .general-text {
	color: #fff;
}

.latest-news-grid__text-box .btn {
	margin-top: var(--margin-default-big);
}

.time-tag {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: var(--primary-color);
	color: var(--dark-color);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	height: 30px;
	padding: 0 10px;
}

.section__news-other-news {
	padding-top: 0;
}

.section__news-latest-news {
	padding-bottom: var(--section-padding-bottom-smaller);
}

.news-card-box-big .about-us-text-box * {
	color: #fff !important;
	text-align: left !important;
}

.news-card-box-big .about-us-text-box p {
	font-size: 16px !important;
	line-height: 1.35 !important;
}

/* Register */
.gray-box {
	background-color: #F3F4F6;
	border-radius: 5px;
	padding: 20px;
	box-shadow: 0px 4px 20px 0px #0000001A;
}

.gray-box .h3-general {
	margin-bottom: var(--margin-default-small);
}

.gray-box > .gray-box-item:not(:last-of-type) {
	margin-bottom: var(--margin-default-small);
}

.gray-box-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.gray-box-item i {
	font-size: 20px;
	color: var(--primary-color);
}

.row-register-step,
.row-register-step-content,
.row-step-btn-box {
	margin-top: var(--margin-default-big);
}

.row-register-step-content {
	row-gap: var(--default-row-gap);
}

.row-step-btn-box .btn {
	max-width: 350px;
	width: 100%;
}

.email-verification-box .h3-general {
	margin-top: var(--margin-default-small);
}

.resend-email-verification-box {
	margin-top: var(--margin-default-small);
}

#resend-button {
	cursor: pointer;
}

.resend-email-verification-box .text-primary,
.resend-email-verification-box .text-danger {
	font-weight: 500;
	font-size: 14px;
}

/* SECTION: product finder */
.section__product-finder-opening {
	background-image: url('../images/products/product-finder-bg.webp');
}

.section__products-opening {
	background-image: url('../images/products/products-bg.webp');
}

.section__products-compatible,
.section__product-finder-content {
	padding-bottom: 0;
}

.section__product-finder-content .h2-general {
	margin-bottom: var(--margin-default-small);
}

.row-product-finder-search {
	margin-top: var(--margin-default-big);
}

.product-finder-search-container {
	border-bottom: 3px solid var(--primary-color);
}

.section__reg-success .h1-general {
	margin-bottom: var(--margin-default-big);
}

.reg-success-green-box {
	background-color: var(--primary-color);
	border-radius: 5px;
	padding: 20px;
	box-shadow: 0px 0px 20px 0px #0000001A;
	margin-top: var(--margin-default-big);
	margin-bottom: var(--margin-default-big);
	margin-left: auto;
	margin-right: auto;
	max-width: 560px;
	width: 100%;
}

.reg-success__header-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 15px;
}

.reg-success__header-box i {
	font-size: 40px;
	color: var(--dark-color);
}

.reg-success-green-box > .general-text:not(:last-of-type) {
	margin-bottom: var(--margin-default-small);
}

.reg-success-btn-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.reg-success-btn-box .btn {
	flex: 1;
}

.register-stepper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: var(--margin-default-big);
	margin-top: var(--margin-default-big);
}

.register-stepper span {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	background-color: var(--dark-color);
	color: #fff;
	font-size: 40px;
	font-weight: 700;
}

.register-stepper span.active {
	background-color: var(--primary-color);
	color: var(--dark-color);
}

.register-stepper div {
	height: 1px;
	border-bottom: 1px dashed var(--primary-color);
	flex: 1;
}

.search-field {
	position: relative;
}

.search-field input {
	padding-right: 40px;
}

.search-field::after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: var(--dark-color);
	-webkit-mask: url("../images/icons/icon-search2.svg") no-repeat center / contain;
	mask: url("../images/icons/icon-search2.svg") no-repeat center / contain;
	pointer-events: none;
}

.filter-results-upper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: var(--margin-default-small);
	gap: 20px;
}

.filter-results-upper--sort-box {
	display: flex;
	align-items: center;
	gap: 15px;
}

.sort-select {
	display:inline-block;
	position:relative;
}

.sort-select select {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	height:30px;
	line-height:30px;
	background: var(--dark-color);
	color:#fff;
	border:0;
	border-radius: 5px;
	padding:0 38px 0 14px;
	font-size:16px;
	box-shadow: 0px 4px 20px 0px #0000001A;
	cursor:pointer;
	outline:none;
	min-width:210px;
}

.sort-select select option {
	background: var(--dark-color);
	color:#fff;
}

.sort-select::after{
	content:"";
	position:absolute;
	right:12px;
	top:50%;
	transform:translateY(-50%);
	width:0;
	height:0;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-top:7px solid #fff;
	pointer-events:none;
}

.row-filter-results {
	row-gap: var(--default-row-gap);
}

.row-products-filter-upper,
.row-products-filter-bottom {
	row-gap: var(--default-row-gap);
}

/* Profile */
.profile-toggle::after {
	display: none;
}

.row-profile-dashboard-header-mobile {
	display: none;
}

.role-badge {
	background-color: var(--primary-color);
	color: var(--dark-color);
	border-radius: 50px;
	height: 30px;
	font-weight: 700;
	font-size: 16px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	width: fit-content;
}

.profile-dashboard-menu {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-top: var(--margin-default-small);
	background-color: #F3F4F6;
	border-radius: 5px;
	overflow: hidden;
}

.profile-dashboard-menu li {
	list-style: none;
}

.profile-dashboard-menu-link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 20px;
	transition: background-color 200ms;
	font-size: 16px;
	color: var(--dark-color);
	font-weight: 400;
}

.profile-dashboard-menu-link svg path {
	fill: var(--dark-color);
}

.profile-dashboard-menu-link.active,
.profile-dashboard-menu-link:hover {
	background-color: var(--dark-color);
	color: #fff;
}

.profile-dashboard-menu-link.active svg path,
.profile-dashboard-menu-link:hover svg path {
	fill: #fff;
}

.profile-dashboard-menu-link > div {
	display: flex;
	align-items: center;
}

.col-profile-dashboard-header .h2-general {
	margin-bottom: 10px;
}

.col-profile-dashboard-header .general-text {
	margin-bottom: var(--margin-default-small);
}

.row-profile-dashboard-content {
	row-gap: var(--default-row-gap);
}

.row-profile-dashboard-content .form-group .form-label {
	font-weight: 400;
	margin-bottom: 8px;
}

.profile-dashboard-opening-status-box {
	border-radius: 5px;
	background-color: var(--dark-color);
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 30px;
}

.profile-dashboard-opening-status-box.mobile {
	display: none;
}

.status-bar-outer {
	background-color: #D9D9D9;
	border-radius: 5px;
	height: 6px;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding-left: 2px;
	padding-right: 2px;
}

.status-bar-inner {
	height: 4px;
	border-radius: 5px;
}

.status-bar-inner.high {
	background-color: var(--primary-color);
}

.status-bar-inner.medium {
	background-color: var(--yellow-color);
}

.status-bar-inner.low {
	background-color: var(--red-color);
}

.status-bar-with-numbers {
	position: relative;
}

.stat-number {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	position: absolute;
}

.stat-number.left {
	left: -5px;
	top: 10px;
}

.stat-number.right {
	right: -10px;
	top: 10px;
}

.profile-dashboard-flex-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.status-badge {
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	height: 30px;
	font-weight: 700;
	font-size: 16px;
	margin-left: auto;
}

.status-badge.in-progress {
	background-color: #F3F4F6;
	color: var(--primary-color);
}

.status-badge.pending {
	background-color: #F3F4F6;
	color: var(--dark-color);
}

.status-badge.delivered {
	background-color: var(--dark-color);
	color: #fff;
}

.row-profile-dashboard-shipment-status .general-text {
	margin-bottom: 10px;
}

.shipment-tracking-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	background-color: #F3F4F6;
	border-radius: 5px;
	padding: 10px;
}

.shipment-tracking-container {
	padding: 15px 10px;
}

.shipment-tracking-container > .shipment-tracking-item:not(:last-of-type) {
	margin-bottom: var(--margin-default-small);
}

.shipment-tracking-top,
.shipment-tracking-status {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.shipment-tracking-status {
	gap: 15px;
}

.shipment-tracking-status > div:nth-child(1) {
	flex-basis: 65%;
}

.shipment-tracking-status > div:nth-child(2) {
	flex-basis: 35%;
}

.row-order-item {
	row-gap: 10px;
}

.status-badge {
	max-width: 200px;
}

.current-partner-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.coworker-status-btn-flex {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.small-btn-flex {
	display: flex;
	align-items: center;
	gap: 10px;
}

/* Product: Show ========================================= */
.product-show--cover-img {
	max-width: 280px;
	min-width: 250px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.product-show-images-flex {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}

.product-show--additional-img {
	max-width: 120px;
	width: 100%;
	height: auto;
}

.product-show--additional-images-box {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.product-show--price-box {
	background-color: #F3F4F6;
	border-radius: 5px;
	padding: 10px;
	margin: var(--margin-default-small) 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.info-row {
	display: flex;
    align-items: baseline;
}

.info-row > *:nth-child(2) {
    margin-left: auto;
    text-align: right;
}

.download-flex-btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

.download-flex-btn img {
	height: 40px;
	width: auto;
}

.general-box > .download-flex-btn:not(:last-of-type) {
	margin-bottom: var(--margin-default-small);
}

.general-box .modal-body {
	padding: 0;
}

.modal {
    z-index: 1065 !important;
}

.modal-backdrop {
    z-index: 1064 !important;
}

.product-show--tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
	border-bottom: 1px solid var(--primary-color) !important;
}

.product-show--tabs .nav-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 700 !important;
	font-size: 14px !important;
	color: var(--dark-color) !important;
	text-transform: uppercase;
	transition: background-color 200ms;
	background-color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.product-show--tabs .nav-link.active {
	background-color: var(--primary-color);
}

.product-show--list > .product-show--list-item:nth-child(even) {
	background-color: #F3F4F6;
}

.product-show--list > .product-show--list-item:nth-child(odd) {
	background-color: #fff;
}

.product-show--list-item {
	padding-top: 15px;
	padding-bottom: 15px;	
	padding-left: 20px;
	padding-right: 20px;
}

.product-show--list-item.grid-list-item {
	display: grid;
	grid-template-columns: minmax(180px, 35%) 1fr;
	align-items: start;
	column-gap: 12px;
}

.product-show--list-label p {
	margin: 0;
}

.product-show--list-value {
	min-width: 0;
}

.product-show--tabs-container {
	border-radius: 5px !important;
	box-shadow: 0px 4px 20px 0px #0000001A;
	overflow: hidden;
}

.product-show--list-item.is-white {
    background: #fff;
}

.product-show--list-item.is-gray {
    background: #F3F4F6;
}

.product-show--list-nested-items .product-show--list-item {
	padding: 0;
}

.product-show--list-nested-items .general-text {
	padding-top: 15px;
	padding-bottom: 15px;
}

.product-show--list-nested-items .general-text.outer {
	padding-left: 15px;
	padding-right: 15px;
}

.product-show--list-nested-items .general-text.inner {
	padding-left: 40px;
	padding-right: 20px;
}

.row-product-show--upper {
	row-gap: var(--default-row-gap);
}

.glightbox-clean .gnext, .glightbox-clean .gprev {
	top: 45% !important;
}

#download-section,
#more-info {
	padding: 20px;
}

#more-info {
	background-color: #F3F4F6;
}

.download-flex-btn.general {
	justify-content: flex-start;
	width: fit-content;
}

.variants_table {
    width: 100%;
    border-collapse: collapse;
}

.variants_table thead th {
    text-align: left;
    padding: 15px 20px;
    background: #fff;
	color: var(--dark-color);
	text-transform: uppercase;
}

.variants_table thead th span {
	font-weight: 700;
}

.variants_table tbody td {
    padding: 15px 20px;
    vertical-align: middle;
}

.variants_table tbody > tr:nth-child(odd) {
	background: #F3F4F6;
}

.variants_table tbody > tr:nth-child(even) {
	background: #fff;
}

.product_box {
    display: flex;
    align-items: center;
    gap: 16px;
}

.product_box img {
   	height: 40px;
    width: auto;
    display: block;
}

.product_title {
	text-transform: uppercase;
    font-weight: 700;
	color: var(--dark-color);
}

.tab-pane#variants,
.tab-pane#related-accessories {
	overflow-x: auto;
}

.more-details-form .form-label {
	font-weight: 400;
}

.payout-summary-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.payout-summary-flex-btn-box {
	display: flex;
	align-items: center;
	gap: 20px;	
}

.payout-modal-flex-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.quote-status-box {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 10px;
}

.quote-status-count {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	flex: 0 0 auto;
	background-color: var(--primary-color);
}

.quote-status-text {
	min-width: 0;
	display: flex;
	align-items: center;
}

.quote-status-action {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	white-space: nowrap;
}

.quote-feedback-box {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 10px;
}

.quote-feedback-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	line-height: 1;
	font-size: 40px;
	color: var(--primary-color);
}

.quote-feedback-content {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.quote-open-trigger {
	border: none;
	padding: inherit;
	width: 100%;
}

/* Orders =============================================== */
.section__quote {
	background-image: url('../images/orders/quote-bg.webp');
}

.quote-item-image-wrap {
	width: 170px;
	max-width: 100%;
}

.quote-item-image {
	display: block;
	width: 100%;
	height: auto;
}

.quote-item-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-width: 0;
}

.quote-item-top {
	min-width: 0;
}

.quote-item-title {
	min-width: 0;
}

.quote-item-actions {
	flex-shrink: 0;
}

.quote-item-remove {
	line-height: 1;
	white-space: nowrap;
}

.quote-item-remove i {
	line-height: 1;
	font-size: 15px;
	background-color: var(--red-color);
	border-radius: 999px;
	color: #fff;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.quote-item-qty {
	white-space: nowrap;
}

.quote-item-qty-input {
	width: 92px;
	min-width: 92px;
}

.quote-item-prices {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.quote-item-price-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 24px;
	row-gap: 8px;
}

.quote-item-price-row > span:last-child {
	text-align: right;
	white-space: nowrap;
}

.price-summary-box .h3-general {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 10px 20px;
	background-color: var(--dark-color);
	color: #fff;
}

.price-summary-box .cart-summary-totals {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.partner-order-box {
	border-radius: 6px;
	overflow: hidden;
	margin-top: var(--margin-default-small);
	box-shadow: 0px 4px 20px 0px #0000001A;
	border-radius: 5px !important;
	overflow: hidden;
}

.partner-order-main {
	background: #1D1D1B;
	padding: 20px 24px 22px;
	height: 100%;
}

.partner-order-side {
	background: #F3F4F6;
	padding: 20px 18px 22px;
	height: 100%;
}

.partner-order-desc {
	margin: 18px 0 16px;
	max-width: 760px;
}

.partner-order-current {
	margin: 0;
}

.partner-order-divider {
	height: 1px;
	background: rgba(255, 255, 255, 0.8);
	margin: 28px 0 22px;
}

.partner-order-section-title {
	margin-bottom: 18px;
}

.shipping-method-card {
	display: block;
	cursor: pointer;
	margin: 0;
	height: 100%;
}

.shipping-method-radio {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.shipping-method-content {
	display: block;
	background: #F3F4F6;
	border-radius: 4px;
	padding: 14px 18px 12px;
	border: 1px solid transparent;
	min-height: 100%;
}

.shipping-method-top {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.shipping-method-dot {
	position: relative;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	border: 2px solid #1D1D1B;
	border-radius: 50%;
	margin-top: 2px;
}

.shipping-method-price {
	display: block;
	margin-left: 32px;
	margin-top: 4px;
}

.shipping-method-radio:checked + .shipping-method-content .shipping-method-dot::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #1D1D1B;
	transform: translate(-50%, -50%);
}

.shipping-method-radio:checked + .shipping-method-content {
	border-color: #1D1D1B;
}

.partner-order-side-title {
	margin-bottom: 18px;
}

.partner-order-select-wrap {
	max-width: 280px;
	margin: 0 auto 18px;
}

.partner-order-select-wrap .select2-container {
	width: 100% !important;
}

.partner-order-discount-block {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.partner-order-discount-label {
	margin-bottom: 16px;
}

.partner-order-discount-input-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: var(--margin-default-small);
}

.partner-order-number-input {
	width: 100px;
	height: 45px;
	border: 0;
	border-bottom: 3px solid var(--primary-color);
	border-radius: 6px 6px 4px 4px;
	background: #ffffff;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
	text-align: center;
	padding: 0 14px;
	outline: none;
	appearance: auto;
	-webkit-appearance: auto;
	-moz-appearance: auto;
}

.partner-order-number-input:focus {
	outline: none;
	border-bottom: 3px solid var(--primary-color);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.partner-order-percent-sign {
	flex: 0 0 auto;
}

.partner-order-apply-btn {
	min-width: 106px;
}

/* Responsivity ========================================= */
@media (max-width: 1200px) {
	.menu-item-desktop {
		display: none;
	}

	.main-logo-link--mobile {
		display: block;
	}

	.hamburger-icon-menu-item {
		display: flex;
	}

	.hamburger-icon-menu-item img {
		height: 18px;
	}

	.main-header {
		border-radius: 10px;
		background-color: #fff;
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
		padding-left: 20px;
	}

	.sticky-header .main-header {
		background-color: transparent;
		box-shadow: none;
	}

	.main-nav-container {
		background-color: transparent;
		box-shadow: none;
		gap: 10px;
	}
}

@media (max-width: 991px) {
	#home-search-box {
		bottom: -235px;
	}

	.row-homepage-search-box > div:nth-child(3) {
		display: flex;
		justify-content: center;
	}

	.row-homepage-search-box > div:nth-child(3) .btn {
		margin-top: 25px;
	}
	
	.section__home-about-us {
		margin-top: 180px;
	}

	.homepage-search-container .h2-general {
		text-align: center;
	}

	.row-home-register-as-customer-steps,
	.container-home-register-as-customer-benefits .corner {
		display: none;
	}

	.home-register-as-customer-step-box {
		min-height: unset;
	}

	.mobile-step-item {
		display: flex;
	}

	.home-register-as-customer-btn-box {
		flex-direction: column;
	}

	.mobile-dashed-line {
		display: block;
	}

	.row-home-register-as-customer-benefits *:not(.mobile-dashed-line) {
		position: relative;
		z-index: 1;
	}

	.row-footer-info {
		row-gap: 35px;
	}

	.row-footer-info .h3-general,
	.row-footer-info .general-text,
	.row-footer-info .general-link  {
		text-align: center;
	}

	.row-footer-info .general-link  {
		width: unset;
	}

	.row-footer-info > div:nth-child(2),
	.row-footer-info > div:nth-child(3) {
		justify-content: flex-start !important;
	}

	.row-footer-info > div:nth-child(2) > div,
	.footer-contact-us-cont {
		width: 100%;
	}

	.footer-contact-item {
		justify-content: center;
	}

	.footer-container .general-divider {
		margin-top: 20px;
	}

	.footer-link-container {
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}

	.row-step-btn-box > div:first-of-type {
		display: flex;
		justify-content: center;
	}	

	.reg-success-btn-box {
		flex-direction: column;
	}

	.about-us-content-1-img {
		min-height: 335px;
	}

	.row-about-us-content-1 > div:nth-child(2) {
		order: 1;
	}

	.row-about-us-content-1 > div:nth-child(1) {
		order: 2;
	}

	.row-profile-dashboard-header-desktop {
		display: none;
	}

	.profile-dashboard-sidebar-box {
		margin-bottom: 20px;
	}

	.row-profile-dashboard-header-mobile {
		display: flex;
	}

	.row-profile-dashboard-header-mobile .h2-general,
	.row-profile-dashboard-header-mobile .general-text {
		text-align: center;
	}

	.col-profile-dashboard-header .general-text {
		margin-bottom: 40px;
	}

	.col-credit-usage-info {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.profile-dashboard-opening-status-box.mobile {
		display: block;
		max-width: 300px;
	}

	.profile-dashboard-opening-status-box.desktop {
		display: none;
	}

	.col-credit-usage-info .general-text {
		margin-bottom: 0 !important;
	}

	.col-credit-usage-info > *:nth-child(1) {
		order: 1;
	}

	.col-credit-usage-info > *:nth-child(2) {
		order: 2;
	}

	.col-credit-usage-info > *:nth-child(4) {
		order: 3;
	}

	.col-credit-usage-info > *:nth-child(3) {
		order: 4;
	}

	.partner-order-main,
	.partner-order-side {
		padding: 18px 16px 20px;
	}

	.partner-order-side-title {
		text-align: left !important;
	}
}

@media (max-width: 767px) {
	:root {
		--section-padding-top: 40px;
		--section-padding-bottom: 40px;
		--header-element-height: 60px;
		--header-height: 60px;
	}

	.h2-general {
		font-size: 28px;
	}

	.h1-general {
		font-size: 36px;
	}

	.h3-general {
		font-size: 20px;
	}

	.alert {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.section__home-opening {
		height: 300px;
		border-bottom: none;
	}

	.home-opening__figure,
	.home-opening__content.mobile {
		display: none;
	}

	.homepage-search-container {
		padding: 20px;
	}

	.homepage-search-container .h2-general {
		margin-bottom: 20px;
	}

	.section-opening-mobile {
		display: block;
	}

	.section__home-about-us {
		margin-top: 0;
	}

	.section-opening-mobile {
		margin-top: 245px;
	}

	.home-opening__content .h1-general,
	.home-opening__content .general-text {
		text-align: center;
	}

	.home-opening__content {
		padding-left: 40px;
		padding-right: 40px;
	}

	.home-opening__content .general-text {
		max-width: unset;
	}

	.home-opening__content__btn-box {
		flex-direction: column;
	}

	.home-opening__content .corner.tl {
		top: -25px;
		left: 20px;
	}

	.home-opening__content .corner.tr {
		top: 0;
		left: 0;
	}

	.home-opening__content .corner.bl {
		bottom: 0;
		right: 0;
	}

	.home-opening__content .corner.br {
		bottom: -25px;
		right: 20px;
	}

	#section-newest-products .corner,
	#section-newest-products .home-newest-products-img-left,
	#section-newest-products .home-newest-products-img-right {
		display: none;
	}

	.row-home-register-as-customer-benefits {
		margin-top: 20px;
	}

	.sub-login-box {
		flex-wrap: wrap;
		gap: 10px;
	}

	.register-stepper {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.row-register-step,
	.row-step-btn-box {
		margin-top: 20px;
	}

	.register-stepper span {
		width: 50px;
		height: 50px;
		font-size: 28px;
	}

	.form-control.separate-input {
		width: 45px !important;
		height: 45px !important;
	}

	.section__reg-success .h1-general {
		margin-bottom: 20px;
	}

	.reg-success-green-box {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.reg-success__header-box {
		flex-direction: column;
	}

	.section-cornered-opening {
		min-height: unset;
	}

	.cornered-header {
		min-height: 100px;
		margin-top: 25px;
	}

	.cornered-header .corner.tl,
	.cornered-header .corner.br {
		width: 100px !important;
	}

	.cornered-header .corner.tr,
	.cornered-header .corner.bl {
		height: 100px !important;
	}

	.about-us-card-box .about-us-img-box {
		height: 200px;
	}

	.about-us-img-box.news-show-img-box {
		height: auto !important;
	}

	.row-contact-content {
		margin-top: 20px;
		row-gap: 40px;
	} 

	.section__news-latest-news .h2-general,
	.section__news-other-news .h2-general {
		text-align: center;
	}

	.latest-news-grid {
		grid-template-columns: 1fr;
	}
	
	.latest-news-grid .latest-news-grid__img-box {
		height: 200px;
	}

	.row-latest-news,
	.row-other-news {
		margin-top: 20px;
	}

	.status-badge {
		margin-left: 0;
	}

	.row-shipping-item {
		row-gap: 5px;
	}

	.shipment-tracking-status {
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
	}

	.shipment-tracking-status .general-text {
		text-align: left !important;
	}

	.shipment-tracking-status .status-bar-outer {
		width: 100%;
	}

	.shipment-tracking-status > div:nth-child(1),
	.shipment-tracking-status > div:nth-child(2) {
		flex-basis: 100%;
	}

	.profile-dashboard-flex-header.shipment-tracking {
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
	}

	.table-desktop-only {
		display: none;
	}

	.orders-accordion.mobile {
		display: block;
	}

	.general-box-mobile-no-padding {
		padding-left: 0;
		padding-right: 0;
	}

	.general-box-mobile-no-padding > .general-text:first-of-type,
	.general-box-mobile-no-padding > .profile-dashboard-flex-header {
		padding-left: 20px;
		padding-right: 20px;
	}

	.filter-results-upper {
		flex-direction: column;
	}

	#companyUsersCountContainer {
		margin-top: var(--margin-default-small);
	}

	.variants_table,
    .variants_table tbody,
    .variants_table tr,
    .variants_table td {
        display: block;
        width: 100%;
    }

    .variants_table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    .variants_table tbody tr {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
        padding: 16px;
    }

    .variants_table tbody td {
        background: transparent;
        border: 0;
        padding: 8px 6px;
        text-align: center;
    }

    .variants_table tbody td.product_cell {
        grid-column: 1 / -1;
        padding: 0 0 14px 0;
        text-align: left;
    }

    .product_box {
        display: grid;
        grid-template-columns: 72px 1fr;
        align-items: center;
        gap: 15px;
    }

    .product_box img {
        width: 72px;
		height: auto;
    }

    .product_title {
        font-size: 16px;
        line-height: 1.2;
    }

    .variants_table tbody td:not(.product_cell)::before {
        content: attr(data_label);
        display: block;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.15;
        margin-bottom: 6px;
        text-transform: uppercase;
        text-align: left;
    }

    .variants_table tbody td:not(.product_cell) {
        font-size: 14px;
        line-height: 1.2;
        text-align: left;
        word-break: break-word;
    }

	.payout-summary-flex {
		flex-direction: column;
		justify-content: center;
	}

	.payout-summary-flex-btn-box {
		flex-direction: column;
		gap: 10px;
	}

	.payout-modal-flex-item {
		flex-direction: column;
		align-items: flex-start;
	}

	.quote-item-card {
		padding: 18px 16px;
	}

	.quote-item-image-wrap {
		width: 120px;
	}

	.quote-item-actions {
		width: 100%;
		justify-content: space-between;
	}
}

@media (max-width: 575px) {
	.product-show-images-flex {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.product-show--additional-images-box {
		flex-direction: row;
	}

	.product-show--tabs {
		flex-direction: column;
		gap: 0;
	}

	.product-show--tabs .nav-item,
	.product-show--tabs .nav-link {
		width: 100%;
	}

	.product-show--tabs .nav-link {
		border-radius: 0 !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.offcanvas {
		width: 300px !important;
	}

	#search-container {
		right: -75px;
	}

	.product-show--list-item.grid-list-item {
		grid-template-columns: 1fr;
	}
}

/* Container */
@media (min-width: 576px) {
	:root {
		--container-max-width: 540px;
	}
}

@media (min-width: 768px) {
	:root {
		--container-max-width: 720px;
	}
}

@media (min-width: 992px) {
	:root {
		--container-max-width: 960px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.product-show--cover-img {
		min-width: unset;
	}
}

@media (min-width: 1200px) {
	:root {
		--container-max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	:root {
		--container-max-width: 1140px;
	}
}

.select2-container .select2-selection--multiple {
	min-height: 40px !important;
}

.select2-container--default .select2-selection--multiple {
	border: none !important;
	border-radius: 5px !important;
	background: #F3F4F6 !important;
	font-family: 'Roboto', sans-serif !important;
	padding: 10px 20px !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	row-gap: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: transparent !important;
	border: none !important;
	display: flex !important;
	align-items: center !important;
	flex-direction: row-reverse !important;
	margin: 0 !important;
	gap: 5px !important;
	border-radius: 5px !important;
	box-shadow: 0px 4px 20px 0px #0000001A !important;
	background-color: #fff !important;
	padding: 5px !important;
	margin-bottom: 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	font-weight: 600 !important;
	color: var(--dark-color) !important;
	font-size: 14px !important;
	white-space: wrap;
}

.select2-container .select2-search--inline .select2-search__field {
	font-weight: 600 !important;
	color: var(--bs-secondary-color) !important;
	height: 30px !important;
	margin: 0 !important;
	display: flex;
	align-items: center;
	border-radius: 5px !important;
	border: 1px solid #D9D9D9 !important;
	box-shadow: 0px 4px 20px 0px #0000001A !important;
	padding: 5px 10px !important;
	width: 100% !important;
	line-height: 1.2 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	border: 1px solid var(--dark-color) !important;
	border-radius: 50% !important;
	position: relative !important;
	color: #454B66 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 15px !important;
	min-width: 15px !important;
	height: 15px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	font-size: 10px !important;
}