/*
Colores
Rojo: #ed0418;
*/



.ph-bold.ph-minus2:before {
  content: "\ebf8";
}
.ph-bold.ph-plus2:before {
  content: "\ec86";
}

.append-side {
  position: fixed;
  left: 10px;
  bottom: 5%;
  background-color: #0bbb0b;
  color: #ffffff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  z-index: 1000;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.append-side a svg {
  color: #ffffff;
  font-size: 30px;
  height: 30px;
  text-align: center;
}

.text-hover:hover{
    opacity: 0.5;
}
.jconfirm-holder{
    width: 50%;
    margin: 0 auto;
}
.search-header{
    padding: 0px 10px 0px 10px;
    margin-top: 0px;
}
.search-item{
    padding: 5px;
}
.search-container-products{
    max-height: 250px;
    overflow: auto;
}
.modal-search-main{
    max-height: 540px!important;
}
.button-main{
    background-color: #ed0418!important;
}
.scroll-to-top-btn{
    background-color: #ed0418!important;
}
.modal-cart-main{
    width: 490px!important;
}
.modal-cart-block .modal-cart-main .list-product{
    max-height: calc(100% - 10px - 180px)!important;
}

.append-map-pin{
    font-size: 25px;
    color:#fff;
    margin-top: 5px;
}
.append-top-select-branch-div{
    margin-left: -20px;
}
.append-top-select-branch{
    height: 25px;
    background-color: rgb(237 4 24 / var(--tw-bg-opacity));
    border-color: rgb(237 4 24 / var(--tw-bg-opacity));
    color: #fff;
}
.nav-item{
    padding: 20px;
}
.append-home-modal{
    text-align: center;
}
.append-home-modal-content{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    
}
.append-home-modal-img{
    width: 130px;
    margin: 0 auto;
}

.icon-tiktok:before {
  content: "\eab9";
}


@media (min-width: 1281px) {
  
}

@media (max-width: 813px) and (min-width: 480px) {
    .append-home-modal-content{
        display: block;
    }
    .append-home-modal-img{
        width: 100px;
        margin: 0 auto;
    }
    .modal-cart-main{
        width: 370px!important;
    }
    .jconfirm-holder{
        width: 90%;
        margin: 0 auto;
    }
}



/* Responsive ===================================================================================================== */

@media (max-width: 1025px) {
  
}

@media (max-width: 420px) {
        .max-md\:w-\[150px\] {
            width: 100%!important;
        }
        .append-flex{
            display: inherit!important;
        }
    .append-side{
        bottom: 9%;
    }
    .append-home-modal-content{
        display: block;
    }
    .append-home-modal-img{
        width: 100px;
        margin: 0 auto;
    }
    .modal-cart-main{
        width: 370px!important;
    }
    .jconfirm-holder{
        width: 100%!important;
    }
    .sub-nav-mobile{
        padding-bottom: 100px!important;
    }
    .appendTab{
        background-color: rgb(237, 4, 24,0.5); 
        color: #fff;
        border-radius:7px;
        
    }
    .appendTab.active{
        background-color: rgb(237, 4, 24); 
        color: #fff!important;
        border-radius:7px;
    }
    .appendTab2{
        background-color: rgb(237, 4, 24); 
        color: #fff!important;
        border-radius:7px;
    }
    .quick-view-btn{
        background-color: rgb(237, 4, 24); 
        color: #fff!important;
        font-weight: 500;
        font-size: 20px;
    }
    
    .quick-view-btn i{
        background-color: rgb(237, 4, 24); 
        color: #fff!important;
        font-weight: 500;
        font-size: 20px;
    }
    
    .add-cart-btn{
        background-color: rgb(237, 4, 24); 
        color: #fff!important;
        font-weight: 500;
        font-size: 20px;
    }
    
    .add-cart-btn i{
        background-color: rgb(237, 4, 24); 
        color: #fff!important;
        font-weight: 500;
        font-size: 20px;
    }
    
    .product-infor{
        text-align: center!important;
    }
    
    .product-infor div{
        text-align: center!important;
        margin: 0 auto;
    }
    .footer{
        margin-bottom: 100px;
    }
    .back-btn{
        font-size: 20px;
        font-weight: 900;
    }
    .back-btn i{
        font-size: 20px;
        font-weight: 900;
    }
    .append-novisible-movil{
        display: none;
    }
}

@media print {
  
}