/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07-feb-2019, 16:04:37
    Author     : Reinaldo
*/
    .products-cont, .combos-cont{
        width: 100%;
        height: 100%;
        border-radius: 16px;
        border: 1px solid #e6e5e5;
        overflow: hidden;
    }
    .products-cont .card-body, .combos-cont .card-body{
        padding: 0px 0px 0px 0px
    }
    .products-vineta-new, .combos-vineta-new{
        background-repeat: no-repeat;
        background-size: contain;
        width: 83px;
        height: 61px;
        position: absolute;
        top: 1rem;
        left: 1rem;
        line-height: 31px;
    }
    .products-vineta-new span, .combos-vineta-new span{
        display: inline-block; 
        vertical-align: middle;
        line-height: normal;
        color: #fff
    }
    .cont-img a i{
        position: absolute;
        top: 150px;
        transition: .5s;
        color: #ef6100;
        left: 50%;
        transform: translate(-50%);
        font-size: 100px;
        display: none;
    }
    .cont-img{
        background-position: center;
        background-size: contain !important;
        background-repeat: no-repeat;
        height: 230px;
        width: 100%;    
        overflow: hidden;
        /*border-radius: 11px 11px 0px 0px;*/
        background-image: url(../images/wine.png);
        background-position-x: center;
        background-size: cover;
    }
    .products-img, .combos-img{
        /*height: 100%;*/
        width: 100%;
        /*border-top-left-radius: 0;*/
        /*border-top-right-radius: 0;*/
        transition: .5s all;
    }
    .products-img:hover .cont-img .fa-eye, .combos-img:hover .cont-img .fa-eye{
        display: inline-block;
    }
    .products-img:hover, .combos-img:hover{
        transform: scale(1.06);
        opacity: 0.7;
    }
    .btn-rounded{
        border-radius: 50% !important;
        width: 40px !important;
        height: 40px;
        border-color: #ef6100;
        background: rgba(255,255,255,0);
        cursor: pointer;
        top: 1rem;
        right: 1rem;
        left: inherit !important;
        transform: translate(0) !important;
    }
    .products-price, .combos-price{
        text-align: right;
        /*padding: 5px;
        color: #848484;
        background: rgba(239,138,63,0);
        background: -moz-linear-gradient(left, rgba(239,138,63,0) 0%, rgba(239,138,63,0.03) 3%, rgba(239,138,63,0.26) 26%, rgba(239,138,63,0.47) 47%, rgba(239,138,63,0.7) 70%, rgba(239,138,63,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(239,138,63,0)), color-stop(3%, rgba(239,138,63,0.03)), color-stop(26%, rgba(239,138,63,0.26)), color-stop(47%, rgba(239,138,63,0.47)), color-stop(70%, rgba(239,138,63,0.7)), color-stop(100%, rgba(239,138,63,1)));
        background: -webkit-linear-gradient(left, rgba(239,138,63,0) 0%, rgba(239,138,63,0.03) 3%, rgba(239,138,63,0.26) 26%, rgba(239,138,63,0.47) 47%, rgba(239,138,63,0.7) 70%, rgba(239,138,63,1) 100%);
        background: -o-linear-gradient(left, rgba(239,138,63,0) 0%, rgba(239,138,63,0.03) 3%, rgba(239,138,63,0.26) 26%, rgba(239,138,63,0.47) 47%, rgba(239,138,63,0.7) 70%, rgba(239,138,63,1) 100%);
        background: -ms-linear-gradient(left, rgba(239,138,63,0) 0%, rgba(239,138,63,0.03) 3%, rgba(239,138,63,0.26) 26%, rgba(239,138,63,0.47) 47%, rgba(239,138,63,0.7) 70%, rgba(239,138,63,1) 100%);    position: absolute;
        right: 0;
        top: 300px;*/
    }
    .products-title, .combos-title{
        color: #848484;
        /*width: 90%;*/
        /* white-space: nowrap; */
        overflow: hidden;
    }
    .item-title{
        font-size: 105%;
    }
    .product-cat, .combo-cat{
        color: #848484;
    }
    .products-btn, .combos-btn{
        border-color: #ef6100;
        background-color: #ef6100;
        left: 50%;
        position: absolute;
        bottom: 1.2em;
        transform: translate(-50%);
        border-radius: 20px;
        /*-webkit-box-shadow: -1px 10px 35px -4px rgba(0,0,0,0.41);
        width: 60%;
        font-size: 11px;
        color: #fff;
        -moz-box-shadow: -1px 10px 35px -4px rgba(0,0,0,0.41);
        box-shadow: -1px 10px 35px -4px rgba(0,0,0,0.41);*/
    }
    .products-btn:hover, .combos-btn:hover{
        color: #ef6100 !important;
        background-color: #fff;
        border-color: #ef6100;
    }
    .products-card, .combos-card{
        width: 100%;
        border-radius: 16px;
        padding: 3px;
    }
    .card-product {
        font-family: avenir-lt-w01_35-light1475496,sans-serif;
    }
    .card-product-container {
        padding: 10px;
        border: 1px #e6e5e5 solid;
        border-radius: 15px;
    }
    
@media(max-width: 575px) and (min-width: 200px){
    button.text-white.btn.btn-outline-warning.products-btn{
        font-size: small !important;
    }
    
    #nameRespo{
        float: right;
        margin-left: 46%;
        top: -1em;
    }

    #quantityRespo{
        top: -21px;
    }

    #priceRespo{
        float: right;
        margin-left: 46%;
        top: -5em;
    }

    #priceTotalRespo{
        top: -4em;
    }

    #removeRespo{
        top: -15em;
        float: right;
        margin-left: 77%;
    }

    .h-respon{
        height: 14em;
    }
}

.bg-discount {
    background-image: url('../images/discount_icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0px;
    font-family: "Raleway", sans-serif !important;
    letter-spacing: 1px;
    border-radius: 15px;
}

.bg-discount h4 {
    font-size: 13px;
    margin-left: -7px;
}