.card-product {
    height: 650px;
}

.card-product .product-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 230px;
}

.btn-red {
    border: none;
}

.hidden-price {
    width: 100%;
    text-decoration: none;
    text-align: center;
    color: #EB1B25;
}

.hidden-price:hover {
    color: #EB1B25;
    filter: brightness(0.8);
}

.wrap-login {
    padding: 100px 0px 150px 0px;
}

.wrap-login input, .wrap-login select {
    width: 100%;
    padding: 0 20px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    height: 50px;
    color: #8B8B8B;
    font-size: 14px;
    font-weight: 400;
}

.wrap-login button {
    width: 100%;
    border: none;
    justify-content: center;
}

.wrap-login .infos {
    display: flex;
    flex-direction: column;
    border: 1px solid #BDBDBE;
    padding: 20px;
    border-radius: 6px;
}

.wrap-login .infos p {
    margin-bottom: 0;
    color: #616161;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.wrap-login .infos h3 {
    margin-bottom: 10px;
    color: #000;
    font-size: 32px;
    font-weight: 500;
}

.wrap-login .infos h5 {
    display: table;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
    color: #8B8B8B;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid #A8A8A8;
}

.ajax_response {
    z-index: 999999999999 !important;
}

.card-product-2 .actions .btn-cart {
    background: #FFFFFF;
}

.wrap-cart .row-item .box-img img {
    width: 120px !important;
    height: 120px !important;

    min-width: 120px !important;
    object-fit: contain;
}

.list-cart .items .row-item .box-price .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.list-cart .items .row-item .box-price .top .discount {
    color: #8B8B8B;
    font-size: 12px;
    text-decoration: line-through;
}

.wrap-cart .row-item .tag.green {
    margin-bottom: 0;
}

.list-cart .items .row-item .box-price .top {
    margin-bottom: 6px;
}

.wrap-cart .row-item .info {
    margin: 0;
}

.js_tags {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.full-card-product-3 .image img {
    max-width: 78px;
    max-height: 150px;
}

.wrap-category .box-carousel-product-category .full-card-product-3 {
    width: 100%;
}

.full-card-product img {
    width: 250px;
}

.full-card-product-2 .image img {
    object-fit: contain;
    height: 180px;
    margin: 0 auto;
}

.card-small-product .image {
    padding: 16px;
}

.wrap-last-buys {
    padding-top: 70px;
}

.content-product .banner {
    object-fit: cover;
    max-height: 365px;
}

.wrap-all-page[data-page="artigo"],
.wrap-all-page[data-page="pagina"] {
    overflow: inherit !important;
}

.content-blog-single .bar-blog .author img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.wrap-cart .row-title span:nth-child(1) {
    border-left: 1px solid #D4D2D2;
}

.badge-site {
    padding: 6px 12px;
}

.wrap-cart .row-item .info {
    width: 100%;
    text-align: center;
}

.full-card-product-3 {
    width: 100%;
}

.content-product .box-gallery .full img {
    object-fit: contain;
}

.wrap-welcome .col-custom {
    width: 25%;
}

.teste-andrey {
    background: #D9D9D9;
    border-radius: 10px;
}

.teste-andrey form {
    margin: unset;
    padding: 50px;
}

@media only screen and (max-width: 991px) {
    .text-mobile {
        margin: 0px;
    }

    .wrap-catalogo-revista img {
        padding: 25px;
    }
}

.home-banner .item-banner img {
    height: auto !important;
}

@media only screen and (max-width: 991px) {
    .home-banner .item-banner img {
        aspect-ratio: 536 / 669;
        max-height: calc(100vh - 170px);
    }
}