/* Start */

.drinks-form{
    padding-bottom:23px;
    margin-bottom: 30px;
    border-bottom:1px solid#ebebeb;
}
.deinks-title h1 {
    font-size:38px;
    font-weight:600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom:70px;
}
.drinks-form .form-text {
    font-size: 14px;
    font-weight: 600;
    color:#242424;
    text-transform: uppercase;
    margin-right: 15px;
    white-space: nowrap;
    align-items: center;
    display: grid;
    margin-bottom: 0;
    margin-top: 0;
}
.drinks-form select{
    width:214px;
    height: 50px;
    color:#8b8b8b;
}
.drinks-form .form-select {
    border: 1px solid #ededed;
}
.drinks-form span{ 
    align-items: center;
}
#products.view-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}
#products .item.list-group-item {
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 30px;
}
#products .item.list-group-item .product-box-img {
    position: relative;
    display: block;
    width: 25%;
    max-height: 345px;
    float: left;
}
#products .item.list-group-item .product-info.text-center {
    width: 75%;
    float: right;
    text-align: left!important;
}
.product-info{
    padding:30px 15px;
}
.product-box-img {
    position: relative;
    display: block;
    width:100%;
    max-height:345px;
    border: 1px solid #f6f6f6;
}
.product-box-img img {
    padding: 15px;
    margin: 0 auto;
    display: block;
}
.product-box-img .img-overli{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(84, 84, 84, 0.80);
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%, -50%);
}
.product-box-img .shop-icon{
    top: 50%;
    position: relative;
    font-size: 14px;
    padding: 15px;
    background: #b2b2b2;
    color: #fff;
    left: 0;
    border-radius: 5px;
    -webkit-transition: .4s;
    transition: .4s;
    margin-right: 7px;
}
.product-box-img .like-icon{
    top: 50%;
    position: relative;
    font-size: 14px;
    padding: 15px;
    background: #ff5400;
    color: #fff;
    left:0;
    border-radius: 5px;
    -webkit-transition: .4s;    
    transition: .4s;
    margin-left: 7px;
}
.like-icon:hover i{
    color: #fff !important;
}
.product-box-img:hover .img-overli{
    display:block !important;
    text-align: center;
}
.product-info h5{
    font-size:22px;
    color:#242424;
    font-weight:600;
}
.product-info span{
    font-size:16px;
    color:#8b8b8b;
    margin-bottom: 15px;
    display: inline-block;
}
.product-info p{
    font-size:18px;
    color:#2a2a2a;
    margin-bottom: 0;
}
.product-info p span{
    color:var(--mainTheme);
    font-weight:500;
    margin-bottom: 0;
    display: inline;
}
.product-box .product-box-img img{
    margin: auto;
    display: block;
}
.btn{
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #ededed;
}  
.btn:hover {
    background-color: #ff5400;
    color: #fff;
}
.btn.active {
    color: #ff5400;
    background-color:#fff;
}
.pagination{
    margin: auto !important;
}
.page-item .page-link{
    color:#2a2a2a;
}
.page-item.active .page-link{
    color: #ff5400;
    border-color: #ededed;
    background-color: #fff;
}
.pagination .page-item{
    margin-right:13px;
    border-radius:15px;
}
.page-link{
    border:1px solid #ededed;
    border-radius:5px;
}
.active .btn:hover{
    background-color:var(--mainTheme);
}
/* End */

/* Start */
.company-logo {
    /* background: url(../images/company-bg.jpg) center center no-repeat; */
    background-size: cover;
    height: 690px;
    padding: 90px 0;
}
/* End */

/* Start */
@media(max-width: 1600px) {

}
@media(max-width: 1400px) {
    .drinks {
        padding: 0px 0px;
    }
    .column{
        margin-right: 38px; 
        width: 30%;
    }
    .drinks-form .col-1{
        width: 10%;
    }
    .drinks-form .form-text {
        font-size: 12px;
        margin-right: 10px;
    }
    .drinks-form select {
        width: 175px;
    }
    .column{
        margin-right: 0px;
        width: 33%;
    }
}
@media(max-width: 1200px) {
    .col-auto{
        margin-bottom: 15px;
    }
    .drinks .col-11{
        width: 87.667%;
    }
    .drinks .ms-auto {
        margin-left: auto!important;
    }
    .m-w100 {
        width: 100%;
    }
}
@media(max-width: 992px) {
    .column{
        width: 50%;
    }

    .drinks .col-11 {
        width: 84%;
    }
    .drinks .ms-auto {
        margin-left: 0!important;
    }
    .drinks-form select {
        width: 100%;
    }
    #myDIV.justify-content-between {
        justify-content: end!important;
    }
    .drinks-form .p-0 {
        padding: 0 0.7rem!important;
    }
    .cart-account .border-menu{
        height: 31%;
        margin-top: 30px;
    }
    .deinks-title h1{
        margin-bottom: 40px;
    }
    .company-logo {
        padding: 80px 0;
    }
    .customer-brand {
        margin-bottom: 30px;
    }
} 
@media(max-width: 768px) {
    .column {
        width: 100%;
    }
    .drinks .col-1{
        display: none;
    }
    .drinks .col-11 {
        width: 100%;
    }
    #products .item {
        margin: 0 auto;
    }
    .company-logo {
        padding: 60px 0;
    }
}   
@media(max-width: 576px) {
    .m-w50 {
        width: 100%;
    }
    #myDIV.justify-content-between {
        justify-content: end!important;
    }
    .col-sm-6 {
        width: 50%;
    }
    .company-logo {
        padding: 50px 0;
    }
    .drinks-form.d-flex {
        display: block !important;
    }
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
        float:none !important;
    }

    .m-w100 {
        width: 100%;
    }
    .col-auto .form-text{
        text-align: center !important;
    }
}
/*-- End --*/