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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//rapidstorebd.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//rapidstorebd.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//rapidstorebd.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//rapidstorebd.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//rapidstorebd.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//rapidstorebd.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//rapidstorebd.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//rapidstorebd.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-transform: none;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-transform: none;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(253,105,15);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: rgb(253,105,15);
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(253,105,15);
	--btn-accented-bgcolor-hover: rgb(253,105,15);
	--wd-form-brd-width: 2px;
	--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: #111111;
	background-image: url(https://rapidstorebd.com/wp-content/uploads/2021/08/promo-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;
}
.wd-footer {
	background-color: rgb(19,94,123);
	background-image: none;
}
html .wd-buy-now-btn {
	color: rgb(255,255,255);
	background: rgb(5,73,60);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 0px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--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: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* Fix Order Now button design like Add to Cart */
.product-grid-item .add_to_cart_button,
.product-grid-item .product_type_variable {
    background-color: #1e73be; /* Blue – চাইলে change করো */
    color: #ffffff !important;
    padding: 4px 8px;
    border-radius: 6px;
    text-align: center;
    display: block;
    width: 70%;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    border: none;
}

/* Hover effect */
.product-grid-item .add_to_cart_button:hover,
.product-grid-item .product_type_variable:hover {
    background-color: #155a96;
    color: #ffffff !important;
}


@media (max-width: 767px) {
    .product-grid-item .add_to_cart_button,
    .product-grid-item .product_type_variable {
        height: 36px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;

        font-size: 13px;
        font-weight: 600;

        width: 90%;
        margin: 0 auto;

        border-radius: 4px;
        box-sizing: border-box;
        line-height: normal;
    }
}


/* Desktop + Mobile subtle rounded button */
.product-grid-item .add_to_cart_button,
.product-grid-item .product_type_variable {
    border-radius: 6px !important;  /* subtle round */
}

/* Mobile specific */
@media (max-width: 767px) {
    .product-grid-item .add_to_cart_button,
    .product-grid-item .product_type_variable {
        border-radius: 6px !important; /* same round on mobile */
    }
}




/* কাউন্টডাউন টাইমার থেকে ডেইজ (Days) অপশন হাইড করার জন্য */
.wd-timer-days, 
.wd-timer-days + .wd-timer-divider {
    display: none !important;
}

/* টাইমারের বক্সগুলোর সাইজ অ্যাডজাস্ট করা (প্রয়োজন হলে) */
.wd-product-countdown .wd-timer-item {
    min-width: 45px !important;
}





/* ১. মেইন গ্যালারি কন্টেইনারের গ্যাপ রিমুভ */
.single-product-content .product-images,
.woocommerce-product-gallery,
.woocommerce-product-gallery__wrapper {
    padding: 0 !important;
    margin: 0 !important;
}

/* ২. ইমেজের চারপাশের ডিফল্ট বর্ডার ও গ্যাপ রিমুভ */
.product-images .woocommerce-product-gallery__image img {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important; /* যদি কোনো ডিফল্ট বর্ডার থাকে */
    width: 100% !important;
}

/* ৩. ইমেজের বাইরের ডিফল্ট বক্স শ্যাডো বা আউটলাইন সরাতে */
.product-image-wrap {
    padding: 0 !important;
    border: 1px solid #eeeeee; /* এখানে আপনার পছন্দমতো বর্ডার কালার দিতে পারেন */
}

/* ৪. স্লাইডার বা গ্রিড কলামের গ্যাপ জিরো করা */
.product-images .owl-item, 
.product-images .col-12 {
    padding: 0 !important;
}




.additional_information_tab a {
    font-size: 0 !important;
}
.additional_information_tab a:before {
    content: "Specification"; /* এখানে নতুন নাম লিখুন */
    font-size: 16px !important; /* আপনার ফন্ট সাইজ অনুযায়ী দিন */
}



/* Hide default breadcrumb in product page */
.single-product .woodmart-breadcrumbs, 
.single-product .woocommerce-breadcrumb,
.single-product .page-title-custom {
    display: none !important;
}




/* Status: In stock এর ডিজাইন */
.rsb-stock-status {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit;
}

.rsb-stock-status .status-label {
    font-size: 16px;
    font-weight: 600;
    color: #333; /* কাল কালো রঙ */
}

.rsb-stock-status .status-text {
    font-size: 16px;
    font-weight: 700;
    color: #77bc00 !important; /* ছবির মতো সবুজ রঙ */
    margin-left: 5px;
}






/* Browse Categories lekha-ti lukiye All Categories lekha */
.wd-header-cats .menu-open-label {
    font-size: 0 !important;
}

.wd-header-cats .menu-open-label:before {
    content: "All Categories";
    font-size: 20px; /* Apnar theme-er font size onujayi */
    visibility: visible;
}





/* Mobile ebong Tablet-er jonno (1024px er niche) */
@media (max-width: 1024px) {
    /* Banner/Slider container target kora */
    .promo-banner, 
    .wd-slider, 
    .wd-slide-item {
        min-height: 250px !important; /* Mobile-e height koto hobe seta ekhane likhun */
        height: 250px !important;
    }

    /* Banner-er bhetorer image thik kora */
    .promo-banner img, 
    .wd-slide-bg {
        height: 250px !important;
        object-fit: cover !important; /* Image jeno kete na jay */
    }
}








/* Order Now Button Color Change */
.single-product .single_add_to_cart_button {
    background-color: #FD690F !important; /* Apnar pochondo moto color code */
    color: #ffffff !important; /* Text color */
}

/* Button-er hover color change (mouse nile) */
.single-product .single_add_to_cart_button:hover {
    background-color: #FD690F !important; /* Hover Color */
    color: #ffffff !important;
}





/* মেগা মেনুর ভেতরের সব টাইটেল এবং লিংকের Uppercase বন্ধ করার জন্য */
.wd-dropdown-menu .wd-sub-menu li a, 
.wd-dropdown-menu .wd-entities-title,
.wd-dropdown-menu .menu-item > a,
.wd-mega-menu-title,
.wd-sub-menu-title {
    text-transform: none !important;
}