:root{
    --primary-color:#069140;
    --primary-dark-color:#056D31;
    --secondary-color:#87C22C;
    --third-color:#EEC27B;
    --black-color:#000;
    --red-color:#AC2037;
    --red-color-2:#C54742;
    --white-color:#fff;
}

@font-face {
    font-family: 'Boardley';
    src: url('../../assets/fonts/Boardley/Boardley.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
}

* {
    font-family: 'Montserrat';
}


*{
    font-family: 'Montserrat';
}
h4{
    font-weight: 900;
}
html{
    background-color: #fff !important;
}
body{
    overflow: hidden;
    background-color: #fff;
}

.title-cancel-modal{
    font-size: 49px;
    font-weight: 700;
    color: #198754;
    margin-bottom: 47px;
}
.btn-cancel-modal{
    width: 210px;    
    font-size: 35px;
}


.principal-container {
    background-image: url(../../assets/images/pattern-bg.png);
    background-position: center;
    height: 100vh;
    position: relative;

    .logo-float{
        position: absolute;
        top: 7px;   
        left: 45px;
        width: 115px;
        z-index: 9;        
    }

    .container-title {
        background-color: var(--red-color-2);
        padding: 15px 0px;
        border-radius: 0px 0px 45px 45px;
        box-shadow: 0px 5px 1px #ccc;

        .img-title {
            width: 70%;
        }
        .titleSup{
            font-family: 'Boardley';
            color: #fff;
            font-size: 45px;
            opacity: 0.88;
            text-shadow: 1px 3px #000;
        }

        .subtitleSup{
            color: #EEC27B;
            font-weight: bold;
            font-size: 20px;
        }

    }

    .container-app {
        padding: 15px;
        display: inline-block;
        width: 90%;
    }    

    
}


.banner-modal-control{
    position: absolute;
    bottom: 0px;    
    background-color: #000000c0;
    color: #fff;
    font-size: 66px;
    text-align: center;
    width: 100%;
    font-weight: bold;
}


.cartlist-container {
    background-color: var(--primary-color);
    width: 425px;
    padding-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;


    .title-sup {
        font-family: 'Boardley';
        color: var(--white-color);
        text-shadow: 1px 1px #ccc;
        text-shadow: 2px 2px 3px #000;
    }

    .total {
        background-color: var(--primary-dark-color);
        border-radius: 9px;
        color: var(--white-color);
        font-weight: bold;
        padding: 5px;
    }

    .title-total {
        position: absolute;
        color: var(--white-color);
        top: 9px;
        left: 15px;
        font-size: 18px;
    }

    .container-list-cart {
        background-color: var(--secondary-color);
        height: 75vh;
        border-radius: 15px;
        padding: 10px;

        .list-cart {
            height: 87%;
            overflow-y: hidden;
            overflow-x: hidden;
        }

        .container-button-nav{
            margin-top: 15px;
            .btn-nav{
                width: 100%;
                height: 55px;
                background-color: #0000006b;
                border: none;
                color: #fff;
            }

        }

       
    }

    .container-button-history{
        margin-top: 5px;
        .btn{
            
            width: 100%;
            height: 45px;
            font-weight: bold;
        }  

        .btn-previous{
            background-color:  var(--third-color);
        }
        .btn-cancel{
            background-color: #AC2037;
            color:#fff;
        }


    }

    .container-disclaimer{
        padding-top: 10px;
        & p{
            color: var(--white-color);
            font-size: 12px;
        }
    }
}

.product-cant{
    padding-top:69px; 
    border:2px solid #ccc; 
    width:260px; 
    display:inline-block; 
    height:200px; 
    margin-bottom:5px; 
    border-radius:25px; 
    background-color:#fff; 
    cursor: pointer;
}
.product-cant:hover{
    background-color: #f3f3f3;
}

.product-cant.active{
    background-color: var(--third-color);
}

/*HOME*/
.container-lang{   

    .container-btn{
        margin-top: 15px;
    }

    .contain-es{
        display: none;
    }

    .btn-tab-lang{
        width: 350px;
        height: 75px;
        border: 4px solid #056D31;
        font-size: 35px;
        font-weight: bold;
        background-color: #fff;

    }

    .btn-tab-lang.active{
        background-color: #056D31;
        color: #fff;
    }

    .title-lang{
        height: 105px;
    }
    .btn-pos{
        margin-right: 15px;
        margin-left: 15px;
        background-color: #fff ;
        width: 385px;        
        border:8px solid var(--primary-color);
        border-radius: 25px;
        margin-bottom: 25px;
        
        box-shadow: 2px 3px #000;

        & h4{
            font-size: 27px !important;
        }

        .img-br{
            width: 100%;
        }
        .img-all{
            width: 72%;
        }
         
    }
}

/*LAYOUT ITEMS*/

.item-cart{
    background-color: rgba(255,255,255,0.37);
    border-radius: 9px;
    margin-bottom: 10px;
    padding:10px;
    position: relative;

    .btn-delete-topping{
        cursor: pointer;
    }

    .btn-remove {        
        width: 25px;        
        cursor: pointer;
        z-index: 999;        
    }

    .title-product{
        font-weight: bold;
    }

    .container-price{
        text-align: center;
        color: #fff;
        background-color: var(--red-color);
        border-radius: 9px;
        padding: 0px;

        & span{
            font-size: 14px;
        }
        & h5{
            font-weight: bold;
            line-height: 25px;
            margin: 0;
            padding: 0;            
        }
    }

    .container-calories{
        background-color: var(--primary-dark-color);
        text-align: center;
        color: var(--white-color);
        margin-top: 2px;
        font-size: 14px;
        font-weight: bold;                   
        border-radius: 9px;
    }

    .container-subtotal{
        & h5{
            font-size: 25px;
            font-weight: bold;
            margin: 0;
            padding: 0;
            line-height: 0;
            margin-top: 18px;
        }
        & input{
            font-size: 22px;
            padding: 2px;
            width: 58px;
            margin-right: 10px;
            margin-left: 10px;
        }

        .btn-qty{
            width: 35px;
            cursor: pointer;
        }
    }

}

/*PRODUCTOS*/
.container-prods{

    .btn-next-config{
        background-color: transparent;        
        border: none;
        display: inline-block;
        text-decoration: none;
        color: #000;
        font-weight: bold;
        .icon-next{
            width: 65px;
            text-align: center !important;
            display: inline-block;
        }
        .icon-back{
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
        }
        
        .label-btn{
            display: inline-block;            
            text-align: center !important;            
            margin-right: 5px;
            font-size: 22px;
        }
    }

    .container-btn{

        padding-top: 20px;

        .products-items{
            text-decoration: none;
            color: #000;
            width: 350px;
            height: 320px;
            margin-right: 25px;
            position: relative;
            border:1px solid #ccc;
            border-radius: 25px;
            text-align: center;
            display: inline-block;
            box-sizing: border-box;
            margin-bottom: 25px;
            cursor: pointer;
            background-color: var(--white-color);
            

            .price{
                width: 55px;
                height: 55px;
                background-color:var(--red-color);
                position: absolute;
                top: 0px;
                right: -2px;
                border-radius: 45px;
                padding:14px 0px;
                z-index: 9;
                color: var(--white-color);
                font-size: 18px;
                text-align: center;
            }


            .products-plate{
                width: 100%;
                margin-top: 45px;
            }

            .products-image{
                width: 100%;
                position: absolute;
                top: 30px;
                right: 0;                
            }

            .products-title{
                margin-top: -15px;
                font-size: 20px;
                margin-top: 8px;
                text-transform: capitalize;
            }
        }

        .products-items:hover{
            /*background-color: var(--third-color);*/
        }
        

        .products-items.active{
            background-color: var(--third-color);
        }
    }
}

.carousel-control-prev{
    background-color: var(--primary-color);
    width: 113px;
    left: -50px;
    height: 113px;
    opacity: 1;
    top: 45%;
    border-radius: 85px;
    font-weight: bold;
}

.carousel-control-next{
    background-color: var(--primary-color);
    width: 113px;
    right:  -40px;
    height: 113px;
    opacity: 1;
    top: 45%;
    border-radius: 85px;
    font-weight: bold;
}

.modal-cant{
    .products-plate {
        width: 100%;
        margin-top: -10px;
    }

    .products-image {
        width: 80%;
        position: absolute;
        top: 37px;
        left: 10%;
    }
    .titleModalCant{
        font-weight: bold;
        font-size: 20px;
        text-align: left;
    }
    .itemsAddons{
        font-size: 20px;
        text-align: left;
    }
    .btn-modal{
        width: 90%;
    }
}



/* CART */
.container-cart {

    height: 58vh;
    overflow-y: auto;
    overflow-x: hidden;    
    padding:10px;
    order: 1px solid #ccc;
    background-color:#fff;
    

    .item-cart-order {
        position: relative;
        margin-bottom: 20px;
        border: 3px dashed #EEC27B;
        border-radius: 25px;
        padding: 10px;
        background-color: #fff;

        .title-cart-order {
            font-weight: bold;
            margin: 0;
            padding: 0;
            font-size: 30px;
        }

        .text-item-cart {
            font-weight: 500;
        }

        .btn-trash {
            width: 15px;
            margin-right: 5px;
            margin-top: -3px;
            cursor: pointer;
        }

        .btn-remove {
            position: absolute;
            width: 45px;
            right: -3px;
            top: -3px;
            cursor: pointer;
        }

        .btn-edit {
            position: absolute;
            width: 45px;
            right: -3px;
            top: 54px;
            cursor: pointer;
        }

        .text-qty-cart {
            width: 70px;
            font-size: 25px;
            border: none;
            font-weight: bold;
        }

        .products-plate {
            width: 80%;
            margin-top: 35px;
        }

        .products-image {
            width: 80%;
            position: absolute;
            top: 15px;
            left: 10%;
        }
    }

}

.container-total-cart{
    margin-top: 15px;
    background-color: #f3f3f3;
    padding:10px;
    border-radius: 9px;
    box-shadow: 2px 2px 1px 1px #ccc;

    .total-cart-subtitle{        
        font-size: 30px;
        margin: 0px;
        padding: 0px;
    }
    .total-cart-title{        
        font-weight: bold;
        font-size: 30px;
        margin: 0px;
        padding: 0px;
    }

    .btn-cart-foot{
        height: 55px;        
        width: 355px;
        font-weight: bold;
        color: #fff;
        & img{
            height: 25px;
            margin-right: 15px;
        }        

    }
    .btn-complete{
        background-color: #069140;
    }
    .btn-more-products{
        background-color:#AC2037;
    }
    
}

.container-nav-cart{
    margin-top: 25px;
    .btn-nav-cart{
        width: 125px;
        background-color: #EEC27B;
        height: 55px;
    }    
}

.table>:not(caption)>*>*{
    padding: 0.2rem 0.2rem;
}

.btn-qty{
    cursor: pointer;
}