save-cart-component{display:block;position:relative;}
save-cart-container *{box-sizing:border-box;}
save-cart{display:inline-flex;align-items:center;justify-content:center;padding:11px 20px 10px 20px;box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);background:#ffffff;font-size:.9rem;line-height:1;border-radius:5px;overflow:hidden;cursor:pointer;}
save-cart:hover{background:#eee;}
save-cart i{margin-right:5px;position:relative;}
save-cart-list{display:none;position:absolute;top:calc(100% + 5px);left:0px;background:#ffffff;z-index:+10;box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);background:#ffffff;min-width:150px;border-radius:5px;overflow:hidden;font-size:.9rem;}
.save_cart_list{max-height:250px;overflow-y:scroll;}
.save_cart_el{padding:8px 10px;cursor:pointer;}
.save_cart_el:hover{background:#eee;}
save-cart-list.open{display:block;}

save-cart-new{display:flex;padding:8px 10px;border-radius:5px;cursor:pointer;border-top:1px solid #eee;}
save-cart-new:before{content:'\f067';font-family:FontAwesome;display:block;margin-right:5px;}
save-cart-new:hover{background:#eee;}

.saveCartModal{padding:20px;}

save-cart-row{width:100%;display:block;}
save-cart-row.hide{display:none;}
save-cart-header{width:100%;display:flex;flex-wrap:wrap;border-radius:5px;padding:0px 0px;align-items:center;}
save-cart-header:hover{background:#eeeeee;}
save-cart-title{overflow:hidden;font-size:1.1rem;font-weight:700;cursor:pointer;display:grid;grid-template-columns:1fr 1fr;width:100%;gap:10px;text-align:center;padding:10px 10px;}
save-cart-th{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:10px;text-align:center;}
save-cart-th-el{font-weight:400;}
save-cart-code{position:relative;}
/*save-cart-code:after{content:"";display:block;position:absolute;right:-5px;top:6px;background:#aaaaaa;width:1px;height:12px;}*/
save-cart-rif{position:relative;}
/* save-cart-rif:after{content:"";display:block;position:absolute;right:-5px;top:6px;background:#aaaaaa;width:1px;height:12px;}
save-cart-rif:before{content:"";display:block;position:absolute;left:-5px;top:6px;background:#aaaaaa;width:1px;height:12px;} */
save-cart-data{font-style:italic;}

save-cart-content{display:none;flex-wrap:wrap;}
save-cart-content th,
save-cart-content td{padding:10px 20px!important;}
save-cart-row.open save-cart-header{background:#eeeeee;}
save-cart-row.open save-cart-content{display:flex;}

save-cart-controls{flex:1;display:flex;justify-content:flex-end;}
save-cart-control{background:#fff;display:inline-flex;border:1px solid #ddd;border-radius:5px;padding:4px 13px;align-items:center;justify-content:center;font-size:0.8rem;font-weight:500;margin-right:15px;cursor:pointer;}
save-cart-control:hover{background:var(--secondary);color:#ffffff;}
save-cart-control.active{background:var(--secondary);color:#ffffff;}
save-cart-control:last-child{margin-right:0px;}
save-cart-control i{margin-right:5px;}

save-cart-content save-cart-controls{justify-content:flex-start;margin:10px 0px;}
save-cart-content .documents i{margin-right:5px;}
save-cart-content .documents:hover{text-decoration:underline;cursor:pointer;}
save-cart-content .documents .doc{display:inline-block;}
save-cart-content .documents .doc:hover{text-decoration:underline;}

.modal_repeat_save-cart_attention{display:flex;width:85%;margin:10px auto 0px auto;font-size:0.9rem;}


delete-cart{display:inline-flex;align-items:center;justify-content:center;padding:11px 20px 10px 20px;box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);background:#ffffff;font-size:.9rem;line-height:1;border-radius:5px;overflow:hidden;cursor:pointer;}
delete-cart i{margin-right:5px;}

export-cart{display:inline-flex;align-items:center;justify-content:center;padding:11px 20px 10px 20px;box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);background:#ffffff;font-size:.9rem;line-height:1;border-radius:5px;overflow:hidden;cursor:pointer;}
export-cart i{margin-right:5px;}


@media screen and (max-width:700px){
	save-cart-header save-cart-controls{flex:initial;}
	save-cart-title{max-width:100%;font-size:0.9rem;}
}