/*
Theme Name: Porto FWE
Template: porto
Version: 1
*/

/* ==== CART ICONS ==== */
.product-type-simple .add-links .add_to_cart_button:before, .product-type-simple .add-links .add_to_cart_read_more:before {
    content: "\e80c" !important;
}
.product-summary-wrap .single_add_to_cart_button:before {
    content: "\e80c";
}

/* ==== LOGIN ON CART PAGE ==== */
#login-form-popup .featured-box{
    margin: 0px;
}
.page-template-default .mfp-wrap .mfp-container .mfp-content{
    width:auto;
}