@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//kiddostore.bd/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 15px;
	--wd-title-font: "Itim", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Itim", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Itim", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Itim", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Itim", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(249,233,25);
	--wd-alternative-color: rgb(249,233,25);
	--btn-default-bgcolor: rgb(249,233,25);
	--btn-default-bgcolor-hover: rgb(249,233,25);
	--btn-accented-bgcolor: rgb(249,233,25);
	--btn-accented-bgcolor-hover: rgb(249,233,25);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(249,233,25);
	--notices-success-color: rgb(0,0,0);
	--notices-warning-bg: rgb(249,233,25);
	--notices-warning-color: rgb(0,0,0);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://kiddostore.bd/wp-content/uploads/2021/09/toys-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
: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;
}
 {
	color: rgb(0,0,0);
	color: rgb(0,0,0);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #333;
--btn-accented-color-hover: #333;
--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-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 8px;
}

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



/* Push WoodMart Side-Cart buttons above the custom mobile nav */
@media (max-width: 767px) {
    .cart-widget-side .widget_shopping_cart_content .shopping-cart-widget-footer {
        padding-bottom: 110px !important; /* Adjust this value if needed */
        background-color: #fff; /* Ensures buttons remain visible over content */
    }
    
    /* Optional: Ensure the side cart content area doesn't get cut off */
    .cart-widget-side .widget_shopping_cart_content .woocommerce-mini-cart {
        margin-bottom: 110px !important;
    }
}

/* additional polish */

.cart-widget-side .widget_shopping_cart_content .shopping-cart-widget-footer {
    box-shadow: 0 -5px 15px rgba(0,0,0,0.05);
}




/* Return Refund Page */



/* Unique Return Page Styles - Virtual World */
.vw-refund-container {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif; /* Recommended for kids' vibe */
}

.vw-refund-header h1 {
    text-shadow: 4px 4px 0px rgba(249, 233, 25, 0.2);
}

/* Custom button to trigger WhatsApp directly */
.vw-contact-btn {
    display: inline-block;
    background: #f9e919;
    color: #000;
    font-weight: 800;
    padding: 15px 35px;
    border-radius: 50px;
    margin-top: 30px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}

.vw-contact-btn:hover {
    transform: scale(1.05) rotate(-2deg);
    box-shadow: 0 10px 20px rgba(249, 233, 25, 0.3);
}
