/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

:root {
	--primary-color: #6f4323;
	--secondary-color: #2b0a00;
	--heading-color: #2b0a00;
	--base-text-color: #333333;
}

body {
	font-family: 'Manrope', sans-serif;
	color: var(--base-text-color);
}
.header-cart-link .cart-icon.image-icon svg,
.header-cart-link .cart-icon.image-icon img {
	display: none !important;
}
.header-cart-link .cart-icon strong {
	all: unset;
	position: absolute;
	top: -8px;
	right: -10px;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border-radius: 50%;
	background: #FF5C00;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	font-family: Arial, sans-serif;
	display: inline-block;
	box-sizing: border-box;
}
.header-cart-link .cart-icon strong::after {
	display: none !important;
}

.header-cart-link .cart-icon.image-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
}

.header-cart-link .cart-icon.image-icon::before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 700;
	content: "\f07a" !important;
	font-size: 22px;
	display: inline-block;
	line-height: 1;
}
#header.transparent .header-bg-color,
#header .header-bg-color {
	background-color: transparent !important;
	transition: background-color 0.3s ease;
}
.header-wrapper.stuck .header-bg-color {
	background-color: #fff !important;
}
#logo img {
	filter: brightness(0) invert(1);
	transition: filter 0.3s ease;
}
.header-wrapper.stuck #logo img {
	filter: none;
}
.footer img.ux-logo-image.block {
    filter: brightness(0) invert(1);
}
.custom-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
}

.custom-video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    pointer-events: all;
}
#header .header-main {
    height: 90px;
}

.header-bottom, .header-top {
    display: none;
}

.header-right .searchform {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.header-right .searchform input[type="search"] {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    padding-left: 0 !important;
    width: 140px;
    transition: all 0.3s ease;
}

.header-right .searchform input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px;
}

.header-right .searchform button.submit {
    background: transparent !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.stuck .header-right .searchform input[type="search"] {
    border-bottom-color: #333333 !important;
    color: #333333 !important;
}

.stuck .header-right .searchform input[type="search"]::placeholder {
    color: #666666 !important;
}

.stuck .header-right .searchform button.submit {
    color: #333333 !important;
}

.header-nav > li > a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
}