body{
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
a {
    text-decoration: none;
    color:#3c3c3c;
  }
  
.mt-80{
    margin-top:71px;
}


/*@media (min-width: 1700px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1650px;
    }
}*/

/*SEARCH PRODUCTOS*/
.form-search{
    margin:0px auto;
    height:50px;
    border-radius:25px;
    background:#FFF;
    width:510px;
}
/*SEARCH PRODUCTOS*/
.header-search-input{
    width:250px;
    height:50px;
    border:0px;
    border-radius:25px;
    outline: none;
    padding-left:20px;
}
.header-search-select{
    width: 200px;
    height: 50px;
    border: 0;
    outline: none;
    border-left:1px solid #ccc;
    padding-left: 8px;
}
/*MediaQuery buscador*/
@media (max-width: 1200px){
    .form-search{
        width:410px;
    }
    .header-search-input{
        width: 200px;
    }
    .header-search-select{
        width: 150px;
    }
}

@media (max-width: 993px){
    .form-search{
        width:330px;
    }
    .header-search-input{
        width: 160px;
    }
    .header-search-select{
        width: 110px;
    }
}

.header-search-select select option{
    height: 50px;
}

.header-search-button{
    width:50px;
    height:49px;
    border:0px;
    outline: none;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.white div button{
    color:#FFF;
}


.card-text-title{
    margin-bottom: 0px !important;
    height:2.8em;
}
.card-category{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 0.8em;
}

.cart-price-promotion{
    text-decoration: line-through;
    color:rgb(103, 103, 103);
    font-size: 1.1em;
    font-weight:500;
}

.cart-price{
    font-weight:500;
    font-size:1.2em;
}

.shadow-left-right {
    /*box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.5), -5px 0 5px -5px rgba(0, 0, 0, 0.5);*/
    box-shadow:0px 0 5px -0px rgba(0, 0, 0, 0.5), 0px 0 5px -5px rgba(0, 0, 0, 0.5)
}

.wp-footer{
    color:#FFF;
    font-size:0.8em;
    padding:15px 0 5px 0;
    margin-bottom: 30px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

}
.card-top{
    margin-top:10px;
}

/*Sigle Product*/
.wp-product-single-thumbs{
    overflow-y: scroll;
    width: 100%;
    /*height: 150px;*/
    margin-top:8px;
    height: auto;
    max-height: 350px;
}

.wp-product-single-thumbs img{
    padding:8px;
}

#wp-product-detail{
    font-size:1.2em;
    background-color: #FFF;
    padding: 5px 8px;
    margin-bottom: 20px;
}

#input-quantity{
    text-align: center;
}

@media (max-width: 768px){
    .order-smx-1{
        order: -1 !important;
    }
    .order-smx-2{
        order: 6 !important;
    }

    .wp-product-single-thumbs{
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
        /*height: 150px;*/
        margin-top:8px;
        height: auto;
        max-height: 120px;
        /*scrollbar-width: thin; /* Anchura de la barra de desplazamiento */
        /*scrollbar-color: #333 #f0f0f0; /* Color de la barra y del fondo */
    }
    .wp-product-single-thumbs img{
        width:110px;
    }
}