#product-list .product-list-item .product-info .product-unit,
#product-list-sidebar .product-list-item .product-info .product-unit {
	color: var(--base-color);
    display: block !important;
    font-family: var(--font-title);
}

#product-list .product-list-item .product-info .product-unit span[class^="icon"],
#product-list-sidebar .product-list-item .product-info .product-unit span[class^="icon"] {
	display: none;
}

/*Trocar "por" por "a partir de"*/
/*#product-list .product-list-item .product-info p.product-price span:first-child{
    font-size:0;
}*/

/*#product-list .product-list-item .product-info p.product-price span:first-child::before {
    content: "A partir de 50cm por:";
    font-size: 13px;
}*/

/*.element-product-detail .wrapper-product-price .product-price .product-new-price span:first-child{
    font-size:0;
}

.element-product-detail .wrapper-product-price .product-price .product-new-price span:first-child::before{
    content: "A partir de 50cm por:";
    font-size: 13px;
}*/

.list-freight {
    border-spacing: 100px 0;
}

body.pagina-home #nav-main .element-menu-category,
body.pagina-home #nav-main .element-menu-main {
	margin-bottom: 0 !important;
}

.pagina-produto div#product-rating {
    display: none;
}

.pagina-produto input#cep[name="data[CatalogoProduto][cep]"] {
    width: 115%;
    border-radius: 12px;
    text-align: center;
}


#product-list .product-list-item .label-promo, 
#product-list-sidebar .product-list-item .label-promo { 
	background: #ff9028 ; 
} 
#product-list .product-list-item .label-promo, 
#product-list-sidebar .product-list-item .label-promo { 
	color: black; 
} 

/*promoção piscando usual
.blackfriday {
    color: #FCD515 !important;
    background: #09194B;
    font-weight: bold;
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes example {
  from {background-color: #0FA4F8;}
  to {background-color: #09194B;}
}*/

/*promoção piscando para a black friday*/
.blackfriday {
    color: #FCD515 !important;
    background: #09194B;
    font-weight: bold;
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes example {
  from {background-color: #DCDCDC;}
  to {background-color: #000;}
}

.element-bestseller span.title-secundary {
    background-color: #154387 !important;
}

.element-promotion span.title-secundary {
    background-color: #154387 !important;
}

/*Cupom de desconto*/
.cart-data-coupon-holder .link { 
	background: #32c74d; 
	border: 0; 
	color: #fff !important; 
	font-size: 14px; 
	line-height: 20px; 
	margin-top: 20px !important; 
	padding: 10px 15px; 
	text-decoration: bold; 
	text-transform: uppercase; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	-webkit-transition: all 1000ms ease; 
	-moz-transition: all 1000ms ease; 
	-ms-transition: all 1000ms ease; 
	-o-transition: all 1000ms ease; 
} 

/* Trocar Cor Tarja de Promoção da vitrine  */ 
#product-list .product-list-item .label-promo, 
#product-list-sidebar .product-list-item .label-promo { 
color: #071949;
background: #fcd515;
font-weight: bold;
} 

.element-banner-stripe {
    border-bottom: unset;
}

.bx-wrapper .bx-viewport #product-list .product-list-item {
    height: 375px;
}

div#vitrine .title-secundary {
    background: white !important;
    color: #071949 !important;
    text-transform: capitalize;
}


/* 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%;  
} 

#nav-main .element-menu-category #menu-category .menu-category-list > li > a {
    font-size: 12px; 
}
/* 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 { 
    margin: 0; 
    width: 100%; 

          max-width:  100%; 
} 

@media (max-width: 1480px) {    
#nav-main .element-menu-category #menu-category .menu-category-list > li > a {
    font-size: 12px;
    width: 70px;
    line-height: 20px;
    height: 40px;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 15px 8px;
    text-align: center;
}
 }

#tabs-att-tec .ui-tabs-nav {
    display: flex;
}

.page-content ul, .element-product-description ul, .element-product-info ul {
    list-style-type: none;
}

.page-content ol, .page-content ul, .element-product-description ol, .element-product-description ul, .element-product-info ol, .element-product-info ul {
    padding-left: 0px;
}

.tres-colunas + ul {
    column-count: 3;
    column-gap: 30px;
    width: 790px;
}

.pagina-produto div#product-rating {
    display: block;
}

/*remover as redes do produtos*/
.wrapper-btn-actions {
    display: none;
}

/* Remover compartilhamento das redes sociais */ 
.product-sharing { 
display: none !important; 
} 
