.home_row a{
    color: #887566;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
}


.kingbasil, #page-title h1{
	text-align: center;
    font-family: 'kingbasil', sans-serif!important;
    font-size: 90px!important;
    font-weight: 400!important;
    line-height: 0.75;
}

#page-title h1, section.dark > h1 {
    position: relative;
    top: 10px;
}

#ulDetox {
    border: 1px solid #dddddd;
    padding: 4% 7% 4% 10%;
}

#ulDetox li {
    margin: 20px 0;
    color: #887566;
    font-size: 18px;
}

.divider::after, .divider::before{
	background-color: rgba(0,0,0,0.15);
}

.precios h3 {
    margin: 0;
    font-size: 18px;
}

#tituloprecios {
    background-color: #17c7d2;
    margin-top: 25px;
}

#tituloprecios h2 {
    margin: 0;
}

.precios {
    border: 1px solid #dddddd;
    padding: 10px 15px;
}

#opciones li {
    list-style: none;
    background-color: #17c7d2;
    padding: 10px;
    width: 100%;
    margin: 5px 0;
}

#opciones a {
    color: white;
    font-weight: 700;
    font-size: 1.1em;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.fotoFreezer2{
    background-image: url('../cpanelBW/imagesBW/fotoFreezerCarnes1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
}

.itemListadoFreezer li{
    margin-bottom: 3px;
}

#meriendas, #veggie, #cetogenico, #dulces, #sopas, #batidos, #listadoVegetariano{
    display: none;
}

.menu-link{
    text-transform: none;
    color: #808285;
    font-size: 1em;
    font-weight: 400;
}

@media (min-width: 992px){
    .full-header #logo {
        padding-right: 0px;
    }
}

@media(min-width: 1200px){
    .fotoFreezer2{
        height: 869px;
    }
}

@media(max-width: 1200px){
    .fotoFreezer2{
        height: 717px;
    }
}

@media(max-width: 992px){
    .fotoFreezer2{
        height: 548px;
    }
}

@media(max-width: 768px){
    .fotoFreezer2{
        height: 0px;
        width: 100%;
        padding: 26% 0;
        background-size: 100%;
        background-position: top center;
    }

    #bwblock_80429, #bwblock_90594, #bwblock_51257, #bwblock_93315 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .row.home_row > .col-md-1-5 {
        padding: 0;
    }
}

.product-price ins{
    font-size: 54px!important;
}

span.amount, .cart-product-name {
    font-weight: 700;
}

b, strong {
    font-weight: 700;
}

a.mercadopago-button {
    font-weight: 700;
}

section h1 {
    margin-bottom: 0;
    font-family: 'kingbasil', sans-serif!important;
    font-size: 85px;
    font-weight: 400!important;
}

.cajita{
    margin-bottom: 20px;
}

.cajita > div{
    border: 1px solid #ddd;
    text-align: center;
    transition: all 0.3s ease;
}

.cajita h4 {
    background-color: #17c7d2;
    padding: 15px 25px;
    color: white;
    margin-top: 0;
}

.cajita p {
    color: #887566;
    font-size: 1.2em;
    font-weight: 600;
}

.cajita h5 {
    margin-top: 20px;
    padding: 10px 0;
    margin-bottom: 0;
    color: #887566;
    font-size: 1.1em;
    background-color: #f2f2f2;
}

.cajita h6 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #17c7d2;
    font-size: 2em;
}

#sinsal {
    font-family: 'LatoRegular', sans-serif;
    color: #887566;
    font-size: 1.4em;
    text-align: center;
    width: 70%;
    margin: 40px auto;
}

#menusemanal {
    height: 475px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cajita >div:hover {
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    cursor: pointer;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
}

.accordion-button{
    box-shadow: none!important;
    outline: none!important;
}

.warning_variantes{
    color: red;
    text-align: center;
    margin-bottom: 0px;
}

@media print{
    #page-title.page-title-mini h1, .cart-product-thumbnail img, .cart-product-price, .cart-product-qty, .cart-product-subtotal, .cart-product-quantity, #header, #bwblock_54919, #bwblock_66324, #footer, .eapp-whatsapp-chat-root-layout-component{
        display: none;
    }
}