@media all and (min-width:1200px){body{overflow-x:hidden;padding-top:364px}body.dep{padding-top:247px!important}h1{font-size:36px}.menu-entrar{padding:15px 0}.menu-between .busca{margin-top:10px}.header--narrow .menu-between{padding:20px 0 0 0}.menu .nav li{margin:0 25px}.menu .nav li>a{padding:20px 49px;font-size:16px;text-transform:uppercase}.qcart{padding-right:15px;padding-left:15px}.faleconsco{display:block!important}.newsletter-footer,.newsletter-footer .form,.newsletter-footer .imagem{height:53px}.newsletter-footer{display:block!important}.newsletter-footer .form{padding:10px 0 0}#image-main{width:349px}.footer-content .lenght-footer-1,.footer-content .lenght-footer-3,.footer-content .footer-social{width:18.66667%}.footer-content .lenght-footer-2{width:22%!important}.home .content img{margin-left:-4px;width:100%}.footer-content .lenght-footer-1 div{width:285px}.col-2{position:absolute;margin-left:193px;margin-top:-15px;font-size:12px;font-family:"Open Sans";color:#6b6b6b}.text-sub{float:left;width:190px;font-size:13px;font-weight:700;font-family:"Open Sans"}.frete-name{float:left;width:212px;font-size:13px;font-family:"Open Sans"}.pat-vitrine ul li{padding:11px;height:578px;margin-top:4px;display:block;min-width:234px}.produto-2014 .pat-vitrine ul li{padding:11px;height:482px;margin-top:4px;display:block;min-width:254px}.pat-vitrine .product-title{text-align:center;margin-top:23px}.pat-vitrine ul{list-style:none;padding:0;display:table;margin-bottom:0}.produto-2014 .botoes{margin-top:5px;display:table;width:100%}.orders .main-menu .navbar-nav>li{margin:0 58px}.orders .main-menu .navbar-nav>li>a{padding-top:0;padding:6px;padding-bottom:0;font-size:13px}#modalProdutos .modal-dialog{width:45%!important}.iframe-container{height:280px}.home-2015 iframe{width:72%;height:100%;margin:0 auto;display:block}.produto-2015 iframe{width:100%;height:100%;margin:0 auto;display:block}.dropdown-biquini{min-height:350px}}


.e-container-lgpd {
    width: 100%;
    z-index: 1000;
    position: relative;
}

.e-container-lgpd .overlay {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(46, 46, 46, 0.8);
}

.e-popup-lgpd {
    width: 60%;
    position: fixed;
    bottom: 45px;
    right: 45px;
    background: #fff;
    z-index: 2;
    padding: 5px 30px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

@media (max-width: 1035px) {
    .e-popup-lgpd {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        flex-direction: column;
    }
}

.e-popup-lgpd__text {
    font-size: 16px;
    color: #333;
    line-height: 20px;
    text-align: center;
    margin: 16px 0;
}

@media (max-width: 1035px) {
    .e-popup-lgpd__text {
        font-size: 14px;
    }
}

.e-popup-lgpd__text--highlight {
    font-weight: bold;
    color: #009FB2;
}

.e-popup-lgpd__btn-lgpd {
    background: #009FB2;
    color: #fff;
    width: 40%;
    height: 40px;
    border: 0;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    margin-left: 40px;
    cursor: pointer;
}

@media (max-width: 1035px) {
    .e-popup-lgpd__btn-lgpd {
        margin: 0;
        width: 85%;
    }
}

.e-container-lgpd.is--hidden {
    display: none
}