@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 { 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; }

.shipping_type.active::after, .payment_method.active::after { color: var(--bs-green); content: '\F26A'; display: block; font-family: 'bootstrap-icons'; height: 16px; position: absolute; right: 5px; top: 5px; width: 16px; }

.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: 3; }
#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 .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; }

@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: 3; 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: 105px; }
	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; }
}