/*
Theme Name: Shoptimizer App Child Theme
Theme URI: 
Description: App Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.1
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/
:root {
  --rosa: #d88d83;
}

body #payment .place-order .button, 
body .wc-proceed-to-checkout .button.checkout-button {
	font-size: 19px;
    background: #d88d83;
    color: #FFF;
    text-transform: uppercase;
}



/* WOOCOMMERCE - FREE GIFT - CARRELLO */
.fgf-popup-gift-products-wrapper { max-height: 80vh!important}
.fgf_gift_products_wrapper { background:var(--rosa); padding: 5px; margin-bottom: 0px }
.fgf_gift_products_wrapper h3 { color:#FFF; margin-left: 15px }
.fgf_gift_products_table { margin-left: 15px; min-height: 120px}
.fgf_gift_products_table td.lematilde_fgf_td_image { width:80px; padding:0 14px}
.fgf_gift_products_table td.lematilde_fgf_td_title { padding-left:10px; color:#FFF;}
.fgf_gift_products_table td.lematilde_fgf_td_image img { height: auto; width: 52px; }
.fgf_gift_products_table td .fgf-product-variations { color:#FFF; background-color: var(--rosa); border-color:#FFF; max-width: 98%; margin: 10px 0 }

@media (max-width: 768px){
	
	
	/* WOOCOMMERCE - FREE GIFT - CARRELLO */
	.fgf_gift_products_wrapper { background:var(--rosa); padding: 5px; }
	.fgf_gift_products_wrapper h3 { color:#FFF!important; }
	.fgf_gift_products_table { margin-left: 0px;  }
	.fgf_gift_products_table td.lematilde_fgf_td_image { width:90px; padding:0}
	.fgf_gift_products_table td.lematilde_fgf_td_title { padding-left:15px; width: 250px; color:#FFF!important;}
	.fgf_gift_products_table td.lematilde_fgf_td_image img { height: auto; width: 90px; }
	.fgf_gift_products_table td .fgf-product-variations { color:#FFF; }
	.fgf_gift_products_table td .fgf-product-variations select { border-color:#FFF; }



}


@media (max-width: 640px){

	/* WOOCOMMERCE - FREE GIFT - CARRELLO */
	.fgf_gift_products_wrapper { position: relative; }
	.fgf_gift_products_table tr { position: relative}
	.fgf_gift_products_table td.lematilde_fgf_td_image {display: flex; width:90px; padding:0; position: absolute; top:0; left:0;}
	.fgf_gift_products_table td.lematilde_fgf_td_image img {width:90px; }
	.fgf_gift_products_table td.lematilde_fgf_td_title,
	.fgf_gift_products_table td.lematilde_fgf_td_addtocart{ display: flex; margin-left: 105px; padding: 0px; width: calc(100% - 115px); position: relative; float: left; } 


}


