:root
{
    --primary-color: #8e5a24 !important; /* rgb(142, 90, 36) */
    --secondary-color: #ffffff !important;
    --linear-gradient: linear-gradient(to right, var(--primary-color), var(--secondary-color)) !important;
    --font-color: #fff !important;
}

/*---------------- Font Family ----------------*/

/*------------- End of Font Family ------------*/


/*---------------- Splash Screen --------------*/

/*------------ End of Splash Screen -----------*/


/*------------------ Header -------------------*/
.navbar-brand
{
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-brand img
{
    height: 6rem !important;
}

.mm-spn.mm-spn--navbar:after,
.sicon-cancel:before,
.mm-spn a,
.mm-spn li a, .mm-spn li span:not(.s-user-menu-dropdown-item-badge)
{
    color: var(--font-color) !important;
}
/*--------------- End of Header ---------------*/


/*------------------- Banner ------------------*/

/*---------------- End of Banner --------------*/


/*----------------- Categories ----------------*/

/*------------- End of Categories -------------*/


/*------------------ Products -----------------*/
.s-slider-block__title h2,
.s-block__title h2
{
    color: var(--primary-color) !important;
    font-size: 1.25rem;
}
    
.s-product-card-category,
.s-product-card-brand
{  
    color: var(--font-color) !important;
    font-size: 0.85rem;
    font-weight: 500 !important;
    border-radius: 5px;
    background-color: #e9a71d !important;
}

.s-product-card-content-title a
{
    color: var(--primary-color) !important;
    font-size: 1rem;
}

.s-product-card-price
{
    font-size: 1rem;
}
/*--------------- End of Products -------------*/


/*--------------- Products Details ------------*/
.s-quantity-input-button svg
{
    fill: var(--primary-color) !important;
}

.s-product-card-vertical .s-product-card-wishlist-btn button
{
    color: var(--primary-color) !important;
    fill: var(--primary-color) !important;
    opacity: 1 !important;
}
/*------------ End of Products Details --------*/


/*--------------------- Cart ------------------*/
.cart .item-price
{
    color: var(--primary-color) !important;
    font-size: 1rem;
    font-weight: 600 !important;
}
/*------------------ End of Cart --------------*/


/*----------------- Testemonials --------------*/

/*-------------- End of Testemonials ----------*/


/*------------------- Features ----------------*/
.text-gray-600
{
    color: var(--primary-color) !important;
    font-weight: 600 !important;
}
/*---------------- End of Features ------------*/


/*--------------------- FAQ -------------------*/
.md\:text-3xl
{
    color: var(--primary-color) !important;
    font-size: 1.25rem;
}
/*------------------ End of FAQ ---------------*/


/*-------------------- Footer -----------------*/
.store-footer__inner
{
    color: var(--font-color) !important;
    background: var(--secondary-color);
}

.s-button-wrap[type='submit']
{
    border: 1px solid var(--font-color);
}

.store-footer h3
{
    color: #e9a71d !important;
    text-align: center !important;
}

.footer-middle .footer-list a
{
    text-align: center !important;
}

.store-footer a:hover
{
    color: var(--font-color) !important;
}

.md\:mb-0,
.store-footer .text-gray-400
{
    color: var(--font-color) !important;
}
/*----------------- End of Footer -------------*/


/*--------------------- Blog ------------------*/

/*------------------ End of Blog --------------*/


/*---------------- WhatsApp Icon --------------*/

/*-------------- End of WhatsApp Icon ---------*/


/*---------------- Mobile Screens -------------*/
@media only screen and (max-width: 767px)
{ 

    /*----------------- Header ----------------*/
    .navbar-brand img
    {
        height: 4rem !important;
    }
    /*----------------- Banner ----------------*/

    /*--------------- Categories --------------*/
    
    /*---------------- Products ---------------*/
    .s-slider-block__title h2,
    .s-block__title h2
    {
        font-size: 1.25rem;
    }
    
    .s-product-card-content-title a
    {
        color: var(--primary-color) !important;
        font-size: 0.85rem;
    }
    
    .tabs__flex .tab-trigger
    {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    /*------------ Products Details -----------*/

    /*------------------ Cart -----------------*/

    /*--------------- Testemonials ------------*/
    
    /*----------------- Features --------------*/
    
    /*------------------ Footer ---------------*/

    /*------------------- Blog ----------------*/
}
/*------------- End of Mobile Screens ---------*/


/*----------------- Animations ----------------*/

/*-------------- End of Animations ------------*/