/*---- WDT-HEADER ----*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://s3-sa-east-1.amazonaws.com/we.digi.tech/fonts/feather/feather-icons.css');

#topo-site{
    display: none;
}
body, .owl-carousel .owl-wrapper-outer{
    margin-top: 0;
}
#wdt-header {
    border-bottom: 1px solid #ededed;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: #fff;
    max-width: 100vw;
    display: block !important;
}
#wdt-header .wdt-row-one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 30px;
    border-bottom: 1px solid #ededed;
    position: relative;
}

#wdt-header .wdt-row-one > div{
    width: 33.33%;
    display: flex;
    align-items: center;
}

#wdt-header > div .wdt-menu-item {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin: 0px 20px;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
}
#wdt-header > div #wdt-button-cart{
    position: relative;
}

#wdt-header > div .wdt-menu-item svg {
    width: 25px;
    height: auto;
}
#wdt-header > div .wdt-menu-item svg.feather-x {
    display: none;
}

#wdt-header > div .wdt-menu-item span {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

#wdt-header .wdt-left-menu {
    justify-content: flex-start;
}

#wdt-header .wdt-right-menu {
    justify-content: flex-end;
}

#wdt-header .wdt-logo {
    justify-content: center;
}

#wdt-header #mainmenu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
}

#wdt-header #mainmenu .wdt-menu-item > a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 0px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

#wdt-header #mainmenu .wdt-menu-item {
    margin: 0px 20px;
    position: relative;
}
#wdt-header #mainmenu .wdt-menu-item.has-children:after {
    content: "\f12f";
    font-family: "feather-icons";
    display: inline-block;
    position: absolute;
    right: -17px;
    top: calc(50% - 10px);
}

#wdt-header #mainmenu #Sale {
    font-weight: bold;
    color: black !important;
}

#wdt-header #mainmenu .wdt-menu-item ul.wdt-level-2 {
    list-style: none;
    position: absolute;
    top: 100%;
    left: -20px;
    width: 200px;
    z-index: 1;
    background: #fff;
    border-top: 1px solid #ededed;
    max-height: 300px;
    overflow: auto;
    display: none;
}
#wdt-header #mainmenu .wdt-menu-item ul.wdt-level-2::-webkit-scrollbar {
  width: 5px;
}

#wdt-header #mainmenu .wdt-menu-item ul.wdt-level-2::-webkit-scrollbar-track {
  background: #fbfcfb;
}

#wdt-header #mainmenu .wdt-menu-item ul.wdt-level-2::-webkit-scrollbar-thumb {
  background-color: #ff7675;   
  border-radius: 20px;       
}
#wdt-header #mainmenu .wdt-menu-item ul.wdt-level-2 a {
    padding: 15px 0px 15px 15px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-align: left;
}

#wdt-header #mainmenu .wdt-menu-item ul.wdt-level-2 li {
    border-bottom: 1px solid #ededed;
    text-align: left;
    transition: all 0.2s;
}
#wdt-header #mainmenu .wdt-menu-item ul.wdt-level-2 li:last-child {
    border: none;
}
#wdt-header #mainmenu .wdt-menu-item ul.wdt-level-2 li:hover {
    background: #fafafa;
}

#wdt-header #mainmenu .wdt-menu-item:hover ul.wdt-level-2 {
    display: block;
    background-color: #dedede;
}

#wdt-header > div .wdt-menu-item .wdt-cart-quantity {
    position: absolute;
    top: -10px;
    right: 5px;
    background: #ff7675;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}


#wdt-header .wdt-wrap-busca {
    position: absolute;
    top: -200%;
    left: calc(33.33% + 10px);
    background: #fff;
    transition: all 0.8s;
}
body[data-open="wdt-search"] #wdt-header .wdt-wrap-busca {
    top: calc(50% - 25px);
}
body[data-open="wdt-search"] #wdt-button-search svg.feather-search, body[data-open="wdt-login"] #wdt-button-login svg.feather-user{
    display: none;
}
body[data-open="wdt-search"] #wdt-button-search svg.feather-x, body[data-open="wdt-login"] #wdt-button-login svg.feather-x {
    display: block;
    margin: 0px auto 2px;
}
body[data-open="wdt-login"] ul.wdt-menu-account {
    right: 0;
    width: 300px;
}
ul.wdt-menu-account {
    position: absolute;
    top: 100%;
    width: 0;
    background: #fff;
    display: block;
    list-style: none;
    z-index: 1;
    border-top: 1px solid #ededed;
    text-align: left;
    right: 0;
    padding: 14px 0px;
    transition: all 0.8s;
    overflow: hidden;
}

.wdt-menu-account a {
    text-decoration: none;
    padding: 5px 20px;
    display: block;
    text-transform: uppercase;
}
#wdt-header .wdt-wrap-busca fieldset.busca {
    border: none;
}

#wdt-header .wdt-wrap-busca fieldset.busca .fulltext-search-box {
    padding: 0px 35px 0px 15px !important;
    height: 50px !important;
    border-radius: 50px !important;
    border: 1px solid #ededed !important;
    width: 100% !important;
    font-size: 13px !important;
}

#wdt-header .wdt-wrap-busca fieldset.busca .btn-buscar {
    height: 25px !important;
    padding: 0px;
    width: 25px !important;
    background: url(https://rosavalverde.vteximg.com.br/arquivos/wdt-search-icon.svg);
    background-size: contain;
    right: 10px;
    top: calc(50% - 12px);
}

#wdt-header #wdt-button-cart #wdt-minicart {
    width: 400px;
    position: fixed;
    height: calc(100vh - 88px);
    top: 88px;
    right: -400px;
    transition: all 0.5s;
    z-index: 999999;
    background: #fff;
}
@media (max-width: 767px) {
    #wdt-header #wdt-button-cart #wdt-minicart {
        right: -200%;
        width: 100%; 
    }
}
#wdt-header #wdt-button-cart #wdt-minicart-app {
    padding: 20px;
    padding-bottom: 60px;
    background: #fff;
    z-index: 999999999999999999999999999;
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: calc(100vh - 88px);
    overflow: hidden;
}
@media (max-width: 767px) {
    #wdt-header #wdt-button-cart #wdt-minicart-app {
        width: 100%;
    } 
}
#wdt-header #wdt-button-cart #wdt-minicart-header {
    font-size: 18px;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#wdt-header #wdt-button-cart #wdt-minicart .wdt-minicart-content {
    height: calc(100vh - 290px);
    overflow-y: auto;
}
#wdt-header #wdt-button-cart .wdt-minicart-content::-webkit-scrollbar {
    width: 5px;
}
#wdt-header #wdt-button-cart .wdt-minicart-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#wdt-header #wdt-button-cart .wdt-minicart-content::-webkit-scrollbar-thumb {
    background-color: black;
    outline: 1px solid slategrey;
}
#wdt-header #wdt-button-cart #wdt-minicart .wdt-minicart-content li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 10px 0;
}
@media (max-width: 767px) {
    #wdt-header #wdt-button-cart #wdt-minicart .wdt-minicart-content li {
        max-height: 105px;
    } 
}
#wdt-header #wdt-button-cart #wdt-minicart .wdt-minicart-content li:last-child {
    border-bottom: none;
}
#wdt-header #wdt-button-cart #wdt-minicart .wdt-minicart-content li .text-items {
    padding: 0 10px;
    width: 100%;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}
#wdt-header #wdt-button-cart #wdt-minicart .wdt-minicart-content li .text-items .minicart-left {
    width: 70%;
    padding-right: 10px;
}
#wdt-header #wdt-button-cart #wdt-minicart .wdt-minicart-content li .text-items .minicart-left span.quantity {
    display: flex !important;
    align-items: center;
}
#wdt-header #wdt-button-cart #wdt-minicart .wdt-minicart-content li .text-items .minicart-left span.quantity strong {
    color: #8c8c8c;
    background: #ffffff;
    display: flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 10px;
}
#wdt-header #wdt-button-cart #wdt-minicart .wdt-minicart-content li .text-items .minicart-right {
    width: 30%;
}
#wdt-header #wdt-button-cart #wdt-minicart .wdt-minicart-content li .text-items .minicart-right span.price {
    text-align: right !important;
}
#wdt-header #wdt-button-cart #wdt-minicart .wdt-minicart-content li img {
    width: 55px;
}
#wdt-header #wdt-button-cart #wdt-minicart .wdt-minicart-content li span {
    display: block;
    text-align: left;
    font-size: 12px;
    line-height: initial;
}
#wdt-header #wdt-button-cart #wdt-minicart .wdt-minicart-content li .name {
    margin-bottom: 10px;
}
#wdt-header #wdt-button-cart #wdt-minicart .wdt-minicart-content li.wdt-carrinho-vazio {
    justify-content: center;
    margin-top: 20px;
}
#wdt-header #wdt-button-cart #wdt-minicart-footer {
    padding: 20px;
    border-top: 1px solid #ededed;
    position: absolute;
    bottom: 0;
    right: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #fff;
}
#wdt-header #wdt-button-cart #wdt-minicart-footer .wdt-minicart-total {
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
}
#wdt-header #wdt-button-cart #wdt-minicart-footer .wdt-minicart-total strong {
    display: block;
}
#wdt-header #wdt-button-cart #wdt-minicart-footer #wdt-minicart-button {
    background: #000000;
    display: flex;
    align-items: center;
    padding: 10px 31px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    justify-content: center;
}
#wdt-header #wdt-button-cart #wdt-minicart-footer #wdt-minicart-button i {
    font-size: 16px;
    margin-right: 10px;
}

div#cart {
    cursor: initial;
}

body[data-open="wdt-cart"] jdiv {
    display: none !important;
}
body[data-open="wdt-cart"] #wdt-minicart{
    right: 0 !important;
}
body[data-open="wdt-cart"] #wdt-button-cart svg.feather-x {
    display: initial;
}

body[data-open="wdt-cart"] #wdt-button-cart svg.feather-shopping-bag {
    display: none;
}

body[data-open="wdt-cart"] .wdt-cart-quantity {
    display: none !important;
}
/*---- END WDT-HEADER ----*/


body.wdt-home{
    overflow-x: hidden;
}

body.wdt-home header#topo-site .container-center,
body.wdt-home .footer.clearfix .container-center{
    width: 100% !important;
    max-width: 1050px !important;
    box-sizing: border-box;
}

#topo-site .rvv-container a,
#topo-site .rvv-container p{
    font-weight: 600;
    letter-spacing: .5px;
}

#topo-site .rvv-container .content-c a{
    text-transform: uppercase;
}

body .menu-departamento h3 a{
    padding: 4px 13px !important;
}
body.wdt-home .rvv-container .rvv-beneficios{
    margin-top: 20px;
    margin-bottom: 20px;
}
.wdt-section-wrap.wdt-lancamentos .wdt-section-title {
    padding-top: 0;
    margin-top: 0;
}

.slick-track{
    margin-top: initial;
}
@media(min-width: 768px){
    body.wdt-home header .container-center{
        display: flex;
        justify-content: center;
    }
}

@media(max-width: 768px){
    body.wdt-home header#topo-site,
    body.wdt-home header#topo-site .rvv-container,
    body.wdt-home .footer.clearfix .container-center{
        max-width: 100vw !important;
    }
}

body.wdt-home header #rvv-menu .menu-departamento.menu-departamento-com-submenu{
    width: auto;
}

@media(min-width: 769px){
    body.wdt-home .rvv-container.box-beneficios-home,
    body.wdt-home .rvv-container.box-beneficios-home .container-center{
        width: 100%;
        max-width: 1050px;
    }
    
    body.wdt-home .rvv-container.box-beneficios-home .carousel-beneficios{
        display: flex;
        flex-flow: row nowrap;
    }
    
    body.wdt-home .lcm_beneficios--item{
        padding: 0 5px;
    }

    body.wdt-home .lcm_beneficios--item span{
        background: url('https://rosavalverde.vteximg.com.br/arquivos/ids/156447/rvv-sprite.png');
        margin: 0 2px 0 0;
    }
    
    body.wdt-home .lcm_beneficios--item p{
        margin: 0;
    }
}

@media(min-width: 769px) and (max-width: 1200px){
    body.wdt-home .lcm_beneficios--item p{
        font-size: 10px !important;
    }
}

@media(max-width: 768px){
    body.wdt-home .lcm_beneficios--item{
        padding: 15px 0px !important;
        height: auto;
    }
}

@media(max-width: 991px){
    body.wdt-home .rvv-beneficios{
        margin: 0 !important;
        padding-top: 0px;
    }

    body.wdt-home .rvv-beneficios .container-center{
        max-width: 100% !important;
        display: block;
    }

    body.wdt-home .lcm_beneficios--item{
        border: none;
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        border-right: 1px solid #ffb3b3;
    }
    
    body.wdt-home .lcm_beneficios--item span{
        margin-right: 20px;
    }
    
    body.wdt-home .lcm_beneficios--item p{
        font-size: 12px !important;
    }
    body.wdt-home .wdt-lojas-fisicas-items .slick-list {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px 5px 0px;
    }
}

@media(max-width: 768px){
    /*body.wdt-home .rvv-beneficios .carousel-beneficios{
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }*/
    body.wdt-home .lcm_beneficios--item{
        width: 100% !important;
        border-right: 1px solid #ededed !important;
    }
    body.wdt-home .lcm_beneficios--item:nth-child(2n){
        border-left: 1px solid #ffb3b3;
    }
}

body.wdt-home #bannerInicialMain .owl-prev,
body.wdt-home #bannerInicialMain .owl-next{
    top: calc(50% - 35px);
}

body.wdt-home #bannerInicialMain .owl-prev{
    left: 0 !important;
}

body.wdt-home #bannerInicialMain .owl-next{
    left: calc(100% - 35px) !important;
}

body.wdt-home .rvv-beneficios p {
    color: #5f3939;
    font-weight: 600;
}

body.wdt-home .wdt-section-title {
    margin: 15px 0;
    display: flex;
    align-items: center;
    width: 100%;
}

body.wdt-home .wdt-section-title h1,
body.wdt-home .wdt-section-title h2,
body.wdt-home .wdt-section-title h3 {
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    padding: 0 20px 0 0;
    display: inline-block;
}
@media(max-width: 320px){
    body.wdt-home .wdt-section-title h1, body.wdt-home .wdt-section-title h2, body.wdt-home .wdt-section-title h3 , body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica:before{
        font-size: 21px !important;
    }

}
body.wdt-home .wdt-section-title hr {
    flex: 1 0 0;
    height: 1px;
    margin: 5px 0 0 0;
    padding: 0;
    background: #e8e2e2;
    border: none;
}

@media (max-width: 991px) {
    body.wdt-home .wdt-section-title {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    body.wdt-home .rvv-beneficios p br {
        display: none;
    }


    .slick-list.draggable {
        display: block;
        width: 100%;
    }
}

/* Retira h2 dentro da prateleira */

.box-lancamentos .prateleira > h2,.box-presentes .prateleira > h2,
.rrv-banners-2.rrv-tree.box-colecoes-home{
    display: none !important;
}

/*  */

body.wdt-home .box-lancamentos .box-item {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

/* Setas slick */

body.wdt-home .owl-prev,
body.wdt-home .owl-next {
    display: block;
    position: absolute;
    right: inherit;
    z-index: 999;
    background: none;
    width: 25px;
    height: 53px;
    font-size: 35px;
    cursor: pointer;
    transform: none;
}

body.wdt-home .owl-prev:before {
    content: "\f130";
    background: #fff;
}

body.wdt-home .owl-next:before {
    content: "\f131";
    background: #fff;
}

body.wdt-home .owl-prev,
body.wdt-home .owl-next{
    top: -46.5px;
}

body.wdt-home .owl-prev{
    left: calc(100% - 35px * 2);
}

body.wdt-home .owl-next{
    left: calc(100% - 35px);
}

/* Prateleira */

body.wdt-home .prateleira{
    opacity: 0;
}

body.wdt-home .prateleira.fadeIn{
    animation: prateleira-fadeIn .5s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

@keyframes prateleira-fadeIn{
    from{
        opacity:0;
    }
    to{
        opacity: 1;
    }
}

body.wdt-home .prateleira ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
}

body.wdt-home .prateleira ul li {
    max-width: 250px;
}

body.wdt-home .prateleira ul li a.product-image {
    min-height: 220px;
    width: 100% !important;
    display: flex !important;
    justify-content: center;
}

body.wdt-home .prateleira ul li a.product-image img{
    max-width: 90%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .5s;
    position: absolute;
}

body.wdt-home .prateleira ul li a.product-image img:nth-child(1){
    opacity: 1;
} 

body.wdt-home .prateleira ul li a.product-image:hover img:nth-child(1),
body.wdt-home .prateleira ul li a.product-image:hover img:nth-child(n+3){
    opacity: 0;
}

body.wdt-home .prateleira ul li a.product-image:hover img:nth-child(2),
body.wdt-home .prateleira ul li a.product-image:hover img:last-child{
    opacity: 1;
} 

@media(max-width: 1024px){
    body.wdt-home .prateleira ul li {
        max-width: inherit;
        flex: calc(100% / 3 - 20px);
    }
}

@media(max-width: 576px){
    body.wdt-home .prateleira ul li {
        flex: calc(100%);
    }
}

body.wdt-home .prateleira li img {
    height: 220px !important;
    width: 220px !important;
}

body.wdt-home .prateleira .slick-slide .gaben_shelf_title {
    margin: 0;
    height: auto;
}

body.wdt-home .prateleira .slick-slide .product-name {
    padding: 0 0 0 0;
    margin: 0;
}

body.wdt-home .prateleira .slick-slide .product-name a {
    height: auto;
    padding-top: 5px;
}

@media(min-width: 768px) {
    body.wdt-home .prateleira span.box-item.text-center {
        min-height: 400px;
        height: 100%;
        display: flex !important;
        flex-flow: column nowrap;
        justify-content: space-between;
    }
}

@media(max-width: 768px) {
    body.wdt-home .prateleira h2 {
        padding-top: 0 !important;
    }
    body.wdt-home .prateleira .product-name a {
        padding-top: 0 !important;
    }
}

body.wdt-home .prateleira .slick-slide .price {
    margin-top: 5px;
}

body.wdt-home .prateleira .slick-slide .price .old-price {
    height: auto;
}

body.wdt-home .prateleira .slick-slide .price .installment {
    min-height: inherit;
}
body.wdt-home .prateleira .slick-slide a.gaben_buy_button {
    width: 100% !important;
}

body.wdt-home .prateleira .slick-slide .gaben_shelf_buy {
    display: block;
    width: 100%;
}
@media (max-width: 768px) {
    body.wdt-home .prateleira .slick-slide .gaben_shelf_title {
        margin: 5px 0;
    }
}

/* Newsletter */

body.wdt-home .newsletter-social {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    margin: 30px 0;
    background: #ffb3b3;
}

body.wdt-home .newsletter-social h3 {
    max-width: 40%;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    flex: 0 0 100%;
    text-align: left;
}

body.wdt-home .newsletter-social * {
    list-style: none;
}

body.wdt-home .newsletter-social .wrapper-inputs {
    display: flex;
    align-items: center;
}

body.wdt-home .newsletter-social .form-control {
    flex: 1 0 0;
    padding: 10px 20px;
    margin: 0 10px 0 0;
    border: 1px solid #e1e1e1;
}

body.wdt-home .newsletter-social button[type="submit"] {
    padding: 10px 20px;
    border: none;
    background: #000;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

body.wdt-home .newsletter-social .wrapper-inputs .wrapper-submit {
    display: flex;
}

@media (max-width: 991px) {
    body.wdt-home .newsletter-social input.form-control {
        margin: 0 5px 0 0;
    }
}

@media (max-width: 768px) {
    body.wdt-home .newsletter-social {
        align-items: flex-start;
        width: 100%;
    }
    body.wdt-home .newsletter-social h3 {
        flex: inherit;
        max-width: inherit;
        width: 40%;
        padding-right: 10px;
    }
    body.wdt-home .newsletter-social .wrapper-inputs {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-end;
        align-items: flex-end;
        width: 60%;
    }
    body.wdt-home .newsletter-social .wrapper-inputs .form-control {
        width: 100%;
        margin: 0 0 10px 0 !important;
    }
    body.wdt-home .newsletter-social .wrapper-inputs .wrapper-submit {
        width: 100%;
        flex-flow: column nowrap;
        align-items: flex-end;
    }
    body.wdt-home .newsletter-social button[type="submit"] {
        width: auto;
    }
}

@media (max-width: 576px) {
    body.wdt-home .newsletter-social {
        flex-flow: column nowrap;
    }
    body.wdt-home .newsletter-social h3 {
        max-width: inherit;
        width: 100%;
    }
    body.wdt-home .newsletter-social .wrapper-inputs {
        width: 100%;
        margin: 20px 0 0 0;
        /* flex-flow: row nowrap; */
    }
}

body.wdt-home .box-presentes {
    min-height: 300px;
}

/* COLECOES ITEMS */

body.wdt-home .wdt-colecoes-home {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
    padding-top: 50px;
    justify-content: space-between;
}

body.wdt-home .wdt-colecoes-home .colecoes-item {
    width: calc(100% / 4 - 20px);
    min-width: 165px;
    height: auto;
    margin: 0 10px;
    position: relative;
}

body.wdt-home .wdt-colecoes-home .colecoes-item img {
    height: 100%;
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}

@media (min-width: 992px) {
    body.wdt-home .wdt-colecoes-home .colecoes-item {
        width: 24%;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
    }

    body.wdt-home .wdt-colecoes-home .colecoes-item:nth-child(4n) {
        margin-right: 0;
    }

    body.wdt-home .wdt-colecoes-home .colecoes-item:nth-child(n + 5) {
        margin: 0;
    }

    body.wdt-home .wdt-colecoes-home .colecoes-item img{
        border-top: 1px solid #ffb3b3;
    }
    body.wdt-home .wdt-colecoes-home .colecoes-item:nth-child(1) img,
    body.wdt-home .wdt-colecoes-home .colecoes-item:nth-child(5) img{
        border-left: 1px solid #ffb3b3;
    }
    body.wdt-home .wdt-colecoes-home .colecoes-item:nth-child(4) img,
    body.wdt-home .wdt-colecoes-home .colecoes-item:nth-child(8) img{
        border-right: 1px solid #ffb3b3;
    }
    body.wdt-home .wdt-colecoes-home .colecoes-item:nth-child(n+5) img{
        border-top: inherit;
        border-bottom: 1px solid #ffb3b3;
    }
}

@media (max-width: 991px){
    body.wdt-home .wdt-colecoes-home{
        margin-top: 0;
        padding-top: 35px;
    }

    body.wdt-home .wdt-colecoes-home .colecoes-item{
        margin: 0;
    }

    body.wdt-home .wdt-colecoes-home .slick-slide:nth-child(1n),
    body.wdt-home .wdt-colecoes-home .slick-slide:nth-child(odd){
        border-right: 1px solid #ffb3b3;
    }
}

body.wdt-home .wdt-colecoes-home .owl-prev,
body.wdt-home .wdt-colecoes-home .owl-next{
    top: 0;
}

@media (max-width: 768px) and (min-width: 577px){
    body.wdt-home .wdt-colecoes-home .slick-slide,
    body.wdt-home .wdt-colecoes-home .slick-slide:nth-child(1n){
        border-right: 1px solid transparent;
    }

    body.wdt-home .wdt-colecoes-home .slick-slide.slick-active:nth-child(odd){
        border-right: 1px solid #ffb3b3;
    }
}

@media(max-width: 576px){
    body.wdt-home .wdt-colecoes-home .slick-slide{
        border-right: 0 !important;
    }
}

body.wdt-home .rrv-banners-1 {
    padding-top: 40px;
}

body.wdt-home .rrv-banners-1 .rvv-banner-blog {
    display: none;
}

/* Lojas fisicas  */

body.wdt-home .wdt-lojas-fisicas-items .slick-list {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 20px;
}
body.wdt-home .wdt-lojas-fisicas-items .slick-track .slick-slide {
    margin: 0px 15px;
}
body.wdt-home .wdt-lojas-fisicas-items li {
    padding: 15px;
    border: 1px solid #ededed;
    min-height: 180px;
}
body.wdt-home .wdt-lojas-fisicas-items li h3 {
    padding-bottom: 20px;
}
body.wdt-home .wdt-lojas-fisicas-items li p {
    line-height: 20px;
    display: block;
}

body.wdt-home .prateleira .owl-next , .wdt-section-blog-news .owl-next ,.wdt-lojas-fisicas-items .owl-next, section.wdt-section-blog-new .owl-next{
    left: initial !important;
    right: 0px !important;
    width: 25px !important;
    height: 35px !important;
}

body.wdt-home .prateleira .owl-prev , .wdt-section-blog-news .owl-prev , .wdt-lojas-fisicas-items .owl-prev, section.wdt-section-blog-new .owl-prev{
    left: initial !important;
    right: 30px !important;
    width: 30px !important;
    height: 35px !important;
}

@media(max-width: 1024px){
    body.wdt-home .prateleira .owl-next , .wdt-section-blog-news .owl-next ,.wdt-lojas-fisicas-items .owl-next , body.wdt-home .wdt-colecoes-home .owl-next, section.wdt-section-blog-new .owl-next{
        left: initial !important;
        right: 10px !important;
        width: 30px !important;
        height: 35px !important;
    }

    body.wdt-home .prateleira .owl-prev , .wdt-section-blog-news .owl-prev , .wdt-lojas-fisicas-items .owl-prev , body.wdt-home .wdt-colecoes-home .owl-prev, section.wdt-section-blog-new .owl-prev{
        left: initial !important;
        right: 40px !important;
        width: 30px !important;
        height: 35px !important;
    }
    body.wdt-home .wdt-posts-wrap.slick-initialized.slick-slider .slick-list {
        padding: 0px 20px;
    }
}

body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica {
    width: 100%;
    display: flex;
    padding: 50px 0;
    position: relative;
}
body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica:before {
    content: "lojas físicas";
    position: absolute;top: 9px;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    background: #fff;
    display: block;
    z-index: 1;
    padding-right: 20px;
}

body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica:after {
    /* content: ""; */
    width: 100%;
    max-width: 100vw;
    height: 1px;
    border: 1px solid #ededed;
    position: absolute;
    top: 22px;
}

body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-content > h3:first-child{
    display: none;
}
@media(max-width: 1050px){
    body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica{
        padding-left: 20px;
        padding-right: 10px;
    }  
}

/* @media(max-width: 768px){
    body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-content .owl-prev{
        top: -130px;
    }
    body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-content .owl-next{
        top: -130px;
    }
} */

body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .box-banner {
    display: none;
}

body.wdt-home .rrv-banners-1 .wrapper-content {
    width: 35%;
    background-size: cover;
}

body.wdt-home .rrv-banners-1 .wrapper-content h3 {
    font-size: 22px;
    text-align: left;
    text-transform: uppercase;
}

body.wdt-home .rrv-banners-1 .wrapper-content h3:after {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    background: #f8c9c9;
    margin-top: 10px;
}

body.wdt-home .rrv-banners-1 .wrapper-content p {
    margin-top: 20px;
    font-size: 18px;
    text-align: left;
}

body.wdt-home .rrv-banners-1 .wrapper-content a {
    margin-top: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    text-align: left;
}

body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-lojas {
    width: 65%;
    height: 100%;
    padding-left: 20px;
}

@media (max-width: 768px) {
    body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica {
        flex-flow: column nowrap;
    }
    body.wdt-home .rrv-banners-1 .wrapper-content {
        width: 100%;
        height: initial;
    }
    body.wdt-home .rrv-banners-1 .wrapper-content p {
        margin-top: 5px;
    }
    body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-lojas {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
    body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-lojas .owl-prev , body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-lojas .owl-next {
        top: -105px;
    }
}

@media(max-width: 767px){
    body.wdt-home .wdt-colecoes-home {
        padding-top: 0;
        width: 100%;
        margin: 0 auto;
    }
    body.wdt-home .wdt-colecoes-home a{
        border: 1px solid #ffb3b3;
    }
    body.wdt-home .wdt-colecoes-home .slick-track .slick-slide {
        margin: 0px 20px;
    }
    body.wdt-home .wdt-colecoes-home .owl-prev, body.wdt-home .wdt-colecoes-home .owl-next {
        top: -18px;
    }

    body.wdt-home .wdt-colecoes-home .owl-prev {
        left: initial;
        right: 55px;
    }

    body.wdt-home .wdt-colecoes-home .owl-next {
        left: initial;
        right: 20px;
    }
    body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-lojas .owl-prev, body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-lojas .owl-next {
        top: -130px;
    }
    body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-lojas .owl-prev, body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-lojas .owl-next {
        top: -130px;
    }

    body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-lojas .slick-slide {
        margin: 0 !important;
    }

    body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-lojas ul li {
        box-shadow: none !important;
        border: 1px solid #ededed;
    }
    body.wdt-home .wdt-section-blog-news {
        padding: 0px 10px !important;
        margin-top: 30px !important;
    }

    body.wdt-home .wdt-section-blog-news .owl-prev, body.wdt-home .wdt-section-blog-news .owl-next {
        top: -60px;
    }
}

@media(max-width: 576px){
    body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-lojas .owl-prev, body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-lojas .owl-next {
        top: -155px;
    }
    body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-lojas .owl-prev, body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-lojas .owl-next {
        top: -155px;
    }
}

body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-lojas ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-lojas .slick-slide {
    padding: 0 10px;
    min-height: 185px;
    margin-top: -10px;
}

@media(max-width: 768px){
    body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-lojas .slick-slide {
        padding: 0;
        margin: 0 10px;
    }
}

body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-lojas ul li {
    min-height: 175px;
    height: 100%;
    display: flex !important;
    flex-flow: row nowrap;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
    padding: 0;
}

body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-lojas li img {
    max-width: 150px;
    object-fit: cover;
    display: none;
}

body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-lojas li .loja-description {
    padding: 10px 15px;
}

body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-lojas li h3 {
    margin: 0 0 10px 0;
    padding: 0;
}

body.wdt-home .rrv-banners-1 .rvv-banner-loja-fisica .wrapper-lojas li p {
    font-size: 0.8rem;
    padding-bottom: 2.5px;
}

body.wdt-home .wdt-section-title {
    padding-top: 20px;
}

@media(max-width: 1050px){
    body.wdt-home .wdt-section-title{
        padding-left: 20px;
        padding-right: 20px;
    }
}


body.wdt-home .wdt-posts-wrap.slick-initialized.slick-slider .slick-list {
    margin-right: -20px;
}
body.wdt-home .wdt-section-blog-new .slick-slide {
    margin-right: 20px;
}
body.wdt-home .wdt-section-blog-new .wdt-blog-item {
    display: flex !important;
    background: #fafafa;
    margin-bottom: 20px;
    min-height: 160px;
    border-radius: 5px;
    cursor: pointer;
}

/*body.wdt-home .wdt-section-blog-new ul {
    display: flex;
    flex-wrap: wrap;
}*/

body.wdt-home .wdt-section-blog-new .wdt-blog-item .wdt-left-blog {
    width: 35%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

body.wdt-home .wdt-section-blog-new .wdt-blog-item .wdt-right-blog {
    width: 70%;
    padding: 20px;
}

body.wdt-home .wdt-section-blog-new .wdt-blog-item .wdt-right-blog .wdt-content-blog p {
    height: 54px;
    overflow: hidden;
    margin: 20px 0px;
    font-size: 14px;
}

body.wdt-home .wdt-section-blog-new .wdt-blog-item .wdt-right-blog a.wdt-link-blog {
    text-decoration: none;
    background: black;
    padding: 5px 10px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
}

body.wdt-home .wdt-section-blog-news {
    margin-bottom: 20px;
    width: 100%;
    padding: 0;
    position: relative;
}
body.wdt-home .wdt-section-blog-news .slick-slider {
    margin-left: -15px;
    margin-right: -15px;
    position: initial;
}
@media(max-width: 1024px){
    body.wdt-home .wdt-section-blog-news .slick-slider {
        margin-left: 0px;
        margin-right: 0px;
        position: initial;
    }
}
@media(max-width: 767px){
    body.wdt-home .wdt-section-blog-news .slick-slide {
        margin: 0px 10px !important;
    }
}
body.wdt-home .wdt-section-blog-news .slick-slide {
    margin: 0px 15px;
}

body.wdt-home .wdt-section-blog-news ul li {
    width: 20%;
    padding: 0px;
}

body.wdt-home .wdt-section-blog-news ul li a {
    text-decoration: none;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    background: white;
    overflow: hidden;
}

body.wdt-home .wdt-section-blog-news ul li a h3 {
    width: 100%;
    text-align: left;
}

body.wdt-home .wdt-section-blog-news ul li a img {
    width: 110%;
    height: auto;
    max-height: 160px;
    margin-top: 10px;
    object-fit: cover;
}

@media(max-width: 768px){
    body.wdt-home .wdt-section-blog-nes ul li a img{
        max-height: 120px;
    }
}

/* Página Produtos */


/* Tamanho do produto */

.menu-departamento .wdt-size li {
    width: auto;
    min-width: 30%;
    padding: 5px;
}

.menu-departamento wdt-size {
    display: flex;
}


/* Produto miniaturas */

div#show {
    display: flex;
    flex-flow: row nowrap;
    flex-direction: row-reverse;
}

@media(min-width: 768px) and (max-width: 1024px) {
    .produto ul.thumbs {
        width: auto;
    }
}


/* Login Modal */

.wdt-container-wrap {
    height: calc(100vh - 155px);
}

.vtexIdUI {
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 0px;
}

.vtexIdUI span {
    font-family: "Montserrat", sans-serif !important;
}

.vtexIdUI .modal-header {
    height: auto;
    position: relative;
    padding: 9px 15px 4px 15px !important;
    border-bottom: 1px solid #eee;
    background: #fff !important;
}

.vtexIdUI .modal-header .vtexIdUI-heading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding-right: 25%;
    padding-top: 5px !important;
    font-weight: 400;
    color: #8e8e8e;
    font-size: 14px !important;
}

.vtexIdUI .vtexIdUI-header {
    display: none;
}

.vtexIdUI .modal-header .vtexIdUI-heading span,
.vtexIdUI .vtexIdUI-heading {
    color: #8e8e8e !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.vtexIdUI .modal-header .vtexIdUI-heading:after {
    content: "";
    background: url("https://www.rosavalverde.com.br/arquivos/rvv-logo-rosavalverde.png?v=636168034920170000");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20%;
    height: 75px;
    display: inline-block;
    position: absolute;
    right: 0px;
}

.vtexIdUI .modal-header .close {
    display: block !important;
    background: none !important;
    font-size: 25px !important;
    color: #000 !important;
    cursor: pointer;
}

.vtexIdUI .modal-body {
    padding-top: 30px !important;
    background: #f3f3f3 !important;
}

.vtexIdUI .modal-body .btn-success {
    border-radius: 0;
    background: #000;
    border: none;
    box-shadow: none;
    font-size: 14px;
}

.vtexIdUI .modal-body button {
    font-weight: 300 !important;
    font-size: 14px !important;
    text-align: center !important;
    color: #fff;
    background: #000 !important;
}

.vtexIdUI .modal-body button:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 767px) {
    .vtexIdUI .modal-body .btn-success {
        font-size: 11px;
    }
}

.vtexIdUI a {
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 100 !important;
    color: #131313 !important;
}

@media (max-width: 767px) {
    .vtexIdUI a {
        font-size: 11px !important;
    }
}

.vtexIdUI .modal-body .vtexIdUI-others-send-email {
    border-radius: 0px;
    box-shadow: none;
    border: none;
    font-size: 14px;
    background: #000000;
    color: #fff;
}

@media (max-width: 767px) {
    .vtexIdUI .modal-body .vtexIdUI-others-send-email {
        font-size: 11px;
    }
}

.vtexIdUI .modal-body input.input-block-level,
.vtexIdUI .modal-body .vtexIdUI-classic-login-control input {
    border-radius: 0;
    border: none;
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
}

.vtexIdUI .modal-body input.input-block-level:focus,
.vtexIdUI .modal-body .vtexIdUI-classic-login-control input:focus {
    border: none;
    box-shadow: none;
}

.vtexIdUI .modal-footer {
    background: #f3f3f3;
    border-radius: 0;
}

.vtexIdUI .modal-footer .btn-success,
.vtexIdUI .modal-footer #classicLoginBtn,
.vtexIdUI .modal-footer #tryChangePswdBtn {
    background: #ff9999 !important;
    color: #000 !important;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    font-family: "Montserrat", sans-serif;
    font-size: 12px !important;
    letter-spacing: 1px !important;
}

@media (max-width: 767px) {
    .vtexIdUI .modal-footer .btn-success,
    .vtexIdUI .modal-footer #classicLoginBtn,
    .vtexIdUI .modal-footer #tryChangePswdBtn {
        font-size: 11px;
    }
}

.vtexIdUI .modal-footer .btn-success:hover {
    background: #000;
}

.vtexIdUI .modal-footer a {
    text-decoration: none !important;
    font-family: "Montserrat", sans-serif !important;
}

.vtexIdUI .modal-footer a i {
    font-family: "feather-icons";
}

.vtexIdUI .modal-footer a i:before {
    content: "\f130";
}

.vtexIdUI .vtexIdUI-change-pswd .vtexIdUI-header {
    position: absolute;
    bottom: -45px;
    z-index: 1;
}

.vtexIdUI .vtexIdUI-change-pswd .modal-body {
    padding-top: 45px !important;
}

.vtexIdUI .vtexIdUI-change-pswd .modal-body p.info-why {
    font-size: 13px;
    margin-bottom: 20px;
}

.vtexIdUI .vtexIdUI-change-pswd .modal-body p.info-why i {
    display: none !important;
}

.vtexIdUI .vtexIdUI-change-pswd .modal-body input {
    border-radius: 0;
    border: none;
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
}

.vtexIdUI .vtexIdUI-change-pswd .modal-body input:focus {
    border: none;
    box-shadow: none;
}

.vtexIdUI .vtexIdUI-change-pswd .modal-body .vtexid-password-requirements {
    color: #000000;
}

.vtexIdUI .vtexIdUI-change-pswd .modal-body .vtexid-password-requirements .vtexid-password-requirements-description {
    font-size: 14px;
    font-weight: initial;
    margin-bottom: 10px;
    display: block;
}

.vtexIdUI .vtexIdUI-change-pswd .modal-body .vtexid-password-requirements .vtexid-password-requirements-list {
    padding: 0;
}

.vtexIdUI .vtexIdUI-change-pswd .modal-body .vtexid-password-requirements .vtexid-password-requirements-list .vtexid-instruction {
    margin: 0;
    font-size: 10px;
}

.vtexIdUI .vtexIdUI-change-pswd .modal-body .vtexid-password-requirements .vtexid-password-requirements-list li {
    margin-bottom: 5px;
}

.vtexIdUI .vtexIdUI-change-pswd .modal-body .vtexid-password-requirements .vtexid-password-requirements-list li .vtexid-icon-checkmark {
    background-color: #fff !important;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    background-size: 80%;
    background-position: center;
}

.vtexIdUI .vtexIdUI-change-pswd .modal-body .vtexid-password-requirements .vtexid-password-requirements-list li .vtexid-icon-checkmark.ng-hide {
    background: #fff !important;
    width: 15px;
    height: 15px;
    display: inline-block !important;
    fill: #000 !important;
    color: #000 !important;
    border-radius: 50px;
}

.vtexIdUI #vtexIdUI-facebook,
.vtexIdUI #vtexIdUI-google-plus {
    border-radius: 0px !important;
    box-shadow: none !important;
    border: none !important;
    color: white !important;
}


/*---- END LOGIN ----*/


/* Submenu */

body.wdt-home .menu-departamento {
    display: none !important;
}

body.wdt-home .menu-departamento.menu-departamento-com-submenu {
    display: block !important;
}


/* Produto esgotado */

.wdt-produto-esgotado,
.product-off {
    display: none !important;
}


/* Whatsapp icon topbar e footer */

header .coluna-1 .rvv-container .content-c a img {
    height: 0.8rem;
    width: auto;
    position: relative;
    top: .2rem;
}

footer a.wdt-link-whatsapp img {
    width: 14px !important;
}

footer a {
    color: #9e9e9e;
    text-decoration: none;
}

@media(min-width: 768px){
    footer .rvv-footer-content .rvv-coluna-0{
        display: flex;
        align-items: center;
    }

    .rvv-footer-content .rvv-logo{
        width: 100%;
        border-bottom: none !important;
    }
}

/* footer colunas */

@media(max-width: 768px){
    footer .rvv-coluna{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* Footer social medias */

footer span.logo-footer-rvv{
    background: url('https://rosavalverde.vteximg.com.br/arquivos/rvv-rosa-valverde-logo-footer.jpg') no-repeat !important;
}

footer a.rvv-facebook {
    background: url('https://rosavalverde.vteximg.com.br/arquivos/facebook-icon-gray.png') !important;
}

footer a.rvv-instagram {
    background: url('https://rosavalverde.vteximg.com.br/arquivos/instagram-icon-gray.png') !important;
}

footer a.rvv-whatsapp {
    background: url('https://rosavalverde.vteximg.com.br/arquivos/whatsapp-icon-gray.png') !important;
}

footer a.rvv-youtube {
    background: url('https://rosavalverde.vteximg.com.br/arquivos/youtube-icon-gray.png') !important;
}

footer a.rvv-facebook,
footer a.rvv-instagram,
footer a.rvv-whatsapp,
footer a.rvv-youtube {
    margin: 15px 5px 0 0;
    display: inline-block !important;
    height: 20px !important;
    width: 20px !important;
    background-size: cover !important;
    background-position: inherit !important;
}

@media(min-width: 769px) and (max-width: 991px){
    footer a.rvv-facebook,
    footer a.rvv-instagram,
    footer a.rvv-whatsapp,
    footer a.rvv-youtube  {
        height: 25px !important;
        width: 25px !important;
    }
}

@media(max-width: 768px) {
    footer a.rvv-facebook,
    footer a.rvv-instagram,
    footer a.rvv-whatsapp,
    footer a.rvv-youtube{
        margin: -15px 10px 30px 0;
    }
}

footer .rvv-certificacao a.rvv-letsencript {
    background: url(https://rosavalverde.vteximg.com.br/arquivos/letsencrypt.png) no-repeat !important;
}

/* Mobile zoom */

.wdt-wrap-zoom{
    display: none;
}

@media(max-width: 768px){
    body#product-page.produto.rvv-produto .wdt-wrap-zoom{
        display: block;
        text-align: center;
    }

    body#product-page.produto.rvv-produto .wdt-wrap-zoom .wdt-button-zoom {
        display: inline-block;
        margin: 0 auto;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        background: #000;
        border-radius: 50px;
        padding: 8px 20px;
        color: #fff;
        cursor: pointer;
    }

    body#product-page.produto.rvv-produto .wdt-wrap-zoom .wdt-zoomned {
        display: none;
        align-items: flex-start;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.8);
        width: 100%;
        height: 100%;
        z-index: 9999999999999999;
        padding: 20px;
        overflow: auto;
    }

    body#product-page.produto.rvv-produto .wdt-wrap-zoom .wdt-zoomned .wdt-wrap-zoom-close {
        background: #fff;
        border-radius: 15px;
        height: auto;
        box-sizing: border-box;
        height: 100%;
        overflow: auto;
        position: relative;
    }

    body#product-page.produto.rvv-produto .wdt-zoomned .wdt-wrap-zoom-close img {
        display: block;
        height: 100%;
        width: auto;
    }

    body#product-page.produto.rvv-produto .wdt-wrap-zoom .wdt-zoomned .wdt-wrap-zoom-close .wdt-close-zoom{
        position: fixed;
        top: 20px;
        right: 20px;
        padding: 10px;
        background: #000;
        color: #fff;
        border-bottom-left-radius: 14px;
        border-top-right-radius: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        cursor: pointer;
    } 
}

/* Product imgs */

body#departament-page .prateleira.loaded ul li .product-image img{
    /* opacity: 0 !important; */
    max-width: 90%;
}

/* body#departament-page .prateleira.loaded ul li .product-image img:first-child{
    opacity: 1 !important;
} */
body.department 
body#product-page.produto.rvv-produto .face_medidas_content .rvv-guia-medidas{
    display: none;
}

body#product-page.produto.rvv-produto .face_medidas_content .rvv-guia-medidas.show{
    display: block;
}

body.department.categoria-rosa .product-image img:first-child {
    height: 100%;
    width: 100%;
}
body.department@media(max-width: 991px){
    body.department.categoria-rosa .product-image img:nth-child(2) {
        max-width: 75% !important;
        max-height: 75% !important;body.department 
    } body.department 
}


body.department /*---- PRODUCT PAGE ----*/

.product-seletor-sku .skuService.wdt-embalagem-product {
    display: none !important;
}

/*---- NOSSAS LOJAS ----*/
.wdt-nossas-lojas .epl-page address {
    width: 32%;
    min-height: 180px;
    box-shadow: none;
    border: 1px solid #ededed;
    padding: 15px;
    margin-bottom: 30px;
}

.wdt-nossas-lojas .epl-page address:nth-child(3n + 1) {
    margin-right: 0;
}

.wdt-nossas-lojas .epl-page address .storeImg {
    display: none;
}

.wdt-nossas-lojas .epl-page address h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

.wdt-nossas-lojas .epl-page address p {
    line-height: 20px;
    display: block;
}
.wdt-nossas-lojas .epl-page h1 {
    width: 100% !important;
    font-weight: 100;
}



#wdt-footer-menu, #wdt-close-menu, #wdt-button-menu {
    display: none !important;
}

@media(max-width: 1280px){
    #wdt-header #mainmenu .wdt-menu-item > a{
        font-size: 13px;
    }
}
@media(max-width: 1024px){
    #wdt-header #mainmenu .wdt-menu-item {
        margin: 0px 15px;
    }

    #wdt-header #mainmenu .wdt-menu-item > a {
        font-size: 11px;
    }

    #wdt-header > div .wdt-menu-item span {
        font-size: 12px;
    }

    .wdt-menu-account a {
        font-size: 12px;
    }
}

@media(max-width: 991px){
    .wdt-nossas-lojas .epl-page address {
        margin-left: initial !important;
        height: initial;
        width: 47%;
        margin-right: 2% !important;
    }

    .wdt-nossas-lojas .epl-page {
        width: 100% !important;
        padding: 20px;
    }

    .wdt-nossas-lojas .epl-page h1 {
        width: 100% !important;
    }
    body.wdt-home .wdt-section-blog-new .slick-slide {
        margin-right: 0;
    }

    body.wdt-home .wdt-posts-wrap.slick-initialized.slick-slider .slick-list {
        margin-right: 0px;
        padding: 0;
        overflow: hidden;
    }

    .wdt-posts-wrap.slick-initialized.slick-slider {
        padding: 0px 15px;
    }

    /* ----- HEADER MOBILE ----- */

    #wdt-header {
        max-width:  100vw;
        overflow-x: hidden;
        transition: all linear .1s;
        height: 61px;
    }

    #wdt-header .wdt-row-one .wdt-left-menu {
        display: none;
    }

    #wdt-header .wdt-row-one {
        padding:  15px;
    }

    #wdt-header .wdt-row-one > div {
        width: 50%;
    }
    #wdt-header .wdt-row-one > div.wdt-logo {
        justify-content: flex-start;
    }

    #wdt-header > div .wdt-menu-item span {
        display: none;
    }

    #wdt-header .wdt-logo img {
        width: 50%;
        height: auto;
    }

    #wdt-header .wdt-right-menu > div {
        margin: 0 8px;
    }

    #wdt-button-login {
        display: none !important;
    }

    #wdt-header #mainmenu {
        display: none;
    }

    #wdt-close-menu {
        position: fixed;
        top: 15px;
        right: 15px;
    }

    #wdt-close-menu svg{
        width:  25px;
        height:  25px;
    }

    #wdt-header .wdt-row-one {
        border-bottom:  0;
        height:  60px;
    }

    body[data-open="wdt-menu"] #wdt-header {
        border-bottom:  2px solid #dedede;
        height: 62px;
    }

    body[data-open="wdt-menu"] #wdt-header #mainmenu {
        display: block;
        position: fixed;
        background: #fff;  
        flex-wrap: wrap;  
        width: 100vw;
        height: 100vh;
        overflow: auto;
        /*top: 58px;*/
        top: 0px;
        padding: 0px;
        padding-bottom: 200px;
        padding-top: 60px;
    }
    body[data-open="wdt-menu"] #wdt-header #mainmenu:before {
        content: "";
        height: 58px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: url(https://rosavalverde.vteximg.com.br/arquivos/rvv-logo-rosavalverde.png);
        background-position: 15px center;
        background-repeat: no-repeat;
        background-size: auto;
        border-bottom: 1px solid #ededed;
        background-color: #fff;
        z-index: 1;
    }
    #wdt-close-menu{
        z-index: 1;
    }

    body[data-open="wdt-menu"] #wdt-header .wdt-right-menu {
        display: none !important;
    }

    #wdt-header #mainmenu .wdt-menu-item {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #ededed;
        margin: 0;
    }

    #wdt-header #mainmenu .wdt-menu-item > a {
        padding-left: 20px;
    }
    #wdt-header #mainmenu .wdt-menu-item.has-children > a {
        width: calc(100% - 60px);
        display: inline-block;
    }
    #wdt-header #mainmenu .wdt-menu-item.has-children .wdt-open-submenu {
        width: 55px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        height: 56px;
        font-size: 22px;
    }
    #wdt-header #mainmenu .wdt-menu-item:hover ul.wdt-level-2 {
        display: none;
    }
    #wdt-header #mainmenu .wdt-menu-item ul.wdt-level-2 a {
        padding-left: 20px;
    }
    #wdt-header #mainmenu .wdt-menu-item ul.wdt-level-2 {
        position: initial;
        display: none;
        width: 100%;
        background: #f5f5f5;
        overflow: initial;
        max-height: initial;
    }
    ul.wdt-menu-account {
        width: 0;
        left:  auto;
        right:  0;
    }

    #wdt-footer-menu {
        display: block !important;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        border-top: 1px solid #dedede;
        padding: 20px;
    }

    #wdt-footer-menu .wdt-menu-item {
        display: flex;
        padding: 8px 0;
        align-items: center;
    }

    #wdt-header #wdt-footer-menu .wdt-menu-item .icon, #wdt-header #wdt-footer-menu .wdt-menu-item svg {
        display: inline-block;
        width: 16px;
        height: 16px;
    }
    #wdt-header #wdt-footer-menu .wdt-menu-item svg path {
        width: 16px;
        height: 16px;
    }

    #wdt-header #wdt-footer-menu .wdt-menu-item span {
        display: inline-block;
        padding: 0 10px;
        font-size: 14px;
        color: #000;
    }
    #wdt-header > div .wdt-menu-item .wdt-cart-quantity {
        right: -15px;
    }
    #wdt-header #wdt-button-cart #wdt-minicart {
        top: 61px;
        border-top: none;
        height: calc(100vh - 61px);
    }

    #wdt-button-menu, #wdt-close-menu {
        display: block !important;
    }


    body[data-open="wdt-search"] #wdt-header {
        height: 110px;
    }

    /*#wdt-header .wdt-wrap-busca {
        top: 60px;
    }*/

    body[data-open="wdt-search"] #wdt-header .wdt-wrap-busca {
        top: 60px;
        width:  100vw;
        left: 0;
        border-radius: 0;
        border-top: 1px solid #ededed;
    }

    #wdt-header .wdt-wrap-busca fieldset.busca .fulltext-search-box {
        border: 0 !important;
        border-radius: 0;
    }

    #bannerInicialMain .owl-carousel .owl-wrapper-outer {
        margin-top: 0 !important;
    }
    #wdt-header #mainmenu .wdt-menu-item.has-children:after{
        display: none;
    }
    #wdt-header #mainmenu .wdt-menu-item.opened .wdt-open-submenu {
        transform: rotate(180deg);
    }

    #wdt-header #mainmenu .wdt-menu-item.opened ul.wdt-level-2 {
        display: block;
    }
}
@media(max-width: 767px){
    .wdt-nossas-lojas .epl-page address{
        margin-right: 0px !important;
        width: 100%;
    }
    body.wdt-home .wdt-section-blog-new .wdt-blog-item {
        display: block !important;
    }

    body.wdt-home .wdt-section-blog-new .wdt-blog-item .wdt-left-blog {
        width: 100%;
        border-bottom-left-radius: 0;
        border-top-right-radius: 5px;
    }

    body.wdt-home .wdt-section-blog-new .wdt-blog-item .wdt-right-blog {
        width: 100%;
    }
    body[data-open="wdt-menu"] #wdt-header #mainmenu{
        padding-left: 0px;
        border-top: 1px solid #ededed;
        padding-bottom: 280px;
    }
    #wdt-header #mainmenu .wdt-menu-item {
        border: none;
    }
    #wdt-header #mainmenu .wdt-menu-item > a {
        font-size: 13px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #wdt-header #mainmenu .wdt-menu-item.has-children .wdt-open-submenu {
        height: 46px;
    }
    #wdt-header #mainmenu .wdt-menu-item.has-children .wdt-open-submenu i {
        line-height: initial;
        color: #b3b3b3;
    }
    #wdt-footer-menu {
        padding: 0;
        padding-top: 10px;
    }
    #wdt-footer-menu a.wdt-menu-item {
        padding: 7px 20px;
    }
    #wdt-footer-menu a.wdt-menu-item.wdt-whatsapp {
        background: #ededed;
        padding: 12px 20px;
    }
    #wdt-header .wdt-logo img{
        width: 95%;
    }
    #wdt-header{
        overflow: visible;
    }
    body[data-open="wdt-menu"] jdiv {
        display: none;
    }
    body[data-open="wdt-menu"] #wdt-header #mainmenu:before {
        background-size: 45%;
    }
}

/* Fixing sticky on department page */

#wdt-filter{
    display: flex;
    align-items: center;
}

section#content .content-dp{
    display: flex;
    flex-flow: row wrap;
}

div#box-bread-brumb,
.epl-dep-title,
.title-category,
.descricao-categoria {
    flex: 100%;
}

section#content aside.col-dp-1.hidden-xs.hidden-sm.sidebar {
    flex: calc(20% - 10px);
    float: inherit;
}

section#content article#main-content{
    flex: 80%;
    float: inherit;
}

@media(max-width: 767px){
    section#content article#main-content{
        flex: 1;
    }
}



/*---- LAYOUT FULLSIZE ----*/
.rvv-row.wdt-banner-fullsize {
    width: 100%;
}
.rvv-row.wdt-banner-fullsize .owl-next::before, .rvv-row.wdt-banner-fullsize .owl-prev::before {
    background: transparent;
    font-size: 35px;
}
.rvv-row.wdt-banner-fullsize .owl-next, .rvv-row.wdt-banner-fullsize .owl-prev {
    font-size: 0px;
}
body.wdt-home .rvv-container.box-beneficios-home, body.wdt-home .rvv-container.box-beneficios-home .container-center{
    max-width: 100%;
    padding: 0px 10px;
}
.rvv-container {
    width: 100%;
}
.rvv-basico-estilo img {
    margin: 40px auto;
    width: 100%;
    height: auto;
}
.wdt-section-wrap.wdt-lancamentos .wdt-section-title {
}

.wdt-section-wrap.wdt-lancamentos {
    padding: 0px 20px;
}

body.wdt-home .wdt-section-title {
    padding: 20px 20px 0px;
}

body.wdt-home .box-presentes {
    padding: 0px 9px;
}

.box-presentes {}

body.wdt-home .wdt-colecoes-home {
    padding: 50px 20px;
}

.wdt-lojas-fisicas-wrap {
    padding: 0px 20px;
}

.wdt-lojas-fisicas-wrap .wdt-section-title {padding: 20px 0px 0px 0px !important;}

section.wdt-section-blog-new {
    padding: 0px 20px;
}

section.wdt-section-blog-new .wdt-section-title {
    padding: 20px 0px;
}

body.wdt-home .newsletter-social {
    margin-bottom: 0;
    min-height: 150px;
    position: relative;
    background: transparent;
}


body.wdt-home .newsletter-social:before {content: "";display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: url(https://png.pngtree.com/thumb_back/fw800/background/20190222/ourmid/pngtree-tanabata-jewelry-jewelry-banner-poster-background-jewelryfashion-accessoriesmothers-dayvalentines-image_60077.jpg);background-size: cover;z-index: -1;}

body.wdt-home .newsletter-social h3 {
    color: #fff;
}

@media(max-width: 767px){
    .wdt-section-wrap.wdt-lancamentos{
        padding: 0px;
    }
    body.wdt-home .wdt-section-title {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .wdt-lojas-fisicas-wrap {
        padding: 0px 0px 0px 10px;
    }
    section.wdt-section-blog-new {
        padding: 0;
    }
    section.wdt-section-blog-new .slick-arrow {
        top: -65px;
    }
}




body.department .prateleira ul li a.product-image img , body.rvv-produto .prateleira ul li a.product-image img , body.category .prateleira ul li a.product-image img {
    max-width: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .5s;
    position: absolute;
    height: auto !important;
    left: 0;
}
body.department .product-image img:first-child , body.rvv-produto .prateleira .product-image img:first-child , body.category .prateleira .product-image img:first-child{
    opacity: 1 !important;
    position: initial !important;
}
body.department .prateleira ul li a.product-image:hover img:nth-child(1), body.department .prateleira ul li a.product-image:hover img:nth-child(n+3) , body.rvv-produto .prateleira ul li a.product-image:hover img:nth-child(1), body.rvv-produto .prateleira ul li a.product-image:hover img:nth-child(n+3) , body.category .prateleira ul li a.product-image:hover img:nth-child(1), body.category .prateleira ul li a.product-image:hover img:nth-child(n+3) {
    opacity: 0;
}

body.department .prateleira ul li a.product-image:hover img:nth-child(2), body.department .prateleira ul li a.product-image:hover img:last-child , body.rvv-produto .prateleira ul li a.product-image:hover img:nth-child(2), body.rvv-produto .prateleira ul li a.product-image:hover img:last-child , body.category .prateleira ul li a.product-image:hover img:nth-child(2), body.category .prateleira ul li a.product-image:hover img:last-child {
    opacity: 1;
}

body.department .prateleira ul li a.product-image , body.rvv-produto .prateleira ul li a.product-image , body.category .prateleira ul li a.product-image{
    position: relative;
    float: none;
    display: block;
}
body .prateleira  a.gaben_buy_button{
    display: none !important;
}

.prateleira ul li:hover .gaben_shelf_buy_mobile{
    display: none !important;
}

/*---- ULTIMOS AJUSTES ----*/
section#content .content-dp {
    width: 100%;
    padding: 0px 20px;
}

section#content .content-dp article#main-content {
    border-left: 1px solid #ddd;
}



.title-category {height: 80px;}

.descricao-categoria:not(:empty) {
    margin: 0 0px 30px;
    padding: 30px 20px;
}
body[data-open=filter] .sidebar {
    z-index: 999999999999999999999;
}


body::-webkit-scrollbar{
    width: 12px;
}
body::-webkit-scrollbar-button{
    width: 12px;
}
body::-webkit-scrollbar-track{
    width: 12px;
}
body::-webkit-scrollbar-track-piece{
    width: 12px;
}
body::-webkit-scrollbar-thumb{
    width: 12px;
    background: #ff7675;
}
body::-webkit-scrollbar-corner{
    width: 12px;
}


.produto .descricao-preco .valor-por {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: 'LATO';
}

em.valor-de.price-list-price {
    font-weight: initial;
    text-decoration: line-through;
    text-transform: uppercase;
}

em.valor-de.price-list-price strong.skuListPrice {
    font-weight: initial;
}

.product-preco {
    margin: 20px 0px;
}

.produto .buy-button:before {
    font-family: "feather-icons";
    content: "\f1d5";
    margin-right: 15px;
}

.sweet-alert.medidorAnel {
    z-index: 99999999;
}

.sweet-overlay {
    z-index: 99999999;
}

.link-medidas a > div {
    display: none;
}

.link-medidas a:before {
    content: "\f139";
    font-family: "feather-icons";
    margin-right: 15px;
    font-size: 20px;
}

.link-medidas a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 140px;
    height: initial !important;
    line-height: initial !important;
}
ul.thumbs li a img {
    max-width: 100%;
}
@media(min-width: 1025px){
    
    body#product-page .product-page {
        width: 100%;
        padding: 0px 20px;
    }

    .produto .product-conversao .product-col-1 {
        width: 50%;
        padding: 0;
    }

    .produto ul.thumbs {
        padding: 0 20px 0 0px;
        width: 20%;
    }

    .produto ul.thumbs li {
        width: 100%;
        height: auto !important;
    }

    ul.thumbs li a img {
        width: 100%;
        height: auto;
    }

    .produto #show #include {
        width: 80%;
    }

    .product-conversao .product-col-2 {
        width: 45%;
    }
    .produto .buy-button {
        width: 50%;
    }
    section#content .content-dp article#main-content  .prateleira ul li {
        width: 25%;
    }

    section#content .content-dp article#main-content .prateleira ul {
        padding-left: 10px;
    }
}
@media(max-width: 991px and min-width: 767px){
    section#content .content-dp article#main-content  .prateleira ul li {
        width: 50%;
    }
}
@media(max-width: 991px){
    .produto ul.thumbs li{
        height: initial;
        margin-bottom: 20px;
    }
    .produto #image , .produto #show #include{
        height: initial;
    }
    body#product-page.produto.rvv-produto .wdt-wrap-zoom{
        display: none;
    }
}

@media(max-width: 767px){
    .sidebar .wdt-top-filter:before {content: "Fechar";padding-left: 20px;text-transform: uppercase;}

    #bt-close-mb:before {
        top: 20px;
    }
    section#content .content-dp article#main-content{
        border: none;
    }
    body[data-open=filter] .sidebar div#departament-navegador {
        padding: 0px 20px;
    }
    body#product-page.produto.rvv-produto .wdt-wrap-zoom {
        display: block;
        text-align: center;
    }
}

.content-dp .prateleira ul li {
    padding: 5px;
}

a.product-image {
    width: 100% !important;
    height: initial !important;
}

.gaben_shelf_title {
    margin: 0px !important;
    height: initial !important;
}

.product-name a {
    float: none;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    height: initial;
    height: 34px;
    overflow: hidden;
}

.prateleira h2 {
    top: initial;
    padding: initial;
    margin: 10px 0px;
}

span.price a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

span.price a span.installment {
    height: initial !important;
    margin: initial;
    float: none !important;
    min-height: initial;
    padding: 0;
    margin: 15px 0px 5px;
}

.prateleira .valorDescontado {
    margin-bottom: 10px;
}

span.price {
    min-height: 82px;
}

.prateleira ul li a.product-image:after {
    content: "ver produto";
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    background: rgb(236 236 236 / 80%);
    text-transform: uppercase;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all .8s;
    opacity:0;
    z-index: 10;
}

.prateleira ul li:hover a.product-image:after {opacity: 0;}

span.price a span.old-price {
    width: 50%;
    text-align: left;
    font-size: 17px;
    line-height: initial;
    height: initial;
    display: block;
}

span.price a span.best-price {
    width: 50%;
    font-size: 17px !important;
    line-height: initial;
    height: initial;
    display: block;
}

@media(max-width: 991px){
    span.price a{
        display: block;
    }
    span.price a span.old-price{
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
    span.price a span.best-price , span.price a span.best-price em{
        width: 100%;
        text-align: center;
        font-size: 18px !important;
    }
    span.price a span.installment{
        margin: 10px 0px !important;
        display: block;
        font-size: 11px;
    }
    .content-dp .prateleira ul li {
        padding: 5px;
    }
}

@media(max-width: 767px){
    .prateleira ul li:hover a.product-image:after{
        display: none;
    }
    body.wdt-home .prateleira ul li a.product-image {
        position: relative;
        min-height: 310px !important;
    }
}
body.wdt-home .prateleira ul li {
    max-width: initial;
    padding: 10px;
}

body.wdt-home .prateleira ul li a.product-image {
    position: relative;
}
body.wdt-home .prateleira ul li a.product-image img {
    max-width: 100% !important;
    height: initial !important;
    width: 100% !important;
}
body.wdt-home .prateleira .slick-slide .price {
    margin-top: 5px;
    display: block;
    width: 100%;
}
body.wdt-home .prateleira .slick-slide .product-name {
    float: none;
    margin: 0px !important;
    padding: 0px !important;
    margin-top: 20px !important;
}
.prateleira .data{
    display: none !important;
}



/*---- LOGO RODAPE ----*/
div#footer-dev-main {
    display: flex;
    align-items: center;
}

div#footer-dev-main a#linkVtex {
    width: 45%;
    height: initial;
    text-align: left;
}

@media(max-width: 1366px){
    div#footer-dev-main{
        justify-content: flex-start;
    }
}

@media(max-width: 1024px){
    footer .coluna-4 .rvv-container .content-a{
        width: 100%;
        display: flex;
    }
    footer .coluna-4 .rvv-container .content-b{
        width: 100%;
    }
    div#footer-dev-main a#linkVtex{
        width: 35%;
    }
    footer .coluna-4 .rvv-container{
        width: 100%;
    }
    div#footer-dev-main{
        margin: 0 auto;
        width: 40%;
        justify-content: center;
    }
    footer .coluna-4 .content-a p:last-child a {
        padding-left: 5px;
    }

}

@media(max-width: 767px){
    footer .coluna-4 .rvv-container .content-a{
        width: 100%;
        display: block;
    }
    footer .coluna-4 .rvv-container .content-b{
        width: 100%;
    }
    div#footer-dev-main a#linkVtex{
        width: 50%;
        padding-left: 10px;
    }
    footer .coluna-4 .rvv-container {
    padding: 0 5px 0px 5px;
    display: block;
    }
    div#footer-dev-main{
        width: 100%;
    }
}

footer .coluna-4 {
    padding-bottom: 50px;
}
/*---- END LOGO RODAPE ----*/


/* --- SPOT DO PRODUTO ---*/

body.wdt-home .prateleira ul li a.product-image {
    min-height: 288px !important;
}
@media(min-width: 1662px){
    body.wdt-home .prateleira ul li a.product-image {
        min-height: 355px !important;
    }
}

@media(max-width: 1366px){
    body.wdt-home .prateleira ul li a.product-image {
        min-height: 245px !important;
    }
}
@media(max-width: 1280px){
    body.wdt-home .prateleira ul li a.product-image {
        min-height: 223px !important;
    }
}
@media(max-width: 1024px){
    body.wdt-home .prateleira ul li a.product-image {
        min-height: 307px !important;
    }
}
@media(max-width: 991px){
    body.wdt-home .prateleira ul li a.product-image {
        min-height: 220px !important;
    }
}
@media(max-width:767px){
    body.wdt-home .prateleira ul li a.product-image {
        min-height: 395px !important;
    }
}
@media(max-width:375px){
    body.wdt-home .prateleira ul li a.product-image {
        min-height: 353px !important;
    }
}
@media(max-width:320px){
    body.wdt-home .prateleira ul li a.product-image {
        min-height: 300px !important;
    }
}

/*--- END SPOT DO PRODUTO ---*/


/* COMPRAS DEZEMBRO */

.wdt-rosavalverde-dezembro {
    margin: 30px 0;
}

.wdt-row-two {
    background-color: #dedede !important;
}

.wdt-comprasDezembro {
    text-align: center;
    background: #212121;
    color: white;
    padding: 8px 0;
    font-size: 14px;
}

.wdt-comprasDezembro a {
    color: white;
}

.wdt-contato-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wdt-contato-whatsapp img {
    max-width: 25px;
    margin-right: 8px;
}

.wdt-contato-whatsapp p {
    font-size: 14px;
    font-weight: bold;
}

.wdt-dezembro-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.wdt-dezembro-text-prazos {
    margin: 2% 15%;
}

p.wdt-text-title {
    font-weight: bold;
    font-size: 15px !important;
    line-height: 30px;
}

p.wdt-text-subtitle {
    font-weight: bold;
}

p.wdt-text-edit {
    line-height: 20px !important;
    margin: 6px 0px;
}

p.wdt-text-bold {
    font-weight: bold;
}

.wdt-rosavalverde-dezembro p {
    line-height: 30px;
    font-size: 14px;
}

.wdt-dezembro-text-compras {
    margin: 2% 15%;
}

.wdt-dezembro-contato {
    text-align: center;
}
@media (max-width: 767px) {
    .wdt-dezembro-title {
        margin: 0 15px;
    }
    
    .wdt-dezembro-text-prazos {
        margin: 2% 5%;
    }
    
    .wdt-dezembro-text-compras {
        margin: 2% 5%;
    }
}

.wdt-socialBlock {
    background: #e5e5e5;padding: 30px;display: flex;align-items: center;justify-content: space-between;
}

.wdt-socialBlock .wrapper-inputs {
    display: flex;align-items: center;font-size: 13px;width: 68%;flex-wrap: wrap;justify-content: flex-start;
}

.wdt-socialBlock .wrapper-inputs h3 {
    font-weight: initial;width: 45%;
}

.wdt-socialBlock .wrapper-inputs input {
    background: transparent;border: 1px solid #000;padding: 10px;margin-right: 10px;width: 50%;
}

.wdt-socialBlock .wrapper-inputs button {
    border-radius: 0px;border: 1px solid #000;padding: 10px 30px;background: transparent;text-transform: uppercase;letter-spacing: 2px;font-weight: initial;
	cursor: pointer;
}

.wdt-socialBlock-social {
    display: flex;align-items: center;justify-content: flex-end;text-transform: uppercase;width: 32%;
}

.wdt-socialBlock-social a img {
    width: 35px;
}

.wdt-socialBlock-social a.wdt-facebook {
    display: flex;align-items: center;justify-content: center;
}

.wdt-socialBlock-social a.wdt-facebook img {

}

.wdt-socialBlock-social a {
    margin: 0px 5px;
}

.wdt-socialBlock-social .wdt-socialBlock-social-links {
    display: flex;margin-left: 20px;
}

.wdt-socialBlock .wrapper-inputs .wrapper-submit {
    width: 50%;
}

@media(max-width: 1024px){
    .wdt-socialBlock{
        flex-direction: column;
    }
    .wdt-socialBlock .wrapper-inputs{
        width: 100%;
        margin-bottom: 20px;
    }
    .wdt-socialBlock-social{
        width: 100%;
        justify-content: flex-start;
    }
}
@media(max-width: 767px){
    .wdt-socialBlock .wrapper-inputs{
        flex-direction: column;margin-bottom: 30px;
    }
    .wdt-socialBlock .wrapper-inputs h3 {
        width: 100%;display: block;margin-bottom: 15px;}

    .wdt-socialBlock {
        padding: 20px;
    }

    .wdt-socialBlock .wrapper-inputs .wrapper-submit {
        width: 100%;justify-content: space-between;display: flex;
    }

    .wdt-socialBlock .wrapper-inputs input {
        width: 54%;margin: 0px;
    }

    .wdt-socialBlock .wrapper-inputs button {
        width: 45%;padding: 10px 5px;
    }

    .wdt-socialBlock-social {
        flex-direction: column;align-items: flex-start;
    }

    .wdt-socialBlock-social .wdt-socialBlock-social-links {
        margin-left: 0px;margin-top: 15px;
    }

    .wdt-socialBlock-social a {
        margin: 0px 10px 0px 0px;
    }
}

a#wdt-minicart-button-continue {
  	display: flex;
    align-items: center;
    padding: 10px 31px;
    
    text-decoration: none;
    font-size: 15px;
    justify-content: center;
  	border: 1px solid #000;
  	margin-bottom: 10px;
}

#wdt-header #wdt-button-cart #wdt-minicart .wdt-minicart-content {
  	height: calc(100vh - 330px) !important;
}