:root
{
    --primary-color: #75ace3 !important;
    --secondary-color: #ffffff !important;
    --linear-gradient: linear-gradient(to right, var(--primary-color), var(--secondary-color)) !important;
    --font-color: #000 !important;

    --color-primary: #000 !important;
}

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

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


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

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


/*------------------ Header -------------------*/

/*--------------- End of Header ---------------*/


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

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


/*----------------- Categories ----------------*/
.s-block--banners .banner-square h3
{
    font-size: 1.15rem;
    margin-top: 1rem;
}
/*------------- End of Categories -------------*/


/*------------------ Products -----------------*/
.s-block__title p
{
    color: var(--primary-color);
    font-weight: 600 !important;
}

.s-button-primary,
.btn-primary
{
    color: var(--font-color) !important;
    background: var(--primary-color) !important;
}

.s-button-primary:hover,
.btn-primary:hover
{
    color: var(--primary-color) !important;
    background: var(--font-color) !important;
}

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


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


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


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

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


/*------------------- Features ----------------*/

/*---------------- End of Features ------------*/


/*--------------------- FAQ -------------------*/

/*------------------ End of FAQ ---------------*/


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

.store-footer .s-button-primary
{
    color: var(--primary-color) !important;
    background: var(--font-color) !important;
}

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

.store-footer .text-sm
{
    font-size: 0.975rem;
    line-height: 1.25rem;
    text-align: center !important;
}
/*----------------- End of Footer -------------*/


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

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


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

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


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

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

    /*--------------- Categories --------------*/
    .s-block--banners .banner-square h3
    {
        font-size: 1rem;
        margin-top: 1rem;
    }
    /*---------------- Products ---------------*/

    /*------------ Products Details -----------*/

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

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

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


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

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