/* Inicio - (Remoção da Localidade dos comentários, Upload de avaliações por importação) - (Loja de migração) */ 

p.customer-location {
    display: none;
}

/* Fim - (Remoção da Localidade dos comentários, Upload de avaliações por importação) - (Loja de migração)  */ 

/*
#nav-main .element-menu-category ul[class$="list"] > li > a {
    color: #fff;
    font-family: 'roboto_regular';
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -0.5px;
/*    border: solid 1px #8584d5;*/
/*
    padding: 8px 8px;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

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%;
}
/*Ajustes Rodapé*/
/*
.element-address {display: none !important;}
ul.menu-footer-list {display: flex;flex-direction: row;}

.element-banner-stripe #banner-stripe > li {
    flex: none;;
    display: flex;
}

.element-banner-stripe #banner-stripe {
    justify-content: space-around;
}

.element-banner-stripe #banner-stripe li p{margin-left: 3px;}

*/
/*
#product-list-sidebar .product-list-item .wrapper-btn-product .btn.btn-buy, #product-list .product-list-item .wrapper-btn-product .btn.btn-buy, #product-list-sidebar .product-list-item .wrapper-btn-product .btn.btn-buy-kit, #product-list .product-list-item .wrapper-btn-product .btn.btn-buy-kit,
.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: #8328f1;
}
*/
/* FAQ */

.faq .faq-item h3 {
	border-bottom: 1px solid #d1d1d1;
	cursor: pointer;
	font-size: 1.5em;
	padding: 10px 5px;
	position: relative;
}

.faq .faq-item h3:after {
	background: #002667;
	content: "";
	height: 12px;
	margin-top: -6px;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 12px;
	-webkit-mask: url(https://cdn.simplo7.net/static/themed/FashionClean/webroot/img/icon-next.svg) no-repeat center center;
	-moz-mask: url(https://cdn.simplo7.net/static/themed/FashionClean/webroot/img/icon-next.svg) no-repeat center center;
	mask: url(https://cdn.simplo7.net/static/themed/FashionClean/webroot/img/icon-next.svg) no-repeat center center;
	-webkit-mask-size: contain;
	-moz-mask-size: contain;
	mask-size: contain;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .350s ease-in-out;
	-moz-transition: all .350s ease-in-out;
	transition: all .350s ease-in-out;
}

.faq .faq-item h3.active:after {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);	
}
/* Fim FAQ */

a.btn-show-instrucao {font-size: 18px;font-weight: bold;color: white;background: #8328f1;padding-left: 10px;padding-right: 10px;}
.product-list-item-inner .product-info .product-cash-price {
    font-weight: bold;
    font-size: 16px;
}
#product-list .product-list-item .wrapper-btn-product .btn.btn-buy-kit,
.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn.btn-buy {
    background: green;
}
#footer-main .element-certificates .certificates-list .certificates-item a {
    width: 150px;
}

/*Ajustes Cores Tema*/
#nav-main .element-menu-main #menu-main .menu-main-list > li:hover > a {
    color: #FFF;
}

/*Ajustes Página Depoimentos*/
.pagina-depoimentos-de-clientes p.videos-depoimentos, 
.pagina-depoimentos-de-clientes p.imagens-depoimentos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pagina-depoimentos-de-clientes .page-content p img {
    margin: 15px;
}
/*FIM - Ajustes Página Depoimentos*/

a#seloEbit img {
    max-height: 100px !important;
}