:root
{
    --primary-color: #14a6a6 !important;
    --secondary-color: #1b4a68 !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 -------------------*/

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


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

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


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

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


/*------------------ Products -----------------*/
.s-block__title p
{
    color: #14a6a6 !important;
    font-weight: 600 !important;
}
/*--------------- End of Products -------------*/


/*--------------- Products Details ------------*/
.s-comments .s-reviews-summary-wrapper
{
    display: none !important;
}

.s-quantity-input-button svg
{
    fill: #1b4a68 !important;
}
/*------------ End of Products Details --------*/


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

/*------------------ End of Cart --------------*/


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

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


/*------------------- Features ----------------*/
.s-block--features p
{
    color: #14a6a6 !important;
    font-weight: 600 !important;
}
/*---------------- End of Features ------------*/


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

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


/*-------------------- Footer -----------------*/
.bottom-header
{
    background: linear-gradient(134deg, transparent -183%, #17a5a7 83%, #fff 200%);
    font-weight: 500 !important;
}

.store-footer
{
    margin-top: 2rem;
    background: linear-gradient(134deg, transparent -183%, #17a5a7 83%, #fff 200%);
}

.sbc-certificate p,
.md\:mb-0
{
    color: var(--secondary-color) !important;
    font-weight: 600 !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 --------------*/
    
    /*---------------- Products ---------------*/

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

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

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

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


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

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