/* IMPORTS */
@import "../../../css/theme.css";
@import "../../../css/custom.css";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.ff-roboto {
	font-family: 'Roboto', sans-serif;
}

.ff-roboto-condensed {
	font-family: 'Roboto Condensed', sans-serif;
}

.bg-dark-vertex {
	background: #212224;
}

.bg-dark-vertex-light-1 {
	background: #3d3d3f;
}

.bg-dark-vertex-light-2 {
	background: #5f5f5f;
}

.text-golden {
	color: rgba(195, 172, 156, 1);
}

.bg-golden {
	background-color: rgba(102, 107, 87, 1);
}

.border-golden {
	border-color: rgba(102, 107, 87, 1) !important;
}

.bg-green {
	background: rgba(102, 107, 87, 1);
}

input {
	font-family: 'Roboto', sans-serif;
}

html,
body {
	background: #212224;
	font-family: 'Roboto', sans-serif;
}

.header-extras {
	display: flex;
	flex-direction: column;
}

/* HEADER */
header {
	z-index: 1021;
}

header .logo {
	max-height: 48px;
}

header .dropdown-menu {
	max-height: calc(100vh - 130px);
	overflow: auto;
	width: 200px;
	z-index: 9999;
}

header .menu {
	width: 30px;
}

header .menu span {
	height: 2px;
	transition: all ease-in-out 0.3s;
}

header .menu.active span:first-child {
	transform: rotate(45deg);
}

header .menu.active span:nth-child(2) {
	opacity: 0;
}

header .menu.active span:last-child {
	transform: rotate(-45deg);
	margin-top: -11px;
}

body {
	padding-top: 93px;
}

body.with-name {
	padding-top: 137px;
}

body.with-bar {
	padding-top: 119px;
}

body.with-name.with-bar {
	padding-top: 163px;
}

.longDescription,
.short_description {
	overflow: hidden;
}

.longDescription figure img,
.short_description figure img,
.longDescription p img,
.short_description p img {
	max-width: 100%;
	height: auto;
}

.longDescription figure,
.short_description figure {
	display: block;
	margin: 20px auto;
	max-width: 100%;
}

.longDescription figure img,
.short_description figure img {
	display: block;
	margin: 20px auto;
}

.longDescription figure.image-style-side,
.short_description figure.image-style-side {
	float: right;
	margin: 20px 0 20px 20px;
}

#carouselBanners .tns-controls {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}

#carouselBanners .tns-controls button {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	border: none;
	color: #F6C40F;
	height: 24px;
	position: absolute;
	width: 24px;
}

#carouselBanners .tns-controls button[data-controls="prev"] {
	background-image: url('../img/ico-arrow-prev.svg');
	left: 15px;
}

#carouselBanners .tns-controls button[data-controls="next"] {
	background-image: url('../img/ico-arrow-next.svg');
	right: 15px;
}

/* FOOTER */
footer .logo {
	max-height: 45px;
	max-width: 115px;
}

.menu-categories li.active > div > a {
	color: #CB8161;
}

.menu-categories button {
	transition: all ease-in-out .3s;
}

.menu-categories button.active {
	transform: rotate(90deg);
}

.border-dashed.active {
	border-color: #3fca90 !important;
}

.shipping_type.active::after,
.payment_method.active::after {
	color: #3fca90;
	content: '\F26A';
	display: block;
	font-family: 'bootstrap-icons';
	height: 16px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 16px;
}

.btn-whatsapp {
	z-index: 1;
	bottom: 0px !important;
}

#sellfastModal .payments-method>:nth-child(4) img,
#sellfastModal .payments-method>:nth-child(5) img,
.checkout-payments .payments-method>:nth-child(3) img,
.checkout-payments .payments-method>:nth-child(4) img,
.form-sellfast .payments-method>:nth-child(4) img,
.form-sellfast .payments-method>:nth-child(5) img {
	filter: none;
}

#bg-category::before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

#bg-category {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#bg-category h1,
#bg-category .d-flex {
	position: relative;
	z-index: 2;
}

.product-detail .cash-price {
	margin-bottom: 20px;
}

.breadcrumb-item.active {
	color: #666b57!important;
}

.breadcrumb-item > a {
	color: white;
}

.breadcrumb-item + .breadcrumb-item::before {
	background-color: white;
}

.logo-white {
	filter: invert(1);
}

.fw-bold.text-discount {
	color: white;
}

.img-review .btn {
	height: inherit;
	line-height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.img-review .btn i {
	color: white;
}

#contact-footer .bi-whatsapp {
	color: white;
	background-color: #198754;
	border-radius: 50%;
	padding: 10px;
	display: flex;
}

#contact-footer .scroll-top-btn {
	display: none;
}

.formShipping .form-floating .form-control {
	position: relative;
	z-index: 3;
	background: transparent;
}

.splide__arrow svg {
	fill: #6c757d;
}

.short_description h2,
.short_description h3,
.short_description h4 {
	color: white;
}

/* MEDIA BREAKPOINTS */
@media (max-width: 991px) {
	body {
		padding-top: 79px;
	}

	body .mobile-nav {
		left: -100%;
		padding-top: 68px;
		transition: all ease-in-out 0.3s;
		z-index: 6;
		max-width: 425px;
	}

	body .mobile-nav.active {
		left: 0;
	}

	body.with-name {
		padding-top: 118px;
	}

	body.with-name .mobile-nav {
		padding-top: 118px;
	}

	body.with-bar {
		padding-top: 96px;
	}

	body.with-bar .mobile-nav {
		padding-top: 105px;
	}

	body.with-name.with-bar {
		padding-top: 144px;
	}

	body.with-name.with-bar .mobile-nav {
		padding-top: 144px;
	}
}

@media (max-width: 575px) {
	.menu-categories.cats-mobile ul li a {
		color: #000 !important;
		opacity: 0.6;
		text-transform: none;
	}
}

@media (max-width: 400px) {
	.related-grid > [class*="col-"] {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.checkout-summary .items-detail {
		display: block !important;
		position: relative;
	}

	.checkout-summary .items-detail .text-golden {
		position: absolute;
		top: 11px;
		right: 11px;
	}

	.checkout-summary .items-detail .flex-fill {
		margin-top: 15px;
		padding-left: 0px !important;
	}
}