/* CÓDIGO PARA ALTERAR COR DO BANNER MARCAS */
.bx-wrapper {
	background:#ffffff;
}
/* FIM DO CÓDIGO */

/* CÓDIGO PARA ALTERAR BACKGROUND MENU TOPO */
.header-2 {
	background-image: url("https://cdn.simplo7.net/static/12718/galeria/150273766050586.jpg");
   }
/* FIM DO CÓDIGO */

/* TAMANHO DOS TEXTOS NA LISTAGEM DE PRODUTOS*/
#product-list .product-list-item .product-info .product-name, #product-list-sidebar .product-list-item .product-info .product-name {
    font-size:15px;   
}    

#product-list .product-list-item .product-info .product-price .product-big-price, #product-list-sidebar .product-list-item .product-info .product-price .product-big-price, #product-list .product-list-item .product-info .product-price .product-price, #product-list-sidebar .product-list-item .product-info .product-price .product-price {
    font-size:25px;
}    

#product-list .product-list-item .product-info .product-price span:first-child, #product-list-sidebar .product-list-item .product-info .product-price span:first-child {
    font-size:15px;
}    
/* FIM DO CÓDIGO */    
    
/* CÓDIGO PARA APAGAR QNT MÍNIMA PARA VENDA */
.product-min-amount {
display:none;
}
/* FIM DO CÓDIGO */

/* CÓDIGO PARA APAGAR UNIDADE */
.label-unit {
display:none;
}
/* FIM DO CÓDIGO */

/* CÓDIGO PARA ESPAÇAMENTO QUANTIDADE */
.product-amount {
margin-top:30px;
}    
/* FIM DO CÓDIGO */

/* CÓDIGO PARA APARENCIA DO PREÇO*/
.element-product-detail .wrapper-product-price .product-price .product-new-price .product-big-price {
font-size:40px;
}

.element-product-detail .wrapper-product-price .product-price .product-new-price span:first-child {
font-size:20px;
margin-right: 5px;
}

/* FIM DO CÓDIGO */

.header-box-content {
	background-image: url("https://cdn.simplo7.net/static/12718/galeria/150326349080009.png");
   }

/* CÓDIGOS DO BOTÃO DE COMPRAR */

.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn {
    margin: 0 60px 0 0;
}

.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn {
    width: 220px;
}

/*FIM DO CÓDIGO */

/* CÓDIGO DO MENU */

#nav-main .element-menu-category #menu-category .menu-category-list>li a {
    font-size:15px;
}

#nav-main .element-menu-category ul[class$="list"] > li > a {
    padding: 5px 14px;
}

/*FIM DO CÓDIGO*/

/*TAMANHO DOS BOTÕES*/
#product-list .product-list-item .wrapper-btn-product .btn.btn-buy, #product-list-sidebar .product-list-item .wrapper-btn-product .btn.btn-buy, #product-list .product-list-item .wrapper-btn-product .btn.btn-buy-kit, #product-list-sidebar .product-list-item .wrapper-btn-product .btn.btn-buy-kit {
    padding: 10px 70px;
}

.btn.btn-tell-me {
        padding: 10px 70px;
}    
/*FIM DO CÓDIGO*/

/*ESPAÇAMENTO DAS INFORMAÇÕES NA LISTA*/
#product-list .product-list-item .product-info {
    padding: 10px 0 0 0;
}

#product-list .product-list-item .product-info .product-name, #product-list-sidebar .product-list-item .product-info .product-name {
    margin-bottom: 0px;
}
/*FIM DO CÓDIGO*/

/*TAMANHO FONTES DETALHE DE PRODUTO*/
.element-breadcrumb .breadcrumb ul.breadcrumb-list li a {
    font-size: 13px;
}

.element-product-detail .product-info {
    font-size: 15px;
}    

.product-rating {
	font-size: 14px;
}    

.element-product-detail .box-shipping p {
   font-size: 14px;
}     
/*FIM DO CÓDIGO*/

/*TAMANHO FONTES DESCRIÇÃO DO PRODUTO*/
.product-view-content {
	font-size: 15px;
}    
/*FIM DO CÓDIGO*/

/*ESPAÇAMENTO NA DESCRIÇÃO DA CATEGORIA*/
.page-content p {
    margin-top: 35px;
}
/*FIM DO CÓDIGO*/

/*CENTRALIZA DEPOIMENTOS*/
.depoimentos-clientes img {
display: inline-block;
}
/*FIM DO CÓDIGO*/

