/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.mfp-close, .mfp-close-btn-in .mfp-close{color: #fff; width: 50px; height: 50px;}
.single_add_to_cart_button, .view-cart-btn{
    font-weight: 400;
}
.product-summary-wrap .single_add_to_cart_button{
    border-radius: 8px;
}
.filter-item-list .filter-item, .woocommerce-widget-layered-nav-list a:not(.filter-color){
    border: 1px solid rgba(0, 0, 0, .25);
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    margin: 3px 10px 3px 0;
}
.filter-item-list .active .filter-item, .filter-item-list .filter-item:not(.disabled):hover, .woocommerce-widget-layered-nav-list .chosen a:not(.filter-color){
    border-color: #000;
    background: none;
    color: #000;
}
.post-type-archive-faq #main .container{max-width: 1400px;}
/*#login-form-popup{*/
/*    max-width: 866px;*/
/*}*/
#login-form-popup .featured-box{
    /*background: url(/images/loginbg.jpg);*/
    background-size: cover;
    padding: 50px;
    border-radius: 30px;
}
#login-form-popup .featured-box .box-content{
    background: #fff;
    border-radius: 20px;
    padding: 30px 36px 20px;
}
#login-form-popup .login-btn{
    background: linear-gradient(270deg, #FF878A 0%, #FFA4A6 100%);
    border-radius: 266px;
}
@media (max-width:992px){
    #login-form-popup .featured-box{
        padding: 50px;
    }
}
.custom-login-text{font-weight:600; color:#FF878A}
/* .product-summary-wrap .wc-buy-now-btn-single.single_add_to_cart_button:before {
    display: inline-block;
    content: "\e8b5"; 
    font-family: "Porto";
    margin-right: 0.5rem;
    font-size: 1.2857em;
    line-height: 1;
} */
#user-registration{margin:30px auto}