.row-actions .link {
	background: #522e8f;
	border: 0;
	color: #fff;
	display: inline-block;
	font-family: 'open_sans_bold';
	font-size: 14px;
	line-height: 20px;
	padding: 15px 25px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

/*Aumenta imagem do kit*/
.table-kit .holder-image {
    width: 270px;
    margin-right: 10px;
}

.pagina-categoria .element-banner-stripe #banner-stripe {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 15px;
}
.element-banner-stripe #banner-stripe > li {
    margin-top: 25px;
}
.element-banner-stripe #banner-stripe > li:first-child {
    margin-left: -10px;
    margin-right: -10px;
}
.element-banner-stripe #banner-stripe > li:nth-child(2) {
    margin-left: -10px !important;
    margin-right: 0px !important;
}
ul#banner-stripe {
    text-align: -webkit-center;
}

/*Ajustes do tema kidsfun*/

.content-main-cols-1 #vitrine {
    width: 100%;
    margin-top: 45px;
}

#nav-main .element-menu-main:before, #nav-main .element-menu-category:before {
    background: #4BE4FF;
}
/*FIM dos ajustes*/

/*remover fundo do banner tarja*/
#nav-main .element-banner-stripe {
    background: #fff;
}