@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//biz.startupguru.xyz/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.8") format("woff2");
	font-display:fallback;
}

:root {
	--wd-header-banner-h: 100px;
	--wd-text-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(67,150,101);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(67,150,101);
	--btn-accented-bgcolor-hover: rgb(61,136,92);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url(https://biz.startupguru.xyz/wp-content/uploads/2021/10/black-friday-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(247,247,247);
	background-image: url(https://biz.startupguru.xyz/wp-content/uploads/2021/10/black-friday-top-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #f7f7f7;
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 60px;
	}

}
:root{
--wd-container-w: 1499px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1499px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(198,198,198);
}

.wd-dynamic-discounts tbody tr:is(:hover, .wd-active) {
    background-color: #ffa99c !important;
}


.wd-price-unit {
    color: black !important;
}



/* =============================
   MOBILE SEARCH FORM - TRICOLOR BORDER + TRICOLOR SEARCH BUTTON
   ============================= */

/* Input Field */
.wd-header-search-form-mobile .searchform input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 50px 10px 15px; /* space for tricolor search button */
    border-radius: 30px;
    border: 4px solid transparent; /* thick border */
    outline: none;

    /* Premium subtle shadow */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

    /* Tricolor animated border */
    background: 
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(90deg, #FF9933, #FFFFFF, #138808, #FF9933) border-box;

    background-size: 300% 100%;
    animation: tricolorMove 4s linear infinite;
    transition: all 0.3s ease;
}

/* Tricolor border animation */
@keyframes tricolorMove {
    0% { background-position: 0% 50%; }
    100% { background-position: 300% 50%; }
}

/* Input focus effect */
.wd-header-search-form-mobile .searchform input[type="text"]:focus {
    animation: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* =============================
   TRICOLOR SEARCH BUTTON
   ============================= */

/* Remove default icon */
.searchform[class*="wd-style-with-bg"] .searchsubmit:before {
    content: none !important;
}

/* Style search button as round tricolor lens */
.searchform[class*="wd-style-with-bg"] .searchsubmit {
    width: 40px;
    height: 40px;
    border-radius: 50%; /* round button */
    border: none;
    cursor: pointer;
    padding: 0;

    /* Tricolor animated background */
    background: linear-gradient(90deg, #FF9933, #FFFFFF, #138808, #FF9933);
    background-size: 300% 100%;
    animation: searchButtonTricolor 3s linear infinite;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Magnifying glass icon in the button */
.searchform[class*="wd-style-with-bg"] .searchsubmit::after {
    content: "🔍"; /* simple lens icon, or replace with SVG/FontAwesome */
    font-size: 18px;
    color: #000; /* black icon for contrast */
}

/* Animate tricolor gradient on button */
@keyframes searchButtonTricolor {
    0% { background-position: 0% 50%; }
    100% { background-position: 300% 50%; }
}

/* Hover effect - subtle scale and shadow */
.searchform[class*="wd-style-with-bg"] .searchsubmit:hover {
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.3));
    transform: scale(1.1);
    transition: 0.3s ease;
}
@media (min-width: 1025px) {
	.container, .container-fluid {
    width: 100%;
    max-width: var(--wd-container-w);
    padding-inline: 5px;
    margin-inline: auto;
}
}

