/**
 * custom theme 2020-11-20 14:38:10 */


#newsletter_pop_up{
width: 600px;height: 300px;background-color: #FFFFFF;}

html, body { 
    font-size: 14px ; 
    font-family: "Poppins";  
}
html,body, *,
.cat_special .product_row:nth-child(6) .desc,
.velaNewsletterFooter .newsletterDescription,
.page_footer,
.product .value,
.product-view .detail-info-product-view .product-info-stock-sku .stock, .wrapper_quickview_item .detail-info-product-view .product-info-stock-sku .stock,
.product.attribute.sku, .product-info-main .product.attribute.sku{
    color:#888888;
}
 
a, a:focus {
    color:#222222; 
}
a:hover{
    color:#888888;  
}
.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,
.action_button .button.btn-viewcart,
.action.multicheckout{
    background-color:#e6007e !important;
    border-color:#e6007e!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,
.action_button .button.btn-viewcart,
.action.multicheckout{
    background-color:#e6007ed6;  
    border-color:#e6007ed6; 
    color:#FFFFFF;
    ;
    }
 