:root {
	--ms-primary: #ff9933;
	--bs-border-color: #939393;
	--product-tab-border: #d4d4d4;
	--header-height: clamp(64px, 9vw, 80px);
}

*,
*::before,
*::after {
	box-sizing: border-box !important;
	-webkit-font-smoothing: antialiased !important;
}

body {
	font-family:
		"Poppins",
		-apple-system,
		system-ui,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		"Helvetica Neue",
		Arial,
		sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.75;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	color: #434343;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 26px;
	margin-bottom: 1rem;
	font-weight: 400 !important;
}
h2 {
	font-size: 24px;
	font-weight: 400 !important;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
footer h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #ec7802;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/* Chrome border line */
button:focus {
	outline: none !important;
}

fieldset {
	margin: 2rem 0 0 0;
}

legend {
	font-size: 16px;
	margin-bottom: 20px;
	border-bottom: 0;
	font-weight: 500;
	margin-bottom: 1rem;
}
label {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
.list-unstyled a {
	text-decoration: none;
}
div.required .col-form-label:before,
div.required .form-label:before {
	content: "* ";
	color: #f00;
	font-weight: bold;
}
.form-switch-lg {
	font-size: 20px;
	min-height: 30px;
	line-height: 30px;
	padding: 0;
}

@media (min-width: 768px) {
	.col-form-label {
		text-align: right;
	}
}
#alert {
	z-index: 9999;
	pointer-events: all;
}
#alert .alert {
	min-width: 400px;
	position: relative;
	margin-bottom: 15px;
}
@media (min-width: 1300px) {
	#alert .alert {
		right: 50px;
	}
}
@media (min-width: 1400px) {
	#alert .alert {
		right: 0px;
	}
}
@media (min-width: 1600px) {
	#alert .alert {
		right: 100px;
	}
}
@media (min-width: 1800px) {
	#alert .alert {
		right: 200px;
	}
}
@media (min-width: 2000px) {
	#alert .alert {
		right: 300px;
	}
}
@media (min-width: 2200px) {
	#alert .alert {
		right: 400px;
	}
}
@media (min-width: 2400px) {
	#alert .alert {
		right: 500px;
	}
}
@media (min-width: 2600px) {
	#alert .alert {
		right: 600px;
	}
}
@media (min-width: 2800px) {
	#alert .alert {
		right: 700px;
	}
}
@media (min-width: 3000px) {
	#alert .alert {
		right: 800px;
	}
}
@media (min-width: 3200px) {
	#alert .alert {
		right: 900px;
	}
}
@media (min-width: 3400px) {
	#alert .alert {
		right: 1000px;
	}
}
@media (min-width: 3600px) {
	#alert .alert {
		right: 1100px;
	}
}
@media (min-width: 3800px) {
	#alert .alert {
		right: 1200px;
	}
}
@media (min-width: 4000px) {
	#alert .alert {
		right: 1300px;
	}
}
/* top */
#top {
	min-height: 44px;
	position: relative;
	/* background: #000000; */
}
#top .nav > .list-inline > .list-inline-item,
#top .nav > .list-inline .list-inline-item > a,
#top .nav > .list-inline .list-inline-item .dropdown > a {
	color: #888;
}
#top .btn-link {
	color: #888;
	text-decoration: none;
}
#top .btn-link:hover {
	color: #444;
}
#top a {
	font-size: 1.1em;
	text-decoration: none;
	color: #ffffffb8;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	background: #ffffff;
	height: var(--header-height) !important;
	display: flex;
	align-items: center;
	box-shadow: 0 0 1px 0 #00000030;
}
main {
	margin-top: var(--header-height);
}
footer a {
	font-size: 1.1em;
	text-decoration: none;
}
footer strong {
	font-weight: 500;
}

.form-control {
	font-size: 14px;
	padding: 0.5rem 0.75rem;
}

.form-control:focus,
.form-select:focus {
	border-color: var(--ms-primary);
}

/* logo */
#logo img {
	height: 40px;
	max-width: 100%;
}

/* cart */
#header-cart .btn-block {
	padding: 0.5rem 6px 0.5rem 0;
	font-weight: 400;
	background: transparent !important;
	border: 0 !important;
}

#header-cart .btn-block {
	color: var(--bs-body-color);
}

#header-cart .btn-block {
	transition: 0.2s all !important;
}

#header-cart .btn-block:hover {
	color: #ec7702;
}

#header-cart .btn-block:hover .basket-len {
	background-color: #ec7702;
}

#header-cart .dropdown-menu {
	background: #ffffff;
	padding: 12px !important;
	min-width: 350px;
}
#header-cart .dropdown-menu li {
	min-width: 427px;
}
@media (max-width: 768px) {
	#header-cart .dropdown-menu li {
		min-width: 100%;
	}
}
/* menu */
#menu {
	min-height: 50px;
}

#menu.navbar {
	padding: 0;
}
#menu .dropdown-menu {
	padding-bottom: 6px;
	margin-top: 0;
	background: #ffffff;
	border: 0;
	box-shadow: -1px 6px 5px #00000014;
	margin-left: -20px !important;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	min-width: 360px;
}
#menu .dropdown-inner {
	display: table;
}

.account-dropdown {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 20px;
	border: 0 !important;
	box-shadow: -1px 6px 5px #00000014;
	border-radius: 4px;
	min-width: 250px;
	display: none;
}

.account-dropdown li {
	padding: 0 !important;
}

.account-dropdown li:not(:last-child) {
	margin-bottom: 10px;
}

#menu .dropdown-inner ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 16px;
	padding: 20px !important;
	border: 0;
}

#menu .dropdown-inner ul li a,
.account-dropdown li a {
	cursor: pointer;
	font-size: 16px;
	border-bottom: 1px solid transparent;
	color: #333333;
}

#menu .dropdown-inner ul li a:hover,
.account-dropdown li a:hover {
	border-bottom: 1px solid;
	/* text-decoration: underline !important; */
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: inline;
	padding: 0 !important;
	line-height: 20px;
	color: #333333;
	font-size: 16px;
}

.dropdown-item:hover,
.dropdown-item:focus {
	background-color: transparent !important;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #ddd;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, var(--ms-primary), #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
}
#menu .navbar-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	gap: 2rem;
}
#menu .navbar-nav > li > a {
	color: #171717 !important;
	padding: 0;
	font-size: 16px;
	background-color: transparent;
	font-weight: 400;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
}
#menu .navbar-nav > li > a:hover {
	border-bottom: 1px solid;
}

/* content */
#content {
	padding-bottom: 5rem;
}
/* footer */
footer {
	margin-top: 60px;
	padding-top: 30px;
	padding-bottom: 1px;
	background: #fbfbfb;
	color: #616161;
}
footer .footer-logo {
	height: 40px;
	margin-bottom: 24px;
}

footer hr {
	border-top: none;
	border-bottom: 1px dashed #666666;
	margin: 22px 0;
}
footer a {
	color: #616161;
	font-size: 14px;
}
footer a:hover {
	color: var(--ms-primary);
}
footer p {
	color: #616161;
	font-size: 14px;
}
footer h5 {
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

footer iframe {
	border-radius: 6px !important;
	border: 1px solid #cacaca;
}
/* breadcrumb */
.breadcrumb {
	padding: 20px 0;
	margin-bottom: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
	padding: 0 18px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item:first-child {
	padding-left: 0 !important;
}
.breadcrumb > li.breadcrumb-item:last-child:after {
	display: none;
}
.breadcrumb > li.breadcrumb-item > a {
	text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: -1px;
	width: 7px;
	height: 7px;
	border-right: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
	content: "";
	padding: 0;
}
.breadcrumb > li.breadcrumb-item a {
	color: #7b7b7b;
	font-weight: 400;
	font-size: 14px;
}
.pagination {
	margin: 0;
}
.btn {
	font-size: 14px !important;
}

.btn-primary {
	background: var(--ms-primary) !important;
	color: #ffffff !important;
}

/* buttons */
.btn-light {
	color: #777;
	background: #eeeeee;
	background-repeat: repeat-x;
	border: 0;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.disabled,
.btn-light[disabled] {
	color: #222 !important;
	background-color: #d4d4d4;
	background-position: 0;
}

.btn-primary {
	color: #ffffff;
	background: var(--ms-primary);
	font-weight: 500;
	font-size: 14px;
	border: 0;
}

.btn-primary.default {
	color: #ffffff;
	background: var(--ms-primary);
	font-weight: 500;
	font-size: 14px;
	border: 0;
	padding: 0.35rem 0.75rem;
}

.btn-primary:hover,
.btn-primary:focus {
	color: #ffffff !important;
	background: var(--ms-primary) !important;
}

.btn-primary:active {
	color: #ffffff !important;
	background: #e08225 !important;
}

.btn {
	transition: all 0.2s ease-in-out;
}

.btn:hover {
	opacity: 0.8 !important;
}

.btn:active {
	filter: brightness(0.9);
}

.btn-warning {
	color: #ffffff;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border: 0;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #f90000;
	background: #ffffff;
	border: 0;
}

.btn-danger:hover {
	color: #f90000;
	background: #ffffff;
	border: 0;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	background: #62c462;
	border: 0;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	background: #e06342;
	border: 0;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: var(--ms-primary);
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	border: 0;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
.product-thumb {
	margin-bottom: 15px;
	transition: 250ms all ease-in-out;
}

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

.product-thumb h4 a {
	font-weight: 300;
	color: #000000;
	font-size: 16px;
}
.product-thumb .image {
	text-align: center;
	transition: 250ms all ease-in-out;
}

.product-thumb .description {
	padding: 15px;
}
.product-thumb .button-group {
	display: flex;
}
.product-thumb .button-group button {
	border-radius: 0;
	display: inline-block;
	border: none;
	background-color: transparent;
	color: #000000;
	line-height: 38px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
.product-thumb .button-group button + button {
	border-left: 1px solid #ddd;
}
@media (min-width: 960px) {
	.product-list .product-thumb {
		display: flex;
	}
	.product-list .product-thumb .image {
		flex-direction: column;
		margin-bottom: 0px;
	}
	.product-list .product-thumb .content {
		flex-direction: column;
		flex: 75%;
		position: relative;
	}
	.product-list .product-thumb .button-group {
		position: absolute;
		bottom: 0px;
		width: 100%;
		border-left: 1px solid #ddd;
	}
}
.rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	width: 20px;
}
.rating.fa-star {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #fc0;
	font-size: 15px;
}
.rating .fa-star + .fa-star {
	color: #e69500;
}
/* product list */
.price {
	color: #444;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	letter-spacing: 0.35px;
}
.price-new {
	color: #585858;
	font-weight: 700;
	font-size: 18px;
}
.price-old {
	color: #aeaeae;
	text-decoration: line-through;
	font-size: 16px;
}
.price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
/* BS4 Changes */
.navbar-light .navbar-toggler {
	font-size: 15px;
	font-stretch: expanded;
	color: #fff;
	padding: 6px 12px;
	background-color: #229ac8;
	border: 0;
}
.form-check:not(.form-switch) {
	display: flex;
	align-items: center;
	padding: 0 !important;
	gap: 0.65rem;
	padding-left: 20px !important;
	margin: 0 0 1rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 0 0 1rem;
}

.form-switch {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.form-switch .form-check-input {
	margin: 0 !important;
	cursor: pointer !important;
}

.form-check .form-check-input[type="radio"] {
	--bs-border-color: #ec7802;
	width: 1.25rem;
	height: 1.25rem;
	margin-top: 0 !important;
	cursor: pointer !important;
}

.form-check-input:focus:not(:checked) {
	border-color: var(--ms-primary);
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e") !important;
}

.form-check-input:checked {
	background-color: var(--ms-primary);
	border-color: var(--ms-primary);
	border-width: 2px !important;
}

/* Theme Custom CSS */
#display-control #compare-total.a {
	margin-top: -2px;
	padding: 0.35rem 0.565rem;
}
#product-product h1 {
	margin-top: 20px;
	margin-bottom: 10px;
}
#information-contact .card {
	margin-bottom: 20px;
}
.dropdown-menu .dropdown-inner li a {
	padding: 12px 16px !important;
	min-width: 240px !important;
	font-size: 16px;
	font-weight: 400 !important;
}
.nav-link {
	color: #5c5c5c;
	font-weight: 400;
}
.nav-link:hover,
.nav-link:focus {
	color: var(--ms-primary);
}

.list-inline-item:not(:last-child) {
	margin-right: 1.5rem;
}

.list-group {
	border-radius: 5px;
}

.list-group-item {
	border: 0;
	border: 0;
	margin-bottom: 3px;
	font-weight: 400;
	padding: 10px 14px;
	background: #fafafa;
	color: #434343;
	transition: all 0.2s ease-in-out;
}

.list-group-item:hover {
	text-decoration: underline !important;
}

.btn-group {
	gap: 8px;
}

.account-menu {
	background: #ffffff;
	padding: 4px !important;
	border-radius: 6px;
}

.account-menu a {
	color: #000000 !important;
}

.account-menu a:hover {
	background: #eeeeee;
}

.tab-content {
	padding: 1rem;
	background-color: #ffffff;
	border: 1px solid var(--product-tab-border);
	border-top: 0 !important;
	min-height: 200px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff !important;
	color: var(--ms-primary) !important;
	font-weight: 500;
}

strong {
	font-weight: 600 !important;
}

.account-manager-btn i {
	font-size: 20px;
}

.carousel-indicators [data-bs-target] {
	width: 30px;
	height: 3px;
	margin-right: 4px;
	margin-left: 4px;
	background-color: #b6b6b6e6;
	border: 0 !important;
	opacity: 0.4 !important;
}

.carousel-indicators > [data-bs-target].active {
	opacity: 1 !important;
}

.text-no-results {
	font-size: 16px;
	margin: 0;
}

hr {
	margin: 2rem 0;
}

.carousel-image {
	filter: drop-shadow(0 0 0 transparent) !important;
}

#common-home #content h3 {
	text-transform: uppercase;
	margin-bottom: 3rem;
	text-align: center;
	font-weight: 800;
	font-size: clamp(22px, 2vw, 28px);
}

#common-home #content {
	padding-bottom: clamp(1px, 2vw, 2rem) !important;
}

.input-group-text,
.form-select {
	font-size: 14px;
}

.input-group-text {
	color: #000000cc;
	border-right: 0;
}

@media (max-width: 575px) {
	.header-logo > div {
		gap: 1rem !important;
	}
}

@media (min-width: 992px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

.mobile-menu ul.navbar-nav {
	flex-direction: column !important;
	gap: 0.5rem !important;
	align-items: start !important;
	padding: 10px 0 !important;
}

.mobile-menu ul.navbar-nav li a {
	padding: 4px 0 !important;
	display: block;
}

.alert-info {
	background-color: #fff8f0;
	border: 1px solid #ffd18a;
	color: #d38230;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.alert-info i {
	font-size: 20px;
}

.product-images {
	max-width: 600px;
}

.img-thumbnail {
	border: 0;
	padding: 0;
	border-radius: 0 !important;
}

#information-contact .card {
	border: 0 !important;
}

#information-contact .card .card-body {
	padding: 0;
}

.font-14 {
	font-size: 14px;
}

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

.font-18 {
	font-size: 18px;
}

.font-20 {
	font-size: 20px;
}

.product-thumb .image {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-thumb a {
	flex: 1;
}

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

.related-products img {
	border: 1px solid #eeeeee;
}

#input-sort {
	max-width: 300px;
}

.list-group-item.active {
	background-color: #ededed;
	border-color: #ffffff;
	color: #434343;
	font-weight: 400;
}

#button-cart {
	font-size: 16px !important;
	padding-inline: 3rem;
}

.input-group *,
input,
select,
textarea {
	box-shadow: 0 0 0 transparent !important;
}

input,
select,
.input-group {
	max-width: 450px !important;
}

textarea {
	max-width: 600px !important;
}

.max-w-0 {
	max-width: 0;
}

.max-w-300 {
	max-width: 300px;
}

.max-w-400 {
	max-width: 400px;
}

.max-w-500 {
	max-width: 500px;
}

.max-w-600 {
	max-width: 600px;
}

.alert-success {
	--bs-alert-color: #16a349;
	--bs-alert-bg: #defbe7;
	--bs-alert-border-color: #c0ebcb;
}

.alert-success .btn-close {
	display: none;
}

.toast-container {
	top: 100px;
}

.table > :not(caption) > * > * {
	padding: 0.75rem;
	border: 0 !important;
	box-shadow: 0 0 transparent;
	vertical-align: middle;
}

.cart-dropdown {
	padding: 20px;
	border: 0;
	box-shadow: -1px 6px 5px #00000014;
	border-top: 0 !important;
	border-radius: 4px;
	font-size: 14px;
}

.total-title {
	font-weight: 500 !important;
}

#account-account .row a,
.cart-dropdown a {
	color: #dd750d;
}

.btn-header:hover {
	color: var(--ms-primary) !important;
}

.btn-header:has(+ .dropdown-menu.show) {
	color: var(--ms-primary) !important;
}

.checkout-checkout a,
.checkout-checkout a b {
	color: #dd750d !important;
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
	opacity: 0.3;
}

button {
	border: none !important;
	outline: none !important;
	box-shadow: 0 0 0 transparent !important;
}

@media (max-width: 991px) {
	#menu {
		border-radius: 0;
	}
	#menu div.dropdown-inner > ul .list-unstyled {
		display: block;
	}

	#menu .navbar-nav:not(:last-child) {
		border-bottom: 1px solid #f4f4f4;
	}

	#menu .navbar-nav > li > a {
		color: #000000 !important;
		padding: 0;
		font-size: 16px !important;
		background-color: transparent;
		font-weight: 400;
		border: 0 !important;
		display: block;
		transition: all 0ms;
	}

	#menu .dropdown-inner ul {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 0;
		padding: 0 !important;
		border: 0;
	}
	#menu .dropdown-inner {
		display: block;
	}

	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	#menu .navbar-collapse {
		border-top: 1px solid #f4f4f4;
		background-color: #fffffffc;
		position: fixed;
		left: 0;
		top: var(--header-height);
		width: 100%;
		height: calc(100vh - var(--header-height)) !important;
		z-index: 99;
		backdrop-filter: blur(13px);
	}

	#menu .navbar-toggler {
		border: none !important;
		outline: none !important;
		box-shadow: 0 0 0 transparent !important;
		padding: 0 0.5rem;
	}

	#menu .navbar-toggler i {
		color: #000000;
	}

	.menu-dropdown {
		display: block;
	}

	#menu .nav-link.dropdown-toggle {
		display: none;
	}

	#menu #category {
		float: inherit;
	}

	#menu .container {
		display: flex !important;
	}

	#logo img {
		height: 32px;
		max-width: 100%;
	}

	.carousel-indicators {
		display: none;
	}
}

#checkout-register {
	margin-top: 1rem;
}

b,
strong {
	font-weight: 500 !important;
}

.input-group .btn-light {
	border: 1px solid var(--bs-border-color) !important;
	border-left: 0 !important;
}

thead td {
	font-weight: 500;
	background: #f7f7f7 !important;
	padding: 0.75rem !important;
}

thead td {
	font-weight: 500;
	background: #f7f7f7 !important;
	padding: 0.75rem !important;
}
tfoot td {
	padding: 0.75rem 0.75rem 0 0.75rem !important;
}

tbody tr:nth-child(even) td {
	background-color: #fafafa;
}

.input-group
	> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
		.valid-feedback
	):not(.invalid-tooltip):not(.invalid-feedback) {
	margin: 0 !important;
}

.related-products {
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
	padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}

.related-products .price-new {
	font-size: 18px;
}

.header-content {
	gap: clamp(2rem, 4vw, 4rem);
}

.box-shadow-none {
	box-shadow: 0 0 0 transparent !important;
}

#cookie {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	color: #ecf0f1;
	background: #000000;
	opacity: 0.75;
	padding: 0.75rem;
}

#cookie p {
	font-size: 14px;
	color: #ffffff !important;
}

#cookie button {
	padding: 1px 13px;
	border: 1px dotted !important;
	color: #ffffff;
}

#cookie button:hover {
	color: var(--ms-primary);
}

#cookie a {
	font-weight: 500;
	text-decoration: underline;
}

.modal-header {
	padding-bottom: 0;
	border: 0;
}

form {
	max-width: 600px;
	min-width: 300px;
}

.dropdown-menu form {
	max-width: none;
	min-width: 0;
}

.min-w-mobile {
	min-width: 355px;
}

.carousel {
	box-shadow: 0 0 0 transparent !important;
	margin-bottom: clamp(22px, 10vw, 100px);
	border: 0;
}

.carousel .carousel-control-prev {
	left: 2% !important;
	color: white;
}

.carousel .carousel-control-next {
	right: 2% !important;
	color: white;
}

/* search */

.search-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: transparent;
	display: flex;
	justify-content: center;
	z-index: 99999;
	backdrop-filter: blur(13px) brightness(0.85);
	padding: 16vh 6%;
}

#search {
	border-radius: 6px;
	overflow: hidden;
	background-color: #ffffffc4;
	border: 0;
	width: 100%;
	height: 58px;
	max-width: 750px;
	border: 0 !important;
	transition: 0.2s all !important;
	box-shadow: 0 0 3px #00000017;
}

#search:focus-within {
}

#search .form-control-lg {
	height: 100%;
	width: 100%;
	font-size: clamp(18px, 3vw, 20px);
	padding: 0 0 0 18px !important;
	max-width: 100% !important;
	border: 0 !important;
	box-shadow: none !important;
	background: transparent;
	color: #000000ab;
	font-weight: 500;
}
#search .form-control-lg::placeholder {
	font-weight: 400;
	color: #00000029;
}
#search .btn-lg {
	font-size: 20px !important;
	height: 100%;
	padding: 0 10px 0 14px;
	border-radius: 0;
	background-color: transparent;
	color: #00000057;
	display: flex;
	align-items: center;
}

#search .btn-lg:hover {
	color: #000000ab;
}

.search-btn i {
	font-size: 20px;
}

.account-dropdown.account-page-dropdown {
	border: 1px solid #e2e2e2 !important;
	border-radius: 5px !important;
	max-width: 800px !important;
}

.account-dropdown.account-page-dropdown li {
	margin-bottom: 0 !important;
}

.account-dropdown.account-page-dropdown li a {
	color: #575757 !important;
	padding: 0.75rem 1rem !important;
	display: block;
	border-radius: 0;
	border-bottom: 0;
}

.account-dropdown.account-page-dropdown li:not(:last-child) a {
	border-bottom: 1px solid #e2e2e2 !important;
}

.account-dropdown.account-page-dropdown li a:hover {
	text-decoration: underline;
}

.product-tabs {
	border-bottom: 1px solid var(--product-tab-border) !important;
}

.product-tabs a.nav-link.active {
	border-color: var(--product-tab-border) !important;
	border-bottom-color: transparent !important;
}

.product-tabs a.nav-link:hover {
	border-bottom-color: transparent !important;
}

.basket-len {
	background: currentColor;
	line-height: normal;
	padding: 0 5px;
	color: currentColor;
	font-size: 12px;
	min-width: 17.5px;
	border-radius: 10px;
	margin-bottom: 0;
	position: absolute;
	top: 2px;
	margin-left: 17px;
	transition: 0.2s all !important;
}

.basket-len strong {
	font-weight: 700 !important;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
	z-index: inherit !important;
}

#tab-specification table * {
	border: 0 !important;
}

#tab-specification tbody tr td {
	padding: 0.5rem 1rem !important;
}

#tab-specification tbody:nth-child(odd) tr {
	background-color: #f8f8f8;
}

.additional-images {
	display: flex;
	flex-wrap: wrap;
	gap: 0.333rem;
}

.additional-images img {
	border: 1px solid #eeeeee;
	padding: 0;
}

.head-img {
	border: 1px solid #eeeeee;
	padding: 0;
}

input[name="quantity"] {
	max-width: 140px !important;
}

.form-variant:has(.text-danger) input,
.form-variant:has(.text-danger) select,
.form-variant:has(.text-danger) textarea {
	border-color: red !important;
}

#product-info .price-new {
	font-size: 24px;
}
