.top-promo-bar {
background: #E30613;
color: #ffffff;
text-align: center;
font-family: Montserrat, Arial, sans-serif;
font-size: 13px;
font-weight: 600;
padding: 8px 12px;
}
.header-icons {
display: flex;
align-items: center;
gap: 18px;
margin-left: 28px;
}
.header-icons .hi {
color: #ffffff;
font-size: 20px;
line-height: 1;
display: flex;
align-items: center;
}
.header-icons .hi i {
line-height: 1;
} .header-icons .hi {
position: relative; }
.header-icons .hi::after {
content: attr(data-tooltip);
position: absolute;
top: 120%; left: 50%;
transform: translateX(-50%);
background: #111;
color: #ffffff;
padding: 6px 10px;
font-size: 12px;
font-weight: 600;
font-family: Montserrat, Arial, sans-serif;
border-radius: 4px;
white-space: nowrap;
opacity: 0;
pointer-events: none;
transition: opacity 0.2s ease, transform 0.2s ease;
z-index: 9999;
} .header-icons .hi::before {
content: "";
position: absolute;
top: 112%;
left: 50%;
transform: translateX(-50%);
border-width: 6px;
border-style: solid;
border-color: transparent transparent #111 transparent;
opacity: 0;
transition: opacity 0.2s ease;
z-index: 9999;
}
.header-icons .hi:hover::after,
.header-icons .hi:hover::before {
opacity: 1;
}
.header-icons .hi:hover {
opacity: 0.75;
color: #E30613;
} .mobile-menu-icons {
margin-top: 25px;
padding-top: 20px;
border-top: 1px solid rgba(255,255,255,0.15);
}
.mobile-menu-icons .mi {
display: flex;
align-items: center;
gap: 12px;
color: #ffffff;
text-decoration: none;
font-size: 15px;
padding: 10px 0;
}
.mobile-menu-icons .mi i {
width: 18px;
text-align: center;
}
.mobile-menu-icons .mi:hover {
opacity: 0.8;
} .main-navigation .menu-item a[href*="map"],
.main-navigation .menu-item a[href*="contact"] {
font-size: 0; position: relative;
} .main-navigation .menu-item a[href*="map"]::before,
.main-navigation .menu-item a[href*="contact"]::before {
content: "\f041"; font-family: "FontAwesome";
font-size: 16px;
color: #ffffff;
display: inline-block;
} .main-navigation .menu-item a[href*="map"]:hover::before {
opacity: 0.7;
} .menu-map-icon > a {
font-size: 0; position: relative;
}
.menu-map-icon > a::before {
content: "\f278"; font-family: "FontAwesome";
font-size: 16px;
color: #ffffff;
display: inline-block;
} .menu-map-icon > a:hover::before {
opacity: 0.7;
}
.menu-map-icon > a::before {
font-size: 20px;
position: relative;
top: 1px;
} .inside-navigation {
display: flex;
align-items: center;
} .navigation-branding {
margin-right: 28px;
} .inside-navigation .main-nav {
margin-right: auto; } .header-icons {
margin-left: 28px;
display: flex;
align-items: center;
gap: 18px;
} .woocommerce div.product p.price,
.woocommerce div.product span.price,
.wc-block-grid__product-price,
.woocommerce-Price-amount {
font-size: 17px;
font-weight: 700; } .menu-bar-items,
.header-icons {
display: flex;
align-items: center;
} .menu-bar-item {
margin-right: -20px;
}
.gp-icon.icon-search svg {
width: 18px;
height: 20px;
}
.cg-popup {
position: fixed;
inset: 0;
background: rgba(0,0,0,0.65);
display: none;
align-items: center;
justify-content: center;
z-index: 9999;
}
.cg-popup-content {
padding-top: 48px;
background: #fff;
max-width: 450px;
width: 90%;
padding: 30px;
border-radius: 10px;
text-align: center;
position: relative;
font-family: inherit;
}
.cg-popup h3 {
margin-bottom: 15px;
}
.cg-code span {
display: inline-block;
background: #000;
color: #fff;
padding: 6px 12px;
border-radius: 6px;
font-weight: 700;
letter-spacing: 1px;
}
.cg-popup-btn {
display: inline-block;
margin-top: 15px;
background: #e30613;
color: #fff;
padding: 12px 20px;
border-radius: 6px;
text-decoration: none;
font-weight: 600;
}
.cg-popup-close {
position: absolute;
top: 10px;
right: 14px;
--background: none;
border: none;
font-size: 24px;
cursor: pointer;
}
.splide__arrow {
background: rgba(0,0,0,0.6);
width: 40px;
height: 40px;
}
.splide__arrow svg {
fill: #fff;
}
.carousel-card {
height: 100%;
}
.carousel-card img {
transition: transform .3s ease;
}
@media (min-width: 1024px) {
.carousel-card:hover img {
transform: scale(1.05);
}
} .info-toggle {
color: #fff;
} .info-toggle__header {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
cursor: pointer;
user-select: none;
} .info-toggle__content {
max-height: 0;
overflow: hidden;
transition: max-height 0.35s ease, opacity 0.3s ease;
opacity: 0;
text-align: center;
margin-top: 10px;
} .info-toggle.active .info-toggle__content {
max-height: 200px; opacity: 1;
} .info-toggle__header .arrow {
transition: transform 0.3s ease;
}
.info-toggle.active .arrow {
transform: rotate(180deg);
}
.cg-cart-hint {
margin-top: 10px;
padding: 10px 14px;
background: #f7f7f7;
border-left: 4px solid #e30613;
font-size: 14px;
line-height: 1.4;
}
.cg-shop-hint {
display: inline-block;
margin: 1px auto;
padding: 6px 10px;
font-size: 11px;
background: #fff5f5;
border: 1px solid #e30613;
color: #e30613;
border-radius: 20px;
} .woocommerce a.button,
.wc-block-components-product-button__button,
.single-product .button {
all: unset;
} .woocommerce ul.products li.product a.button {
font-family: Barlow, sans-serif;
font-size: 16px;
font-weight: 400;
min-height: 50px;
padding: 0 20px;
border-radius: 0;
text-decoration: none;
display: inline-block;
line-height: 50px;
} .woocommerce ul.products li.product a.add_to_cart_button {
background: #E31B23;
color: #fff;
border: none;
} .woocommerce ul.products li.product a.add_to_cart_button:hover {
background: #c4171d;
} .woocommerce ul.products li.product.outofstock a.button {
background: transparent;
color: #E31B23;
border: 2px solid #E31B23;
line-height: 46px;
}
.woocommerce ul.products li.product.outofstock a.button::before {
content: "✉";
margin-right: 6px;
}
.woocommerce ul.products li.product.outofstock a.button:hover {
background-color: #c4171d;
color: #ffffff;
}   .single-product .single_add_to_cart_button {
background-color: #E31B23;
color: #ffffff;
border: none;
font-family: Barlow, sans-serif;
font-size: 16px;
font-weight: 400;
min-height: 30px;
padding: 0 20px;
border-radius: 0;
display: inline-flex;
align-items: center;
justify-content: center;
} .single-product .single_add_to_cart_button:hover {
background-color: #c4171d;
color: #ffffff;
} .single-product .single_add_to_cart_button::before {
content: none !important;
}   .single-product a.add-request-quote-button {
background: transparent;
color: #E31B23;
border: 2px solid #E31B23;
font-family: Barlow, sans-serif;
font-size: 16px;
font-weight: 400;
min-height: 40px;
padding: 0 20px;
border-radius: 0;
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
} .single-product a.add-request-quote-button:hover {
background-color: #E31B23;
color: #ffffff;
} .single-product a.add-request-quote-button::before {
content: "✉";
margin-right: 6px;
font-size: 14px;
}    .single-product .single_add_to_cart_button,
.single-product .single_add_to_cart_button.button.alt {
background-color: #E31B23 !important;
color: #ffffff !important;
border: none !important;
} .single-product .single_add_to_cart_button:hover,
.single-product .single_add_to_cart_button.button.alt:hover {
background-color: #c4171d !important;
color: #ffffff !important;
} .single-product a.add-request-quote-button {
background: transparent !important;
color: #E31B23 !important;
border: 2px solid #E31B23 !important;
} .single-product a.add-request-quote-button:hover {
background-color: #E31B23 !important;
color: #ffffff !important;
} .single-product a.add-request-quote-button::before {
content: "✉";
margin-right: 6px;
font-size: 14px;
} .single-product .single_add_to_cart_button::before {
content: none !important;
}   .single-product .yith-ywraq-add-to-quote a.add-request-quote-button.button,
.single-product .yith-ywraq-add-to-quote .yith-ywraq-add-button a.add-request-quote-button.button {
background: transparent !important;
color: #E31B23 !important;
border: 2px solid #E31B23 !important;
box-shadow: none !important;
text-decoration: none !important;
} .single-product .yith-ywraq-add-to-quote a.add-request-quote-button.button:hover,
.single-product .yith-ywraq-add-to-quote .yith-ywraq-add-button a.add-request-quote-button.button:hover {
background-color: #E31B23 !important;
color: #ffffff !important;
border-color: #E31B23 !important;
} .single-product .yith-ywraq-add-to-quote a.add-request-quote-button.button::before {
content: "✉";
margin-right: 6px;
font-size: 14px;
} .wc-block-components-product-button__button.add_to_cart_button {
background-color: #E31B23 !important;
color: #ffffff !important;
border: none !important;
} .wc-block-components-product-button__button.add_to_cart_button:hover {
background-color: #c4171d !important;
color: #ffffff !important;
} .wc-block-components-product-button__button.add_to_cart_button::before {
content: none !important;
} .wc-block-components-product-button__button:not(.add_to_cart_button) {
background: transparent !important;
color: #E31B23 !important;
border: 2px solid #E31B23 !important;
} .wc-block-components-product-button__button:not(.add_to_cart_button):hover {
background-color: #E31B23 !important;
color: #ffffff !important;
} .wc-block-components-product-button__button:not(.add_to_cart_button)::before {
content: "✉";
margin-right: 6px;
font-size: 14px;
}    .main-navigation ul ul li a,
.main-navigation ul ul li a:visited,
.main-navigation ul ul li a:active,
.main-navigation ul ul li a:focus {
color: #111111 !important;
} .main-navigation ul ul li a:hover {
color: #E30613 !important;
} .main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current-menu-ancestor > a {
color: #E30613 !important;
}