/*Esconder preço página do produto*/

.element-product-detail .wrapper-product-price .product-price .product-new-price .product-big-price {

    display: none;

}
 

.element-product-detail .wrapper-product-price .product-price {

    display: none;

}

#product-list .product-list-item .product-info .product-price, 

#product-list-sidebar .product-list-item .product-info .product-price {

    display: none;

}


.element-product-detail .box-shipping { 
	display: none !important; 
} 

/*Esconder botão comprar página do produto*/
.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn.btn-buy, .element-product-detail .wrapper-product-price .wrapper-btn-buy .btn.btn-buy-kit {
    background: #fff;
    display: none;
}

/*custom ticket 1999*/

/* Banner principal 100% */ 
body.pagina-home #nav-main .element-menu-category, 
body.pagina-home #nav-main .element-menu-main { 
margin-bottom: 0 !important; 
} 
 
.element-banner-main .container-12, 
.element-banner-main .container-12 .grid-12 { 
    margin-left: 0 !important; 
    margin-right: 0 !important; 
    max-width: 100% !important; 

    padding-left: 0 !important; 

    padding-right: 0 !important; 
    width: 100% !important; 
} 
 
.element-banner-main img { 
width: 100%; 
}

/* Banner principal 100%*/ 
.element-banner-main .grid-12 { 
padding-left: 0; 
padding-right: 0; 
}

/* Banner tarja 100% */ 

.element-banner-stripe .container-12,  

.element-banner-stripe .container-12 .grid-12, 

.element-banner-stripe #banner-stripe, 

.element-banner-stripe { 

    margin: 0 !important; 

    max-width: 100% !important; 

    padding-left: 0 !important; 

    padding-right: 0 !important; 

    width: 100% !important; 

}  

  

.element-banner-stripe li img, 

.element-banner-stripe li {  

    width: 100%;  

}

ul.BannerMaisVendidos {
    display: flex;
}

ul#banner-shop [data-title="MaisVendidos"] {
    display: none;
}

ul#banner-bottom {
    display: flex;
}
ul.BannerMaisVendidos li {
    margin: 5px;
}

ul#banner-bottom li {
    margin: 5px;
}

iframe.VideoFinal {
    position: relative;
    left: 34%;
}
ul#banner-shop {
    display: flex;
}

.BannerTarjaInferior img {
    width: 100%;
}

ul#banner-stripe li.banner-stripe-item.banner-stripe-item-50 {
    display: none;
}

body.pagina-home.pages.pages-home.vsc-initialized ul#product-list {
    display: none
}

/* fim custom ticket 1999*/
