:root {
	--wd-text-font: 'MS Serif', 'New York', sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: 'MS Serif', 'New York', sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-transform: capitalize;
	--wd-title-color: #242424;
	--wd-entities-title-font: var(--wd-title-font);
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: var(--wd-title-font);
	--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: var(--wd-text-font);
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(133,27,24);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: rgb(133,27,24);
	--btn-default-bgcolor-hover: rgb(133,27,24);
	--btn-accented-bgcolor: rgb(133,27,24);
	--btn-accented-bgcolor-hover: rgb(133,27,24);
	--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: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
: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(133,27,24);
	background-image: url(https://shopchirmi.com/wp-content/uploads/2026/09/Footer-Chirmi.webp);
	background-size: cover;
}
html .product-image-summary-wrap .summary-inner > .price, html .wd-single-price .price {
	font-family: 'Arial Black', Gadget, sans-serif;	font-weight: 500;
	font-size: 30px;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}



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

.home .wp-block-image.size-full {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.home .wp-block-image.size-full img {
    width: 100%;
    display: block;
}

.home .wd-content-layout.content-layout-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/*add to cart button*/
form.cart :where(.single_add_to_cart_button,.wd-buy-now-btn,.quantity) {
    width: 100%;
}



/*loop add to cart button */
.wd-product.wd-hover-standard .wd-add-btn>a {
	width:100%;
}

/* side cart Width */
.wd-side-hidden {
    --wd-side-hidden-w: 365px !important;
}


.wd-el-title {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    font-size: 22px !important;
    padding-top: 20px !important;
	  padding-bottom: 20px !important;
    margin: 0 auto !important;
}

/* =========================================================
   SILKI - WOODMART SIDE CART
   FIX PRODUCT PRICE + QUANTITY
   ========================================================= */


/* ---------------------------------------------------------
   CART PRODUCT
   --------------------------------------------------------- */

.cart-widget-side .woocommerce-mini-cart-item {

    position: relative !important;

    display: grid !important;

    grid-template-columns: 70px minmax(0, 1fr) !important;

    column-gap: 12px !important;

    width: 100% !important;

    min-height: 82px !important;

    box-sizing: border-box !important;

    overflow: visible !important;

}


/* ---------------------------------------------------------
   PRODUCT IMAGE
   --------------------------------------------------------- */

.cart-widget-side
.woocommerce-mini-cart-item
.thumbnail {

    width: 70px !important;

    min-width: 70px !important;

    max-width: 70px !important;

    height: 70px !important;

    margin: 0 !important;

    overflow: hidden !important;

}


.cart-widget-side
.woocommerce-mini-cart-item
.thumbnail img {

    width: 70px !important;

    height: 70px !important;

    object-fit: cover !important;

}


/* ---------------------------------------------------------
   PRODUCT CONTENT
   --------------------------------------------------------- */

.cart-widget-side
.woocommerce-mini-cart-item
.product-item-body {

    min-width: 0 !important;

    width: auto !important;

    max-width: none !important;

    overflow: visible !important;

}


/* ---------------------------------------------------------
   PRODUCT TITLE
   --------------------------------------------------------- */

.cart-widget-side
.woocommerce-mini-cart-item
.product-title {

    display: -webkit-box !important;

    width: 100% !important;

    max-width: 100% !important;

    margin: 0 20px 4px 0 !important;

    padding: 0 !important;

    overflow: hidden !important;

    font-size: 13px !important;

    line-height: 18px !important;

    white-space: normal !important;

    -webkit-line-clamp: 2 !important;

    -webkit-box-orient: vertical !important;

}


/* ---------------------------------------------------------
   PRICE + QUANTITY
   --------------------------------------------------------- */

.cart-widget-side
.woocommerce-mini-cart-item
.quantity {

    display: flex !important;

    align-items: center !important;

    justify-content: flex-start !important;

    width: auto !important;

    max-width: 100% !important;

    height: auto !important;

    min-height: 25px !important;

    margin: 4px 0 0 !important;

    padding: 0 !important;

    overflow: visible !important;

    white-space: nowrap !important;

    font-size: 12px !important;

    line-height: 20px !important;

}


/* ---------------------------------------------------------
   QUANTITY INPUT
   --------------------------------------------------------- */

.cart-widget-side
.woocommerce-mini-cart-item
.quantity
input {

    display: inline-flex !important;

    visibility: visible !important;

    opacity: 1 !important;

    width: 32px !important;

    min-width: 32px !important;

    max-width: 32px !important;

    height: 26px !important;

    min-height: 26px !important;

    margin: 0 4px !important;

    padding: 0 !important;

    text-align: center !important;

    font-size: 12px !important;

    line-height: 26px !important;

    border: 1px solid #ddd !important;

    background: #fff !important;

}


/* ---------------------------------------------------------
   QUANTITY + / -
   --------------------------------------------------------- */

.cart-widget-side
.woocommerce-mini-cart-item
.quantity
.plus,

.cart-widget-side
.woocommerce-mini-cart-item
.quantity
.minus {

    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    visibility: visible !important;

    opacity: 1 !important;

    width: 25px !important;

    min-width: 25px !important;

    height: 25px !important;

    min-height: 25px !important;

    margin: 0 !important;

    padding: 0 !important;

    border: 1px solid #ddd !important;

    border-radius: 50% !important;

    background: #fff !important;

    color: #851B18 !important;

    font-size: 15px !important;

    line-height: 23px !important;

    cursor: pointer !important;

}


/* ---------------------------------------------------------
   PRICE
   --------------------------------------------------------- */

.cart-widget-side
.woocommerce-mini-cart-item
.quantity
.woocommerce-Price-amount {

    display: inline-block !important;

    visibility: visible !important;

    opacity: 1 !important;

    margin-left: 7px !important;

    color: #851B18 !important;

    font-size: 12px !important;

    font-weight: 700 !important;

}





/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {


    .cart-widget-side
    .woocommerce-mini-cart-item {

        grid-template-columns:
            68px minmax(0, 1fr) !important;

        column-gap: 10px !important;

        min-height: 78px !important;

        overflow: visible !important;

    }


    .cart-widget-side
    .woocommerce-mini-cart-item
    .thumbnail {

        width: 68px !important;

        min-width: 68px !important;

        height: 68px !important;

    }


    .cart-widget-side
    .woocommerce-mini-cart-item
    .thumbnail img {

        width: 68px !important;

        height: 68px !important;

    }


    .cart-widget-side
    .woocommerce-mini-cart-item
    .product-title {

        font-size: 12px !important;

        line-height: 17px !important;

        margin-right: 22px !important;

    }


    .cart-widget-side
    .woocommerce-mini-cart-item
    .quantity {

        display: flex !important;

        flex-wrap: nowrap !important;

        align-items: center !important;

        min-height: 27px !important;

        margin-top: 5px !important;

    }


    .cart-widget-side
    .woocommerce-mini-cart-item
    .quantity
    .plus,

    .cart-widget-side
    .woocommerce-mini-cart-item
    .quantity
    .minus {

        display: inline-flex !important;

        width: 24px !important;

        min-width: 24px !important;

        height: 24px !important;

        min-height: 24px !important;

    }


    .cart-widget-side
    .woocommerce-mini-cart-item
    .quantity
    input {

        width: 30px !important;

        min-width: 30px !important;

        height: 24px !important;

        min-height: 24px !important;

    }


    .cart-widget-side
    .woocommerce-mini-cart-item
    .quantity
    .woocommerce-Price-amount {

        font-size: 11px !important;

        margin-left: 6px !important;

    }

}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 380px) {


    .cart-widget-side
    .woocommerce-mini-cart-item {

        grid-template-columns:
            62px minmax(0, 1fr) !important;

        column-gap: 9px !important;

    }


    .cart-widget-side
    .woocommerce-mini-cart-item
    .thumbnail,

    .cart-widget-side
    .woocommerce-mini-cart-item
    .thumbnail img {

        width: 62px !important;

        height: 62px !important;

    }


    .cart-widget-side
    .woocommerce-mini-cart-item
    .product-title {

        font-size: 11px !important;

        line-height: 16px !important;

    }

}

