/**
 * custom theme 2023-03-02 00:25:32 */


#newsletter_pop_up{
width: 970px;height: 540px;background-color: #FFFFFF;}

html, body { 
    font-size: 16px !important; 
    font-family: Poppins !important;
}
html,body{
    color:#505050 !important;
}
a, a:focus {
    color:#222222 !important;
}
a:hover{
    color:#888888 !important;
}
.btn, .action.primary, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue, .cart.table-wrapper .action-gift, .cart.table-wrapper .actions-toolbar>.action, .review-form .action.submit.primary, button{
        background-color:#222222 !important;
    border-color:#222222 !important;
            color:#FFFFFF !important;
    }
.btn:hover, .action.primary:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover, .cart.table-wrapper .action-gift:hover, .cart.table-wrapper .actions-toolbar>.action:hover, .review-form .action.submit.primary:hover, button:hover{
        background-color:#888888 !important;
    border-color:#888888 !important;
            color:#FFFFFF !important;
    }
