.product{
    max-width: 200px;
    border: 1px solid #d1d1d1;
    background: white!important;
    display: flex;
    padding: 10px;
    flex-direction: column;
    background: white;
    margin: 10px;
    border-radius: 5pt;
    overflow: hidden;
}
.product>img{
    width: 100%;
    margin: auto;
}
.product .descProduct{
    white-space: break-spaces;
    width: 100%;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    margin: 5px 0px;
display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.cartLength{
    position: absolute;
    top: 13px;
    left: 13px;
    background: red;
    border: 2px solid white;
    width: 6px;
    height: 6px;
    border-radius: 100px;
}
.product>.nameProduct{font-size: 14px;font-family: font__5;line-height: 16px;text-align: center;}
.product>.priceProduct{font-size: 14px;font-family: font__5;margin-bottom: 5px;text-align: center;}
.product>.button, login button, sign-up button, popup-data-user a.button-raised{width: 100%;
    font-family: font__5;
color: white;
font-size: 14px;
background: linear-gradient(316deg, #023990, #03abab)!important;
border-radius: 10pt!important;
margin-top: auto;
border: 2px solid white!important;
box-shadow: 0px 0px 15px -10px black!important;
height: 42px;
display: flex;
}

html, body, .productSwiper{overflow-x: hidden;
}

.btnRADIUS{
    font-family: font__5!important;
    color: white!important;
    font-size: 14px!important;
    background: linear-gradient(316deg, #023990, #03abab)!important;
    border-radius: 12pt!important;
    margin-top: auto!important;
    border: 2px solid white!important;
    box-shadow: 0px 0px 15px -10px black!important;
    height: 50px!important;
    display: flex!important;
}

.listProductCategory{
    display: flex;
    flex-wrap: wrap;
    padding: 0px 10px;
}
.listProductCategory .product{
    width: calc(25% - 50px);
}

@media (max-width: 800px){
    .socialImg .col{
    --f7-cols-per-row: 3!important;
    margin: 10px 0px;
}
    .listProductCategory{
    /* display: flex; */
    /* flex-wrap: wrap; */
}
    .listProductCategory .product{
    width: calc(50% - 30px);
    margin: auto;
    margin-bottom: 15px;
}
                
    .card.card-product .btnAdd{        
        width: 100%!important;
    }

    .navbar .txt{display: none;}
}


div.popover-inner ul{padding: 5px 8px; background: #f1f1f1!important;}
.popover-inner a>i{
    font-size: 16px;
    width: 35px;
    height: 35px;
    background: #00aeaa;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
    left: 5px;
    color: white;
}
.contactanosList a, div.popover-inner a{background: white;margin: 5px 0px;border-radius: 5pt!important;padding-left: 50px;}
.contactanosList span, div.popover-inner span{width: 24px;height: 24px;float: right;margin-top: 13px;display: flex;border-radius: 4pt;}
.contactanosList span i, div.popover-inner span i{margin: auto;font-size: 13pt;}
.background-home .img-LANDSCAPE{
    position: absolute;
    width: 100%;
}
.title.pt16{
    line-height: 20px;
}
.title-index{
    padding: 0px 15px;letter-spacing: -1.7px!important;line-height: 25px;margin: 15px 0px;
}