/*
Theme Name: SABACO
Theme URI: https://loyogurtfamu.it/
Author: Bagubits
Author URI: http://bagubits.it/
Description:  Sabaco d'Oc WP Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: sabaco
Template: Avada

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.sabaco-text-white, .sabaco-text-white *{
    color: #FFF !important;
}
.sabaco-singleproduct-image{
    position: absolute;
    right: -25vw;
    top: -10vh;
    width: 70vw;
}


.fusion-woo-price-tb.fusion-woo-price-tb .price .woocommerce-Price-currencySymbol, .fusion-woo-price-tb.fusion-woo-price-tb-1 .price .woocommerce-Price-currencySymbol, .fusion-woo-price-tb.fusion-woo-price-tb-1 .price ins .amount .woocommerce-Price-currencySymbol, .fusion-woo-price-tb.fusion-woo-price-tb-1 .price > .amount .woocommerce-Price-currencySymbol{
    font-size: 16px;
    margin-right: 4px;
}

.fusion-carousel-holder .fusion-woo-price-tb.fusion-woo-price-tb .price .woocommerce-Price-currencySymbol{
    font-size: 12px;
    margin-right: 3px;
}


#s-orderproducsttable{
    width:100%;
    margin: 1em 0;
}
#s-orderproducsttable .chart_handlers{
    display: none;
}
#s-orderproducsttable thead,
#s-orderscart-contents thead{
    text-transform: uppercase;
    color:#463031;
    font-weight: bold;
    font-size: .9em;
}
#s-orderproducsttable tr td,
#s-orderscart-contents tr td{
    border-bottom: 1px #463031 solid;
    padding:1em;
}
#s-orderproducsttable .button,
#s-orderscart-contents .button {
    background-color: #463031;
    color:#FFF;
    border-radius: 3px;
    border: none;
    padding: .65em 1em;
    margin: .5em 1em;
    display: block;
    width: 12em;
    text-align: center;
}

#s-orderproducsttable .cart{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#s-orderproducsttable .cart .quantity.buttons_added{
    padding: 0;
    margin: 0;
    height: 2.75em;
}
#s-orderproducsttable .chart_shower,
#s-orderproducsttable .chart_hider{
    background-color: #463031;
    color:#FFF;
    border-radius: 3px;
    border: none;
    padding: .25em 1em;
    margin: .25em 1em .25em 0;
    display: inline-block;
    text-align: center;
    font-size: .85em;
}
#s-orderproducsttable .chart_hider{
    display: none;
}
#s-orderproducsttable .chart_handlers{
    display: none;
}
#s-orderproducsttable .productimage{
    width: 9em;
    max-height: 8em;
    height: auto;
    float: left;
    object-fit: cover;
}
#s-orderproducsttable .chart_productlink{
    display: block;
}
#s-orderproducsttable .chart_container{
    height: 0px;
    overflow: hidden;
    max-width: 90%;
    transition: all .35s linear;
    display: block;
}
#s-orderproducsttable .chart_handlers:checked ~ .chart_container{
    height: 275px;
}
#s-orderproducsttable .chart_handlers:checked ~ .chart_shower{
    display: none;
}
#s-orderproducsttable .chart_handlers:checked ~ .chart_hider{
    display: inline-block;
}



#s-orderscart{
    position: fixed;
    top:30vh;
    right:0;
}
#s-orderscart-handler{
    position: absolute;
    right:0; top:1em;
    cursor: pointer;
    background-color: #463031;
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
    padding: 1em;
}
#s-orderscart #orderscart{
    display: none;
}
#s-orderscart-handler svg{
    width: 2em;
    height: 2em;
    color:#FFF;
}
#s-orderscart #s-orderscart-handler #s-orderscart-handler-open,
#s-orderscart #s-orderscart-handler #s-orderscart-handler-close {
    display: none;
}
#s-orderscart #orderscart ~ #s-orderscart-handler #s-orderscart-handler-open {
    display: block;
}
#s-orderscart #orderscart:checked ~ #s-orderscart-handler #s-orderscart-handler-open {
    display: none;
}
#s-orderscart #orderscart ~ #s-orderscart-handler #s-orderscart-handler-close {
    display: none;
}
#s-orderscart #orderscart:checked ~ #s-orderscart-handler #s-orderscart-handler-close {
    display: block;
}
#s-orderscart #s-orderscart-contents{
    width: 0;
    overflow: hidden;
    background-color: #FFF;
    transition: all .25s linear;
    -webkit-box-shadow: -3px 0px 10px 1px rgba(0,0,0,0.0); 
    box-shadow: -3px 0px 10px 1px rgba(0,0,0,0.0);
    padding: 0;
}
#s-orderscart-contents table{
    width: 100%;
    max-height: 50vh;
    overflow-y: scroll;
}
#s-orderscart #orderscart:checked ~ #s-orderscart-contents{
    width:80vw;
    max-width: 700px;
    -webkit-box-shadow: -3px 0px 10px 1px rgba(0,0,0,0.35); 
    box-shadow: -3px 0px 10px 1px rgba(0,0,0,0.35);
    padding: 2em;
}
#s-orderscart-buttons {
    text-align: center;
    display: flex;
    justify-content: center;
}
#s-orderscart-buttons .button{
    cursor: pointer;
}

.products-suggested .fusion-product-wrapper {
    height: 100%;
}

.products-suggested .product-buttons .fusion-content-sep, .products-suggested .product-buttons .show_details_button{
    display: none;
}

.products-suggested .product-buttons .add_to_cart_button{
    background: #463031;
    border-radius: 4px;
    padding: 0.5em 1.5em 0.5em 2.5em;
    color: white;
    max-width: none;
}