p.product-category {
    display: none;
}

p.product-sku {
    display: none;
}

/*Mudar ordem preços vitrine*/

.product-info {
    display: flex;
    flex-direction: column;
}
.product-name {
    order: -1;
}
p.product-cash-price {
    order: -1;
}
p.product-parcelled-price {
    order: 2;
    
}

/*Ajustar tamanho das fontes da vitrine*/

#product-list-sidebar .product-list-item .product-info p.product-price .product-price, #product-list .product-list-item .product-info p.product-price .product-price, #product-list-sidebar .product-list-item .product-info p.product-price .product-big-price, #product-list .product-list-item .product-info p.product-price .product-big-price {
    font-size: 12px;
    color: black;
    font-family: open_sans_regular;
}

#product-list .product-list-item .product-info p.product-cash-price {
    font-size: 15px;
    font-family: open_sans_bold;
}

#product-list .product-list-item .product-info p.product-cash-price {
    font-size: 15px;
    color: var(--text-color);
    font-family: open_sans_regular;
}

p.product-cash-price span:nth-child(1) {
    color: #ce0d0d;
    font-family: 'noir_pro_regular';
    font-size: 1.275rem;
    font-weight: 700;
    padding-bottom: 2%;
}

/*Alterar ordem das informações de preço da página de produto*/

.product-price {
    display: flex !important;
    flex-direction: column;
    margin-bottom: -9.5%;
}
p.product-price-off {
    order: -1;
 }
p.product-new-price {
    order: 2;
 }
.wrapper-product-parcels {
    order: 3;
}

/*Ajustar tamanho das fontes da página de produto*/

.element-product-detail .wrapper-product-price .product-price .product-new-price span.product-big-price {
    font-size: 14px;
}
.element-product-detail .wrapper-product-price .product-price .product-new-price span.product-big-price {
    color: black;
    font-size: 12.8px;
    font-weight: bold;
}
.element-product-detail .wrapper-product-price .product-price .product-parcelled-price .desconto_avista, .element-product-detail .wrapper-product-price .product-price .product-price-off .desconto_avista {
    color: #ce0d0d;
    font-family: 'noir_pro_regular';
    font-size: 1.275rem;
    font-weight: 700;
    padding-bottom: 2%;
}

/*Tirar "por" antes do preço*/

.element-product-detail .wrapper-product-price .product-price .product-parcelled-price .desconto_avista, .element-product-detail .wrapper-product-price .product-price .product-price-off .desconto_avista
#product-list .product-list-item .product-info p.product-price span:first-child, #product-list-sidebar .product-list-item .product-info p.product-price span:first-child,
.element-product-detail .wrapper-product-price .product-price .product-new-price span:first-child {
	display: none !important;
}
.campeonatos {
	background:linear-gradient(85deg, rgba(2,0,36,1) 0%, rgba(0,255,240,1) 35%, rgba(0,212,255,1) 100%);
}

body.pagina-categoria.campeonatos.catalogoprodutos.catalogoprodutos-view { 
    padding:0px;
}
#nav-main {
    margin-bottom: 15px;
}
.campeonatos {
	background:linear-gradient(85deg, rgba(2,0,36,1) 0%, rgba(0,255,240,1) 35%, rgba(0,212,255,1) 100%);
}
.downloads {
    background: grey;
}

/*Inicio custom ticket 58155*/
#product-list-sidebar .product-list-item .product-info p.product-price .product-price, #product-list .product-list-item .product-info p.product-price .product-price, #product-list-sidebar .product-list-item .product-info p.product-price .product-big-price, #product-list .product-list-item .product-info p.product-price .product-big-price {
    color: black;
    font-size: 12.8px;
    font-weight: bold;
}

#product-list-sidebar .product-list-item .product-info p.product-cash-price, #product-list .product-list-item .product-info p.product-cash-price, #product-list-sidebar .product-list-item .product-info p.product-parcelled-price, #product-list .product-list-item .product-info p.product-parcelled-price {
    color: #000000;
    font-family: 'noir_pro_regular';
    font-size: 12.8px;
    font-weight: 700;
    padding-bottom: 2%;
}

#product-list-sidebar .product-list-item .product-info p.product-cash-price, #product-list .product-list-item .product-info p.product-cash-price, #product-list-sidebar .product-list-item .product-info p.product-parcelled-price, #product-list .product-list-item .product-info p.product-parcelled-price span {
    font-weight: 600;
}



.element-product-detail .wrapper-product-price .product-price .product-parcelled-price, .element-product-detail .wrapper-product-price .product-price .product-price-off {
    font-size: 0.8rem !important;
    font-family: 'noir_pro_regular';
}

p.product-parcelled-price span {
    font-weight: 600;
}

.element-product-detail .wrapper-product-price .product-price .product-new-price {
    margin-bottom: -8%;
    margin-top: 5%;
}

body.pagina-home.pages.pages-home.vsc-initialized p.product-parcelled-price {
    order: 2;
    margin-top: 15%;
}
.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: #52ba3a;
    margin-top: 5%;
}

body.pagina-categoria.anilhas.catalogoprodutos.catalogoprodutos-view.vsc-initialized p.product-parcelled-price {
    order: 2;
    margin-left: 32%;
}
#product-list .product-list-item { 
    height: 400px !important; 
} 
.element-product-detail .wrapper-product-price .product-price .product-parcelled-price {
    margin-top: 7%;
}
#product-list .product-list-item .product-info .product-parcelled-price, #product-list-sidebar .product-list-item .product-info .product-parcelled-price {
    margin-top: 15%;
}
/*Fim Custom ticket 58155*/