@import url(icons/font-awesome/css/fontawesome-all.css);
@import url(icons/simple-line-icons/css/simple-line-icons.css);
@import url(icons/linea-icons/linea.css);
@import url(icons/themify-icons/themify-icons.css);
@import url(icons/material-design-iconic-font/css/materialdesignicons.min.css);
.dropdown-break-line {
    display: flex !important;
    flex-wrap: wrap !important;
    /* align-items: center !important; */
}

body {
    overflow-x: hidden !important;
}

.owl-nav {
    display: none;
}

.img-produto-quick-view {
    max-height: 400px !important;
    max-width: 400px !important;
    object-fit: cover;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}


/* Mobile */

@media screen and (max-width: 799px) {
    #slide_topo .item img,
    #slide_topo2 .item img {
        display: block;
        width: 100%;
        height: 25vh;
    }
    .img-banner-vertical {
        display: block;
        width: 100%;
        height: 70vh;
    }
    .customButtonAdd {
        width: 100%;
    }
    .btnSair {
        width: 100% !important;
    }
    #logoLoja {
        width: 100px !important;
    }
    .destaques-mobile {
        width: 100% !important;
    }
}


/* desk */

@media screen and (min-width: 800px) {    
    #slide_topo .item img,
    #slide_topo2 .item img {
        display: block;
        width: 100%;
        height: 310px;
    }
    .img-banner-vertical {
        display: block;
        width: 100%;
        /* height: 500px; */
        margin-top: 23px;
    }
    #logoLoja {
        width: 200px !important;
    }
    /* Menus */
    .bar-top {
        background-color: #1a1a1a !important;
        height: 2rem !important;
    }
    .destaques-mobile {
        display: none !important;
        height: 0px !important;
    }
}


/* LGPD - COOKIES */

.divModalCookie {
    justify-content: center;
}

@media screen and (max-width: 799px) {
    .modalCookie {
        position: fixed !important;
        bottom: 40px !important;
        font-size: 16px !important;
        background-color: #242424de !important;
        border-radius: 10px 10px 0px 0px !important;
        z-index: 15 !important;
        width: 100% !important;
        height: 150px !important;
        vertical-align: middle !important;
        color: white !important;
        padding: 10px;
        text-align: center;
    }
    .btn-frete {
        width: 100% !important;
    }
    .hide-on-mobile {
        display: none !important;
    }
    .slide-topo-foto {
        height: 10rem !important;
    }
    #menu-superior-fixed {
        position: fixed !important;
        top: 0px !important;
        width: 100% !important;
        z-index: 999999;
    }
    .divs-menu {
        z-index: 9999999;
    }
}

@media screen and (min-width: 800px) {
    .modalCookie {
        position: fixed !important;
        bottom: 0px !important;
        font-size: 16px !important;
        background-color: #242424de !important;
        border-radius: 10px 10px 0px 0px !important;
        z-index: 15 !important;
        width: 100% !important;
        height: 100px !important;
        vertical-align: middle !important;
        color: white !important;
        padding: 10px;
        text-align: center;
    }
    .hide-on-desk {
        display: none !important;
    }
    .slide-topo-foto {
        height: 22.86rem !important;
    }
}

.link-login:hover {
    color: #3d69fa !important;
}

.text-black:hover {
    color: black !important;
    font-weight: 500;
}

.no-border {
    border: 1px solid transparent !important;
}

.megamenu {
    width: 90vw !important;
    max-height: 70vh !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.product-card-title,
.widget-title {
    border: none;
}

.navbar-light .navbar-btn {
    border: 1px solid transparent !important;
}

.navbar-light .navbar-btn:hover {
    background-color: transparent !important;
}

.pointer:hover {
    cursor: pointer !important;
}

#div-resultado-pesquisa {
    width: 100% !important;
    height: 400px !important;
    /* background-color: rgba(255, 255, 255, 0.179) !important; */
    position: absolute;
    z-index: 9999999999999999;
    top: 43px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border-radius: 1px !important;
    -webkit-box-shadow: 0px 11px 24px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 11px 24px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 11px 24px -9px rgba(0, 0, 0, 0.75);
}

.menu-mobile {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.pointer {
    cursor: pointer !important;
}

.not-allowed {
    cursor: not-allowed !important;
}

.select2-selection__rendered {
    line-height: 2.2rem !important;
}

.select2-container .select2-selection--single {
    height: 2.2rem !important;
}

.select2-selection__arrow {
    height: 2.2rem !important;
}


/* Novo Loader */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.loader-div {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00356e;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 8000;
}

.loader {
    position: relative;
    width: 10vw;
    height: 5vw;
    padding: 1.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader span {
    position: absolute;
    height: 0.8vw;
    width: 0.8vw;
    border-radius: 50%;
    background-color: #ffffff;
}

.loader span:nth-child(1) {
    animation: loading-dotsA 0.5s infinite linear;
}

.loader span:nth-child(2) {
    animation: loading-dotsB 0.5s infinite linear;
}

@keyframes loading-dotsA {
    0% {
        transform: none;
    }
    25% {
        transform: translateX(2vw);
    }
    50% {
        transform: none;
    }
    75% {
        transform: translateY(2vw);
    }
    100% {
        transform: none;
    }
}

@keyframes loading-dotsB {
    0% {
        transform: none;
    }
    25% {
        transform: translateX(-2vw);
    }
    50% {
        transform: none;
    }
    75% {
        transform: translateY(-2vw);
    }
    100% {
        transform: none;
    }
}

.smoothscroll-whats {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 5000;
    color: #fff;
    line-height: 44px;
    right: 30px;
    bottom: -60px;
    padding-top: 15px;
    transition: all .5s ease-in-out;
    transition-delay: .2s;
}

.smoothscroll-whats.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
    bottom: 70px;
}

.smoothscroll-whats i.fa {
    line-height: inherit;
}

.fundo-opacity {
    background-color: rgba(0, 0, 0, 0.624);
    border-radius: 15px 15px 2px 2px;
}

.text-white {
    color: white !important;
}

.nav-item-custom {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
}

.product-card {
    height: 420px !important;
}

@media screen and (max-width: 799px) {
    .foto-produto-full {
        height: 200px;
        object-fit: cover
    }
    .custom_redesSociais_texto {
        text-align: center;
    }
}

@media screen and (min-width: 800px) {
    .foto-produto-full {
        height: 550px;
        object-fit: cover
    }
}

.product-thumb>img {
    width: 100% !important;
    object-fit: cover !important;
}

/*Paula fev 14 21:48*/

.icon-footer-info{
    margin-right: 10px;
}


span.custom_rodapeInformacoes_texto {
    font-weight: 100!important;
    padding-bottom: 100px;
}

.lista_info_footer li{
    display: flex;
    margin-bottom: 7px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    line-height: 2;
}

/* tema sunset */

.list-product-sunset {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card-product-sunset {
    width: 250px;
    
    border-radius: 15px;
    -webkit-box-shadow: 9px 9px 21px -13px rgba(0,0,0,0.5); 
    box-shadow: 9px 9px 21px -13px rgba(0,0,0,0.5);
    border: 1px solid #eee;
    margin: 15px;
}

.div-image-sunset {
    text-align: center;
    padding: 15px;    
}

.image-sunset {
    width: 100%;
    height: 250px;    
    object-fit: cover;
    border-radius: 15px;
}

.div-content-sunset {    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    padding: 15px;    
}

.product-title-sunset {
    font-size: 18px;
    letter-spacing: 1px;
    display: flex;
    height: 90px;
    justify-content: center;
    text-align: center;
}

.price-value-sunset {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.installment-value-sunset {
    display: flex;
    justify-content: center;
    font-size: 15px;
}

.btn-sunset-primary {
    min-width: max-content;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 0px 0px 15px 15px;
}

.oferta-sunset {
    background-color: red;
    width: max-content;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    position: absolute;    
    border-radius: 15px 0px;    
}

.div-desconto-boleto-sunset {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 799px) {
    .card-product-sunset {
        width: 100%;
        margin: 0px;
    }
}
/* tema sunset */