h1,
ol,
ul {
    margin: 0;
    padding: 0;
}

i {
    text-decoration: none;
}

i:visited {
    text-decoration: none;
}

svg {
    max-width: 80px;
    padding-top: 20px;
}

ol,
ul {
    list-style: none;
}

body {
    background-color: #FFFFFF;
    overflow-x: hidden;
}

body.no-scroll {
    overflow: hidden;
}

body * {
    font-family: 'Roboto', sans-serif;
}

body *:focus {
    outline: none !important;
}

#ajaxBusy {
    position: absolute;
}

.seo-text-container {
    display: none;
}


/* MENU MOBILE */

.options-mobile {
    display: block !important;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: -100%;
}

.options-mobile .bg-options-mobile {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.options-mobile .btn-close {
    color: #333;
    font-size: 36px;
    position: absolute;
    top: 0;
    right: 7%;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}

.options-mobile .btn-close:focus,
.options-mobile .btn-close:hover {
    text-decoration: none;
}

.options-mobile .btn-close:after {
    content: 'X';
    font-weight: 100;
    font-size: 40px;
}

.options-mobile>ul,
#categorias-mobile {
    width: 80%;
    display: inline-block;
    padding: 0;
    margin: 0;
    box-shadow: 3px 3px 10px #dbdbdb;
    visibility: visible;
    position: absolute;
    z-index: 3;
}

#categorias-mobile {
    width: 100% !important;
    position: relative !important;
}

.options-mobile>ul>li,
#categorias-mobile>li {
    display: block;
    border-bottom: 1px solid #ababab;
}

.options-mobile>ul>li>a,
#categorias-mobile>li>a {
    display: block;
    color: #fff;
    background-color: #1a1a1a;
    line-height: 50px;
    padding-left: 5%;
    font-size: 13px;
    text-decoration: none;
}

.options-mobile>ul>li>a:after,
#categorias-mobile>li>a:after {
    content: "\f0d7";
    color: #FFFFFF;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: lighter;
    text-decoration: inherit;
    font-size: 16px;
    float: right;
    margin-right: 5%;
}

.options-mobile>ul>li.link-follow>a:after,
#categorias-mobile>li.link-follow>a:after {
    content: "\f0da";
}

.options-mobile>ul>li>a.ulActive:after,
#categorias-mobile>li>a.ulActive:after {
    content: "\f0d8";
}

.options-mobile>ul>li>a:hover,
#categorias-mobile>li>a:hover {
    text-decoration: none;
}

.options-mobile ul li a.upc,
#categorias-mobile>li>a.upc {
    text-transform: uppercase;
}

.options-mobile ul li.bt-conta-mobile a {
    color: #333333;
    background-color: #fff;
}

.options-mobile ul li.bt-conta-mobile a:after {
    content: '';
}

.options-mobile ul li.bt-conta-mobile a.conta:before {
    content: "\f2c0";
    color: #333;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: lighter;
    text-decoration: inherit;
    font-size: 16px;
    margin-right: 10px;
}

.options-mobile ul li.bt-conta-mobile a.necessaire:before {
    content: "\f08a";
    color: #333;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: lighter;
    text-decoration: inherit;
    font-size: 16px;
    margin-right: 10px;
}

.options-mobile .dropdown-menu,
#categorias-mobile .dropdown-menu {
    position: inherit;
    width: 100% !important;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.options-mobile .dropdown-menu,
.options-mobile .dropdown-menu ul,
#categorias-mobile .dropdown-menu,
#categorias-mobile .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 13px;
    padding-top: 10px;
}

.options-mobile .dropdown-menu li>ul:first-child,
#categorias-mobile .dropdown-menu li>ul:first-child {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.options-mobile .dropdown-menu li h5,
#categorias-mobile .dropdown-menu li h5 {
    font-weight: 300;
    padding-left: 3.5%;
    text-transform: uppercase;
    font-size: 13px;
    color: #333333;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}

.options-mobile .dropdown-menu li a,
#categorias-mobile .dropdown-menu li a {
    padding-left: 3.5%;
    font-size: 13px;
    color: #333333;
    font-weight: 400;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
}

.options-mobile .dropdown-menu li a:hover,
#categorias-mobile .dropdown-menu li a:hover {
    background-color: inherit !important;
    text-decoration: underline;
}


/* HIGHLIGHT */

#highlight-pagina {}

#highlight-pagina img {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 50%;
    transform: translateX(-50%);
}


/* HEADER */

#header {
    border-top: 6px solid #C42157;
}

#header .container {
    padding-bottom: 23px;
    padding-top: 26px;
}

#header .menu-header-mobile a {
    color: #333333;
}

#header .logo-adcos {
    display: block;
    float: left;
}

#header .logo-adcos a {
    background: url(/arquivos/sprite-resultate-adcos.png) no-repeat 0 0;
    display: block;
    width: 111px;
    height: 76px;
}

#header .menu-desktop .box-busca {
    width: 40%;
    float: left;
}

#header .box-busca .busca legend,
#header .box-busca .busca label,
#header .box-busca .busca select {
    display: none !important;
}

#header .box-busca .busca {
    position: relative;
    height: 32px;
}

#header .hidden-xs.hidden-sm .box-busca {
    padding-right: 32px;
}

#header .box-busca {
    padding-right: 47px;
}

#header .box-busca .busca input[type="text"] {
    background-color: #e5e3e3;
    padding: 11px 11px;
    width: 100%;
    color: #777777;
    font-size: 11px;
    max-height: 31px;
    border: 1px solid #e5e3e3;
    position: absolute;
    margin-right: 32px;
}

#header .box-busca .busca .btn-buscar {
    display: inline-block;
    cursor: pointer;
    text-indent: -999999px;
    height: 32px;
    width: 32px;
    border: 1px solid #e5e3e3;
    background-color: transparent;
    z-index: 2;
    position: absolute;
    max-height: 31px;
    right: -32px;
}

#header .box-busca .busca:after {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 16px;
    color: #000;
    right: -21px;
    top: 5px;
    z-index: 1;
}

#header .box-controle {
    height: 32px;
    line-height: 32px;
    float: left;
    margin-left: 5%;
    width: 55%;
}

#header .box-controle .controle-loja {
    list-style: none;
    padding: 0;
    margin: 0;
}

#header .box-controle .controle-loja li {
    font-size: 14px;
    display: inline-block;
    letter-spacing: -0.3px;
    margin-right: 4%;
}

#header .box-controle .controle-loja li a {
    color: #333333;
}

#header .box-controle .controle-loja li.bt-conta {
    position: relative;
}

#header .box-controle .controle-loja li.bt-conta:hover>ul {
    display: block;
}

#header .box-controle .controle-loja li.bt-conta>ul:hover {
    display: block;
}

#header .box-controle .controle-loja li.bt-conta>ul li:hover,
#header .box-controle .controle-loja li.bt-conta>ul li:hover a {
    background: #fff;
    text-decoration: underline;
}

#header .box-controle .bt-logout {
    float: right;
    margin: 0 !important;
    display: none;
}

#header .menu-cart {
    margin-top: 7px;
}

#header .menu-cart .main-nav {
    list-style: none;
    float: left;
    padding: 0;
    margin: 7px 0 0 -14px;
}

#header .menu-cart .main-nav>li {
    display: block;
    float: left;
    position: relative;
}

#header .menu-cart .main-nav>li>a {
    color: #333;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    padding: 12px 13px;
    border: 1px solid #FFFFFF;
}

#header .menu-cart .main-nav>li>a:hover {
    border: 1px solid #FFFFFF;
    /*border: 1px solid #333;*/
    text-decoration: none;
}

#header .menu-cart .main-nav>li:hover .dropdown-menu {
    display: block;
    position: absolute;
}

#header .menu-cart .main-nav>li .dropdown-menu:hover {
    display: block;
}

#header .menu-cart .main-nav .dropdown-menu {
    margin: -2px 0 0 5px;
    border-radius: 0px;
    border-color: #A7A7A7;
}

#header .menu-cart .main-nav .dropdown-menu:before {
    top: 0;
    display: block;
    width: 143px;
    height: 3px;
    background-color: #C42157;
    margin-bottom: 15px;
    margin-top: -5px;
}

#header .menu-cart .main-nav .dropdown-menu ul {
    float: left;
    list-style: none;
    padding: 0;
    width: 180px;
}

#header .menu-cart .main-nav .dropdown-menu ul li h5 {
    border-bottom: 1px solid #d7d3d3;
    text-transform: uppercase;
    line-height: 1.42857143;
    margin: 0px 20px 4px 10px;
    white-space: nowrap;
    display: block;
    clear: both;
    color: #333;
    padding: 0;
}

#header .menu-cart .main-nav .dropdown-menu li a {
    display: block;
    padding: 3px 20px 7px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

#header .menu-cart .main-nav .dropdown-menu li a:hover {
    color: #777777;
    background-color: #FFF;
    text-decoration: underline;
}

#header .menu-cart .main-nav .dropdown-menu ul.produto-destaque {
    width: 147px;
    margin: 13px 0 9px 29px;
    padding-bottom: 9px;
    border: 1px solid #D7D7D7;
}

#header .menu-cart .main-nav .dropdown-menu ul.produto-destaque-extra {
    margin-left: 59px;
}

#header .menu-cart .main-nav .dropdown-menu ul.produto-destaque a {
    display: block;
    padding: 0;
    margin: 0;
}

#header .menu-cart .main-nav .dropdown-menu ul.produto-destaque a img {
    display: block;
    width: 145px;
}

#header .menu-cart .main-nav .dropdown-menu ul.produto-destaque a span {
    display: block;
    text-align: center;
}

#header .menu-cart .cart {
    margin: 7px 0 0 0;
}

#header .menu-cart .cart .cart-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

#header .menu-cart .cart #MostraTextoXml1,
#header .menu-cart .cart .cart-info .amount-products,
#header .menu-cart .cart .cart-info .amount-kits,
#header .menu-cart .cart .cart-info .total-cart,
#header .menu-cart .cart .cart-info .amount-items strong {
    display: none !important;
}

#header .menu-cart .cart .cart-info .amount-items .amount-items-em {
    display: inline-block;
    font-style: normal;
    background-color: #C42157;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    position: absolute;
    bottom: -1px;
    right: -4px;
    font-size: 13px;
}

#header .menu-cart .cart {
    position: relative;
    display: block;
    float: right;
    margin-right: 5px;
}

#header .menu-cart .cart:hover {
    text-decoration: none;
}

#header .menu-cart .cart:before {
    content: "";
    background: url(/arquivos/sprite-resultate-adcos.png) no-repeat -255px 0;
    width: 30px;
    height: 30px;
    display: block;
    right: 0px;
    top: 0px;
    z-index: 1;
}


/* BREADCUMB TRAIL */

#breadcumb {
    padding-top: 8px;
    padding-bottom: 8px;
}

#breadcumb ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

#breadcumb ul li {
    float: left;
    font-size: 13px;
}

#breadcumb ul li a {
    font-size: 13px;
    color: #45474F;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 700;
}

#breadcumb ul li:after {
    content: '>';
    margin: 0 3px;
    text-decoration: none !important;
}

#breadcumb ul li:last-child:after {
    display: none;
}

#breadcumb ul li a:hover {
    color: #d40053;
}

#breadcumb ul li.breadcumb-atual,
#breadcumb ul li.last a,
#breadcumb ul li.last a:hover {
    color: #8F9499 !important;
    text-decoration: none !important;
    font-weight: 400;
}


/* BANNERS */

#banner {
    overflow: hidden;
}

#banner>div {
    display: none;
}

#banner>div.slick-initialized.slick-slider {
    display: block;
}

#banner .slick-dotted.slick-slider {
    margin: 0;
}

#banner .container-banners .slick-dots {
    bottom: 20px;
    left: 0;
    z-index: 1;
}

#banner .container-banners .slick-dots li {
    border: 1px solid #333333;
    background-color: transparent;
    display: inline-block;
    border-radius: 50%;
    text-indent: -999999px;
    width: 12px;
    height: 12px;
    padding: 0;
}

#banner .container-banners .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
}

#banner .container-banners .slick-dots li button:before {
    content: "";
}

#banner .container-banners .slick-dots li.slick-active,
#banner .container-banners .slick-dots li:hover {
    background-color: #333333;
}

#banner .container-banners .slick-track {}

#banner .container-banners .slick-track a {
    border: none;
    outline: none;
    display: block;
    text-align: center;
    overflow: hidden;
}

#banner .container-banners .slick-track a img {
    display: inline-block;
    width: 100%;
    height: auto;
}

#banner .container-banners .slick-arrow {
    display: block;
    height: auto;
    z-index: 1;
}

#banner .container-banners .slick-prev {
    left: 17%;
}

#banner .container-banners .slick-next {
    right: 17%;
}

#banner .container-banners .slick-arrow:before {
    display: block;
    color: #D40054;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: lighter;
    text-decoration: inherit;
    font-size: 60px;
}


/*#banner .container-banners .slick-arrow:hover:before{
	color: #333333;
}*/

#banner .container-banners .slick-prev:before {
    content: "\f104";
}

#banner .container-banners .slick-next:before {
    content: "\f105";
}


/* BANNER PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂGINA */

#banner-pagina {}

#banner-pagina img {
    display: block;
    width: 100%;
}


/* HIGHLIGHTS */

.box-highlights {
    border-top: 1px solid #83848a;
    border-bottom: 1px solid #83848a;
}

#highlights-mobile {
    border-top: none;
}

#highlights-mobile .row-fluid {
    border-top: 1px solid #D9DADC;
}

.box-highlights ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 12px;
}

.box-highlights ul li {
    display: inline-block;
}

.box-highlights ul li:before {
    content: '';
    display: inline-block;
    background-image: url(/arquivos/sprite-resultate-adcos.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 39px;
    margin-left: 13%;
}

.box-highlights ul li.hl-pagamento:before {
    background-position: 0px -76px;
}

.box-highlights ul li.hl-frete:before {
    background-position: -102px -76px;
}

.box-highlights ul li.hl-amostras:before {
    background-position: -68px -76px;
}

.box-highlights ul li.hl-ambiente:before {
    background-position: -34px -76px;
}

.box-highlights ul li p {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: top;
}

.box-highlights ul li p span {
    display: block;
    color: #787878;
    line-height: initial;
}

.box-highlights ul li p strong {
    color: #333333;
    font-size: 17px;
}

#mais-vendidos .prateleira-produtos {
    border-bottom: 1px solid #d9dadc;
    padding-bottom: 25px;
}

#mais-vendidos h2 {
    text-align: center;
    color: #D40053;
    font-weight: 300;
    font-size: 25px;
    margin: 45px 0 0 0;
}

#prateleira-beauty-week .prateleira-produtos {
    border-bottom: 1px solid #d9dadc;
    padding-bottom: 25px;
}

#prateleira-beauty-week h2 {
    text-align: center;
    color: #D40053;
    font-weight: 300;
    font-size: 25px;
    margin: 45px 0 0 0;
}

#prateleira-beauty-week .slick-list {
    padding: 0 10px 10px;
}

#ultimos-vistos .prateleira-produtos {
    border-bottom: 1px solid #d9dadc;
    padding-bottom: 25px;
}

#ultimos-vistos h2 {
    text-align: center;
    color: #D40053;
    font-weight: 300;
    font-size: 25px;
    margin: 60px 0 0 0;
}


/* NOVIDADES */

#novidades .box-novidades {
    padding: 45px 0;
    border-bottom: 1px solid #d9dadc;
}

#novidades .box-novidades .box-novidade .hover-img-novidades img:first-child,
#novidades .box-novidades .box-novidade .hover-img-novidades:hover img:last-child {
    display: block;
    cursor: help;
}

#novidades .box-novidades .box-novidade .hover-img-novidades img:last-child,
#novidades .box-novidades .box-novidade .hover-img-novidades:hover img:first-child {
    display: none;
}

#novidades .box-novidades .box-novidade {
    margin: 45px 0 0;
}

#novidades .box-novidades .box-novidade img {
    width: 100%;
}

#novidades .box-novidades .box-novidade h4 {
    color: #d40053;
    font-weight: 400;
    margin: 20px 0 0;
}

#novidades .box-novidades .box-novidade p {
    color: #333333;
    font-size: 14px;
    margin: 25px 0 0 0;
    min-height: 75px;
}

#novidades .box-novidades .box-novidade a {
    display: inline-block;
    color: #d40053;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0 0;
}

#novidades .box-novidades .box-novidade a:hover {
    text-decoration: underline;
}


/* DICAS */

#dicas {}

#dicas h2 {
    text-align: center;
    color: #D40053;
    font-weight: 300;
    font-size: 25px;
    margin: 55px 0 50px 0;
}

#dicas .container {
    text-align: center;
    padding-bottom: 50px;
}

#dicas .thumbnail {
    color: #45474f;
    border: none;
    padding: 0;
    -webkit-border-radius: none;
    border-radius: none;
}

#dicas .thumbnail img {
    margin: 0 !important;
    width: 100%;
}

#dicas .thumbnail .caption {
    color: #45474f;
    border: 1px solid #c4c6c9;
    border-top: none;
    padding: 20px 30px 14px;
}

#dicas .thumbnail .caption h3 {
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 20px;
    color: #c42157;
    text-transform: inherit;
    height: 60px;
    margin-bottom: 0;
}

#dicas .thumbnail .caption .excerto {
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
    height: 65px;
    font-size: 12px;
}

#dicas .btn {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #ffffff;
    text-align: center;
    font-weight: 700;
    color: #c42157 !important;
    text-decoration: none !important;
    font-size: 16px;
}

#dicas .btn:active,
#dicas .btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

#dicas .post:hover * {
    text-decoration: underline !important;
}


/* PRATELEIRAs PRODUTOs */

.prateleira-produtos {
    margin-top: 25px;
}

.prateleira-produtos>.prateleira-produtos {
    margin-top: 0;
    padding: 0 10px 10px 0;
}

.prateleira-produtos>h2 {
    display: none !important;
}

.prateleira-produtos>ul {
    list-style: none;
    margin-left: 0;
    padding: 0;
}

.prateleira-produtos>ul:after {
    display: table;
    content: " ";
    clear: both;
}

.prateleira-produtos>ul>li,
.prateleira-produtos>ul .slick-track>li {
    float: left;
    padding: 0;
    padding-bottom: 45px;
    box-shadow: 3px 3px 10px transparent;
    border: 1px solid #fff;
    background-color: #fff;
    max-height: 500px;
    min-height: 500px;
}

.prateleira-produtos>ul>li:hover,
.prateleira-produtos>ul .slick-track>li:hover {
    box-shadow: 3px 3px 10px #c2c2c2;
    text-decoration: none !important;
    border: 1px solid #ededed;
    z-index: 1;
}

.prateleira-produtos>ul>li>a,
.prateleira-produtos>ul .slick-track>li>a {
    display: block;
    text-align: center;
    color: #8f9499;
    padding: 20px 15px 0;
}

.prateleira-produtos>ul>li>a img,
.prateleira-produtos>ul .slick-track>li>a img {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.prateleira-produtos>ul>li>a span,
.prateleira-produtos>ul .slick-track>li a>span {
    display: block;
    font-size: 13px;
    line-height: initial;
}

.prateleira-produtos>ul>li>a span.melhor-preco-produto,
.prateleira-produtos>ul .slick-track>li a>span.melhor-preco-produto {
    height: 28px;
}

.prateleira-produtos>ul>li a .categoria-produto,
.prateleira-produtos>ul .slick-track>li a .categoria-produto {
    margin-top: 5px;
    min-height: 15px;
}

.prateleira-produtos>ul>li a .categoria-produto div,
.prateleira-produtos>ul .slick-track>li a .categoria-produto div {
    visibility: hidden;
}

.prateleira-produtos>ul>li a .categoria-produto div li,
.prateleira-produtos>ul .slick-track>li a .categoria-produto div li {
    visibility: visible;
    min-height: 15px;
    margin-top: -15px;
}

.prateleira-produtos>ul>li a .nome-produto,
.prateleira-produtos>ul .slick-track>li a .nome-produto {
    margin-bottom: 10px;
    height: 30px;
}

.prateleira-produtos>ul>li a .nome-produto div,
.prateleira-produtos>ul .slick-track>li a .nome-produto div {
    visibility: hidden;
}

.prateleira-produtos>ul>li a .nome-produto div li,
.prateleira-produtos>ul .slick-track>li a .nome-produto div li {
    visibility: visible;
    margin-top: -15px;
}

.prateleira-produtos>ul>li a span.preco-produto,
.prateleira-produtos>ul>li a span.melhor-preco-produto,
.prateleira-produtos ul>.slick-track>li a span.preco-produto,
.prateleira-produtos>ul .slick-track>li a span.melhor-preco-produto {
    color: #333333;
    display: inline-block;
    font-size: 12px;
}

.prateleira-produtos>ul>li a span.preco-produto,
.prateleira-produtos>ul .slick-track>li a span.preco-produto {
    text-decoration: line-through;
    display: block;
}

.prateleira-produtos>ul>li a span.pagamento-produto,
.prateleira-produtos>ul .slick-track>li a span.pagamento-produto {
    min-height: 24px;
    display: block;
    font-size: 12px;
}

.prateleira-produtos>ul>li a .trustvox-resultate .ts-shelf-rate-count.ts-shelf-rate-enabled,
.prateleira-produtos>ul>li a .trustvox-resultate .ts-shelf-rate-count.ts-shelf-rate-disabled,
.prateleira-produtos>ul .slick-track>li a .trustvox-resultate .ts-shelf-rate-count.ts-shelf-rate-enabled,
.prateleira-produtos>ul .slick-track>li a .trustvox-resultate .ts-shelf-rate-count.ts-shelf-rate-disabled {
    display: none !important;
}

.prateleira-produtos>ul>li a .trustvox-resultate .ts-shelf-rate-symbols.ts-sprite,
.prateleira-produtos>ul>li a .trustvox-resultate .ts-shelf-rate.ts-sprite,
.prateleira-produtos>ul .slick-track>li a .trustvox-resultate .ts-shelf-rate-symbols.ts-sprite,
.prateleira-produtos>ul .slick-track>li a .trustvox-resultate .ts-shelf-rate.ts-sprite {
    background: url(/arquivos/sprite-rating.png) no-repeat;
}

.prateleira-produtos>ul>li a .trustvox-resultate .ts-shelf-container .ts-shelf-rate-symbols,
.prateleira-produtos>ul .slick-track>li a .trustvox-resultate .ts-shelf-container .ts-shelf-rate-symbols {
    background-position: 0 -23px;
}

.prateleira-produtos>ul>li a:hover,
.prateleira-produtos>ul .slick-track>li a:hover {
    text-decoration: none !important;
}

.prateleira-produtos>ul>li {
    position: relative;
}

.prateleira-produtos .container-button-wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
}

.prateleira-produtos .container-button-wishlist button {
    border: none;
    background: none;
}

.prateleira-produtos .container-button-wishlist button:before {
    content: "\f08a";
    color: #83848a;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: lighter;
    text-decoration: inherit;
    font-size: 22px;
    visibility: hidden;
}

.prateleira-produtos .container-button-wishlist button.wishlist-active:before {
    content: "\f004";
    color: #B61F59;
}

.prateleira-produtos .container-button-wishlist button.wishlist-loading:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.prateleira-produtos li:hover .container-button-wishlist button:before {
    visibility: visible;
}

.desc-produto .container-button-wishlist {
    top: 5px;
    right: 15px;
}

.desc-produto .container-button-wishlist button {
    position: relative;
    border: none;
    background: none;
    padding: 0;
    margin: 11px 0 0px;
}

.desc-produto .container-button-wishlist button:after {
    content: "Salvar no nÃƒÂ©cessaire virtual";
    font-synthesis: 13px;
    margin-left: 4px;
    color: #333333;
}

.desc-produto .container-button-wishlist button:hover:after {
    text-decoration: underline;
}

.desc-produto .container-button-wishlist button.wishlist-active:after {
    content: "Salvo no nÃƒÂ©cessaire virtual";
    color: #B61F59;
}

.desc-produto .container-button-wishlist button.wishlist-loading:after {
    margin-left: 22px;
}

.desc-produto .container-button-wishlist button.wishlist-loading:before {
    content: '';
    box-sizing: border-box;
    width: 15px !important;
    height: 15px !important;
    animation: spinner .6s linear infinite;
    left: 0px;
    top: 0px;
    margin-top: -3px;
}

.desc-produto .container-button-wishlist button:before {
    content: "\f08a";
    color: #83848a;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: lighter;
    text-decoration: inherit;
    font-size: 15px;
}

.desc-produto .container-button-wishlist button.wishlist-active:before {
    content: "\f004";
    color: #B61F59;
}

.desc-produto .container-button-wishlist button.wishlist-loading:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.prateleira-produtos ul li .produto .promocao-highlight-prateleira {
    display: block !important;
}

.prateleira-produtos ul li .produto .promocao-highlight-prateleira .flag {
    display: none;
}

.prateleira-produtos ul li .produto .promocao-highlight-prateleira p {
    text-indent: -999999em;
    display: block !important;
    content: '';
    width: 92px;
    height: 118px;
    position: absolute;
    top: 0;
    right: 10px;
}

.prateleira-produtos ul li .produto .promocao-highlight-prateleira p[class*="beauty-week---20-off"] {
    background: url("/arquivos/2018-11 Campanha Beauty Week SELOS 1.png") no-repeat;
    background-size: 100% auto;
}

.prateleira-produtos ul li .produto .promocao-highlight-prateleira p[class*="beauty-week---30-off"] {
    background: url("/arquivos/2018-11 Campanha Beauty Week SELOS 2.png") no-repeat;
    background-size: 100% auto;
}

.prateleira-produtos ul li .produto .promocao-highlight-prateleira p[class*="beauty-week---40-off"] {
    background: url("/arquivos/2018-11 Campanha Beauty Week SELOS 3.png") no-repeat;
    background-size: 100% auto;
}

.prateleira-produtos ul li .produto .promocao-highlight-prateleira p[class*="beauty-week---50-off"] {
    background: url("/arquivos/2018-11 Campanha Beauty Week SELOS 4.png") no-repeat;
    background-size: 100% auto;
}

.prateleira-produtos ul li .produto .promocao-highlight-prateleira p[class*="beauty-week---desconto-progressivo"] {
    background: url("/arquivos/2018-11 Campanha Beauty Week SELOS 5 v1.png") no-repeat;
    background-size: 100% auto;
}

.produto[title='Derma Complex Concentrado Hyalu 6'] .promocao-highlight-prateleira p[class*="beauty-week---desconto-progressivo"] {
    /* background:  none; */
    display: none !important;
}

.prateleira-produtos ul li .produto .promocao-highlight-prateleira p[class*="beauty-week---70-off"] {
    background: url("/arquivos/2018-11 Campanha Beauty Week SELOS 6.png") no-repeat;
    background-size: 100% auto;
}

.prateleira-produtos .wrapper-buy-button-asynchronous {
    display: block;
    text-align: center;
}

.prateleira-produtos .wrapper-buy-button-asynchronous .produto {
    display: none !important;
}

.prateleira-produtos .wrapper-buy-button-asynchronous a {
    display: inline-block;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 10px;
    border: none;
    border-radius: 0;
    padding: 9px 22px;
    background: rgba(50, 206, 36, 1);
    background: -moz-linear-gradient(top, rgba(50, 206, 36, 1) 0%, rgba(50, 206, 36, 1) 36%, rgba(50, 206, 36, 1) 44%, rgba(34, 176, 29, 1) 71%, rgba(34, 176, 29, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(50, 206, 36, 1)), color-stop(36%, rgba(50, 206, 36, 1)), color-stop(44%, rgba(50, 206, 36, 1)), color-stop(71%, rgba(34, 176, 29, 1)), color-stop(100%, rgba(34, 176, 29, 1)));
    background: -webkit-linear-gradient(top, rgba(50, 206, 36, 1) 0%, rgba(50, 206, 36, 1) 36%, rgba(50, 206, 36, 1) 44%, rgba(34, 176, 29, 1) 71%, rgba(34, 176, 29, 1) 100%);
    background: -o-linear-gradient(top, rgba(50, 206, 36, 1) 0%, rgba(50, 206, 36, 1) 36%, rgba(50, 206, 36, 1) 44%, rgba(34, 176, 29, 1) 71%, rgba(34, 176, 29, 1) 100%);
    background: -ms-linear-gradient(top, rgba(50, 206, 36, 1) 0%, rgba(50, 206, 36, 1) 36%, rgba(50, 206, 36, 1) 44%, rgba(34, 176, 29, 1) 71%, rgba(34, 176, 29, 1) 100%);
    background: linear-gradient(to bottom, rgba(50, 206, 36, 1) 0%, rgba(50, 206, 36, 1) 36%, rgba(50, 206, 36, 1) 44%, rgba(34, 176, 29, 1) 71%, rgba(34, 176, 29, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#32ce24', endColorstr='#22b01d', GradientType=0);
}

.prateleira-produtos .wrapper-buy-button-asynchronous a:hover {
    background: #21af1d !important;
    text-decoration: none !important;
}

.prateleira-produtos .wrapper-buy-button-asynchronous a:after {
    content: "\f0da";
    color: #FFFFFF;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: lighter;
    text-decoration: inherit;
    font-size: 12px;
    margin-left: 10px;
}

.prateleira-produtos .slick-dots {
    bottom: 20px;
    left: 0;
    z-index: 1;
}

.prateleira-produtos .slick-dots li {
    border: 1px solid #333333;
    background-color: transparent;
    display: inline-block;
    border-radius: 50%;
    text-indent: -999999px;
    width: 12px;
    height: 12px;
    padding: 0;
}

.prateleira-produtos .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
}

.prateleira-produtos .slick-dots li button:before {
    content: "";
    display: none;
}

.prateleira-produtos .slick-dots li.slick-active,
.prateleira-produtos .slick-dots li:hover {
    background-color: #333333;
}

.prateleira-produtos .btn-add-buy-button-asynchronous.btn-adicionado,
.prateleira-produtos .btn-add-buy-button-asynchronous.btn-adicionado:hover {
    background: #D8D8D8 !important;
    text-indent: -999999px;
    position: relative;
}

.prateleira-produtos .btn-add-buy-button-asynchronous.btn-adicionado:after {
    content: 'ADICIONADO';
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    text-indent: 0px;
    display: block;
    margin-left: 0;
    margin-top: -14px;
}

.prateleira-produtos li p.esgotado-produto {
    text-align: center;
    font-weight: 700;
    height: 87px;
    margin-bottom: 0;
}

.visual-lista .prateleira-produtos li p.esgotado-produto {
    text-align: left;
    font-weight: 700;
}


/* PRODUTO */

.produto.produto-resultate #banner-pagina {
    display: none !important;
}

#produto-img-desc .container {
    padding-top: 30px;
}

#produto-img-desc .img-produto .apresentacao {
    display: inline-block;
}

#produto-img-desc .img-produto .promocao-highlight {
    display: inline-block !important;
}

#produto-img-desc .img-produto .promocao-highlight .flag {
    display: none;
}

#image-main {
    cursor: zoom-in;
}

#produto-img-desc .img-produto .promocao-highlight p {
    text-indent: -999999em;
    display: block !important;
    content: '';
    width: 111px;
    height: 118px;
    position: absolute;
    top: 0;
    right: 10px;
}

#produto-img-desc .img-produto .promocao-highlight p[class*="beauty-week---20-off"] {
    background: url("/arquivos/2018-11 Campanha Beauty Week SELOS 1.png") no-repeat;
    background-size: 100% auto;
}

#produto-img-desc .img-produto .promocao-highlight p[class*="beauty-week---30-off"] {
    background: url("/arquivos/2018-11 Campanha Beauty Week SELOS 2.png") no-repeat;
    background-size: 100% auto;
}

#produto-img-desc .img-produto .promocao-highlight p[class*="beauty-week---40-off"] {
    background: url("/arquivos/2018-11 Campanha Beauty Week SELOS 3.png") no-repeat;
    background-size: 100% auto;
}

#produto-img-desc .img-produto .promocao-highlight p[class*="beauty-week---50-off"] {
    background: url("/arquivos/2018-11 Campanha Beauty Week SELOS 4.png") no-repeat;
    background-size: 100% auto;
}

#produto-img-desc .img-produto .promocao-highlight p[class*="beauty-week---desconto-progressivo"] {
    background: url("/arquivos/2018-11 Campanha Beauty Week SELOS 5 v1.png") no-repeat;
    background-size: 100% auto;
}

#produto-img-desc .img-produto .promocao-highlight p[class*="beauty-week---70-off"] {
    background: url("/arquivos/2018-11 Campanha Beauty Week SELOS 6.png") no-repeat;
    background-size: 100% auto;
}

#produto-img-desc .img-produto .zoomWindow {
    overflow: hidden;
    left: 0!important;
    border: none;
    height: 100%;
    width: 100%;
    max-width: 445px;
    max-height: 460px;
    background-color: #FFF;
    margin-left: 15px;
    display: none !important;
}

.zoomPup {
    display: none !important;
}

#produto-img-desc .img-produto #show {
    overflow: hidden;
}

#produto-img-desc .img-produto .thumbs {
    display: none !important;
}

#produto-img-desc .desc-produto h1 {
    text-indent: -999999px;
    display: none;
}

#produto-img-desc .desc-produto .titulo-produto {
    color: #333333;
    margin: 0;
}

#produto-img-desc .desc-produto .titulo-produto .linha-produto {
    font-size: 22px;
    display: block;
    line-height: normal;
}

#produto-img-desc .desc-produto .titulo-produto .nome-produto {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

#produto-img-desc .desc-produto .titulo-produto .gramatura-produto {
    font-size: 18px;
    margin-left: 8px;
}

#produto-img-desc .desc-produto .trustvox-resultate {
    margin-bottom: 25px;
}

#produto-img-desc .desc-produto .trustvox-resultate .ts-shelf-rate-symbols.ts-sprite,
#produto-img-desc .desc-produto .trustvox-resultate .ts-shelf-rate.ts-sprite {
    background: url(/arquivos/sprite-rating.png) no-repeat;
    display: inline-block;
}

#produto-img-desc .desc-produto .trustvox-resultate .ts-shelf-container .ts-shelf-rate-symbols {
    background-position: 0 -23px;
}

#produto-img-desc .desc-produto .trustvox-resultate .ts-shelf-rate-count.ts-shelf-rate-enabled {
    color: #8f9499;
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
}

#produto-img-desc .desc-produto .descricao-produto {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 9px;
}

#produto-img-desc .desc-produto .preco-produto {}

#produto-img-desc .desc-produto .preco-produto .descricao-preco {
    margin: 0;
}

#produto-img-desc .desc-produto .preco-produto .descricao-preco .valor-de strong {
    text-decoration: line-through;
}

#produto-img-desc .desc-produto .preco-produto .descricao-preco .valor-de strong:before {
    content: 'De: '
}

#produto-img-desc .desc-produto .preco-produto .valor-por.price-best-price {
    display: block;
    font-size: 18px;
    font-style: normal;
}

#produto-img-desc .desc-produto .preco-produto .valor-por.price-best-price:after {
    content: 'ÃƒÂ   vista';
    font-weight: 700;
    margin-left: 5px;
}

#produto-img-desc .desc-produto .preco-produto .valor-dividido.price-installments {
    font-size: 16px;
    font-style: normal;
}

#produto-img-desc .desc-produto .preco-produto .valor-por.price-best-price:after {
    content: 'Ã   vista';
    font-weight: 700;
    margin-left: 5px;
}

#produto-img-desc .desc-produto .preco-produto .valor-dividido.price-installments:after {
    content: 'sem juros no cartÃƒÂ£o';
    margin-left: 5px;
}

#produto-img-desc .desc-produto .preco-produto .preco-a-vista.price-cash {
    display: none !important;
}

#produto-img-desc .desc-produto .preco-produto .valor-dividido.price-installments:after {
    content: 'sem juros no cartÃ£o';
    margin-left: 5px;
}

#produto-img-desc .desc-produto .skus-produto .topic.Apresentacao,
#produto-img-desc .desc-produto .skus-produto .topic.Fatordeprotecao {
    display: none !important;
}

#produto-img-desc .desc-produto .skus-produto .topic.Tonalidade {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    padding-top: 10px;
}

#produto-img-desc .desc-produto .skus-produto .topic.Tonalidade .specification {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#produto-img-desc .desc-produto .skus-produto .topic.Tonalidade .specification:after {
    content: ':';
    font-size: 14px;
    font-weight: 700;
}

#produto-img-desc .desc-produto .skus-produto .topic.Tonalidade .select input {
    display: none;
}

#produto-img-desc .desc-produto .skus-produto .topic.Tonalidade .select label {
    display: inline-block;
    text-align: center;
    min-width: 75px;
    cursor: pointer;
    color: #404041;
    font-weight: 400;
}

#produto-img-desc .desc-produto .skus-produto .topic.Tonalidade .select label:before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 auto 5px;
    background-color: #fff;
    border: 2px solid #fff;
}

#produto-img-desc .desc-produto .skus-produto .topic.Tonalidade .select label.skuespec_Translucido:before {
    background-color: #F7F1EB;
}

#produto-img-desc .desc-produto .skus-produto .topic.Tonalidade .select label.skuespec_Ivory:before {
    background-color: #E3CDB6;
}

#produto-img-desc .desc-produto .skus-produto .topic.Tonalidade .select label.skuespec_Peach:before {
    background-color: #D6B694;
}

#produto-img-desc .desc-produto .skus-produto .topic.Tonalidade .select label.skuespec_Nude:before {
    background-color: #CEA87F;
}

#produto-img-desc .desc-produto .skus-produto .topic.Tonalidade .select label.skuespec_Beige:before {
    background-color: #C69A6C;
}

#produto-img-desc .desc-produto .skus-produto .topic.Tonalidade .select label.skuespec_Bronze:before {
    background-color: #AA6B28;
}

#produto-img-desc .desc-produto .skus-produto .topic.Tonalidade .select label.skuespec_Ebony:before {
    background-color: #60483b;
}

#produto-img-desc .desc-produto .skus-produto .topic.Tonalidade .select label.sku-picked:before,
#produto-img-desc .desc-produto .skus-produto .topic.Tonalidade label:hover:before {
    border: 2px solid #C72B5E !important;
}


/*NEW*/

#produto-img-desc .desc-produto .skus-produto .topic.Volume {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    padding-top: 10px;
}

#produto-img-desc .desc-produto .skus-produto .topic.Volume .specification {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#produto-img-desc .desc-produto .skus-produto .topic.Volume .specification:after {
    content: ':';
    font-size: 14px;
    font-weight: 700;
}

#produto-img-desc .desc-produto .skus-produto .topic.Volume .select input {
    display: none;
}

#produto-img-desc .desc-produto .skus-produto .topic.Volume .select label {
    text-align: center;
    min-width: 75px;
    cursor: pointer;
    color: #404041;
    font-weight: 400;
}

#produto-img-desc .desc-produto .skus-produto .topic.Volume .select label:before {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 auto 5px;
    background-color: #fff;
    border: 2px solid #C72B5E;
}

#produto-img-desc .desc-produto .skus-produto .topic.Volume .select label.sku-picked:before,
#produto-img-desc .desc-produto .skus-produto .topic.Volume label:hover:before {
    background-color: #C72B5E !important;
}


/*NEW END*/

#produto-img-desc .desc-produto .btn-comprar-produto {
    margin-top: 20px;
    display: inline-block;
}

#produto-img-desc .desc-produto .btn-comprar-produto a {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 16px;
    border: none;
    border-radius: 0;
    font-weight: 700;
    padding: 15px 84px;
    background: rgba(50, 206, 36, 1);
    background: -moz-linear-gradient(top, rgba(50, 206, 36, 1) 0%, rgba(50, 206, 36, 1) 36%, rgba(50, 206, 36, 1) 44%, rgba(34, 176, 29, 1) 71%, rgba(34, 176, 29, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(50, 206, 36, 1)), color-stop(36%, rgba(50, 206, 36, 1)), color-stop(44%, rgba(50, 206, 36, 1)), color-stop(71%, rgba(34, 176, 29, 1)), color-stop(100%, rgba(34, 176, 29, 1)));
    background: -webkit-linear-gradient(top, rgba(50, 206, 36, 1) 0%, rgba(50, 206, 36, 1) 36%, rgba(50, 206, 36, 1) 44%, rgba(34, 176, 29, 1) 71%, rgba(34, 176, 29, 1) 100%);
    background: -o-linear-gradient(top, rgba(50, 206, 36, 1) 0%, rgba(50, 206, 36, 1) 36%, rgba(50, 206, 36, 1) 44%, rgba(34, 176, 29, 1) 71%, rgba(34, 176, 29, 1) 100%);
    background: -ms-linear-gradient(top, rgba(50, 206, 36, 1) 0%, rgba(50, 206, 36, 1) 36%, rgba(50, 206, 36, 1) 44%, rgba(34, 176, 29, 1) 71%, rgba(34, 176, 29, 1) 100%);
    background: linear-gradient(to bottom, rgba(50, 206, 36, 1) 0%, rgba(50, 206, 36, 1) 36%, rgba(50, 206, 36, 1) 44%, rgba(34, 176, 29, 1) 71%, rgba(34, 176, 29, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#32ce24', endColorstr='#22b01d', GradientType=0);
}

#produto-img-desc .desc-produto .btn-comprar-produto a:hover {
    background: #21af1d !important;
    text-decoration: none !important;
}

#produto-img-desc .desc-produto .btn-comprar-produto a:after {
    content: "\f0da";
    color: #FFFFFF;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: lighter;
    text-decoration: inherit;
    font-size: 16px;
    margin-left: 10px;
}

#produto-img-desc .desc-produto .btn-comprar-produto .notifyme.sku-notifyme:before {
    content: 'Esgotado';
    color: #8f9499;
    background-color: #E5E3E3;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    display: block;
    text-transform: uppercase;
    width: 100%;
    padding: 7px 0;
}

#produto-img-desc .desc-produto .btn-comprar-produto .portal-notify-me-ref fieldset {
    margin-top: 0px;
    width: 100%;
}

#produto-img-desc .desc-produto .btn-comprar-produto .portal-notify-me-ref fieldset input {
    border: 1px solid #333;
    background-color: #FFFFFF;
    text-transform: uppercase;
    padding: 7px 10px;
}

#produto-img-desc .desc-produto .btn-comprar-produto .portal-notify-me-ref fieldset input.sku-notifyme-client-email {
    margin-left: 10px;
}

#produto-img-desc .desc-produto .btn-comprar-produto .portal-notify-me-ref fieldset.success {
    margin-top: 35px;
}

#produto-img-desc .desc-produto .btn-comprar-produto .portal-notify-me-ref fieldset.success label {
    font-size: 16px;
    font-weight: 300;
}

#produto-img-desc .desc-produto .btn-comprar-produto .portal-notify-me-ref fieldset .btn-ok {
    display: inline-block;
    margin-left: 10px;
    background-color: #FFFFFF;
    border-color: #D40053;
    color: #D40053;
}

#produto-img-desc .desc-produto .btn-comprar-produto .portal-notify-me-ref fieldset .btn-ok:hover {
    background-color: #d40054;
    color: #fff;
}

#produto-img-desc .desc-produto .btn-lojas {
    display: block;
    color: #45474f;
    font-size: 13px;
    margin: 11px 0px;
}

#produto-img-desc .desc-produto .btn-lojas span {
    text-decoration: underline;
}

#produto-img-desc .desc-produto .btn-lojas i {
    text-decoration: none;
    margin-right: 3px;
}

#produto-especificacoes {
    background-color: #F2F2F2;
    margin-top: 155px;
}

#produto-especificacoes .menu-especificacoes {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: -35px;
}

#produto-especificacoes .menu-especificacoes .bt-tab-especificacao {
    display: inline-block;
    height: 75px;
    position: relative;
    width: 132px;
    background-color: #F2F2F2;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    z-index: 3;
    cursor: pointer;
    margin: 0 25px;
}

#produto-especificacoes .menu-especificacoes .bt-tab-especificacao:before {
    background-color: #F2F2F2;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    content: '';
    height: 100%;
    position: absolute;
    transform: rotate(-60deg);
    transform-origin: 50% 50%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#produto-especificacoes .menu-especificacoes .bt-tab-especificacao:after {
    background-color: #F2F2F2;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    content: '';
    height: 100%;
    position: absolute;
    transform: rotate(60deg);
    transform-origin: 50% 50%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#produto-especificacoes .menu-especificacoes .bt-tab-especificacao a {
    position: relative;
    z-index: 10;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #333;
    text-decoration: none;
    font-size: 13px;
}

#produto-especificacoes .menu-especificacoes .bt-tab-especificacao a:before {
    content: '';
    display: block;
    width: 55px;
    height: 52px;
    margin: 0 auto 8px;
    background: url(/arquivos/sprite-especificacoes.png) no-repeat;
}

#produto-especificacoes .menu-especificacoes .bt-tab-especificacao.bt-descricao a:before {
    background-position: 0 0;
}

#produto-especificacoes .menu-especificacoes .bt-tab-especificacao.bt-modo-de-usar a:before {
    background-position: -56px 0;
}

#produto-especificacoes .menu-especificacoes .bt-tab-especificacao.bt-principios-ativos a:before {
    background-position: -110px 0;
}

#produto-especificacoes .menu-especificacoes .bt-tab-especificacao:hover,
#produto-especificacoes .menu-especificacoes .bt-tab-especificacao:hover:after,
#produto-especificacoes .menu-especificacoes .bt-tab-especificacao:hover:before,
#produto-especificacoes .menu-especificacoes .bt-tab-especificacao.ativo,
#produto-especificacoes .menu-especificacoes .bt-tab-especificacao.ativo:after,
#produto-especificacoes .menu-especificacoes .bt-tab-especificacao.ativo:before {
    background-color: #333333;
}

#produto-especificacoes .menu-especificacoes .bt-tab-especificacao:hover a,
#produto-especificacoes .menu-especificacoes .bt-tab-especificacao.ativo a {
    color: #fff;
}

#produto-especificacoes .menu-especificacoes .bt-tab-especificacao.bt-descricao:hover a:before,
#produto-especificacoes .menu-especificacoes .bt-tab-especificacao.bt-descricao.ativo a:before {
    background-position: 0 -50px;
}

#produto-especificacoes .menu-especificacoes .bt-tab-especificacao.bt-modo-de-usar:hover a:before,
#produto-especificacoes .menu-especificacoes .bt-tab-especificacao.bt-modo-de-usar.ativo a:before {
    background-position: -55px -50px;
}

#produto-especificacoes .menu-especificacoes .bt-tab-especificacao.bt-principios-ativos:hover a:before,
#produto-especificacoes .menu-especificacoes .bt-tab-especificacao.bt-principios-ativos.ativo a:before {
    background-position: -110px -50px;
}

#produto-especificacoes #caracteristicas {
    display: none !important;
}

#produto-especificacoes .conteudo-especificacoes {
    margin: 70px 80px 70px;
    line-height: 24px;
    font-size: 16px;
    position: relative;
}

#produto-especificacoes .conteudo-especificacoes .btn-especificacoes-mobile {
    display: none;
}

#produto-especificacoes .conteudo-especificacoes .tab-especificacao {
    display: none;
}

#produto-especificacoes .conteudo-especificacoes .tab-especificacao.ativo {
    display: block;
}

#produto #produto-video .video-embed {
    border-bottom: 1px solid #d9dadc;
    padding-bottom: 40px;
    margin-bottom: 35px;
}

#produto #produto-video .video-embed iframe {
    width: 640px;
    height: 360px;
    margin: 44px auto 0;
    display: block;
}

#produto #produtos-relacionados {
    padding-bottom: 60px;
}

#produto-trustvox-widget .trustvox-container h1 {
    font-size: 25px;
    color: #C22558;
    font-weight: 300;
    display: block;
    text-align: center;
    margin-bottom: 27px;
}

#produto-trustvox-widget .trustvox-container {
    border-bottom: 1px solid #d9dadc;
    padding-bottom: 40px;
    margin-bottom: 35px;
}

#produto-trustvox-widget #_trustvox_widget .ts-widget .ts-tabs-container .ts-tabs-inside.ts-selected {
    border-top: 3px solid #C42157;
}

#produto-trustvox-widget #_trustvox_widget .ts-widget .ts-tabs-container .ts-tabs-inside.ts-selected a,
#produto-trustvox-widget #_trustvox_widget .ts-widget .ts-content-head {
    background: #fff;
}

#produto-trustvox-widget #_trustvox_widget .ts-widget .ts-sprite {
    background-image: url(/arquivos/sprite-rating-completo.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

#produto-trustvox-widget #_trustvox_widget .ts-widget .ts-progress-bar-inside {
    background-color: #C42157;
}

#produto-trustvox-widget #_trustvox_widget .ts-widget .ts-progress-number {
    color: #C42157;
}

#produto-trustvox-widget #_trustvox_widget .ts-widget .ts-ldquo,
#produto-trustvox-widget #_trustvox_widget .ts-widget .ts-rdquo {
    color: #C42157;
}

#produto-trustvox-widget #_trustvox_widget .ts-widget .ts-read-more span {
    font-size: 14px;
    color: #45474F;
    font-weight: 700;
    text-decoration: underline;
}

#produto-trustvox-widget #_trustvox_widget .ts-widget .ts-read-more span:hover {
    color: #C42157;
}

#produto-trustvox-widget #_trustvox_widget .ts-widget .ts-blue,
#produto-trustvox-widget #_trustvox_widget .ts-widget .ts-blue:hover {
    background: #C42157;
    border-radius: 10px;
    font-weight: 700;
}

#produto-trustvox-widget #_trustvox_widget .ts-widget .ts-black {
    background: #eaeaea;
    border-radius: 10px;
}

#produto-trustvox-widget #_trustvox_widget .ts-widget .ts-black span {
    color: #C42157;
    font-weight: 700;
}

#produto-trustvox-widget #_trustvox_widget .ts-widget .ts-blue span {
    font-weight: 700;
}

#produto-trustvox-widget #_trustvox_widget .ts-widget .ts-see-more .ts-see-more-item span {
    color: #8f9499;
    font-weight: 700;
}

#produto-trustvox-widget #_trustvox_widget .ts-widget .ts-footer {
    background-color: #C42157;
}

#produto-trustvox-widget #_trustvox_widget .ts-widget .ts-count-opinion a,
#produto-trustvox-widget #_trustvox_widget .ts-widget .ts-count-opinion span {
    color: #C42157;
}

#produtos-relacionados h2 {
    text-align: center;
    color: #D40053;
    font-weight: 300;
    font-size: 25px;
    margin: 60px 0 0 0;
}


/* PERGUNTAS FREQUENTES */

#faq {
    padding-bottom: 40px;
}

#faq h1 {
    text-align: center;
    display: block;
    font-size: 38px;
    font-weight: 300;
    color: #d40053;
    text-transform: uppercase;
    padding: 78px 0 79px;
    margin: 0;
}

#faq .ul-topicos {
    margin: 0;
    padding: 0;
    list-style: none;
}

#faq .ul-topicos a:focus,
#faq .ul-topicos a:active {
    outline: none;
    text-decoration: none;
}

#faq .ul-topicos>li {
    border: 1px solid #333;
    margin-bottom: 35px;
}

#faq .ul-topicos>li a {
    color: #333;
    display: block;
    font-weight: 700;
    padding: 14px 22px;
    vertical-align: middle;
}

#faq .ul-topicos li a.active {
    text-decoration: underline;
    border-bottom: 1px solid #8f9499;
}

#faq .ul-topicos>li>a {
    font-size: 30px;
}

#faq .ul-topicos>li>a:after {
    content: "+";
    display: inline-block;
    color: #333;
    border: 3px solid #333;
    width: 29px;
    height: 31px;
    line-height: 25px;
    vertical-align: middle;
    float: right;
    margin: 7px 0;
    text-align: center;
    font-size: 28px;
}

#faq .ul-topicos>li>a.active:after {
    content: '-';
    line-height: 22px;
}

#faq .ul-topicos ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

#faq .ul-topicos ul>li {
    border-bottom: 1px solid #D9DADC;
}

#faq .ul-topicos ul>li>a {
    padding: 18px 22px;
    font-size: 20px;
}

#faq .ul-topicos ul>li>a:after {
    content: "+";
    display: inline-block;
    color: #333;
    border: 3px solid #333;
    width: 22px;
    height: 23px;
    line-height: 18px;
    vertical-align: middle;
    float: right;
    text-align: center;
    font-size: 22px;
    margin: 2px 0;
}

#faq .ul-topicos ul>li>a.active:after {
    content: '-';
    line-height: 16px;
}

#faq .ul-topicos ul>li p {
    margin: 0;
    display: none;
    padding: 14px 27px 25px;
    font-size: 16px;
    line-height: 19px;
}


/* MENU CATEGORIAS */

#menu-categorias {
    padding-top: 45px;
}

#menu-categorias .container {
    padding-left: 20px;
    padding-right: 20px;
}

#menu-categorias .container>div {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

#menu-categorias .item-menu-categorias a {
    display: block;
    color: #3b3a39;
    background-color: #F3F3F4;
    text-align: center;
    padding-bottom: 25px;
    height: 240px;
    text-decoration: none;
    outline: none;
}

#menu-categorias .item-menu-categorias a:hover {
    text-decoration: none;
}

#menu-categorias .item-menu-categorias a .ico-item {
    background: url(/arquivos/sprite-resultate-adcos.png);
    width: 74px;
    height: 62px;
    display: inline-block;
    margin: 31px 0 0;
    background-repeat: no-repeat;
}

#menu-categorias .item-menu-categorias.item-anti-idade a .ico-item {
    background-position: -84px -142px;
}

#menu-categorias .item-menu-categorias.item-clareamento a .ico-item {
    background-position: -158px -142px;
}

#menu-categorias .item-menu-categorias.item-fotoprotecao a .ico-item {
    background-position: -349px -5px;
    height: 66px;
    margin-bottom: -4px;
}

#menu-categorias .item-menu-categorias.item-protecao-solar a .ico-item,
#menu-categorias .item-menu-categorias.item-bronzeamento a .ico-item {
    background-position: -306px -142px;
}

#menu-categorias .item-menu-categorias.item-higienizacao a .ico-item {
    background-position: -232px -142px;
}

#menu-categorias .item-menu-categorias.item-antiestrias a .ico-item {
    background-position: -590px 0px;
}

#menu-categorias .item-menu-categorias.item-antiflacidez a .ico-item {
    background-position: -282px 0px;
}

#menu-categorias .item-menu-categorias.item-hidratacao a .ico-item {
    background-position: -525px -136px;
}

#menu-categorias .item-menu-categorias.item-esfoliacao a .ico-item {
    background-position: -663px -70px;
}

#menu-categorias .item-menu-categorias.item-desodorante a .ico-item {
    background-position: -656px 0px;
}

#menu-categorias .item-menu-categorias.item-mascaras a .ico-item {
    background-position: -594px -136px;
}

#menu-categorias .item-menu-categorias.item-renovacao a .ico-item {
    background-position: -594px -70px;
}

#menu-categorias .item-menu-categorias.item-tonificacao a .ico-item {
    background-position: -380px -142px;
}

#menu-categorias .item-menu-categorias.item-reducao-de-medidas a .ico-item {
    background-position: -346px -70px;
}

#menu-categorias .item-menu-categorias.item-cuidados-diarios a .ico-item {
    background-position: -286px -8px;
}

#menu-categorias .item-menu-categorias.item-cuidados-especiais a .ico-item {
    background-position: -360px -8px;
}

#menu-categorias .item-menu-categorias.item-relaxamento-bem-estar a .ico-item {
    background-position: -436px -6px;
}

#menu-categorias .item-menu-categorias.item-anticaspa a .ico-item {
    background-position: -422px -74px;
}

#menu-categorias .item-menu-categorias.item-antiqueda a .ico-item {
    background-position: -492px -74px;
}

#menu-categorias .item-menu-categorias.item-restauracao a .ico-item {
    background-position: -508px -8px;
}

#menu-categorias .item-menu-categorias.item-cuidados-barbear a .ico-item {
    background-position: -454px -143px
}

#menu-categorias .item-menu-categorias a .linha-item {
    display: inline-block;
    width: 77px;
    height: 3px;
    background-color: #333333;
}

#menu-categorias .item-menu-categorias a .titulo-item {
    font-size: 26px;
    font-weight: 700;
    color: #3b3a39;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
}

#menu-categorias .item-menu-categorias a .link-hover-item {
    color: #D7075D;
    font-weight: 700;
}

#menu-categorias .item-menu-categorias a .link-hover-item:after {
    content: "\f0da";
    color: #D7075D;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: lighter;
    text-decoration: inherit;
    font-size: 12px;
    margin-left: 3px;
}

#menu-categorias .item-menu-categorias a:hover .link-hover-item {
    text-decoration: underline !important;
}

#menu-categorias .destaque-menu-categorias a {
    display: block;
    background-color: #F5F5F5;
    color: #58595B;
    text-align: center;
    padding-bottom: 25px;
    max-height: 241px;
}

#menu-categorias .destaque-menu-categorias a h5 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 26px;
    margin-top: 49px;
}

#menu-categorias .destaque-menu-categorias a h5 strong {
    font-weight: 700;
}

#menu-categorias .destaque-menu-categorias a p {
    display: inline-block;
    font-size: 22px;
    margin: 0px 30px;
    letter-spacing: 3.2px;
}

#menu-categorias .destaque-menu-categorias a .link-hover-item {
    color: #D7075D;
    font-weight: 700;
}

#menu-categorias .destaque-menu-categorias a .link-hover-item:after {
    content: "\f0da";
    color: #D7075D;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: lighter;
    text-decoration: inherit;
    font-size: 12px;
    margin-left: 3px;
}

#menu-categorias .destaque-menu-categorias a:hover .link-hover-item {
    text-decoration: underline !important;
}

#menu-categorias .container {
    padding-left: 20px;
    padding-right: 20px;
}

#menu-categorias .container>div {
    padding-left: 10px;
    padding-right: 10px;
}

#menu-categorias .margin-b-banner .box-banner:first-child {
    margin-bottom: 21px;
}

#menu-categorias a {
    display: block;
}

#menu-categorias img {
    width: 100%;
    height: auto;
}


/* BANNERS PRODUTOS */

#banners-produtos .container {
    padding-left: 20px;
    padding-right: 20px;
}

#banners-produtos .container>div {
    padding-left: 10px;
    padding-right: 10px;
}

#banners-produtos a {
    display: block;
}

#banners-produtos img {
    width: 100%;
    height: auto;
}


/* CARROUSSEL SUBCATEGORIAS */

#carrouseel-subcategorias ul {
    padding: 0px 10px;
}

#carrouseel-subcategorias .prateleira-produtos {
    text-align: center;
    padding-bottom: 20px;
}

#carrouseel-subcategorias .prateleira-produtos>h2 {
    display: inline-block !important;
    color: #333333;
    font-weight: 300;
    margin: 43px 0 33px;
    font-size: 23px;
}

#carrouseel-subcategorias .slick-arrow {
    display: block;
    width: 46px;
    height: 45px;
    /*46*/
    background-color: #fff;
    color: #f1AAC6;
    border: 1px solid #f1AAC6;
    border-radius: 50%;
    top: 80px;
    z-index: 10;
    margin: 2px;
    padding: 2px;
}

#carrouseel-subcategorias .slick-arrow:hover {
    color: #d50657;
    border-color: #d50657;
}

#carrouseel-subcategorias .slick-prev {
    left: 33%;
}

#carrouseel-subcategorias .slick-next {
    right: 33%;
}

#carrouseel-subcategorias .slick-arrow:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: lighter;
    font-size: 35px;
    line-height: 43px;
    color: #f1AAC6;
    margin-top: -3px;
}

#carrouseel-subcategorias .slick-arrow:hover:before {
    color: #d50657;
}

#carrouseel-subcategorias .slick-prev:before {
    content: "\f104";
    margin-left: -4px;
}

#carrouseel-subcategorias .slick-next:before {
    content: "\f105";
    margin-right: -4px;
}


/* TIPOS DE PELE */

#tipos-pele .container {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 59px;
}

#tipos-pele .container>div {
    padding-left: 10px;
    padding-right: 10px;
}

#tipos-pele a {
    color: #fff;
    display: block;
    position: relative;
    box-shadow: 3px 3px 5px #ffffff;
}

#tipos-pele a:hover {
    box-shadow: 3px 3px 5px #c2c2c2;
}

#tipos-pele a img {
    width: 100%;
    height: auto;
}

#tipos-pele a:after {
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 33px;
    height: 33px;
    bottom: 0;
    /*text-shadow: 1px 1px #a0a0a0;*/
}

#tipos-pele .tipo-pele-acneica a:after {
    content: 'Pele Acneira';
    background-color: rgba(138, 174, 57, 0.6);
}

#tipos-pele .tipo-pele-oleosa a:after {
    content: 'Pele Oleosa';
    background-color: rgba(52, 175, 147, 0.6);
}

#tipos-pele .tipo-pele-normal a:after {
    content: 'Pele Normal';
    background-color: rgba(187, 92, 112, 0.6);
}

#tipos-pele .tipo-pele-sensivel a:after {
    content: 'Pele SensÃƒÂ­vel';
    background-color: rgba(55, 136, 191, 0.6);
}

#tipos-pele .tipo-pele-sensivel a:after {
    content: 'Pele SensÃ­vel';
    background-color: rgba(55, 136, 191, 0.6);
}

#tipos-pele .slick-dots {
    bottom: 10px;
    left: 0;
    z-index: 1;
}

#tipos-pele .slick-dots li {
    border: 1px solid #333333;
    background-color: transparent;
    display: inline-block;
    border-radius: 50%;
    text-indent: -999999px;
    width: 12px;
    height: 12px;
    padding: 0;
}

#tipos-pele .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
}

#tipos-pele .slick-dots li button:before {
    content: "";
    display: none;
}

#tipos-pele .slick-dots li.slick-active,
#tipos-pele .slick-dots li:hover {
    background-color: #333333;
}

#texto-seo {
    text-align: center;
}

#texto-seo .x-text-seo {
    font-size: 20px;
    font-weight: 600;
}

.x-text-title-seo {
    font-size: 20px;
    font-weight: 600;
    color: #d64654;
    position: relative;
    margin-top: 88px;
    margin-bottom: 42px;
}

.x-text-title-seo.is--active::before {
    content: "-";
    position: absolute;
    height: 0px;
    right: 0;
    font-size: 20px;
    line-height: 23px;
}

.x-text-subtitle-seo {
    font-size: 18px;
    font-weight: 600;
}

.x-text-title-seo br {
    display: none;
}

.x-text-title-seo::after {
    content: "";
    width: 100%;
    margin: 0 auto;
    height: 1px;
    background: #c8c8c8;
    position: absolute;
    left: 0;
    bottom: -17px;
}

.x-text-title-seo strong {
    margin-bottom: 40px
}

#texto-seo h3 {
    font-weight: 700;
    font-size: 16px;
    color: #45474f;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 16px;
}

#texto-seo p {
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 37px;
    margin-top: 19px;
}

.morelink {
    color: #d64654;
    text-decoration: underline;
    font-size: 16px;
    text-transform: lowercase;
    margin-top: 50px;
}

.morelink:hover {
    color: #d64654;
}

.morelink:visited {
    color: #d64654
}

@media only screen and (max-width: 768px) {
    p.x-description-seo.x-more {
        text-align: center !important;
    }
    .x-text-title-seo {
        text-align: left;
        font-size: 15px;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .x-text-title-seo br {
        display: initial
    }
    .x-text-title-seo::before {
        content: "+";
        position: absolute;
        height: 0px;
        right: 0;
        line-height: 23px;
    }
    .x-text-subtitle-seo {
        text-align: center;
        font-size: 13px;
        margin-top: 20px;
    }
    #texto-seo p {
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        margin-bottom: initial;
    }
    .morelink {
        font-size: 13px;
        padding-bottom: 30px;
        display: block;
        margin-top: 30px;
    }
    a.morelink.more {
        padding: 30px;
        margin-top: 20px;
    }
}

.morecontent {
    display: none;
}


/* CATEGORIA */

#categoria .sidebar-filtro {
    padding-top: 4px;
    padding-right: 0;
}

#categoria .sidebar-filtro .menu-navegue,
#categoria .sidebar-filtro h3,
#categoria .sidebar-filtro h4,
#categoria .sidebar-filtro .search-multiple-navigator>ul,
#categoria .sidebar-filtro .search-multiple-navigator>a,
#categoria .sidebar-filtro .search-single-navigator {
    display: none !important;
}

#categoria .sidebar-filtro .search-multiple-navigator {
    display: block;
}

#categoria .container {
    padding-top: 69px;
    padding-bottom: 80px;
}

#categoria .sidebar-filtro .search-multiple-navigator h5 {
    display: block;
    color: #8F9499;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #e5e3e3;
    padding-bottom: 2px;
    margin: 0 0 14px 0;
    padding-right: 10px;
    cursor: pointer;
}

#categoria .sidebar-filtro .search-multiple-navigator h5:after {
    content: "-";
    display: inline-block;
    color: #8F9499;
    border: 1px solid #8F9499;
    width: 13px;
    height: 13px;
    line-height: 10px;
    float: right;
    margin: 3px 0;
    font-size: 8px;
    text-align: center;
}

#categoria .sidebar-filtro .search-multiple-navigator h5.closed:after {
    content: "+";
}

#categoria .sidebar-filtro .search-multiple-navigator fieldset {
    margin-bottom: 14px;
}

#categoria .sidebar-filtro .search-multiple-navigator fieldset label,
#categoria .sidebar-filtro .search-multiple-navigator fieldset a {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #333333;
    line-height: 16px;
    vertical-align: text-top;
    margin-bottom: 16px;
    cursor: pointer;
}

#categoria .sidebar-filtro .search-multiple-navigator fieldset label input[type=checkbox] {
    visibility: hidden;
    margin: 0px 8px 0 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

#categoria .sidebar-filtro .search-multiple-navigator fieldset label input[type=checkbox]:before {
    content: " ";
    display: inline-block;
    margin-right: 15px;
    width: 10px;
    height: 10px;
    visibility: visible;
    border: 1px solid #939393;
    line-height: 12px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #052;
}

#categoria .sidebar-filtro .search-multiple-navigator fieldset label input[type=checkbox]:checked:before {
    content: " ";
    display: block;
    background-color: #c42157;
    border-color: #c42157;
}

#categoria .box-produtos {
    position: relative;
    border-left: 1px solid #C2C5C8;
    padding-left: 14px;
}

#categoria .box-produtos .select-visualizacao {
    position: absolute;
    top: 0;
    right: 15px;
    margin-top: 5px;
}

#categoria .box-produtos .select-visualizacao label {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
}

#categoria .box-produtos .select-visualizacao .tipo-visualizacao {
    cursor: pointer;
    margin-left: 10px;
}

#categoria .box-produtos .select-visualizacao .tipo-visualizacao:hover,
#categoria .box-produtos .select-visualizacao .tipo-visualizacao.selected {
    color: #c42157;
}

#categoria .box-produtos .main .searchResultsTime,
#categoria .box-produtos .main .sub:last-child {
    display: none !important;
}

#categoria .box-produtos .main .resultado-busca-filtro .orderBy {
    display: inline-block;
}

#categoria .box-produtos .main .resultado-busca-filtro .orderBy label {
    color: #333333;
    font-weight: 300;
    font-size: 14px;
}

#categoria .box-produtos .main .resultado-busca-filtro .orderBy select {
    margin-left: 8px;
    padding: 4px 9px;
    width: 180px;
}

#categoria .box-produtos .main .resultado-busca-filtro .filterBy {
    margin-left: 20px;
    display: inline-block;
}

#categoria .box-produtos .main .resultado-busca-filtro .filterBy select {
    margin-left: 2px;
    padding: 4px 8px;
}

#categoria .box-produtos .main .compare {
    display: none !important;
}

#categoria .box-produtos .main .pager.top {
    display: none !important;
}

#categoria .box-produtos .main .pager.bottom {
    padding: 0;
    margin: 0;
    border-top: 1px solid #e5e3e3;
    width: 100%;
    margin-top: 30px;
}

#categoria .box-produtos .main .pager.bottom .pages {
    margin: 0;
    padding: 0;
    float: right;
    margin: 15px 0;
}

#categoria .box-produtos .main .pager.bottom .pages li {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 27px;
    height: 27px;
    border: 1px solid #333;
    margin-left: 8px;
    line-height: 25px;
}

#categoria .box-produtos .main .pager.bottom .pages li:hover,
#categoria .box-produtos .main .pager.bottom .pages li.pgCurrent {
    background-color: #333;
    color: #fff;
}

#categoria .box-produtos .main .pager.bottom .pages .first,
#categoria .box-produtos .main .pager.bottom .pages .last,
#categoria .box-produtos .main .pager.bottom .pages .previous,
#categoria .box-produtos .main .pager.bottom .pages .next {
    border-color: #fff;
    visibility: hidden;
}

#categoria .box-produtos .main .pager.bottom .pages .first:hover,
#categoria .box-produtos .main .pager.bottom .pages .last:hover,
#categoria .box-produtos .main .pager.bottom .pages .previous:hover,
#categoria .box-produtos .main .pager.bottom .pages .next:hover {
    background-color: #fff;
    color: #333;
}

#categoria .box-produtos .main .pager.bottom .pages .first:before {
    content: "\f100";
    color: #45474F;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: lighter;
    text-decoration: inherit;
    font-size: 20px;
    display: block;
    vertical-align: middle;
    position: absolute;
    visibility: visible;
    width: 27px;
    height: 27px;
}

#categoria .box-produtos .main .pager.bottom .pages .last:before {
    content: "\f101";
    color: #45474F;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: lighter;
    text-decoration: inherit;
    font-size: 20px;
    display: block;
    vertical-align: middle;
    position: absolute;
    visibility: visible;
    width: 27px;
    height: 27px;
}

#categoria .box-produtos .main .pager.bottom .pages .previous:before {
    content: "\f104";
    color: #45474F;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: lighter;
    text-decoration: inherit;
    font-size: 20px;
    display: block;
    vertical-align: middle;
    position: absolute;
    visibility: visible;
    width: 27px;
    height: 27px;
}

#categoria .box-produtos .main .pager.bottom .pages .next:before {
    content: "\f105";
    color: #45474F;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: lighter;
    text-decoration: inherit;
    font-size: 20px;
    display: block;
    vertical-align: middle;
    position: absolute;
    visibility: visible;
    width: 27px;
    height: 27px;
}

#categoria .box-produtos .main .vitrine .prateleira-produtos ul li a h2 {
    font-size: 13px;
    margin: 10px 0;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

#categoria .main.visual-lista .prateleira-produtos li {
    width: 100% !important;
    text-align: left;
    padding-bottom: 0;
}

#categoria .main.visual-lista .prateleira-produtos li a {
    text-align: left;
}

#categoria .main.visual-lista .prateleira-produtos li a img {
    float: left;
    margin-right: 35px;
    margin-left: 20px;
    height: auto;
    max-width: 240px;
}

#categoria .main.visual-lista .prateleira-produtos li a .trustvox-resultate {
    margin-top: 30px;
}

#categoria .main.visual-lista .prateleira-produtos li a .categoria-produto {
    font-size: 16px;
    margin-top: 25px;
}

#categoria .main.visual-lista .prateleira-produtos li a .nome-produto {
    font-size: 19px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 0;
}

#categoria .main.visual-lista .prateleira-produtos>ul>li,
#categoria .main.visual-lista .prateleira-produtos>ul .slick-track>li {
    max-height: inherit;
    min-height: inherit;
}

#categoria .main.visual-lista .prateleira-produtos li a .preco-produto,
#categoria .main.visual-lista .prateleira-produtos li a .melhor-preco-produto {
    font-size: 14px;
}

#categoria .main.visual-lista .prateleira-produtos li .wrapper-buy-button-asynchronous {
    float: left;
}

#categoria .bt-voltar-topo-mobile {
    margin-top: 20px;
}

#categoria .bt-voltar-topo-mobile a {
    background-color: #333333;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    padding: 15px 0;
    text-align: center;
}

.buscavazia #categoria .container {
    padding-top: 100px;
}

.buscavazia #categoria .buscavazia-msg .didyoumean {
    font-size: 19px;
    top: 0px;
    position: absolute;
    margin-top: -80px;
    left: 0;
    margin-bottom: 0px;
    font-weight: lighter;
}

.buscavazia #categoria .buscavazia-msg .didyoumean a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.buscavazia #categoria .buscavazia-msg .didyoumean a:before,
.buscavazia #categoria .buscavazia-msg .didyoumean a:after {
    content: '"'
}

.buscavazia #categoria .buscavazia-msg .didyoumean:after {
    content: 'Ou veja abaixo alguns produtos.';
    display: block;
}

.buscavazia #categoria .buscavazia-msg .searchResultsTime,
.buscavazia #categoria .buscavazia-msg .sub,
.buscavazia #categoria .buscavazia-msg .vitrine,
.buscavazia #categoria .buscavazia-msg .searchResultsTime {
    display: none !important;
}


/* LP FOOTER */

#lp-footer {
    border-top: 5px solid #bd1c51;
    text-align: center;
}

#lp-footer .row {
    width: 100%;
}

#lp-footer ul {
    display: inline-block;
    font-size: 13px;
    color: #615b5b;
    line-height: 16px;
    height: 16px;
    margin: 27px 0 !important;
}

#lp-footer li {
    border-right: 1px solid #928d8d !important;
    display: block;
    line-height: 16px;
    padding: 0 10px;
}

#lp-footer li.last {
    border-right: none !important;
}

#lp-footer li a {
    padding: 0 !important;
    color: #615b5b !important;
}

#lp-footer li:hover a {
    font-weight: 700;
    text-decoration: underline !important;
}

#lp-footer li .social {
    width: 64px;
    height: 16px;
    display: inline-block;
    float: left;
}

#lp-footer li .social a {
    display: inline-block;
    float: left;
    margin-right: 5px;
    height: 16px;
}

#lp-footer li .social a.yt {
    background: url('/arquivos/icones-social-bio-bronze.png') no-repeat 0 0;
    width: 20px;
}

#lp-footer li .social a.fb {
    background: url('/arquivos/icones-social-bio-bronze.png') no-repeat -26px 0px;
    width: 15px;
}

#lp-footer li .social a.in {
    background: url('/arquivos/icones-social-bio-bronze.png') no-repeat -47px 0px;
    width: 14px;
    clear: right;
}

#lp-footer li .televendas {
    background: url('/arquivos/icone-televendas-bio-bronze.png') no-repeat 0 0;
    width: 16px;
    height: 17px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}


/* FOOTER */

#footer .box-footer {
    background-color: #58595b
}

#footer {
    margin-top: 50px;
}

#footer .box-newsletter {
    background-color: #e5e3e3;
}

#footer .box-newsletter .container>div {
    height: 135px;
    vertical-align: middle;
}

#footer .box-newsletter h4 {
    color: #333;
    font-weight: 400;
    margin: 0;
    line-height: 135px;
    font-size: 15px;
}

#footer .box-newsletter #formNewsletter {
    display: inline-block;
    width: 100%;
}

#footer .box-newsletter #formNewsletter .newsletter-title {
    display: none;
}

#footer .box-newsletter #formNewsletter .form-row {
    margin-top: 51px;
    width: 100%;
}

#footer .box-newsletter #formNewsletter .form-row input {
    border: 1px solid #333;
    background-color: #FFFFFF;
    text-transform: uppercase;
    padding: 7px 10px;
}

#footer .box-newsletter #formNewsletter .form-row>div {
    margin-left: 11px;
}

#footer .box-newsletter #formNewsletter .form-row>div:first-child {
    margin-left: 0;
}

#footer .box-newsletter #formNewsletter #sendNewsletterVtex {
    display: inline-block;
    background-color: #E5E3E3;
    border-color: #D40053;
    color: #D40053;
    border-style: solid;
}

#footer .box-newsletter #formNewsletter #sendNewsletterVtex:hover {
    background-color: #d40054;
    color: #fff;
}

#footer .box-newsletter #formNewsletter #formMessage {
    /* margin-top: 45px;
    font-size: 16px;
    font-weight: 300; */

    font-weight: 600;
    color: #d30546;
    font-size: 20px;
}

#footer .box-glossario {
    background-color: #fff;
    font-size: 16px;
    height: 60px;
    line-height: 64px;
}

#footer .box-glossario p {
    float: left;
    margin: 0;
}

#footer .box-glossario ul {
    float: right;
    margin: 0;
}

#footer .box-glossario ul li {
    display: inline-block;
}

#footer .box-glossario ul li:before {
    content: "\f111";
    color: #45474F;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: lighter;
    text-decoration: inherit;
    font-size: 6px;
    display: inline-block;
    margin: 0px 11px;
    vertical-align: middle;
}

#footer .box-glossario ul li:first-child:before {
    display: none;
}

#footer .box-glossario ul li a {
    display: inline-block;
    color: #45474F;
}

#footer .box-footer {
    background-color: #58595b;
}

#footer .box-footer .container {
    padding-top: 45px;
}

#footer .box-footer .logo-adcos-footer svg {
    width: 100%;
    max-width: none;
}

#footer .box-footer .container {
    padding-top: 45px;
}

#footer .box-footer .logo-adcos-footer {
    display: block;
    margin-top: 155px;
}

#footer .box-footer .logo-adcos-footer a {
    width: 119px;
    height: 81px;
}

#footer .box-footer .logo-adcos-footer {
    display: block;
    margin-top: 155px;
}

#footer .box-footer .logo-adcos-footer a {
    /* background: url(/arquivos/sprite-resultate-adcos.png) no-repeat -136px 0; */
    display: block;
    width: 119px;
    height: 81px;
}

#footer .box-footer h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.6px;
    margin-bottom: 15px;
    white-space: nowrap;
    font-weight: 700;
}

#footer .box-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .box-footer ul li {
    margin-bottom: 8px;
}

#footer .box-footer ul li a {
    color: #ffffff;
    letter-spacing: 1px;
}

#footer .box-footer .contato-footer {
    /* margin-left: -3%; */
}

#footer .box-footer .contato-footer .lista-contato {
    margin-bottom: 40px;
}

#footer .box-footer .contato-footer .lista-contato li {
    color: #fff;
    margin-bottom: 2px;
    font-size: 13px;
}

#footer .box-footer .contato-footer h4:last-child {
    margin-top: 42px;
    margin-bottom: 12px;
}

#footer .box-footer .contato-footer .lista-social {}

#footer .box-footer .contato-footer .lista-social li {
    display: inline-block;
    margin-right: 10px;
}

#footer .box-footer .contato-footer .lista-social li a {
    display: block;
}

#footer .box-footer .contato-footer .lista-social li a i {
    font-size: 23px;
}

#footer .box-footer .contato-footer .lista-social li a:hover {
    color: #333;
}

.container .pagamento-footer .meios-pagamento {
    background: none !important;
    background-size: 100% !important;
    height: 75px !important;
    margin-left: -11px;
}

#footer .box-footer .meios-pagamento {
    background: none !important;
    display: block;
    width: 206px;
    height: 61px;
}

#footer .box-footer .meios-pagamento {
    background: url(/arquivos/sprite-resultate-adcos.png) no-repeat -136px -81px;
    display: block;
    width: 206px;
    height: 61px;
}

#footer .box-footer .digicert-container {
    margin-top: 23px;
}

#footer .box-footer .digicert-container img {
    display: none !important;
}

#footer .box-footer .digicert-container a {
    color: #fff;
    font-size: 10px;
}

#footer .box-footer .box-certificacao {
    width: 185px;
}

#footer .box-footer .ebit {
    float: left;
    margin-top: 5px;
}

#footer .box-footer .ebit img {
    width: 82px;
}

#footer .box-footer .trustvox-selo {
    float: left;
    margin-left: 10px;
}

#footer .box-footer .trustvox-selo .trust-selo {
    background: url(/arquivos/sprite-resultate-adcos.png) no-repeat 0px -117px;
    display: block;
    width: 84px;
    height: 97px;
}

#footer .box-footer .copyright {
    margin: 0;
    display: block;
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    margin-top: 15px;
    padding-bottom: 10px;
    font-weight: lighter;
}

#footer .box-footer-mobile .container>div {
    text-align: center;
}

#footer .box-footer-mobile .logo-adcos-footer {
    margin: 0;
    text-align: center;
}

#footer .box-footer-mobile .logo-adcos-footer a {
    display: inline-block;
}

#footer .box-footer-mobile .contato-footer h4 {
    display: none !important;
}

#footer .box-footer-mobile .contato-footer {
    margin: 30px 0 0 0;
}

#footer .box-footer-mobile .contato-footer .lista-social li {
    margin: 0 20px;
}

#footer .box-footer-mobile .contato-footer .lista-social li a i {
    font-size: 35px;
}

#footer .box-footer-mobile .pagamento-footer {
    margin: 35px 0 0 0 !important;
    border-top: 1px solid #be6184;
    padding-top: 25px;
}

#footer .box-footer-mobile .meios-pagamento {
    margin: 0 !important;
    display: inline-block;
}

#footer .box-footer-mobile #DigiCertClickID_waQCqOCZ {
    margin-top: 30px;
}

#footer .box-footer-mobile #DigiCertClickID_waQCqOCZ>div {
    display: none !important;
}

#footer .box-footer-mobile .box-certificacao {
    margin: 0px auto;
    text-align: center;
}

#footer .box-footer-mobile .ebit,
#footer .box-footer-mobile .trustvox-selo {
    display: inline-block;
    float: none;
}

#footer #seloEbit {
    width: 82px;
    height: 86px;
    background: url(https://imgebit-a.akamaihd.net/ebitBR/selo/img_38598.png);
    display: block;
    background-size: 100%;
}

#comprar-flutuante {
    position: fixed;
    bottom: 0;
    background-color: #45474f;
    width: 100%;
    z-index: 999;
}

#comprar-flutuante .preco-produto .descricao-preco .valor-por strong {
    color: #fff;
    font-style: normal;
    font-size: 18px;
    font-style: normal;
    line-height: 72px;
}

#comprar-flutuante .preco-produto .descricao-preco .valor-dividido.price-installments,
#comprar-flutuante .preco-produto .preco-a-vista {
    display: none !important;
}

#comprar-flutuante .btn-comprar-produto {
    float: right;
}

#comprar-flutuante .btn-comprar-produto .portal-notify-me-ref {
    display: none !important;
}

#comprar-flutuante .btn-comprar-produto a {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 16px;
    border: none;
    border-radius: 0;
    font-weight: 700;
    padding: 10px 50px;
    margin: 15px 0;
    background: rgba(50, 206, 36, 1);
    background: -moz-linear-gradient(top, rgba(50, 206, 36, 1) 0%, rgba(50, 206, 36, 1) 36%, rgba(50, 206, 36, 1) 44%, rgba(34, 176, 29, 1) 71%, rgba(34, 176, 29, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(50, 206, 36, 1)), color-stop(36%, rgba(50, 206, 36, 1)), color-stop(44%, rgba(50, 206, 36, 1)), color-stop(71%, rgba(34, 176, 29, 1)), color-stop(100%, rgba(34, 176, 29, 1)));
    background: -webkit-linear-gradient(top, rgba(50, 206, 36, 1) 0%, rgba(50, 206, 36, 1) 36%, rgba(50, 206, 36, 1) 44%, rgba(34, 176, 29, 1) 71%, rgba(34, 176, 29, 1) 100%);
    background: -o-linear-gradient(top, rgba(50, 206, 36, 1) 0%, rgba(50, 206, 36, 1) 36%, rgba(50, 206, 36, 1) 44%, rgba(34, 176, 29, 1) 71%, rgba(34, 176, 29, 1) 100%);
    background: -ms-linear-gradient(top, rgba(50, 206, 36, 1) 0%, rgba(50, 206, 36, 1) 36%, rgba(50, 206, 36, 1) 44%, rgba(34, 176, 29, 1) 71%, rgba(34, 176, 29, 1) 100%);
    background: linear-gradient(to bottom, rgba(50, 206, 36, 1) 0%, rgba(50, 206, 36, 1) 36%, rgba(50, 206, 36, 1) 44%, rgba(34, 176, 29, 1) 71%, rgba(34, 176, 29, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#32ce24', endColorstr='#22b01d', GradientType=0);
}


/* BOX POP UP */

.boxPopUp2-content .selectSkuTitle,
.boxPopUp2-content .vtexsc-skuProductPrice .regularPrice {
    display: none
}

.boxPopUp2 {
    position: fixed;
    top: 50px;
    width: 100%;
    text-align: center;
    z-index: 999999;
    left: 0
}

.boxPopUp2-wrap {
    margin: 50px auto;
    position: relative;
    width: 478px
}

.boxPopUp2-content {
    background: #FFF;
    padding: 10px;
    text-align: left;
    border-radius: 0;
    border: 1px solid #000;
}

.boxPopUp2-overlay {
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 999998;
    cursor: pointer
}

.boxPopUp2-content iframe {
    width: 100%;
    min-height: 185px
}

.boxPopUp2-content .vtexsc-selectSku {
    width: 500px
}

.boxPopUp2-content .vtexsm-prodTitle {
    color: #333333;
    text-transform: uppercase;
    font-size: 20px;
    margin: 15px 10px;
    float: none;
    text-align: center;
    font-weight: 300;
}

.boxPopUp2-content .vtexsc-skusWrap {
    float: left;
    width: 100%
}

.boxPopUp2-content .vtexsc-skuProductImage {
    float: left;
    margin: 5px 0 0 12px
}

.boxPopUp2-content .vtexsc-skuProductImage img {
    width: 139px;
    height: auto
}

.boxPopUp2-content .skuSelectionWrapper {
    float: left;
    width: 65%;
    margin-top: 10px;
    margin-left: 10px
}

.boxPopUp2-content .skuSelectionWrapper ul.topic span {
    width: inherit!important
}

.boxPopUp2-content .skuSelectionWrapper ul li.skuList label {
    margin: 0 0 5px 0;
    font-size: 11px;
    font-weight: 400;
    color: #404041;
    text-align: center;
    display: block;
    text-align: center;
}

.boxPopUp2-content .skuSelectionWrapper ul li.skuList label:before {
    content: '';
    display: inline-block;
    text-align: center;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.boxPopUp2-content .skuSelectionWrapper ul li.skuList label.checked:before,
.boxPopUp2-content .skuSelectionWrapper ul li.skuList label:hover:before {
    border: 2px solid #C72B5E !important
}

.boxPopUp2-content .newPrice.skuselector-best-price {
    width: 100%!important
}

.boxPopUp2-content .vtexsc-skuProductPrice .value {
    font-size: 17px;
    font-weight: 700
}

.boxPopUp2-content .notifyme-form {
    margin: 0 40px;
    text-align: center;
}

.boxPopUp2-content .notifyme-success p,
.boxPopUp2-content .sku-notifyme p {
    font-size: 14px;
    margin-bottom: 7px;
    text-align: center;
}

.boxPopUp2-content .sku-notifyme input[type=text] {
    width: 39%;
    padding: 4px 5px;
    outline: 0;
    margin: 0;
    color: #B1B1B1;
    float: left;
    display: inline-block;
    margin-left: 15px !important;
    margin-right: 0px !important;
}

.boxPopUp2-content .skuselector-warning {
    font-size: 14px;
    color: red;
    margin-left: 250px
}

.boxPopUp2-content form {
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.boxPopUp2-content .notifyme-button-ok {
    background-color: #FFF !important;
    height: 31px !important;
    width: 31px !important;
    border: 1px solid #d40054;
    color: #d40054;
}

.boxPopUp2-content .notifyme-button-ok:hover {
    background-color: #d40054 !important;
    color: #fff !important;
}

.boxPopUp2-content .vtexsc-skuProductImage {
    float: left;
    margin: 0;
    width: 50%;
}

.boxPopUp2-content .vtexsc-skuProductImage img {
    width: 90%;
    margin: 0 5%;
}

.skuSelectionWrapper {
    width: 50% !important;
    margin: 0 !important;
}

.skuSelectionWrapper .skuListWrap_ {
    width: 80%;
    margin: 30px 10% 0;
}

.selecaoSku ul.topic span,
.skuSelectionWrapper ul.topic span {
    width: auto;
    float: none;
    margin-left: 0px;
}

.skuSelectionWrapper ul {
    display: none !important;
}

.skuSelectionWrapper ul:first-child {
    display: block !important;
}

.skuSelectionWrapper .skuListWrap_ {
    width: 80%;
    margin: 30px 10% 0;
}

.boxPopUp2-content .vtexsc-buyButton {
    text-decoration: none;
    text-indent: -999999px;
    width: 206px;
    height: 35px;
    float: right;
    clear: both;
    font-size: 0;
    margin: 0 10px 10px;
    border-radius: 0;
    position: relative;
    text-indent: inherit;
    margin-right: 24px;
    margin-top: -20px;
}

.boxPopUp2-content .vtexsc-buyButton:after {
    content: "Adicionar ao carrinho";
    color: #fff;
    text-transform: uppercase;
    background-color: #E62560;
    font-size: 14px;
    line-height: 35px;
    display: block;
    text-align: center;
}

.boxPopUp2-content .skuselector-warning {
    font-size: 14px;
    color: red;
    float: none;
    margin: 0;
    position: absolute;
    bottom: 21px;
    left: 30px;
}

.boxPopUp2-content .vtexsc-skuProductPrice {
    font-size: 13px;
    color: #FD2643;
    clear: both;
    float: none;
    width: 100%;
    margin-left: 30px;
    color: #333;
    position: absolute;
    bottom: 18px;
}

.boxPopUp2 {
    /*display: none !important;*/
    visibility: hidden !important;
}

.boxPopUp2.active {
    /*display: block !important;*/
    visibility: visible !important;
}

.skuSelectionWrapper ul.topic input {
    display: none;
}

.skuSelectionWrapper .product_content .box_comprar {
    height: 100%;
    min-height: 240px;
    position: relative;
}

.skuSelectionWrapper li.specification {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
}

.skuSelectionWrapper li.specification:after {
    content: ":";
}

.skuSelectionWrapper .comprar .ligue_ja {
    bottom: 7px!important;
}

.skuSelectionWrapper .comprar .enviar_amigo {
    bottom: 46px!important;
}

.skuSelectionWrapper ul.topic label {
    position: relative;
    font-size: 10px;
    width: 67px;
    height: 66px;
    cursor: pointer;
    color: #828282;
    border: 2px solid #fff;
    padding: 0px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-right: 5px;
    float: left;
    margin-top: 7px;
}

.skuSelectionWrapper ul.topic .skuespec_Beige:before {
    /*background: url(beige.gif) bottom center no-repeat;*/
    background-color: #C69A6C;
}

.skuSelectionWrapper ul.topic .skuespec_Bronze:before {
    /*background: url(bronze.gif) bottom center no-repeat;*/
    background-color: #AA6B28;
}

.skuSelectionWrapper ul.topic .skuespec_Incolor:before {
    /*background: url(incolor.gif) bottom center no-repeat;*/
    background-color: #F2F2F2;
}

.skuSelectionWrapper ul.topic .skuespec_Ivory:before {
    /*background: url(ivory.gif) bottom center no-repeat;*/
    background-color: #E3CDB6;
}

.skuSelectionWrapper ul.topic .skuespec_Peach:before {
    /*background: url(peach.gif) bottom center no-repeat;*/
    background-color: #D6B694;
}

.skuSelectionWrapper ul.topic .skuespec_Nude:before {
    /*background: url(nude.gif) bottom center no-repeat;*/
    background-color: #CEA87F;
}

.skuSelectionWrapper ul.topic .skuespec_Translucido:before {
    /*background: url(translucido.gif) bottom center no-repeat;*/
    background-color: #F7F1EB;
}

.skuSelectionWrapper .notifyme {
    margin: -8px 0 0;
}

.skuSelectionWrapper .digicertSecuro {
    position: absolute;
    background: url(icons.png) -273px -676px no-repeat;
    width: 113px;
    height: 39px;
    right: 0;
    margin-right: 30px;
    top: 102%;
}

.skuSelectionWrapper ul.topic span {
    width: 470px;
    float: left;
    margin-left: -7px;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    width: 353px !important;
    background: #fff;
    border: 1px solid #ECECEC;
    z-index: 9999 !important;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all li {
    margin: 3px 0;
    display: block;
    border: 1px solid #ECECEC;
    border-width: 0 0 1px
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all li:last-child {
    border: 0 !important;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all a {
    cursor: pointer !important;
    color: #333;
    padding: 3px 10px 5px;
    display: block;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all a img {
    display: inline-block;
    margin-right: 4px;
}

#returnToTop {
    display: none !important;
}


/* MODAL */

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
}

#boxes #dialog {
    width: 506px;
    height: 361px;
    padding: 28px;
    background-color: #FFFFFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family: 'Roboto', sans-serif !important;
}

#mod1 {
    background-color: transparent;
    height: 300px;
}

#mod2 {
    background-color: transparent;
    height: 300px;
}

#mod1 #form {
    background-color: transparent;
    float: left;
    width: 100%;
    margin-top: 1em;
}

#dialog #form p {
    margin: 0;
    padding: 0;
    margin-bottom: 13px;
    font-size: 14px;
    color: gray;
    margin-top: -20px;
}

#dialog #box-data .form-newsletter {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #cacdd4;
    width: 266px;
    height: 30px;
    margin-top: 10px;
    color: gray;
}

.form-newsletter {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #cacdd4;
    width: 266px;
    height: 30px;
    margin-top: -10px;
    margin-bottom: 4px;
    padding: 10px;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    font: 13px helvetica, sans-serif;
    font-style: italic;
}

:-moz-placeholder {
    font: 13px helvetica, sans-serif;
    font-style: italic;
}

.submit-form-newsletter {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #cacdd4;
    background-color: #cacdd4;
    color: white;
    width: 155px;
    height: 35px;
    margin-top: 30px;
    margin-left: 60px;
}

#dialog #box-nome {
    font: 16px helvetica, sans-serif;
    font-weight: bold;
}

#dialog #box-email {
    margin-top: 25px;
    font: 16px helvetica, sans-serif;
    font-weight: bold;
}

#dialog #box-data {
    font: 16px helvetica, sans-serif;
    font-weight: bold;
}

#dialog #box-data label {
    color: #4D5159;
    font-size: 16px;
    font-weight: 500;
    font-family: Roboto;
}

#dialog #box-data {
    margin-top: 25px;
    font: 16px helvetica, sans-serif;
    font-weight: bold;
}

#dialog .close {
    position: absolute;
    display: block;
    text-align: right;
    margin-top: -48px;
    left: 484px;
    padding: 20px;
    width: 0%;
    background: #333;
    border-radius: 3em;
    float: right;
    opacity: 0.9;
}

#dialog .close p {
    margin: 0;
    padding: 0;
    color: white;
    position: absolute;
    top: 11px;
    left: 15px;
    font-size: 18px;
    display: block;
    text-align: center;
}

#dialog .back {
    position: absolute;
    display: block;
    text-align: right;
    margin-top: -38px;
    left: -12px;
    padding: 16px 11px 10px 15px;
    width: 0%;
    background: #4D5159;
    border-radius: 3em;
    float: left;
    font-size: 13px;
}

#dialog .back p {
    margin: 0;
    padding: 0;
    color: white;
    position: absolute;
    margin-top: -10px;
    margin-left: -7px;
}

#dialog #greetings {
    margin: 0;
    font-size: 28px;
    color: #4D5159;
    font-weight: 500;
    min-height: 90px;
    font-family: Roboto;
    line-height: 34px;
}

#dialog #desc {
    width: 52%;
    font-family: Roboto;
    font-size: 15px;
    color: #4D5159;
    float: left;
    margin-top: 10px;
}

#dialog #greetings2 {
    margin: 0;
    font-size: 24px;
    color: #4D5159;
    font-weight: 500;
    font-family: Roboto;
}

#dialog #desc2 {
    width: 52%;
    font-size: 15px;
    color: #4D5159;
    float: left;
}

#dialog #tipo_pele2 input[type="radio"] {
    margin: 0;
    vertical-align: middle;
}

#dialog input[type="radio"] {
    margin: 0;
}

#dialog #mod1 a {
    float: right;
    margin-top: -48px;
    margin-right: 15px;
    border: none;
    background: #e62560;
    padding: 1em 2em;
    color: #fff !important;
    font-size: 13px;
    cursor: pointer;
    font-weight: 300;
    text-transform: uppercase;
}

#mod2 input[type="submit"] {
    margin-top: 35px;
    margin-right: 20px;
    border: none;
    background: #e62560;
    padding: 1em 2em;
    font-weight: 600;
    color: #fff;
    border-radius: 7px;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

#dialog #genero {
    position: absolute;
    left: 347px;
    margin-top: -103px;
    color: gray;
    font-size: 14px;
    letter-spacing: 1px;
}

#mod1 #picture {
    margin-top: -60px;
}

#mod1 #picture img {
    float: right;
    margin-top: -100px;
}

#dialog {
    background: url("../arquivos/bg_modal.png") no-repeat;
}

#dialog #genero2 {
    position: absolute;
    left: 347px;
    margin-top: -98px;
    color: gray;
    font-size: 14px;
    letter-spacing: 1px;
}

#mod2 #picture {
    margin-top: -35px;
}

#mod2 #picture img {
    float: right;
    position: absolute;
    bottom: 0;
    right: 20px;
}

#dialog #tipo_pele2 {
    margin-top: 25px;
}

#dialog #tipo_pele2 p {
    color: #4d5159;
    font-size: 16px;
    margin-top: 0;
}

#dialog #tipo_pele2 span {
    color: #4d5159;
    font-size: 14px;
    margin-right: 1em;
    bottom: 1px;
    position: relative;
    vertical-align: middle;
    font-family: Roboto;
}

#dialog input[type="submit"] {
    cursor: pointer;
}

#dialog input.markObrigatorio {
    border-color: #dd4b39;
}


/* MODAL CONTINUAR COMPRANDO
#modal-helper-nav{}
#modal-helper-nav .titulo-helper-nav{}
#modal-helper-nav .btns-helper-nav{}
#modal-helper-nav .btns-helper-nav .btn-comprar-mais{}
#modal-helper-nav .btns-helper-nav .btn-checkout{} */


/* MODAL EXPERIMENTE NA LOJA */

#modal-experimente {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
}

#modal-experimente .modal-experimente-error,
#modal-experimente .modal-experimente-sucesso {
    display: none !important;
}

#modal-experimente .modal-experimente-error.ativo,
#modal-experimente .modal-experimente-sucesso.ativo {
    display: block !important;
}

#modal-experimente .modal-experimente-error p {
    text-align: center;
    margin: 0;
    padding: 20px 0;
}

#modal-experimente .modal-experimente-bg {
    background: #ffffff;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
}

#modal-experimente .modal-experimente-box {
    margin-top: 50px;
    margin-left: -303px;
    position: fixed;
    width: 606px;
    background-color: #fff;
    left: 50%;
    border: 1px solid #333;
}

#modal-experimente .modal-experimente-box h4 {
    font-weight: 300;
    color: #d40053;
    font-size: 25px;
    text-align: center;
    margin-top: 14px;
    padding-top: 15px;
    padding-left: 48px;
    padding-right: 48px;
}

#modal-experimente .modal-experimente-box .img-produto-modal {
    padding-left: 48px;
}

#modal-experimente .modal-experimente-box .img-produto-modal img {
    width: 100%;
    height: auto;
}

#modal-experimente .modal-experimente-box .desc-produto-modal {
    height: 180px;
    padding-right: 48px;
}

#modal-experimente .modal-experimente-box .desc-produto-modal p {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    line-height: inherit;
    margin-top: 30px;
    margin-right: 10px;
}

#modal-experimente .modal-experimente-box .desc-produto-modal .titulo-produto {
    margin-top: 20px;
}

#modal-experimente .modal-experimente-box .desc-produto-modal .titulo-produto .linha-produto {
    display: block;
    font-size: 400;
}

#modal-experimente .modal-experimente-box .desc-produto-modal .titulo-produto .nome-produto {
    font-size: 16px;
    font-weight: 700;
}

#modal-experimente .modal-experimente-box .desc-produto-modal .titulo-produto .gramatura-produto {
    display: none;
}

#modal-experimente .modal-experimente-box .border-destaque-modal {
    padding-left: 48px;
    padding-right: 48px;
}

#modal-experimente .modal-experimente-box .border-destaque-modal p {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin: 0;
    padding: 10px;
}

#modal-experimente .lista-lojas-modal {
    padding-top: 25px;
    padding-left: 41px;
    padding-right: 41px;
}

#modal-experimente .lista-lojas-modal li {
    display: block;
    width: 100%;
}

#modal-experimente .lista-lojas-modal li i {
    float: left;
}

#modal-experimente .lista-lojas-modal li p {
    float: left;
    margin-left: 7px;
    font-weight: 300;
    max-width: 90%;
}

#modal-experimente .lista-lojas-modal li p strong {
    display: block;
}

#modal-experimente .lista-completa-lojas-modal {
    background-color: #E5E3E3;
    margin-top: 15px;
    text-align: center;
    padding-bottom: 10px;
}

#modal-experimente .lista-completa-lojas-modal strong {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 28px;
}

#modal-experimente .lista-completa-lojas-modal .bt-lista-lojas {
    display: inline-block;
    font-size: 14px;
    color: #d40053;
    border: 1px solid #d40053;
    padding: 6px 12px;
    text-transform: uppercase;
    margin-top: 13px;
    font-weight: 400;
}

#modal-experimente .lista-completa-lojas-modal p {
    display: block;
    margin-top: 11px;
}

#modal-experimente .lista-completa-lojas-modal p a {
    color: #333;
    text-decoration: underline;
}

#modal-experimente .lista-completa-lojas-modal p a:hover {}


/* INSTITUCIONAL */

.institucional .title_institucional {
    font-size: 20px;
    color: #636363;
    font-weight: 400;
    height: 40px
}

.institucional .sidebar-left {
    float: left;
    max-width: 280px;
    width: 20%;
    margin-right: 20px;
    margin-top: 5px;
}

.institucional .sidebar-left h3 {
    font-size: 15px;
    border-bottom: 0!important;
    padding-bottom: 0!important;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 30px;
    color: #ed1262;
    letter-spacing: .1em;
}

.institucional .sidebar-left h3 a {
    color: #ed1262
}

.institucional .sidebar-left ul.submenu {
    font-size: 12px;
    line-height: 18px;
    padding-left: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.institucional .sidebar-left .submenu li {
    margin-bottom: 5px
}

.institucional .sidebar-left ul.submenu a {
    color: #a8a8a8;
    font-weight: 300;
    width: 100%;
    clear: both;
    display: block
}

.institucional .sidebar-resultado {
    float: right;
    max-width: 890px;
    width: 100%;
    color: #656565;
    margin-bottom: 40px;
}

.institucional .sidebar-resultado p>strong {
    font-weight: bold !important;
}

.institucional .sidebar-resultado h2 {
    font-size: 33px!important;
    font-weight: 300;
    margin-bottom: 15px;
    color: #ed1262;
    line-height: 35px!important
}

.institucional .lista_itens,
.institucional .sidebar-resultado span,
.institucional .sidebar-resultado p {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    text-align: justify
}

.institucional .sidebar-resultado p {
    margin-bottom: 30px
}

.institucional .sidebar-resultado span {
    margin-bottom: 2px;
    display: block
}

.institucional .sidebar-resultado iframe {
    width: 100%;
    height: 507px
}

.institucional .lista_itens {
    margin: 20px 0 20px 35px;
    font-style: italic
}

.institucional .lista_itens li {
    list-style: disc;
    line-height: 20px;
}


/* MINHA CONTA */

#minha-conta a {
    text-decoration: underline
}

#minha-conta .profile-detail-display h5,
#minha-conta h1,
#minha-conta h4 {
    padding-top: 7px;
    color: #8b8b8b;
    font-weight: 400
}

#minha-conta h1 {
    font-size: 22px;
    line-height: 22px;
    margin: 20px 0 18px
}

#minha-conta h4 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 4px
}

#minha-conta .profile-detail-display h5 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 18px
}

#minha-conta p {
    color: #8b8b8b;
    font-size: 13px;
    line-height: 18px
}

#minha-conta h1,
#minha-conta h4 {
    text-transform: uppercase
}

#minha-conta h5 {
    clear: both;
}

#minha-conta .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#minha-conta .modal.hide.in {
    display: block !important;
}

#minha-conta .modal {
    width: 80%;
    margin: 30px 10%;
}

#minha-conta .modal>div,
#minha-conta .modal>form {
    background-color: #fff;
}

#minha-conta .modal label.radio {
    margin-left: 20px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

#minha-conta .modal .control-group {
    float: left;
    margin-right: 1%;
    width: 24%;
    margin-bottom: 15px;
}

#minha-conta .modal .control-group.form-contact-data-interesses {
    width: 50%;
}

#minha-conta .modal .form-business-data-name {
    clear: both;
}

#minha-conta .modal .control-group input[type="text"],
#minha-conta .modal .control-group select {
    width: 100%;
}

.profile_detail_form_tipo_pele label.radio {
    float: none !important;
    display: inline-block;
}

.orders #template .page-header .nav.nav-pills li a {
    background: none;
    color: #337ab7;
}

.orders #template .page-header .nav.nav-pills li.active a {
    color: #337ab7;
    font-weight: bolder;
}

.orders #template .myo-order-header div:last-child .tr div {
    background: none;
}

.orders #template .myo-order-header div:last-child .tr div.bg-black span {
    color: #000
}

.orders #template .myo-order-header div:last-child .tr div.bg-near-black span {
    color: #111
}

.orders #template .myo-order-header div:last-child .tr div.bg-dark-gray span {
    color: #333
}

.orders #template .myo-order-header div:last-child .tr div.bg-mid-gray span {
    color: #555
}

.orders #template .myo-order-header div:last-child .tr div.bg-gray span {
    color: #777
}

.orders #template .myo-order-header div:last-child .tr div.bg-silver span {
    color: #999
}

.orders #template .myo-order-header div:last-child .tr div.bg-light-silver span {
    color: #aaa
}

.orders #template .myo-order-header div:last-child .tr div.bg-moon-gray span {
    color: #ccc
}

.orders #template .myo-order-header div:last-child .tr div.bg-light-gray span {
    color: #eee
}

.orders #template .myo-order-header div:last-child .tr div.bg-near-white span {
    color: #f4f4f4
}

.orders #template .myo-order-header div:last-child .tr div.bg-white span {
    color: #fff
}

.orders #template .myo-order-header div:last-child .tr div.bg-dark-red span {
    color: #e7040f
}

.orders #template .myo-order-header div:last-child .tr div.bg-red span {
    color: #ff4136
}

.orders #template .myo-order-header div:last-child .tr div.bg-light-red span {
    color: #ff725c
}

.orders #template .myo-order-header div:last-child .tr div.bg-orange span {
    color: #ff6300
}

.orders #template .myo-order-header div:last-child .tr div.bg-gold span {
    color: #ffb700
}

.orders #template .myo-order-header div:last-child .tr div.bg-yellow span {
    color: #F48128
}

.orders #template .myo-order-header div:last-child .tr div.bg-light-yellow span {
    color: #F48128
}

.orders #template .myo-order-header div:last-child .tr div.bg-purple span {
    color: #5e2ca5
}

.orders #template .myo-order-header div:last-child .tr div.bg-light-purple span {
    color: #a463f2
}

.orders #template .myo-order-header div:last-child .tr div.bg-dark-pink span {
    color: #d5008f
}

.orders #template .myo-order-header div:last-child .tr div.bg-hot-pink span {
    color: #ff41b4
}

.orders #template .myo-order-header div:last-child .tr div.bg-pink span {
    color: #ff80cc
}

.orders #template .myo-order-header div:last-child .tr div.bg-light-pink span {
    color: #ffa3d7
}

.orders #template .myo-order-header div:last-child .tr div.bg-dark-green span {
    color: #137752
}

.orders #template .myo-order-header div:last-child .tr div.bg-green span {
    color: #19a974
}

.orders #template .myo-order-header div:last-child .tr div.bg-light-green span {
    color: #9eebcf
}

.orders #template .myo-order-header div:last-child .tr div.bg-navy span {
    color: #001b44
}

.orders #template .myo-order-header div:last-child .tr div.bg-dark-blue span {
    color: #00449e
}

.orders #template .myo-order-header div:last-child .tr div.bg-blue span {
    color: #357edd
}

.orders #template .myo-order-header div:last-child .tr div.bg-light-blue span {
    color: #96ccff
}

.orders #template .myo-order-header div:last-child .tr div.bg-lightest-blue span {
    color: #cdecff
}

.orders #template .myo-order-header div:last-child .tr div.bg-washed-blue span {
    color: #f6fffe
}

.orders #template .myo-order-header div:last-child .tr div.bg-washed-green span {
    color: #e8fdf5
}

.orders #template .myo-order-header div:last-child .tr div.bg-washed-yellow span {
    color: #fffceb
}

.orders #template .myo-order-header div:last-child .tr div.bg-washed-red span {
    color: #ffdfdf
}

.orders #template .myo-order-card .cf.pa3 .cf.fr.db .myo-reorder-btn {
    background-color: #d70a5a;
    border-radius: 5px;
    width: 12rem;
    margin-right: 4rem;
}

.orders #template .myo-order-card .cf.pa3 .cf.fr.db .myo-reorder-btn span {
    color: #fff;
    font-size: 18px;
}

.orders #template .myo-order-card .cf.pa3 .cf.fr.db .myo-reorder-btn button {
    background-color: #d70a5a;
    color: #fff;
}

.orders #template .myo-order-card .cf.pa3 .cf.fr.db .myo-reorder-btn button svg {
    fill: #fff;
}

.orders #template .myo-order-card .cf.pa3 .cf.fr.db a button {
    box-shadow: none !important;
    border: none !important;
}

#wishlist-banner {
    background-color: #F6F6F6;
}

#wishlist-banner img {
    width: 100%;
    height: auto;
}

#wishlist {}

#wishlist li.no-hover {
    z-index: 0;
}

#wishlist li.no-hover:hover {
    box-shadow: 3px 3px 10px #fff !important;
    text-decoration: none !important;
    border: 1px solid #fff !important;
    z-index: 0;
}


/*NOSSAS LOJAS*/

#lojas .box-mapa {
    margin-top: 25px;
}

#lojas .box-mapa #map {
    height: 705px;
}

#lojas .box-lojas {
    margin-top: 25px;
}

#lojas .box-lojas h2 {
    color: #333333;
    margin: 0 0 21px;
    font-size: 20px;
    font-weight: 300;
}

#lojas .box-lojas form {
    background-color: #333333;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-bottom: 18px;
}

#lojas .box-lojas form label {
    color: #fff;
    display: block;
    font-weight: normal;
    margin-bottom: 0;
}

#lojas .box-lojas form select {
    width: 100%;
    height: 28px;
    line-height: 28px;
}

#lojas .box-lojas form p {
    text-align: center;
    padding-top: 5px;
    margin-bottom: 0;
}

#lojas .box-lojas form p a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

#lojas .box-lojas form p a:hover {
    text-decoration: underline;
}

#lojas .box-lojas form p a i {
    color: #d40053;
    font-size: 17px;
}

#lojas .box-lojas .lista-lojas {
    max-height: 435px;
    overflow-y: scroll;
    position: relative;
}

#lojas .box-lojas .lista-lojas ul {
    display: block;
    padding-right: 25px;
}

#lojas .box-lojas .lista-lojas ul li {
    color: #333;
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}

#lojas .box-lojas .lista-lojas ul li span {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 5px;
    display: block;
}

#lojas .box-lojas .lista-lojas ul li span i {
    color: #d40053;
    font-size: 20px;
    margin-right: 2px;
}

#lojas .box-lojas .lista-lojas ul li p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17px;
}

#lojas .box-lojas .lista-lojas::-webkit-scrollbar-track {
    border: 1px solid #e5e3e3;
    background-color: #fff;
}

#lojas .box-lojas .lista-lojas::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#lojas .box-lojas .lista-lojas::-webkit-scrollbar-thumb {
    background-color: #e5e3e3;
    border: 2px solid #e5e3e3;
}

#lojas .box-lojas .contatos-com-loja {
    margin-top: 10px;
    border-top: 1px solid #d40053;
    padding-top: 10px;
}

#lojas .box-lojas .contatos-com-loja p {
    display: inline-block;
    line-height: 25px;
    font-size: 13px;
    letter-spacing: -0.1px;
    margin-bottom: 6px;
}

#lojas .box-lojas .contatos-com-loja p * {
    display: inline-block;
    line-height: 25px;
}

#lojas .box-lojas .contatos-com-loja p span {
    color: #d40053;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-left: 3px;
    margin-right: 3px
}


/* LOGIN MODAL */

.vtexIdUI {
    border: 1px solid #44474e !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.vtexIdUI * {
    font-family: 'Roboto', sans-serif;
}

.vtexIdUI .modal-header {
    background-color: #f6f6f6 !important;
}

.vtexIdUI .vtexIdUI-heading {
    margin-right: 35px;
}

.vtexIdUI .modal-header .vtexIdUI-close {
    background-color: #333 !important;
    width: 40px !important;
    height: 40px !important;
    margin: 10px !important;
}

.vtexIdUI .modal-header h4 {
    font-size: 14px;
}

.vtexIdUI .modal-body .vtexIdUI-providers-list {}

.vtexIdUI .modal-body .vtexIdUI-providers-list li {
    margin-bottom: 6px;
}

.vtexIdUI .modal-body .vtexIdUI-providers-list li button {
    box-shadow: none !important;
    border-radius: 4px !important;
    color: #fff !important;
}

.vtexIdUI .modal-body .vtexIdUI-providers-list li button:before {
    content: "\f0d7";
    color: #FFFFFF;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: lighter;
    text-decoration: inherit;
    font-size: 16px;
    border-right: 1px solid #ccc;
    position: absolute;
    left: 0;
    min-width: 39px;
}

.vtexIdUI .modal-body .vtexIdUI-providers-list li button i {
    display: none !important;
}

.vtexIdUI .modal-body .vtexIdUI-providers-list li button p,
.vtexIdUI .modal-body .vtexIdUI-providers-list li button>span {
    text-align: left;
    display: block;
    padding-left: 50px;
    font-size: 14px;
    line-height: 20px;
}

.vtexIdUI .modal-body .vtexIdUI-providers-list li #loginWithAccessKeyBtn {
    background: #5cb65c;
}

.vtexIdUI .modal-body .vtexIdUI-providers-list li #loginWithAccessKeyBtn:before {
    content: "\f084";
}

.vtexIdUI .modal-body .vtexIdUI-providers-list li #vtexIdUI-facebook {
    background: #4670aa;
}

.vtexIdUI .modal-body .vtexIdUI-providers-list li #vtexIdUI-facebook:before {
    content: "\f09a";
}

.vtexIdUI .modal-body .vtexIdUI-providers-list li #vtexIdUI-google-plus {
    background: #d64937;
}

.vtexIdUI .modal-body .vtexIdUI-providers-list li #vtexIdUI-google-plus:before {
    content: "\f0d5";
}

.vtexIdUI .modal-body .vtexIdUI-providers-list li #loginWithUserAndPasswordBtn {
    background: #9ca0a3;
}

.vtexIdUI .modal-body .vtexIdUI-providers-list li #loginWithUserAndPasswordBtn:before {
    content: "\f003";
}

.vtexIdUI .btn-success {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: #51a351 !important;
}

#texto-seo a,
#banner-pagina a {
    text-decoration: underline;
    font-size: 1em;
}

#texto-seo a:hover,
#banner-pagina a:hover {
    color: #d64654;
}


/* RESPONSIVE */

@media (max-width: 1200px) {
    #header .menu-desktop .box-busca {
        width: 100%;
    }
    #header .box-busca .busca input[type="text"] {}
    #header .box-busca .busca .btn-buscar {}
    #header .box-controle {
        width: 100%;
        margin: 5px 0 0 0;
    }
    #header .menu-cart .main-nav {
        width: 95%;
    }
    #menu-categorias .destaque-menu-categorias a h5 {
        font-size: 25px;
    }
    #menu-categorias .destaque-menu-categorias a p {
        font-size: 17px;
    }
    #menu-categorias .margin-b-banner .box-banner:first-child {
        margin-bottom: 21px;
    }
    #banner .container-banners .slick-prev {
        left: 5%;
    }
    #banner .container-banners .slick-next {
        right: 5%;
    }
    #tipos-pele .container {
        padding-bottom: 0px;
    }
    .box-highlights ul li {
        text-align: center;
    }
    .box-highlights ul li:before {
        margin: 0;
        display: inline-block;
    }
    .box-highlights ul li p {
        margin: 0;
        display: block;
        text-align: center;
    }
    #categoria .prateleira-produtos>ul>li a img,
    #categoria .prateleira-produtos>ul .slick-track>li a img {
        width: 100%;
        height: auto;
    }
    #footer .box-newsletter h4 {
        line-height: normal;
        margin-top: 51px;
    }
    #footer .box-newsletter .newsletter-client-name,
    #footer .box-newsletter .newsletter-client-email {
        width: 40%;
    }
    #footer .box-footer .pagamento-footer {
        margin-left: -3%;
    }
}

@media (max-width: 1199px) {
    #menu-categorias .item-menu-banner {
        padding: 22px 0;
    }
}

@media (max-width: 991px) {
    /* CENTRAL NEO ASSIST */
    #elCentralClient {
        bottom: 85px !important;
    }
    .prateleira-produtos>ul>li,
    .prateleira-produtos>ul .slick-track>li {
        height: auto;
        max-height: inherit;
        min-height: inherit;
    }
    .prateleira-produtos .container-button-wishlist button:before {
        visibility: visible;
    }
    #header .menu-header-mobile {
        text-align: center;
    }
    #header .menu-header-mobile a {
        display: inline-block;
        font-size: 2em;
        height: 76px;
        line-height: 76px;
        vertical-align: middle;
    }
    #header .logo-adcos {
        text-align: center;
    }
    #header .logo-adcos a {
        display: inline-block;
    }
    #header .box-busca {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    #header .menu-cart {
        margin: 0;
        text-align: center;
        vertical-align: middle;
        height: 76px;
        line-height: 76px;
    }
    #header .menu-cart .cart {
        display: inline-block;
        float: none;
        margin: 0;
        vertical-align: middle;
    }
    #header .menu-cart .cart:before {
        font-size: 2em;
    }
    #header .menu-cart .cart .cart-info .amount-items .amount-items-em {
        width: 1.3em;
        height: 1.3em;
        font-size: 0.8em;
        line-height: 1.3em;
    }
    #banner .container-banners .slick-track a img {
        width: 100%;
        height: auto;
    }
    #banner .container-banners .slick-prev {
        left: 0px;
    }
    #banner .container-banners .slick-next {
        right: 0px;
    }
    #menu-categorias {
        padding-bottom: 40px;
    }
    #menu-categorias .container>div {
        margin-bottom: 0;
    }
    #menu-categorias .container>div.item-menu-categorias-01,
    #menu-categorias .container>div.item-menu-categorias-02 {
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
    }
    #menu-categorias .container>div.item-menu-categorias-03 {
        border-bottom: 1px solid #333;
    }
    #menu-categorias .container>div.item-menu-categorias-04,
    #menu-categorias .container>div.item-menu-categorias-05,
    #menu-categorias .container>div.item-menu-categorias-07,
    #menu-categorias .container>div.item-menu-categorias-08,
    #menu-categorias .container>div.item-menu-categorias-10,
    #menu-categorias .container>div.item-menu-categorias-11 {
        border-right: 1px solid #333;
    }
    #menu-categorias .container>div.item-menu-categorias-07,
    #menu-categorias .container>div.item-menu-categorias-08,
    #menu-categorias .container>div.item-menu-categorias-09,
    #menu-categorias .container>div.item-menu-categorias-10,
    #menu-categorias .container>div.item-menu-categorias-11,
    #menu-categorias .container>div.item-menu-categorias-12 {
        border-top: 1px solid #333;
    }
    #menu-categorias .container>div.item-menu-categorias-11,
    #menu-categorias .container>div.item-menu-categorias-12 {
        height: 140px;
    }
    #menu-categorias .item-menu-categorias a {
        background-color: #fff;
        padding-bottom: 0;
    }
    #menu-categorias .item-menu-categorias a .linha-item,
    #menu-categorias .item-menu-categorias a .link-hover-item {
        display: none !important;
    }
    #menu-categorias .item-menu-categorias a .titulo-item {
        font-size: 13px;
    }
    #menu-categorias .item-menu-banner {
        display: none !important;
    }
    #menu-categorias .margin-b-banner .box-banner:first-child {
        margin-bottom: 0px;
        display: none;
    }
    #menu-categorias .box-banner {
        margin-top: 20px;
    }
    #tipos-pele .container>div {
        margin-bottom: 20px;
    }
    #categoria .select-visualizacao {
        display: none !important;
    }
    #categoria .prateleira-produtos>ul>li,
    #categoria .prateleira-produtos>ul .slick-track>li {
        width: 50%;
    }
    #produto #produto-img-desc #image-main {
        width: 100%;
        height: auto;
    }
    #produto #produto-img-desc .desc-produto {
        text-align: center;
    }
    #produto #produto-video .video-embed iframe {
        width: 570px;
        height: 320px;
    }
    #produto #produto-img-desc .desc-produto .skus-produto {
        background-color: #F2F2F2;
    }
    #produto #produto-img-desc .desc-produto .skus-produto .topic.Tonalidade .select label:before {
        border-color: #F2F2F2;
    }
    #produto #produto-img-desc .desc-produto .preco-bt-mobile {
        background-color: #45474f;
        padding-bottom: 20px;
    }
    #produto #produto-img-desc .desc-produto .preco-bt-mobile .btn-comprar-produto {
        margin-top: 0;
    }
    #produto #produto-img-desc .desc-produto .whatsapp-bt-mobile {
        display: block;
        background-color: #F2F2F2;
    }
    #produto #produto-img-desc .desc-produto .whatsapp-bt-mobile a {
        display: block;
        background-color: #F2F2F2;
        color: #333;
        line-height: 57px;
        font-size: 13px;
        font-weight: 300;
    }
    #produto #produto-img-desc .desc-produto .whatsapp-bt-mobile a span {
        text-decoration: underline;
        margin-left: 5px;
        vertical-align: super;
    }
    #produto #produto-img-desc .desc-produto .preco-produto {
        padding-top: 15px;
    }
    #produto #produto-img-desc .desc-produto .preco-produto .valor-por.price-best-price {
        color: #FFFFFF;
    }
    #produto #produto-img-desc .desc-produto .preco-produto .valor-dividido.price-installments {
        color: #FFFFFF;
        display: inline-block !important;
    }
    #produto #produto-especificacoes .conteudo-especificacoes {
        margin: 70px 20px 70px;
    }
    #produto-img-desc .desc-produto .btn-comprar-produto .notifyme.sku-notifyme {
        color: #fff;
    }
    #footer .box-newsletter .container>div {
        height: auto !important;
    }
    #footer .box-newsletter h4 {
        font-size: 16px;
        line-height: inherit !important;
        text-align: center;
        padding: 20px 0;
        margin-top: 10px;
    }
    #footer .box-newsletter .newsletter fieldset {
        margin-top: 0;
        height: auto !important;
        padding-bottom: 30px;
        text-align: center;
    }
    .produto.produto-resultate .zopim {
        bottom: 0px !important;
        left: 10px !important;
        right: auto !important;
    }
    #comprar-flutuante .btn-comprar-produto a {
        margin-bottom: 0px;
    }
    #modal-experimente .modal-experimente-box .img-produto-modal {
        display: none;
    }
    #modal-experimente .modal-experimente-box .border-destaque-modal {
        display: none;
    }
}

@media (max-width: 767px) {
    .image-content-wrapper {
        width: 100vw !important;
        height: 100vh !important;
        border: none !important;
    }
    .zoom-image .images-slide {
        display: none !important;
    }
    span.x-close {
        top: 0 !important;
        right: 0 !important;
    }
    a.nav-slide {
        display: flex !important;
        align-items: center !important;
        width: auto !important;
    }
    a.nav-slide:before {
        position: initial !important;
        font-size: 40px !important;
    }
    /* CENTRAL NEO ASSIST */
    #elCentralClient {
        bottom: 85px !important;
    }
    #highlight-pagina {
        display: none;
    }
    .slick-track {
        padding-bottom: 20px;
    }
    .prateleira-produtos>ul>li,
    .prateleira-produtos>ul .slick-track>li {
        box-shadow: 3px 3px 5px #c2c2c2;
        border: 1px solid #ededed;
        z-index: 1;
        margin: 10px 0.3% 0;
    }
    .prateleira-produtos ul {
        text-align: center
    }
    .prateleira-produtos .slick-dots {
        bottom: 0;
        z-index: 1;
        text-align: center;
        display: inline-block !important;
        width: auto;
        left: inherit;
        position: relative;
    }
    .prateleira-produtos .slick-dots li {
        box-shadow: none;
        z-index: 1;
        margin: 0 5px !important;
    }
    #mais-vendidos p {
        display: block;
        text-align: center;
        margin: 10px 30px 0;
    }
    #mais-vendidos p a {
        color: #c42157;
        text-decoration: underline;
    }
    #slick-current {
        padding-top: 0;
        padding-bottom: 0;
    }
    #categoria .container {
        padding-top: 0;
    }
    #categoria .sidebar-filtro {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
    }
    .busca #categoria .sidebar-filtro>a {
        display: none !important;
    }
    #tipos-pele a {
        box-shadow: 3px 3px 5px #c2c2c2;
    }
    #categoria .sidebar-filtro>a {
        display: block;
        font-size: 14px;
        color: #333333;
        background-color: #E5E3E3;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        padding: 13px 0 13px 14px;
    }
    #categoria .sidebar-filtro>a:hover {
        text-decoration: none;
    }
    #categoria .sidebar-filtro>a:after {
        content: "\f0d7";
        color: #FFFFFF;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: lighter;
        text-decoration: inherit;
        font-size: 16px;
        float: right;
        background-color: #1a1a1a;
        padding: 12px 18px;
        margin-top: -13px;
    }
    #categoria .sidebar-filtro>a.open:after {
        content: "\f0d8";
    }
    #categoria .sidebar-filtro .navigation-tabs {
        background-color: #1A1A1A;
        display: none;
    }
    #categoria .sidebar-filtro .search-multiple-navigator fieldset {
        margin: 0 2.5%;
        border-bottom: 1px solid #E5E3E3;
    }
    #categoria .sidebar-filtro .search-multiple-navigator fieldset h5 {
        padding: 10px 0 0;
        border-bottom: none;
        color: #fff;
    }
    #categoria .sidebar-filtro .search-multiple-navigator fieldset label {
        color: #fff;
    }
    #categoria .sidebar-filtro .search-multiple-navigator fieldset:last-child {
        border-bottom: none;
    }
    #categoria .sidebar-filtro .search-multiple-navigator {
        display: none;
    }
    #categoria .sidebar-filtro .search-multiple-navigator fieldset>div {
        display: none;
    }
    #categoria .box-produtos {
        padding-top: 20px;
    }
    #categoria .sidebar-filtro .search-multiple-navigator h5:after {
        content: "+";
    }
    #categoria .sidebar-filtro .search-multiple-navigator h5.closed:after {
        content: "-";
    }
    #categoria .box-produtos .main .pager.bottom {
        border-top: none;
        margin-top: 10px;
    }
    #categoria .box-produtos .main .pager.bottom .pages {
        float: none;
    }
    #categoria .prateleira-produtos>ul>li a img,
    #categoria .prateleira-produtos>ul .slick-track>li a img {
        width: 100%;
        height: auto;
    }
    #categoria .box-produtos {
        border: none;
    }
    #categoria .box-produtos .main .resultado-busca-filtro .orderBy {
        width: 100%;
    }
    #categoria .box-produtos .main .resultado-busca-filtro .orderBy label {
        display: none;
    }
    #categoria .box-produtos .main .resultado-busca-filtro .orderBy select {
        width: 100%;
        margin-left: 0;
        padding: 7px 9px
    }
    #categoria .box-produtos .main .resultado-busca-filtro .filterBy {
        display: none;
    }
    #categoria .prateleira-produtos>ul>li,
    #categoria .prateleira-produtos>ul .slick-track>li {
        border: none;
        box-shadow: none;
        margin: 0;
    }
    .prateleira-produtos>ul>li>a span,
    .prateleira-produtos>ul .slick-track>li a>span {
        height: auto;
    }
    .prateleira-produtos>ul>li>a span.melhor-preco-produto,
    .prateleira-produtos>ul .slick-track>li a>span.melhor-preco-produto {
        height: 28px !important;
        margin-top: 15px;
        margin-bottom: 5px;
    }
    #produto #produto-video .video-embed {
        display: none;
    }
    #produto-trustvox-widget .trustvox-container h1 {
        margin-top: 50px;
    }
    #produtos-relacionados h2 {
        margin-top: 20px;
    }
}

@media (max-width: 635px) {
    /* CENTRAL NEO ASSIST */
    #elCentralClient {
        bottom: 85px !important;
    }
    #produto #produto-especificacoes {
        margin-top: 20px;
        background-color: #fff;
    }
    #produto #produto-especificacoes .conteudo-especificacoes {
        margin: 0px;
    }
    #produto #produto-especificacoes .menu-especificacoes {
        display: none !important;
    }
    #produto #produto-especificacoes .conteudo-especificacoes .btn-especificacoes-mobile {
        display: block;
        color: #333333;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 300;
        border: 1px solid #333;
        padding: 14px 23px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    #produto #produto-especificacoes .conteudo-especificacoes .btn-especificacoes-mobile:hover,
    #produto #produto-especificacoes .conteudo-especificacoes .btn-especificacoes-mobile:focus {
        text-decoration: none;
    }
    #produto #produto-especificacoes .conteudo-especificacoes .btn-especificacoes-mobile:after {
        content: "+";
        display: inline-block;
        color: #333;
        border: 1px solid #333;
        width: 17px;
        height: 17px;
        line-height: 15px;
        vertical-align: middle;
        float: right;
        text-align: center;
        font-size: 15px;
        margin: 3px 0;
    }
    #produto #produto-especificacoes .conteudo-especificacoes .btn-especificacoes-mobile.active:after {
        content: "-";
    }
}

@media (max-width: 630px) {
    /* CENTRAL NEO ASSIST */
    #elCentralClient {
        bottom: 85px !important;
    }
    .box-highlights ul li:before {
        margin: 0 !important;
    }
}

@media (max-width: 600px) {
    /* CENTRAL NEO ASSIST */
    #elCentralClient {
        bottom: 85px !important;
    }
    body .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }
    #breadcumb {
        display: none !important;
    }
    .box-highlights ul li {
        text-align: center;
        margin-bottom: 20px;
    }
    .box-highlights ul li:before {
        margin-left: 0;
    }
    .box-highlights ul li p {
        margin: 0 0 0 0;
        display: block;
        text-align: center;
    }
    .box-highlights ul li p span {
        font-size: 11px;
    }
    .box-highlights ul li p strong {
        font-size: 12px;
    }
    .prateleira-produtos>ul>li,
    .prateleira-produtos>ul .slick-track>li {
        margin: 10px 0.25% 0;
    }
    .prateleira-produtos>ul>li.slick-center,
    .prateleira-produtos>ul .slick-track>li.slick-center {
        padding-top: 30px;
        padding-bottom: 55px;
        margin-top: 0;
    }
    #mais-vendidos {
        padding: 0;
    }
    #mais-vendidos .container {
        padding: 0;
    }
    #mais-vendidos .container>div {
        padding: 0;
    }
    #faq h1 {
        padding: 40px 0 60px;
    }
    #menu-categorias .item-menu-categorias a {
        padding-bottom: 10px;
    }
    #menu-categorias .item-menu-categorias a br {
        display: none;
    }
    #menu-categorias .item-menu-categorias a .titulo-item {
        display: block;
        height: 30px;
    }
    #footer .box-newsletter .newsletter fieldset input {
        width: 100%;
        display: block;
        margin-left: 0 !important;
        margin-bottom: 7px;
        padding: 10px 13px;
    }
    #footer .box-newsletter .newsletter fieldset .btn-ok {
        background-color: #D40053;
        color: #fff;
    }
    .boxPopUp2-wrap {
        width: 100% !important;
    }
    .boxPopUp2-content {
        width: 100%;
    }
    .boxPopUp2-content .vtexsc-selectSku {
        width: 100% !important;
    }
    .boxPopUp2-content .vtexsc-skuProductImage {
        display: none !important;
    }
    .boxPopUp2-content .skuSelectionWrapper {
        float: none !important;
        width: 90% !important;
        margin: 0 5% !important;
        text-align: center;
    }
    .boxPopUp2-content .skuSelectionWrapper ul.topic span {
        padding-bottom: 40px;
    }
    .boxPopUp2-content .vtexsc-skuProductPrice {
        bottom: 25px !important;
    }
    #banner .container {
        padding-left: 0;
        padding-right: 0;
    }
    #banner .container>div {
        padding-left: 0;
        padding-right: 0;
    }
    #modal-experimente .modal-experimente-box {
        width: 80%;
        margin: 40px 10%;
        left: 0;
    }
}

@media (max-width: 530px) {
    /* CENTRAL NEO ASSIST */
    #elCentralClient {
        bottom: 85px !important;
    }
    #footer .box-newsletter #formNewsletter .form-row>div {
        float: none !important;
        margin-bottom: 7px;
        margin-left: 0px;
        text-align: center;
    }
    #footer .box-newsletter #formNewsletter .form-row input[type=text] {
        width: 90%;
        text-align: left;
    }
    #footer .box-newsletter #formNewsletter .form-row input[type=button] {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    /* CENTRAL NEO ASSIST */
    #elCentralClient {
        bottom: 85px !important;
    }
    body .container,
    body .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #banner-pagina .col-xs-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .prateleira-produtos>ul>li a img,
    .prateleira-produtos>ul .slick-track>li a img {
        height: auto;
        width: 100%;
    }
    .prateleira-produtos>ul>li a .preco-produto,
    .prateleira-produtos>ul .slick-track>li a .preco-produto {
        display: block;
        width: 100%;
        height: 14px;
    }
    #dicas .container {
        padding-bottom: 35px;
    }
    #faq h1 {
        padding: 30px 0 40px;
        font-size: 33px;
    }
    #faq .ul-topicos>li>a {
        font-size: 20px;
    }
    #faq .ul-topicos>li>a:after {
        margin: 0;
    }
    #faq .ul-topicos ul>li>a {
        font-size: 13px;
    }
    #faq .ul-topicos ul>li>a:after {
        margin: 0;
    }
    #faq .ul-topicos ul>li>p {
        font-size: 13px;
    }
    #menu-categorias .item-menu-categorias a .titulo-item {
        font-size: 11px;
    }
    #categoria .sidebar-filtro {
        padding-left: 0px;
        padding-right: 0px;
    }
    #categoria .bt-voltar-topo-mobile {
        padding-left: 0px;
        padding-right: 0px;
    }
    #produto .descricao-produto {
        padding-left: 15px;
        padding-right: 15px;
    }
    #produto #produto-img-desc .desc-produto {
        padding-left: 0;
        padding-right: 0;
    }
    #produto #_trustvox_widget .ts-widget .ts-content {
        border-left: none;
        border-right: none;
    }
    #produto #_trustvox_widget .ts-widget .ts-content-poll {
        margin: 0;
    }
    #produto #_trustvox_widget .ts-widget .ts-dashboard {
        margin-right: 0;
        margin-left: 0;
    }
    #produtos-relacionados .complete-tratamento {
        padding-left: 0;
        padding-right: 0;
    }
    #modal-experimente .modal-experimente-box {
        width: 100%;
        margin-top: 40px;
        left: 0;
        margin-left: 0;
    }
    #modal-experimente .lista-lojas-modal li:last-child {
        display: none;
    }
    #modal-experimente .lista-completa-lojas-modal strong {
        display: none;
    }
    #minha-conta .modal .control-group {
        float: left;
        margin-right: 1%;
        width: 49%;
        margin-bottom: 15px;
    }
    .vtexIdUI .modal-body .vtexIdUI-providers-list li button p,
    .vtexIdUI .modal-body .vtexIdUI-providers-list li button>span {
        white-space: initial;
    }
    .vtexIdUI .modal-body .vtexIdUI-providers-list li #loginWithAccessKeyBtn:before {
        margin-top: 11px;
    }
}

.hide {
    display: none;
}

.zoom-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zoom-image .images-slide {
    position: absolute;
    left: 0;
    border-right: 1px solid grey;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50vw;
    height: 80vh;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
}

.image-content-wrapper img {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    max-height: 100%;
    max-width: 100%;
}

.zoom-image .images-slide li {
    margin: 10px;
    cursor: pointer;
}

.zoom-image .images-slide li.is--active {
    border: 1px solid #ccc;
}

span.x-close {
    cursor: pointer;
    font-size: 40px;
    position: absolute;
    top: 10px;
    right: 50px;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-controls button {
    border: none;
    background: none;
    font-size: 0;
}

.btn-controls {
    display: none;
    position: absolute;
    bottom: 10%;
    align-items: center;
    justify-content: space-around;
    width: 150px;
    background-color: grey;
    height: 25px;
    border-radius: 20px;
    margin: 10px;
}

button.zoomIn-n:before {
    content: '+';
    font-size: 30px;
    color: white;
}

button.zoomOut-n:before {
    content: '-';
    font-size: 30px;
    color: white;
}

.nav-slide-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    height: 100vh;
}

a.nav-slide {
    height: 100%;
    font-size: 0;
    position: relative;
    width: 100px;
}

a.nav-slide:first-child:before {
    content: '<';
    font-size: 100px;
    position: absolute;
    left: 0px;
    bottom: 40%;
}

a.nav-slide:last-child:before {
    content: '>';
    font-size: 100px;
    position: absolute;
    left: 0px;
    bottom: 40%;
}

@media (max-width: 420px) {
    /* CENTRAL NEO ASSIST */
    #elCentralClient {
        bottom: 85px !important;
    }
    .prateleira-produtos>ul>li>a,
    .prateleira-produtos>ul .slick-track>li>a {
        padding-top: 0 !important;
    }
    .prateleira-produtos>ul>li a img,
    .prateleira-produtos>ul .slick-track>li a img {
        width: 100% !important;
        height: auto;
    }
    .prateleira-produtos>ul>li a span.melhor-preco-produto {
        height: 42px !important;
    }
    .prateleira-produtos.n12colunas ul li .produto .promocao-highlight-prateleira p {
        width: 68px;
        height: 118px;
    }
}

@media (max-width: 360px) {
    /* CENTRAL NEO ASSIST */
    #elCentralClient {
        bottom: 85px !important;
    }
    #header .box-busca .busca input[type="text"] {}
    #header .box-busca .busca .btn-buscar {}
    .box-highlights ul li {
        padding: 0;
    }
}

.logo-adcos-mobile {
    text-align: center;
}

.logo-adcos-mobile img {
    width: 7em;
    height: auto;
}


/*/Snack bar*/

#snackbar {
    visibility: hidden;
    min-width: 225px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 8px;
    position: fixed;
    z-index: 100;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@media (min-width: 769px) {
    footer .logo-adcos-footer {
        transform: translate(15px, 35px) !important;
    }
}