/*Menu 100% da tela*/
.element-menu-category .container-12,
.element-menu-category .container-12 .grid-12,
.element-menu-main .container-12,
.element-menu-main .container-12 .grid-12 {
    width: 100%;
}

/*Ajuste Banners Inferiores*/
.element-banner-bottom #banner-bottom  li  img{
 	margin-bottom: 20px;   
}

/*Banner Tarja 100%*/
.element-banner-stripe .container-12,
.element-banner-stripe .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-stripe img {
    width: 100%;
}

.product-sharing {
    display: none !important;
}

.wrapper-btn-actions {
    display: none !important;
}

/*descrição dos produtos
.element-product-info .product-view-content {
    max-width: 60% !important;
}
*/
/*Ajuste descrição dos produtos*/
.element-product-info img{
 	max-width: 100% !important;   
    width: 100% !important;
}

/*Remover bordas dos produtos*/
#product-list-sidebar .product-list-item:hover .product-list-item-inner, #product-list .product-list-item:hover .product-list-item-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#product-list-sidebar .product-list-item .product-list-item-inner, #product-list .product-list-item .product-list-item-inner {
    border: none;
}
#nav-main .element-menu-category #menu-category .menu-category-list {
    flex-wrap: nowrap;
}
span.icon-phone {
    display: none;
}