/*

Theme Name: KForYou 3.0
Author: Rodrigo Portillo
Author URI: https://velhobit.com.br/
Description: Template feito exclusivamente para a K For You
Version: 3.0
Text Domain: kForYou 3.0
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,400italic,700,700italic,900,900italic);
/*GLOBALS*/

body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    margin: 0;
    color: #454545;
    background-color: white;
    margin-top: 5em !important;
    
    /*background-image: url('images/xmas.png')*/
}
input[type=button],button,input[type=submit] {
    background-color: #EF217A;
    color: white;
    -webkit-appearance: none;
}
a img {
    border: none;
}
a {
    text-decoration: none;
}


.bgVerdeEscuro {
    background-color: #075655;
}
.verdeEscuro {
    color: #075655;
}
.bgVerde {
    background-color: #12c7c5;
}
.verde {
    color: #12c7c5;
}
.bgRosa {
    background-color: #e02862;
}
.rosa {
    color: #FC6B8A;
}
.bgRosaEscuro {
    background-color: #971840;
}
.rosaEscuro {
    color: #971840;
}
.wrap {
    min-width: 900px;
    width: 85%;
    max-width: 1280px;
    margin: 0 auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.pagina form-heading {
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    font-size: 15px;
    padding-bottom: 3px;
}
.pagina form label {
    display: block;
    /*margin: 0px 0px 15px 0px;*/
}
.pagina form label > span {
    font-weight: bold;
    padding-top: 8px;
    padding-right: 5px;
}
.pagina form span.required {
    color: red;
}
.pagina form input[type=phone] {
    text-align: center;
}
.pagina form input,
.pagina form textarea,
.pagina form select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.pagina form input:focus,
.pagina form textarea:focus,
.pagina form select:focus {
    border: 1px solid #0C0;
}
.pagina form textarea {
    height: 100px;
    width: 55%;
}
.pagina form input[type=submit],
.pagina form input[type=button],
.woocommerce-Button {
    border: none;
    padding: 8px 15px 8px 15px !important;
    background: #FF8500 !important;
    color: #fff;
    box-shadow: 1px 1px 4px #DADADA;
    -moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.pagina form input[type=submit]:hover,
.pagina form input[type=button]:hover {
    background: #EA7B00;
    color: #fff;
}
.marca_produto {} .marca_produto img {
    width: 100%;
    min-width: 250px;
    height: auto;
}
button:focus {
    outline: none;
}
#snippet-box {
    display: none;
}

.mailing_obs{
	border: 1px solid #10A646;
	padding: 18px 30px !important;
	border-radius: 10px;
}
/**Cabeçalho**/
.menu-superior {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    
    background-color: white;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
 
    z-index: 999;
    /*background-image: url("images/bg_color.jpg");*/
	background-size: 100% 100%;
    background-repeat: repeat-x;
    background-position: center top;
}
.menu-superior .wrap {
    padding-top: .7em;
    padding-bottom: .5em;
    display: flex;
    justify-content: space-between;
}
.menu-superior .wrap .logo {
    margin: 0;
    width: 20%;
    height: auto;
    margin-right: 5%;
}
.menu-superior .wrap .logo img {
    width: auto;
    height: 1.5em;
}
.menu-superior .wrap .whatsapp {
    width: 25%;
    box-sizing: border-box;
    color: #22af22;
}
.menu-superior .wrap .whatsapp img {
    float: left;
    width: auto;
    height: 100%;
    margin-right: 5px;
    margin-top: 5px;
    max-height: 30px;
}
.menu-superior .wrap .whatsapp .descricao h3 {
    margin: 0;
    font-size: .7em;
}
.menu-superior .wrap .whatsapp .descricao p {
    font-size: 1.25em;
    font-weight: bold;
    margin: 0;
}
.menu-superior nav.menu {
    
}
.menu-superior ul{
	padding: 7px 0;
	margin: 0;
	display: flex;
	justify-content: flex-end;
}
.menu-superior nav ul li {
    padding: 0 1em;
    list-style: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
}

/**Botão Carrinho*/
.carrinho {
    position: fixed;
	right: 15px;
	top: 70px;
	z-index: 1000;
}
.carrinho a {
    color: orangered;
}

.carrinho > div{
	background-color: white;
	border: 2px solid orangered;
	box-shadow: 5px 5px 20px rgba(0,0,0,.2);
	border-radius: 100px;
	padding: 10px;
}
.carrinho img {
    width: 1.75em;
    height: 1.75em;
}
.carrinho span.quantidade {
    background-color: darkorange;
    border-radius: 50px;
    text-align: center;
    font-size: 13px;
	padding: 2px 0px;
    color: white;
    min-width: 21px;
    display: block;
	position: absolute;
	right: -5px;
	bottom: -5px;
}
.carrinho span.woocommerce-Price-amount {
    font-weight: bold;
    font-size: .9em;
	display: none;
}
.carrinho .finalizar_compra {
    display: block;
    position: absolute;
    left: -140px;
    bottom: 0px;
    background-color: white;
    border-radius: 5px;
    padding: 0.2em .5em;
    font-size: .9em;
    font-weight: bold;
    border: 1px solid orangered;
	display: none;
}
/** Fim botão carrinho **/

.cabecalho {
    position: relative;
    text-align: right;
}
.cabecalho .logo {
    position: absolute;
    width: 6.5em;
    height: 6.5em;
    left: 0;
    top: 0;
}
.cabecalho .logo img {
    width: 100%;
    height: auto;
}
.cabecalho .telefone {
    color: white;
    font-weight: bold;
    font-size: 2em;
}
.navegacao {
    border-top: 1px solid rgba(0,0,0,.1)
}

.navegacao .wrap{
	display: flex;
    justify-content: space-between;
}
.navegacao nav.menu-produtos {
    width: 75%;
}
.navegacao nav.menu-produtos,
.navegacao nav.menu-produtos ul {
    padding: 0;
    margin: 0;
}
.navegacao nav.menu-produtos ul {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.navegacao nav.menu-produtos ul li {
    list-style: none;
    text-align: center;
    position: relative;
    padding: 0.25em 1em;
	font-weight: bold;
}
.navegacao nav.menu-produtos ul li a {
    color: #47616f;
    text-transform: uppercase;
}

.navegacao nav.menu-produtos > ul > li:hover{
	color: #2398db;
}

.navegacao nav.menu-produtos ul li.desativado a {
    color: #aaa;
    font-weight: normal;
    pointer-events: none;
}
.navegacao nav.menu-produtos ul li span {
    position: absolute;
    color: #f568a3;
    top: -.5em;
    right: 0;
    font-size: .8em;
    font-weight: bold;
}
.navegacao nav.menu-produtos ul li.spacer {
    width: 2px;
    background-color: #4dcc95;
}

.navegacao nav.menu-produtos ul li .sub-menu{
    flex-direction: column;
    position: absolute;
    left: 0;
    width: 110%;
    top: 20px;
    border-radius: 0 0 7px 7px;
    padding: 0;
	margin: 0;
	font-weight: normal !important;
    text-align: left;
	display: flex;
	pointer-events: none;
	max-height: 0px;
	transition: all .3s;
	overflow: hidden;
	text-align: left;
	padding-top: 20px;
	opacity: 0;
}

.navegacao nav.menu-produtos ul li .sub-menu li a{
	padding: 3px 5px;
	text-align: left;
	border-radius: 3px;
	transition: all .1s;
	width: 100%;
	display: block;
	box-sizing: border-box;
	color: white;
}
.navegacao nav.menu-produtos ul li .sub-menu li a:hover{
	background-color: white;
	color: #00C5B3;
}

.navegacao nav.menu-produtos > ul > li:hover .sub-menu{
	pointer-events: all;
	max-height: 300px;
	opacity: 1;
	padding-bottom: 10px;
}

.navegacao nav.menu-produtos > ul > li:hover .sub-menu li{
	background-color: #07d4c1;
}

.navegacao nav.menu-produtos > ul > li:hover .sub-menu li:last-child{
	padding-bottom: 10px;
	border-radius: 0 0 5px 5px;
}



/**Busca**/

.woocommerce-product-search {
    margin: 0;
    padding: 0;
    position: relative;
}
.woocommerce-product-search input {
    border: 1px solid white;
	border-radius: 50px;
    padding: .5em;
	margin-top: -3px;
    font-style: oblique;
    font-size: .9em;
	transition: all .5s;
}
.woocommerce-product-search input:focus {
    outline: 0;
    border: 1px solid #00FFD3;
    color: darkblue;
    font-style: normal;
    font-weight: bold;
	padding: .5em 1em;
}
.woocommerce-product-search button {
	display: block !important;
    position: absolute;
    top: 2px;
    right: 6px;
    background-color: transparent !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50px;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 24px;
    max-height: 24px;
    font-size: 12px !important;
	border: none;
}
.woocommerce-product-search button img {
    width: 1.3em;
    height: 1.3em;
}
.destaque {
    overflow: hidden;
    min-height: 20em;
    box-sizing: border-box;
    margin: 1.2em auto;
    background-image: url(../kforyou3/images/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
}
.destaque img.img-destaque {
    box-sizing: border-box;
    border-radius: 5px;
}
.destaque div[data-u=slides] {
    padding: .4em;
    box-sizing: border-box;
    height: auto;
}
.destaque .principal {
    width: 70%;
}
.destaque .complemento_destaque {
    width: 28%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: #2BA86C;
    border-radius: 5px;
}
/**TITULO SEO***/

h1.wrap {
    color: deeppink;
    text-align: center;
    font-size: .9em;
    margin: 2em auto;
    font-weight: normal;
    text-transform: uppercase;
}
.segundo_destaque {
    margin-bottom: 1em;
    height: 500px;
}
.segundo_destaque .item {
    width: 100%;
    min-height: 14.5em;
    margin-bottom: 0.8em;
    position: relative;
    overflow: hidden;
    border: 1px solid #12c7c5;
}
.segundo_destaque .item img {
    width: 100%;
    height: auto;
    position: absolute;
}
.segundo_destaque .primeiro {
    width: calc(100% - 350px);
    min-height: 30em;
    float: left;
}
.segundo_destaque .primeiro img {
    height: auto;
    width: 100%;
}
.segundo_destaque .direita {
    width: 340px;
    float: right;
    margin: 1px;
}
.segundo_destaque .item:last-child {
    margin-bottom: 0;
}
.segundo_destaque .item .thumb {
    width: 100%;
    height: auto;
}
.segundo_destaque .item .detalhes {
    position: absolute;
    right: .9em;
    bottom: .9em;
    text-align: right;
}
.segundo_destaque .item .detalhes h1,
.segundo_destaque .item .detalhes .de,
.segundo_destaque .item .detalhes .por {
    padding: .35em;
    background-color: white;
    font-weight: bolder;
    font-size: 1.1em;
    margin: .5px;
    margin-bottom: .1em;
    box-sizing: border-box;
    text-align: right;
    display: inline-block;
}
.segundo_destaque .item .detalhes p {
    margin: 0;
}
.segundo_destaque .item .detalhes .de {
    font-size: .85em;
}
.segundo_destaque .item .detalhes .detalhe {
    text-align: right;
    color: white;
    font-size: 1em;
    display: block;
}
.produtos .tabs {
    overflow: hidden;
}
.produtos .tabs span {
    display: block;
    border-bottom: 1px solid #12c7c5;
    font-size: 1.3em;
    width: 50%;
}
.produtos .tabs span:first-child {
    text-align: left;
    float: left;
}
.produtos .tabs span:last-child {
    text-align: right;
    float: right;
}
.produtos .tabs span.selecionado {
    color: #e02862;
    border-bottom: 2px solid #e02862;
    font-weight: bold;
}
.produtos .lista {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    display: -moz-flex;
    -moz-justify-content: space-between;
    -moz-flex-wrap: wrap;
    display: -ms-flex;
    -ms-justify-content: space-between;
    -ms-flex-wrap: wrap;
    display: -o-flex;
    -o-justify-content: space-between;
    -o-flex-wrap: wrap;
}
.produtos .lista a {
    width: 24%;
    position: relative;
    display: block;
}
.produtos .lista img {
    width: 100%;
    height: auto;
}
/**Rodapé***/

.adicionais {
    display: flex;
    justify-content: space-between;
    margin: 1em auto;
    border-top: 1px solid lightgrey;
    padding: 1em 0;
    padding-top: 2em;
}
.entry-summary img.entrega {
    width: 100%;
    height: auto;
}
.entry-summary .pequeno {
    font-size: .85em;
    color: #1F9386;
}
.images .thumbnails {
    margin-top: .5em;
	overflow: hidden;
	justify-content: flex-start;
	flex-wrap: wrap;
	display: flex;
}
.images .thumbnails > div {
	width: 24%;
	margin-bottom: 10px;
	overflow: hidden;
	margin-right: 5px;
}

.images .thumbnails > div:last-child {
	margin-right: 0;
}
.adicionais > .extra {
    width: 23%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 1em;
}
.adicionais > .extra img {
    width: 100%;
    height: auto;
}
.adicionais .tag_cloud h2 {
    margin: 0;
    margin-bottom: 1em;
    color: #00a691;
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
}
.adicionais .tag_cloud a {
    color: deeppink;
}

/**Rodapé**/
footer.rodape {
    background-color: #F5F5F5;
    overflow: hidden;
    box-sizing: border-box;
	font-size: 12px;
	padding: 30px 0;
}
footer.rodape .linha {
    padding: 1.3em 0;
    display: flex;
    justify-content: space-between;
}
footer.rodape .linha .pagamentos {
    width: 70%;
}
footer.rodape .linha .pagamentos ul,
footer.rodape .linha .pagamentos ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer.rodape .linha .pagamentos img {
    height: auto;
    width: 50%;
}
footer.rodape .linha .pagelist {
    width: 60%;
}
footer.rodape .linha .pagelist ul {
    padding: 0;
    margin: 0;
}
footer.rodape .linha .pagelist ul li {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-bottom: 5px;
}
footer.rodape .linha .pagelist ul li a {
    color: #8E7080;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px;
}
footer.rodape .linha .pagelist ul li a:hover {
    color: #DC3B9A;
}
footer.rodape .linha h3 {
    color: black;
    margin: 0;
    font-size: 1.2em;
    margin-bottom: 1em;
}
footer.rodape .linha .sobre {
	padding: 0 40px;
	box-sizing: border-box;
}

footer.rodape .linha .facebook {
    width: 50%;
}

footer.rodape .linha .cartoes {
	max-width: 300px;
}

footer.rodape .linha .cartoes img{
	max-width: 300px;
	height: auto;
}

footer.rodape .midias {
    display: flex;
    justify-content: flex-start;
    margin-bottom: .5em;
}
footer.rodape .midias img {
	margin-right: 10px;
    height: auto;
    max-width: 36px;
    display: block;
}


/**Pagina**/
.pagina {
    margin-top: 2em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    display: -moz-flex;
    -moz-justify-content: space-between;
    -moz-flex-wrap: wrap;
    display: -ms-flex;
    -ms-justify-content: space-between;
    -ms-flex-wrap: wrap;
    display: -o-flex;
    -o-justify-content: space-between;
    -o-flex-wrap: wrap;
}
.content {
    box-sizing: border-box;
    padding: 2.5em 0;
    margin: 0 auto;
    width: 100%;
}
.woocommerce-cart .content {
    font-size: .9em;
    padding-top: 0;
}
.woocommerce-cart .content .coupon input.input-text {
    min-width: 150px;
    text-transform: uppercase;
}
.content article .entry-header h1 {
    display: none;
}
.titulo_principal,
.page-title {
    margin: 0;
    border-bottom: 2px solid #e02862;
    font-size: 2.5em;
    font-weight: 300;
    text-align: center;
    margin-bottom: 1em;
    text-transform: uppercase;
	width: 100%;
}
.site_selector {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}
.site_selector a {
    display: block;
}
.site_selector > div {
    width: 100%;
    padding: 1em .5em;
    text-align: center;
    border-radius: .5em;
    border: 2px solid white;
}
.site_selector div img {
    max-height: 24px;
    width: auto;
    margin: 0 auto;
    display: block;
}
.kforsummer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe100+0,00ed96+50,68bdff+100 */
     margin-top: 2em;
    background: rgb(255, 225, 0);
    /* Old browsers */
    
    background: -moz-linear-gradient(-45deg, rgba(255, 225, 0, 1) 0%, rgba(0, 237, 150, 1) 50%, rgba(104, 189, 255, 1) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(-45deg, rgba(255, 225, 0, 1) 0%, rgba(0, 237, 150, 1) 50%, rgba(104, 189, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(135deg, rgba(255, 225, 0, 1) 0%, rgba(0, 237, 150, 1) 50%, rgba(104, 189, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffe100', endColorstr='#68bdff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}
.kforkids {
   
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d800ff+0,ff2897+100 */
    
    background: rgb(216, 0, 255);
    /* Old browsers */
    
    background: -moz-linear-gradient(-45deg, rgba(216, 0, 255, 1) 0%, rgba(255, 40, 151, 1) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(-45deg, rgba(216, 0, 255, 1) 0%, rgba(255, 40, 151, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(135deg, rgba(216, 0, 255, 1) 0%, rgba(255, 40, 151, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d800ff', endColorstr='#ff2897', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}
.woocommerce-result-count {
    color: #32ACA6;
	display: block;
	float: none !important;
	margin-bottom: .5em !important;
	margin-top: .3em !important;
}

.buscar_cat{
	float: right;
	width: 48%;
}

.buscar_cat .woocommerce-product-search input{
	border: 1px solid #A1A6B1;
	width: 100%;
	text-align: right;
	padding: .5em 1em;
}

.woocommerce-product-search button{
	display: none;
}
.content article a {
    color: #e02862;
}
.content article h2,
.content article h3.content article h4 {
    background-color: #12c7c5;
    width: auto;
    padding: .3em .5em;
    margin: .1em 0;
    color: white;
    display: inline-block;
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 1em;
}
.woocommerce img,
.woocommerce-page img {
    max-width: none;
}
.woocommerce-page .payment_methods img {
    float: none;
}
.woocommerce-page .payment_methods label {
    display: inline;
}
#billing_first_name_field {
    width: 99% !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #FFEEF8 !important;
    color: #A73A81 !important;
    border: 1px solid #DF83CD !important;
    border-radius: 5px;
}
.check {
    overflow: hidden;
    padding: .5em;
    overflow: hidden;
    background-color: #E0F6FF;
    border: 1px solid #91AADC;
    color: #2054BD;
    border-radius: 5px;
}
.check label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 16px;
}
.check input[type='checkbox'] {
    display: none;
}
.check label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    border-radius: 3px;
    bottom: 1px;
    background-color: #4949B3;
}
.opcoes_cliente .botoes {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.opcoes_cliente .botoes button {
    cursor: pointer;
}
.opcoes_cliente {
    max-width: 460px;
    margin: 0 auto;
}
.opcoes_cliente p {
    margin-top: 0;
}
.opcoes_cliente button {
    display: block;
    font-size: 1em;
    color: white;
    background-color: #FF41AB;
    border-radius: 5px;
    border: 0;
    padding: 1em 1.5em;
    width: 48%;
}
.opcoes_cliente button.sou {
    background-color: darkorange;
}
.pagamento {
    display: flex;
    justify-content: space-between;
    max-width: 450px;
}
.woocommerce-page .pagamento img {
    display: inline-block;
    width: 47% !important;
    height: 130px !important;
    border: 2px solid #1B5A3C;
    border-radius: 5px !important;
    max-width: 400px !important;
    cursor: pointer;
    float: none;
    animation: animarBorda linear 1s infinite;
    -webkit-animation: animarBorda linear 1s infinite;
    -moz-animation: animarBorda linear 1s infinite;
    -o-animation: animarBorda linear 1s infinite;
    -ms-animation: animarBorda linear 1s infinite;
}
@keyframes animarBorda {
    50% {
        border-color: #00A05D;
    }
}
@-moz-keyframes animarBorda {
    50% {
        border-color: #00A05D;
    }
}
@-webkit-keyframes animarBorda {
    50% {
        border-color: #00A05D;
    }
}
@-o-keyframes animarBorda {
    50% {
        border-color: #00A05D;
    }
}
@-ms-keyframes animarBorda {
    50% {
        border-color: #00A05D;
    }
}
#payment {
    display: block;
	box-sizing: border-box;
}
.post-7 #payment {
    display: block;
}
.woocommerce-billing-fields {} .woocommerce-billing-fields h3 {
    color: #1CC9A1;
    font-weight: normal;
    margin-top: 0;
}
.contato.form_verde form.formulario .check label:before {
    background-color: #4040D0;
}
input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 19px;
    color: #f3f3f3;
    text-align: center;
    line-height: 20px;
}
aside.lateral {
    width: 25%;
    box-sizing: border-box;
    padding-right: 1em;
    margin-top: 1em;
    background-color: #F8F8F8;
    border-radius: 1em;
}
aside.lateral .widget {
    box-sizing: border-box;
    padding: 1em;
}
aside.lateral .widget h2 {
    font-size: 1em;
    font-weight: normal;
    border-bottom: 2px solid #e02862;
    color: #e02862;
    margin: 0;
    margin-bottom: .5em;
}
aside.lateral .widget ul {
    padding: 0;
    margin: 0;
}
aside.lateral .widget ul li {
    padding: 0;
    margin: 0;
    margin-bottom: .5em;
    list-style: none;
}
aside.lateral .widget ul li:last-child {
    margin-bottom: 0;
}
aside.lateral .widget ul li a {
    color: darkcyan;
}
.woocommerce-cart .woocommerce img,
.woocommerce-cart .woocommerce-page img {
    height: 3em !important;
    width: auto !important;
    border-radius: .5em;
}
/**Produtos**/

.produtos-cat {
    position: relative;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.produtos-cat .item {
    width: 20.5%;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
	margin-bottom: 40px;
}
.produtos-cat .item .descricao{
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}
.produtos-cat .item .space{
	flex: 1;
	padding:0;
	height: auto;
}

.produtos-cat .item:last-child {
    border-right: none;
    padding-right: 0;
}
.produtos-cat .item .miniatura img {
    width: 100%;
    border-radius: .5em;
    height: auto;
    border: 1px solid lightgrey;
}
.produtos-cat .item .preco {
    color: deeppink;
    font-weight: normal;
    font-size: 1em;
    margin-top: .5em;
}
.produtos-cat .item .preco .grande {
    font-size: 1.5em;
    font-weight: bold;
}

.produtos-cat .item h1{
	margin: 0;
	font-size: .9em;
	text-align: center;
	font-weight: bold;
	color: #FF003F;
	text-transform: uppercase;
}
.produtos-cat .item .preco p {
    margin: 0;
}
.produtos-cat .item .preco p:first-child,
.produtos-cat .item .preco p.total {
    text-align: center;
}

.produtos-cat .item .preco p.total{
	border-radius: .3em;
	padding: .3em;
	font-size: .85em;
	text-transform: uppercase;
	margin: 0;
	box-sizing: border-box;
	background-color: #F5FCD5;
	margin-bottom: .5em;
}
.produtos-cat .item .preco a p.vista {
    text-align: center;
    color: #70AA88;
    font-size: .9em;
}
.produtos-cat .item .preco a {
    color: deeppink;
}
.produtos-cat .item .preco .woocommerce-Price-currencySymbol {
    font-size: .7em;
}
.produtos-cat form {
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: .5em;
}
.produtos-cat form button {
    border: none;
    background-color: #00CB9B;
    margin: 0;
    padding: .6em;
    color: white;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
}
.produtos-cat form button span {
    margin-top: .35em;
    display: block;
    margin-left: .25em;
    text-transform: uppercase;
}
.produtos-cat form button img {
    width: auto;
    height: 1.75em;
    cursor: pointer;
    display: block;
}
/**Produtos**/

.produtos .content {
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.produtos .content article.product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    display: -moz-flex;
    -moz-justify-content: space-between;
    -moz-flex-wrap: wrap;
    display: -ms-flex;
    -ms-justify-content: space-between;
    -ms-flex-wrap: wrap;
    display: -o-flex;
    -o-justify-content: space-between;
    -o-flex-wrap: wrap;
}
.produtos .content article.product .images {
    width: 49%;
}

.images figure,
.woocommerce-product-gallery__wrapper{
	margin: 0;
}

.produtos .content article.product .images figura{
	margin: 0;
}

.produtos .content article.product .images .thumbnails a{
	display: block;
	width: 120px;
	height: 120px;
	overflow: hidden;
}

.produtos .content article.product .images img,
.produtos .content article.product .images video{
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: 1px solid #DDD;
    height: auto;
}
.produtos .content article.product .summary {
    width: 49%;
}
.produtos .content article.product .preco {
    color: deeppink;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 0;
}
.produtos .content article.product .preco p {
    margin: 0;
}
.produtos .content article.product .preco p .grande {
    font-size: 2em;
    font-weight: bold;
}
.produtos .content article.product .preco .woocommerce-Price-currencySymbol {
    font-size: .6em !important;
    font-weight: normal;
    margin-bottom: 0;
    margin-right: .5em;
}
.produtos .content article.product .stock {
    margin: 0;
    margin-bottom: 1em;
    color: darkcyan;
    font-size: .9em;
}
.produtos .content article.product .stock.out-of-stock {
    background-color: #CAE0DB;
    color: #4D6A5E;
    font-size: 1em;
    text-transform: uppercase;
    padding: 1em 1.2em;
    border-radius: 5px;
    margin-top: .5em;
}
.woocommerce ul.products li.product.outofstock {
    background-color: #E7E7E7 !important;
    opacity: .8;
    color: #6B6B6B !important;
}
.woocommerce ul.products li.product.outofstock a,
.woocommerce ul.products li.product.outofstock a h3 {
    color: #6B6B6B !important;
}
.woocommerce ul.products li.outofstock a.button {
    background-image: url(../kforyou3/images/fora.png) !important;
    background-position: center !important;
    background-color: #C7C7C7 !important;
    text-indent: -999999px;
}
.woocommerce ul.products li.product .onsale {
    background-color: #E7669E;
    border-radius: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    line-height: 2;
    -ms-transform: rotate(-5deg);
    /* IE 9 */
    
    -webkit-transform: rotate(-5deg);
    /* Chrome, Safari, Opera */
    
    transform: rotate(-5deg);
    min-height: 0;
}
.tinvwl-shortcode-add-to-cart a.tinvwl_add_to_wishlist_button,
.tinvwl_button_view {
    background-color: #20C8C0;
    color: #FFFFFF;
    font-size: 1em;
    text-transform: uppercase;
    padding: 1em 1.2em;
    display: block;
    border-radius: 5px;
    margin-bottom: 1em;
    text-align: center;
    font-weight: bold;
}
.tinvwl-table-manage-list {
    background-color: #F7F7F7;
}
.tinvwl-table-manage-list thead th {
    background-color: #0AD0D9;
    color: white;
}
.tinvwl-table-manage-list td {
    border: 1px solid #eee;
    padding: .5em;
}
.product-remove {
    cursor: pointer;
}

.woocommerce-ordering {
	float: left !important;
	width: 48%;
}
.woocommerce-ordering select {
    padding: 5px;
    background: #f8f8f8;
    color: #444;
    border: 1px solid #aaa;
    border-radius: 0;
    display: inline-block;
    appearance: none;
    cursor: pointer;
    outline: none;
	width: 100%;
}
.woocommerce-ordering selectselect:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #444;
}
.woocommerce-ordering selectselect::-ms-expand {
    display: none;
}
.woocommerce-ordering:before {
    content: '';
    right: 5px;
    top: -7px;
    width: 30px;
    height: 33px;
    background: #f8f8f8;
    position: absolute;
    pointer-events: none;
    display: block;
}
.woocommerce-ordering select {
    position: relative;
}
.woocommerce-ordering:after {
    content: '>';
    font: 16px Consolas, monospace;
    color: #444;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 2px;
    top: -3px;
    border-bottom: 1px solid #aaa;
    position: absolute;
    pointer-events: none;
    width: 35px;
    padding: 0 0 5px 0;
    text-indent: 14px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    margin-left: 1em;
    background-color: deeppink !important;
}
.produtos .content div.product_meta {
    color: grey;
    font-size: 8px;
}

.produtos .content div.product_meta h3{
	box-sizing: border-box;
	border-radius: 4px;
	padding: 10px;
	background-color: #EFEFEF;
	border-bottom: 0;
	margin-top: 2em;
}

.button{
	height: auto !important;
}
div.product_meta h3{
	font-weight: normal;
	margin: 0;
	font-size: 1em;
}
.produtos form.cart {
    margin: 0;
}
.single_add_to_cart_button {
    font-size: 1.2em;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: normal !important;
    margin-left: 0 !important;
    padding: 1em !important;
}
.produtos span.posted_in {}
.produtos .woocommerce-tabs {
    margin: 2em 0;
    font-size: .8em;
    box-sizing: border-box;
    border-radius: 1em;
    width: 100%;
}
.produtos .woocommerce-tabs .desc_tot {
    max-height: 150px;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
}

.produtos .woocommerce-tabs .desc_tot p{
	font-size: 17px;
    line-height: 1.52947;
    font-weight: 400;
    letter-spacing: -.021em;
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.produtos .woocommerce-tabs .desc_tot  h1,
.produtos .woocommerce-tabs .desc_tot  h2,
.produtos .woocommerce-tabs .desc_tot  h3,
.produtos .woocommerce-tabs .desc_tot  h4{
    margin: 0;
    margin-top: 1.2em;
    text-align: center;
    line-height: normal;
    font-size: 1.6em;
    padding-bottom: .2em;
    border-bottom: 1px solid rgba(0,0,0,.3);
    font-family: "rooney-sans",sans-serif;
}

.produtos .woocommerce-tabs button {
    text-align: center;
    padding: .75em;
    border-radius: 5px;
    width: 100%;
    background-color: white;
    color: #FFBE01;
    border: 2px solid #FFBE01;
    margin-top: 1em;
    cursor: pointer;
}
.produtos .woocommerce-tabs ul {
    padding: 0;
    margin: 0;
    /*   display: flex;    justify-content: space-between;    flex-wrap: wrap;    display: -webkit-flex;    -webkit-justify-content: space-between;    -webkit-flex-wrap: wrap;    display: -moz-flex;    -moz-justify-content: space-between;    -moz-flex-wrap: wrap;    display: -ms-flex;    -ms-justify-content: space-between;    -ms-flex-wrap: wrap;    display: -o-flex;    -o-justify-content: space-between;    -o-flex-wrap: wrap;*/
}
.produtos .woocommerce-tabs li {
    display: block;
    border-bottom: 1px solid #12c7c5;
    font-size: 1.3em;
    padding: 0 .5em;
    margin: 0;
    list-style: none;
    display: inline-block;
	display: none;
}
.produtos .woocommerce-tabs li a {
    color: #12c7c5;
}
.produtos .woocommerce-tabs li.active {
    color: #e02862;
    border-bottom: 1px solid #e02862;
    font-weight: normal;
	width: 100%;
	display: block;
	text-align: center;
}
.produtos .woocommerce-tabs li.active a {
    color: #e02862;
}

.produtos .woocommerce-tabs .desc_tot h4{
	margin-bottom: .5em;
	font-weight: normal;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 1em !important;
	color: white !important;
	background-color: #22C48F;
	border-bottom: none;
	margin-top: 1em;
	max-width: 400px;
	padding: .5em;
    border-radius: 0.3em;
	text-transform: uppercase;
	margin-bottom: .5em;
	box-sizing: border-box;
}
.produtos .woocommerce-tabs .desc_tot ul{
	margin: 0 auto;
	border-bottom: none;
	padding: 1em;
	border-radius: .5em;
	box-sizing: border-box;
	max-width: 400px;
	box-shadow: 0 0 1em rgba(0,0,0,.15);
}
.produtos .woocommerce-tabs .desc_tot li{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
	display: block;
	font-size: 1em !important;
	text-align: right;
	border-bottom: none;
	padding: .5em;
	border-bottom: 1px solid #D9D9D9;
}

.produtos .woocommerce-tabs .desc_tot li:last-child{
	border-bottom: none;
}

.produtos .woocommerce-tabs .desc_tot li strong,
.produtos .woocommerce-tabs .desc_tot li b{
	text-align: left;
	width: 50%;
	font-weight: bold;
	float: left;
}
.produtos .woocommerce-tabs h2 {
    display: none;
}
.produtos ul.products li {
    list-style: none;
    text-align: left;
    padding: 1em;
}
.produtos ul.products li a.h3 {
    text-aling: right;
    color: #e02862;
    font-size: 20px;
    margin: 2.5em;
    padding: 0.5em;
}
.produtos .shop_attributes {
    text-align: left;
}
.produtos .shop_attributes .review_form_wrapper h3 {
    color: #e02862;
    font-weight: normal;
}
.produtos .shop_attributes .review_form_wrapper .stars a {
    background-image: url(../kforyou3/images/coracao-cinza.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.produtos .shop_attributes .review_form_wrapper .stars a:hover,
.produtos .shop_attributes .review_form_wrapper .stars a.active {
    background-image: url(../kforyou3/images/coracao-vermelho.png);
}
.produtos .content .thumbnails img.attachment-shop_thumbnail {
    display: block;
    width: 100%;
    margin-right: 0;
    height: auto;
}
.produtos .content .shop_attributes p {
    margin: 0;
}
.produtos .content .shop_attributes tr td {
    border-bottom: 1px solid lightgrey;
    color: #666;
}
.produtos .content ul.products li.price span.amount {
    text-aling: center;
    margin-top: 1em;
    padding-top: 5em;
}
.produtos .content summary.price span.amount {
    text-aling: center;
    margin-top: 1em;
    padding-top: 5em;
}
.produtos .content .related .price {
    font-size: 1em;
    font-weight: bold;
    text-align: right;
    display: block;
}
.produtos .content .related h2 {
    margin: 0;
    text-align: center;
    background-color: transparent;
    color: black;
    width: 100%;
    padding-top: 0;
}
.produtos .content .related > h2 {
    border-bottom: 1px solid grey;
    color: #FD3C96;
    margin-bottom: 1em;
}
.produtos .content .quantity input {
    border: 1px solid #e02862;
    padding: .5em 1em;
    font-size: 1em;
    color: #e02862;
    text-align: right;
    margin-bottom: .5em;
    border-radius: .2em;
}
.produtos .content .quantity input:focus {
    outline: none;
    background-color: aliceblue;
    font-weight: bold;
}
.produtos .related .products li h3 {
    margin: 0;
    font-weight: normal;
}
.produtos .related .products li .button {
    display: block;
    margin: 0 auto;
}
.produtos .content form button,
.produtos .content form input[type=submit] {
    margin-bottom: 1em;
}
.produtos .content form {}
/**FORM PRODUCT**/

.produtos form textarea {
    font-size: 1.3em;
    font-style: italic;
    padding: 1em;
    border: 1px solid #e02862;
    color: #e02862;
    display: block;
}
.produtos form button,
.produtos form input[type=submit] {
    background-color: #e02862;
    border: none;
    color: white;
    padding: .6em 1.3em;
    font-size: 1.1em;
}
.produtos .related .products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    display: -moz-flex;
    -moz-justify-content: space-between;
    -moz-flex-wrap: wrap;
    display: -ms-flex;
    -ms-justify-content: space-between;
    -ms-flex-wrap: wrap;
    display: -o-flex;
    -o-justify-content: space-between;
    -o-flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-top: .5em;
}
.produtos .related .products li {
    margin: 0;
    padding: 0;
    width: 24.5%;
    list-style: none;
}
.produtos .related .products li img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #12c7c5;
}
.produtos .related .products li .button {
    background-color: #e02862;
    border: none;
    color: white;
    padding: .5em 1em;
}
.wc_payment_methods img {
    width: auto !important;
    height: auto !important;
}
/**Woocommerce correções**/

.woocommerce .products ul,
.woocommerce ul.products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 20.5% !important;
    box-sizing: border-box;
    position: relative;
    margin: 0 !important;
    color: deeppink;
}
.woocommerce ul.products li.product p,
.woocommerce-page ul.products li.product p {
    margin: 0;
    text-transform: none;
    font-size: 1em;
}
.woocommerce ul.products li.product .grande,
.woocommerce-page ul.products li.product .grande {
    font-size: 1.5em;
    font-weight: bold;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    border-radius: .5em;
    height: auto;
    border: 1px solid #B9B9B9;
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product a {
    text-align: center;
    color: black;
    text-transform: uppercase;
    margin: 0;
}
.woocommerce h2.woocommerce-loop-product__title {
    margin: 0 !important;
    padding: 0 !important;
    color: #0CAD6A !important;
	background-color: transparent;
}
.woocommerce ul.products li.product .price {
    color: deeppink !important;
    font-weight: bold !important;
    font-size: 1.5em !important;
    margin-top: 0 !important;
    text-align: center;
}

.type-page .entry-content img.size-full{
	width: 100%;
}
.woocommerce ul.products li.product a {
    color: deeppink !important;
}
.woocommerce ul.products li.product a .vista {
    color: #43CDBA !important;
}
.woocommerce ul.products li.product a.wc-forward {
    color: white !important;
    background-color: orangered;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: .5em;
    margin-top: .5em;
}

.produtos-cat .item .preco .woocommerce-Price-currencySymbol {
    font-size: .7em;
}
.woocommerce ul.products li.product a.button {
    display: block;
    /*border: 2px solid orangered;*/
    border-radius: .5em;
    color: white !important;
    /*background-image: url(images/compre.png);
    background-repeat: no-repeat;
    background-position: 97%;
    background-size: 26px;*/
    width: 87%;
    font-weight: bold;
    font-size: .9em;
    background-color: #00D1BA;
    margin-top: 0 !important;
	text-align: center;
	transition: .5s background-color;
}
.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product a.button:focus {
    background-color: #F9025E;
}
.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 !important;
}
.menu_button,
.menu_mobile,
.finalizar_compra,
.compartilhe_whatsapp {
    display: none;
}
.destaque.mobile {
    display: none;
}
.sfsi_plus_widget {
    margin-top: 1em;
}
.atendimento {
    color: #08a35d;
    text-decoration: none;
}
.adicionais .instagram {
    position: relative;
}
.adicionais .instagram img {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 1em !important;
}
.adicionais .instagram * {
    box-sizing: border-box !important;
}
.adicionais .instagram #wdi_feed_0 .wdi_pagination {
    font-size: 1em !important;
    padding: 0;
    margin: 0;
    color: white;
    position: absolute;
    right: .5em;
    bottom: .5em;
    background-color: rgba(138, 94, 0, 0.67);
    background-image: url(../kforyou3/images/bg_instagram.jpg);
    background-size: cover;
    border-radius: 2em;
    z-index: 22;
}
.adicionais .instagram #wdi_feed_0 .wdi_header_text {
    font-size: 16px;
    font-weight: bold;
    margin-left: 7px;
    color: white;
}
.adicionais .instagram #wdi_feed_0 .wdi_feed_container,
.adicionais .instagram .wdi_feed_main_container {
    background-color: transparent;
    border: none;
    position: static !important;
}
.adicionais .instagram #wdi_feed_0 .wdi_feed_wrapper {
    background-color: transparent !important;
}
.adicionais .instagram #wdi_feed_0 .wdi_feed_header {
    border: none !important;
    display: none;
}
.adicionais .instagram #wdi_feed_0 .wdi_photo_wrap_inner {
    border: none;
    background-color: transparent;
}
.adicionais .instagram .wdi_pagination_ctrl:hover {
    color: yellow !important;
}
.adicionais .instagram #wdi_feed_0 .wdi_pagination_ctrl {
    margin: 9px;
}
.adicionais .instagram .wdi_feed_item {
    border-radius: 1.2em !important;
}
/****







* CHECKOUT







****/

.area_checkout {
    display: flex;
    justify-content: space-between;
}
.area_checkout > div {
    width: 48%;
}
.area_checkout .prosseguir {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    box-sizing: border-box;
    text-align: left;
    border-radius: 5px;
}
.area_checkout .prosseguir p {
    margin-top: 0;
}
.area_checkout .form_login .form-row-first,
.area_checkout .form_login .form-row-last,
.area_checkout .form_login .form-row-first,
.area_checkout .form_login .form-row-last {
    float: none;
    width: auto;
}
.area_checkout .form_login label {
    margin-bottom: 0;
}
.area_checkout .button {
    margin-left: 0 !important;
}
.woocommerce-MyAccount-navigation {
    padding: 1em;
    background-color: #EFEFEF;
    box-sizing: border-box;
}
.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: .5em;
}
.woocommerce-MyAccount-navigation ul li a {
    box-sizing: border-box;
    width: 100%;
    padding: .5em 1em;
    border-radius: 5px;
    background-color: white;
    display: block;
}
.wc-forward {
    border: 2px solid #FFC51C !important;
    color: #D86400 !important;
    text-transform: uppercase;
}
/**LOJA**/

#wpb_wiz_gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#wpb_wiz_gallery a {
    width: 7em;
    height: 7em;
    margin-bottom: .5em;
    display: block;
    overflow: hidden;
    background-color: lightgrey;
}
.fancybox-overlay {
    background: none !important;
}
.woocommerce .products ul,
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: none;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 3em !important;
}
.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before,
.woocommerce #content div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:before,
.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce .woocommerce-pagination ul.page-numbers:before,
.woocommerce div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:before,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:before,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:before,
.woocommerce-page ul.products:after,
.woocommerce-page ul.products:before {
    content: none !important;
    display: block !important;
}
.entry-content img {
    width: 50%;
    max-width: 450px;
}
.wdform_page {
    font-family: 'Roboto', sans-serif !important;
}
.css-fbl {
    max-width: 500px !important;
    background: url('http://www.kforyou.com.br/loja/wp-content/plugins/wp-facebook-login/public/img/fb-icon.png') no-repeat 10px center #096FE8 !important;
    background-size: 25px 25px !important;
    border-radius: 5px;
    min-height: 45px;
    margin: 0 auto;
}
.woocommerce-thankyou-order-received {
    font-size: 1.5em;
    text-align: center;
    font-weight: normal;
}
/**Contato***/

.contato {
    position: absolute;
    right: 5em;
    top: 1em;
    font-size: 1em;
    font-family: 'Roboto Condensed', sans-serif;
    z-index: 98;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    -ms-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    overflow: visible;
}
.contato.form_verde {
    background-color: #E3F1EF;
}
.contato h3 {
    font-weight: normal;
    margin: 0;
    cursor: pointer;
}
.contato_maior {
    width: 600px;
    min-width: 400px;
    padding: 2.3em;
    position: fixed;
    top: 15%;
    right: 50%;
    margin-right: -300px;
    border-radius: 30px;
    background-color: white;
    text-transform: uppercase;
    box-shadow: 0 0 1em rgba(0, 0, 0, .1);
    box-sizing: border-box;
    box-shadow: 0 0 18em rgba(0, 0, 0, .4);
    animation: contato_anim linear .5s;
    animation-iteration-count: 1;
    transform-origin: 100% 100%;
    -webkit-animation: contato_anim linear .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 100% 100%;
    -moz-animation: contato_anim linear .5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 100% 100%;
    -o-animation: contato_anim linear .5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 100% 100%;
    -ms-animation: contato_anim linear .5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 100% 100%;
    height: auto;
}
.contato_maior img {
    display: none;
}
.contato img {
    width: 2.1em;
    height: 2.1em;
    cursor: pointer;
}
.contato_maior ul {
    padding: 0;
}
.contato_maior ul li {
    padding: 0;
    list-style: none;
    margin-bottom: .7em;
}
.contato_maior ul li img {
    display: inline-block;
    float: left;
    margin-top: -.25em;
    width: 1.25em;
    height: 1.25em;
    background-color: white;
    padding: 2px;
    margin-right: 5px;
    border-radius: 50%;
}
.contato_maior h3 {
    margin-bottom: 1em;
}
.contato form.formulario {
    padding: 0;
    margin: 0;
    display: none;
}
.contato.form_verde .mapa {
    display: none;
}
.contato_maior form.formulario {
    display: block;
}
.contato form.formulario div {
    margin-bottom: .8em;
}
.contato form.formulario label {
    display: block;
}
.contato form.formulario input:focus,
.contato form.formulario textarea:focus {
    outline: none;
    background-color: #CCEAEF;
}
.contato form.formulario input,
.contato form.formulario textarea,
.contato form.formulario select{
    background-color: white;
    padding: .8em 1em;
    border-radius: 3px;
    border: 2px solid #519BA2;
    color: #0A99A7;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    -ms-transition: .3s background-color;
    -moz-transition: .3s background-color;
    transition: .3s background-color;
}
.contato form.formulario button {
    padding: 1em 1.5em;
    color: #4D4D4D;
    border: 0;
    box-shadow: 0 .1em .5em rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    -ms-transition: .3s background-color;
    -moz-transition: .3s background-color;
    transition: .3s background-color;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.contato form.formulario button[type='submit'] {
    margin-left: 1em;
    background-color: #519BA2;
	color: white;
}
.contato form.formulario .check {
    overflow: hidden;
}
.contato form.formulario .check label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
}
.contato form.formulario .check input[type='checkbox'] {
    display: none;
}
.contato form.formulario .check label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #05A8B0;
}
.contato.form_verde form.formulario .check label:before {
    background-color: #0b6a6d;
}
.contato form.formulario input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 16px;
}

.tradutor_a{
		display: flex;
    	justify-content: space-evenly;
	}
.tradutor_a .goog-te-gadget .goog-te-combo{
	margin-left: 10px;
	min-width: 250px;
}

@keyframes contato_anim {
    0% {
        transform: rotateX(0deg) scaleX(0) scaleY(0);
    }
    70% {
        transform: rotateX(0deg) scaleX(1.1) scaleY(1.1);
    }
    100% {
        transform: rotateX(0deg) scaleX(1) scaleY(1);
    }
}
@-moz-keyframes contato_anim {
    0% {
        -moz-transform: rotateX(0deg) scaleX(0) scaleY(0);
    }
    70% {
        -moz-transform: rotateX(0deg) scaleX(1.1) scaleY(1.1);
    }
    100% {
        -moz-transform: rotateX(0deg) scaleX(1) scaleY(1);
    }
}
@-webkit-keyframes contato_anim {
    0% {
        -webkit-transform: rotateX(0deg) scaleX(0) scaleY(0);
    }
    70% {
        -webkit-transform: rotateX(0deg) scaleX(1.1) scaleY(1.1);
    }
    100% {
        -webkit-transform: rotateX(0deg) scaleX(1) scaleY(1);
    }
}
/**Mobile**/

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 1) {
    body {
        margin-top: 3.5em !important;
		margin-bottom: 3.5em !important;
    }
    .pagamento {
        display: block;
        max-width: none;
    }
    .woocommerce-page .pagamento img {
        height: auto !important;
        /*max-height: 140px;*/
        
        width: 100% !important;
        display: block;
        margin: 0 auto;
        margin-bottom: 1em;
    }
    .entry-content img {
        float: none;
        width: 90%;
        margin: 0 auto;
        max-width: none;
    }
    .area_checkout {
        display: block;
    }
    .area_checkout > div {
        width: 98%;
        margin: 0 auto;
    }
    #wpb_wiz_gallery a {
        width: 5em;
        height: 5em;
    }
    .compartilhe_whatsapp {
        display: block;
        width: auto;
        box-sizing: border-box;
        padding: .5em 1em;
        border-radius: 5px;
        background-color: #20B41A;
        border-top: 5px solid #20B41A;
        color: white !important;
        text-align: center;
        margin-top: 10px;
        background-image: url(../kforyou3/images/whatsapp-branco.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 24px 24px;
        padding-top: 24px;
    }
	.destaque {
		margin-top: 0;
	}
    .destaque.mobile {
        display: block;
        padding-top: 0 !important;
    }
    .destaque.desktop {
        display: none;
    }
    .wrap {
        width: auto;
        min-width: 0;
    }
	.menu-superior{
		box-shadow: 0 0 10px rgba(0,0,0,.5);
	}
    .menu-superior .wrap .logo {} .menu-superior .wrap .logo {
        margin-left: 2.5em;
        height: auto !important;
        width: 42% !important;
        display: block !important
    }
    .menu-superior .wrap .logo img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }
    .menu-superior nav.menu {
        display: none;
    }
    .menu-superior .wrap .whatsapp {
        width: 58%;
        text-align: right;
        margin-right: .75em;
        float: right;
        font-size: 1em;
        overflow: hidden;
        font-family: 'Roboto Condensed', Roboto, Arial, sans-serif;
        white-space: nowrap;
    }
    .menu-superior .wrap .whatsapp img {
        float: right;
        max-height: 30px;
    }
    .navegacao {
        display: none;
    }
    .menu-superior .carrinho {
        position: fixed;
		
        width: 100%;
        display: flex;
        justify-content: space-between;
        background-color: rgba(0, 197, 145, 0.93);
        color: white;
        border-top: 1px solid #CCC;
        bottom: 0;
        right: 0;
        left: 0;
        box-sizing: border-box;
        font-size: 18px;
        padding: .5em;
    }
    .menu-superior .carrinho img {
        border-radius: 4em;
        margin-right: .5em;
        padding: .2em;
        box-sizing: border-box;
        background-color: white;
        width: 2em;
        height: 2em;
		display: none;
    }
	
	.menu-superior .carrinho span.quantidade{
		min-width: 17px;
		font-size: 13px;
		background-color: white;
		color: darkorange;
	}
    .menu-superior .carrinho a {
        color: white;
    }
    .produtos-cat {
        flex-wrap: wrap;
    }
    .produtos-cat .item {
        width: 47%;
        margin: 0 auto;
        font-size: 1em;
        margin-bottom: 1em;
		height: auto;
		justify-content: space-between;
    }
    .produtos-cat form button{
        font-size: 1em;
		padding: .75em .5em;
    }
    .produtos-cat .preco {
        margin: 0;
    }
	
	.produtos-cat form{
		margin-top: 0;
	}
	
	.produtos-cat .item .descricao{
		height: auto;
	}
    input,
    select,
    textarea {
        font-size: 16px !important;
        padding: 5px;
    }
    .woocommerce-cart .content {
        width: 100%;
    }
    .lateral {
        display: none;
    }
    form.woocommerce-checkout {
        width: 97%;
        margin: 0 auto;
    }
    .menu_button {
        position: fixed;
        z-index: 9999;
        height: 2.5em !important;
        width: auto;
        cursor: pointer;
        display: block;
        left: .5em;
        top: .65em;
    }
    .menu_mobile {
        display: block;
        position: fixed;
        width: 90%;
    	overflow-y: scroll;
        box-sizing: border-box;
        left: -100%;
        top: 0;
        bottom: 0;
        background-color: white;
        z-index: 99;
        border-right: 1px solid #818181;
		box-shadow: 0 0 12px rgba(0,0,0,.5);
        padding: 1em;
        padding-top: 4em;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
    }
    .menu_mobile input {
        font-size: 16px !important;
        border-bottom: none;
        margin-top: 10px;
        background-color: #eee;
        width: 100%;
		border-radius: 50px;
    }
    .menu_mobile img {
        width: 20px;
        height: 20px;
        padding: 10px;
        border-radius: 50px;
        margin-top: 5px;
        margin-right: 5px;
        display: none;
    }
    .menu_mobile input:focus {
        border-bottom: none;
    }
    .menu_mobile .menu-produtos ul {
        flex: none;
    }
    .menu_mobile nav.menu-produtos,
    .menu_mobile nav.menu-produtos ul {
        padding: 0;
        margin: 0;
    }
    .menu_mobile nav.menu-produtos ul {
        box-sizing: border-box;
    }
    .menu_mobile nav.menu-produtos ul li {
        list-style: none;
		position: relative;
		padding: 7px 16px;
		box-sizing: border-box;
		display: block;
		font-size: 18px;
		
		border-radius: 3px;
		width: 100%;
		margin-top: 5px;
    }
	
	.menu_mobile nav.menu-produtos ul li ul li{
		border: 1px solid #f7f6f4;
	}
    .menu_mobile nav.menu-produtos ul li a {
        color: #8e7c86;
        text-transform: uppercase;
        font-weight: bold;
    }
    .menu_mobile nav.menu-produtos ul li ul li a{
	    color: #e373b1;
    }
    .menu_mobile nav.menu-produtos ul li.desativado a {
        color: #aaa;
        font-weight: bold;
        pointer-events: none;
    }
	
	.menu_mobile nav.menu-produtos ul li .sub-menu a {
		font-weight: normal;
	}
    .menu_mobile nav.menu-produtos ul li span {
        position: absolute;
		color: #ace7da;
		top: 0;
		right: 13px;
		font-size: 13px;
		font-weight: bold;
    }
    .menu_mobile nav.menu-produtos ul li.spacer {
        width: 2px;
        background-color: #4dcc95;
    }
    .menu_mobile nav.menu-produtos ul li.spacer {
        display: none;
    }
    .rodape .linha .pagamentos {
        width: 100%;
    }
    .rodape .linha .pagamentos img {
        width: 100%;
    }
    .expandido {
        left: 0 !important;
    }
    .adicionais {
        flex-wrap: wrap;
    }
    .adicionais .extra {
        margin-bottom: 1.5em;
        width: 45%;
        margin: 0 auto;
    }
    .adicionais .instagram {
        width: 95%;
    }
    .adicionais .tag_cloud {
        width: 95%;
    }
    .menu-superior .carrinho .finalizar_compra {
        color: orangered !important;
        background-color: white;
        padding: .5em;
        font-size: 16px;
        border-radius: 5px;
        display: block;
        position: fixed;
        bottom: 2px;
        right: 2px;
        z-index: 9999;
        left: auto;
    }
    footer.rodape {
        margin: 0 auto;
		font-size: 14px;
		padding: 0;
    }
	footer.rodape .midias{
		justify-content: center;
	}
	footer.rodape .midias img{
		max-width: 48px;
	}
	footer.rodape .linha{
		padding: 0;
	}
    footer.rodape .pagelist h3 {
        display: none;
    }
	footer.rodape .linha .cartoes{
		max-width: none;
		width: 100%;
	}
	footer.rodape .det_mails li{
		font-size: 14px;
		padding: 5px;
	}
	footer.rodape .wrap{
		box-sizing: border-box;
		padding: 20px;
		text-align: center;
	}
	footer.rodape .linha .sobre{
		padding: 0;
	}
	footer.rodape .linha .pagelist{
		width: 100%;
	}
    .products {
        overflow: hidden;
    }
    .produtos .content {
        box-sizing: border-box;
        width: 98%;
        margin: 0 auto;
		padding: 0;
		padding-top: .5em;
    }
	
	.titulo_principal, .page-title{
		font-size: 1.85em;
	}
    .woocommerce .products ul,
    .woocommerce ul.products {
        flex: auto !important;
        justify-content: space-between !important;
        flex-wrap: wrap;
        display: block !important;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 48.5% !important;
        margin-bottom: .8em !important;
    }
    .produtos .content article.product {
        display: block;
        width: 98%;
        margin: 0 auto;
    }
    .titulo_principal {
        margin-bottom: .5em;
    }
    .produtos .content article.product .summary {
        width: 100%;
		text-align: center;
    }
    .produtos .content article.product .images {
        margin: 0 auto;
        margin-right: 10px;
        width: 100%;
    }
    .entry-summary {
        text-align: right;
    }
	.produtos .content article.product .description{
		text-align: justify;
	}
    .produtos .content article.product .images img {
        width: 100%;
    }
    .produtos .content article.product .single_add_to_cart_button {
        width: 100%;
        min-height: 60px;
    }
    .images .thumbnails {
        overflow: hidden;
        justify-content: space-between;
        flex-wrap: wrap;
        display: flex;
    }
    .images .thumbnails > div {
        width: 23%;
		margin-right: 0;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .produtos .woocommerce-tabs {
        padding: 1em;
    }
    .produtos .woocommerce-tabs ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        text-align: center;
    }
    .adicionais .extra img {
        border: 4px solid #eee;
    }
    .rodape .linha {
        display: block;
        flex-wrap: wrap;
    }
    .rodape .linha .facebook,
    .rodape .linha .sobre {
        width: 100%;
    }
    .rodape .linha .sobre {
        margin: 1em 0;
        text-align: center;
    }
    .pagina {
        width: 95%;
    }
    .marca_produto {
        text-align: center;
    }
    .contato {
        box-sizing: border-box;
    }
    .contato_maior {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 10000;
        width: 100%;
        margin: 0;
    }
    .contato_maior input {
        font-size: 16px;
    }
    .mobile_pay {
        display: block !important;
    }
    .woocommerce-checkout-payment {
        /*display: none !important;*/
    }
	
	.rodape .linha .pagelist{
		padding-bottom: 20px;
	}
    .rodape .linha .pagelist ul {
        column-count: 1;
        -webkit-column-count: 1;
        text-align: center;
    }
    .rodape .pagelist {
        column-count: 1;
        -webkit-column-count: 1;
        font-size: 16px;
    }
    .rodape .linha .pagelist ul li a {
        background-color: #F8E0F0;
        margin-top: 5px;
        border-radius: 3px;
        display: block;
        width: 100%;
        font-size: 15px !important;
        box-sizing: border-box;
    }
	
	.produtos .woocommerce-tabs .desc_tot ul{
		box-shadow: none;
		display: block;
	}
	
	.tradutor_a{
		display: flex;
    	justify-content: space-evenly;
		margin-bottom: 10px;
	}
	.goog-te-gadget{
	    display: flex;
		text-align: center;
	}
	.tradutor_a .goog-te-gadget .goog-te-combo{
		margin: 0 auto;
		width: 50%;
	}
	
	table.variations .label{
		background-color: #E3E3E3;
	}
	
	.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
	.woocommerce-product-gallery__wrapper .thumbnails{
		display: none;
	}
	
	.rodape{
		padding-bottom: 0;
	}
	
	/**Carrinhos**/
	.carrinho > div{
		padding: 11px;
	}
	.carrinho img {
		width: 2.2em;
		height: 2.2em;
	}
	.carrinho span.quantidade{
		font-size: 18px;
    	padding: 1px 3px;
	}
	
	
	.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox{
		padding: 7px 15px;
		text-align: center;
		border: 1px solid #d4d4d4;
		border-radius: 5px;
		box-sizing: border-box;
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	
	.woocommerce form .form-row .input-checkbox {
    	margin: -2px 25px 0 0;
	}
	
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
		background-color: #00d08d !important;
		padding: 11px 17px !important;
		float: right !important;
		box-shadow: 0 0 35px rgba(0,0,0,.25);
		border: 2px solid white;
		margin-top: 10px;
	}
	
	#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li{
		border: 1px solid white;
		padding: 0;
		margin-bottom: 10px;
		border-radius: 5px;
	}
}


.mobile_pay {
    display: none;
}
.checkout-button,
.added_to_cart {
    color: white !important;
}


@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
    .destaque.mobile {
        display: none;
    }
    .destaque.desktop {
        display: block;
        padding-top: 1.5em;
    }
    .menu-superior .wrap .logo {
        width: 25% !important;
    }
}

.alerta_comum {
    font-size: .9em;
    color: #B89E17;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 1em;
}
.additional_information_tab,
#tab-additional_information {
    display: none !important;
}
.alert_container {} .alert_container .registered_message {
    color: #007C6B;
    text-align: center;
}
.alert_container .subscribe_for_interest_text {
    color: #00BF80;
    font-weight: normal;
    font-size: 1em;
}
.alert_container .stock_alert_email {
    padding: .5em 1em;
    color: #D0166D;
    border-radius: 5px;
    border: 1px solid #00BF80;
    width: 100%;
    display: block;
    font-size: 16px;
    box-sizing: border-box;
}
.alert_container .stock_alert_button,
.alert_container .unsubscribe_button {
    padding: .5em 1em;
    color: white;
    font-size: 16px;
    background-color: #D0166D;
    border-radius: 5px;
    border: none;
    display: block;
    box-sizing: border-box;
}
.alert_container .unsubscribe_button {
    background-color: #12978D;
}
.titulo_cat {
    width: 100%;
    height: auto;
    border-radius: .75em;
    margin-bottom: 2em;
    display: block;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cover_video {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
}
#billing_last_name_field {
    width: 100% !important;
}
.direct-payment img,
.woocommerce .direct-payment img,
.direct-payment .woocommerce img {
    width: auto;
}
#billing_cellphone {
    background-image: url(../kforyou3/images/whatsapp.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px;
}

.sfsiplus_norm_row{
	width: 100% !important;
    display: flex;
    position: relative !important;
    justify-content: flex-start;
}

.sfsi_plus_wicons{
	margin-left: 0 !important;
	margin-right: 10px;
}

#mibew-agent-button img{
    display: block;
    position: fixed;
    margin: 0 auto;
    box-shadow: 0 2px 9px rgba(0,0,0,.5);
    border-radius: 50%;
    width: 58px;
    height: 58px;
    bottom: 50px;
    border: 2px solid deeppink;
    right: 5px;
}

.ballon{
	padding: 5px 10px;
	border-radius: 15px;
	background-color: deeppink;
	color:white;
	position:fixed;
	right: 70px;
	bottom: 65px;
	width: auto;
	cursor: pointer;

	display:none;
}

.payment_method_paypal{
	display: none;
}

.woocommerce-shipping-contents{
	display: none;
}

.woocommerce span.onsale{
	display: none;
}

tr.shipping li p{
	margin: 0;
}

/**
Tabela de Variações
**/
table.variations{
	width: 100%;
	margin-bottom: .5em;
}

table.variations tr td{
	width: 100%;
	text-align: right;
}

table.variations tr td .reset_variations{
	display: none !important;
}

table.variations tr td:first-child,
table.variations tr td select{
	padding: 7px 18px;
}


.woocommerce-page ul.products > li.product{
	transition: all .4s;
}
.woocommerce-page ul.products > li.product:hover{
	transform: scale(1.1);
}

/***
BLACK FRIDAY
***/
.woocommerce-page ul.products li.product_cat-blackfriday::after{
	content: ' ';
	height: 20%;
	background-image: url(../kforyou3/images/black-mini.png);
	pointer-events: none;
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	top: 0;
	z-index: 98;
}

article.product_cat-blackfriday div.images{
	position: relative;
}


article.product_cat-blackfriday div.images::after{
	content: ' ';
	height: 100%;
	background-image: url(../kforyou3/images/black-friday.png);
	pointer-events: none;
	background-position: top left;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 1000;
	display: block;
	top: 0;
	z-index: 98;
}

/***
LIQUIDAÇÃO
***/
.woocommerce-page ul.products li.product_cat-oferta::after{
	content: ' ';
	height: 20%;
	background-image: url(../kforyou3/images/summer_d.png);
	pointer-events: none;
	background-position: top left;
	background-size: 80%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	top: 0;
	z-index: 98;
}

article.product_cat-oferta div.images{
	position: relative;
}


article.product_cat-oferta div.images::after{
	content: ' ';
	height: 100%;
	background-image: url(../kforyou3/images/summer_d.png);
	pointer-events: none;
	background-position: top left;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 1000;
	display: block;
	top: 0;
	z-index: 98;
}


/***
NOVIDADES
***/
.woocommerce-page ul.products li.product_cat-novidade::after{
	content: ' ';
	height: 26%;
	background-image: url(../kforyou3/images/summer_d.png);
	pointer-events: none;
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	top: 0;
	z-index: 98;
}

article.product_cat-novidade div.images{
	position: relative;
}


article.product_cat-novidade div.images::after{
	content: ' ';
	height: 100%;
	background-image: url(../kforyou3/images/summer_d.png);
	pointer-events: none;
	background-position: top left;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 1000;
	display: block;
	top: 0;
	z-index: 98;
}

#google_language_translator, #language{
	width: auto !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	background-color: white;
}


/***
PÁGINAS
***/

.pagina_simples{
	max-width: 860px;
}

.pagina_simples {
	margin-top: 0;
}

.pagina_simples .content article .entry-header h1{
	display: block;
	text-align: center;
	font-size: 3em;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #D7D7D7;
	
	color: #E5577F;
	font-weight: 200;
	
	font-family: "omnes-pro",sans-serif;
} 

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 1) {
	.pagina_simples .content article .entry-header h1{
		font-size: 24px;
		margin: 0;
	}
	
	
	a.checkout-button.button.alt.wc-forward{
		width: 100%;
	}
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
	background-color: #B9B9B9 !important;
}

a.checkout-button.button.alt.wc-forward{
	box-sizing: border-box;
	margin: 0;
	border: none !important;
	background-color: #0AB03C !important;
}

a.checkout-button.button.alt.wc-forward img{
	display: block;
	margin: 0 auto;
	width: 24px !important;
	height: 24px !important;
	margin-bottom: 10px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	background-color: #0AB03C !important;
	float: right;
}


.pagina_simples .content article p{
	display: block ;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	letter-spacing: .25px;
	font-size: 14px;
	line-height: 24px;
	color: #515151;
}

.pagina_simples .content article h2{
	margin:0;
	margin-bottom: 0;
	margin-top: 1.5em;
	
	font-size: 16px;
	
	background-color: transparent;
    width: auto;
    padding: 0;
   
    color: #333333;
    display: block;
    font-weight: bold;
}


.pagina_simples .content article p a{
	color: #2167E0;
}

.woocommerce-message .payment-link, .woocommerce-message .clipboard-btn{
	background-color: white !important;
	color: #11CC72 !important;
	border-radius: 4px;
	border: 2px solid #11CC72;
}


#wc-moip-payment-form .woocommerce-tabs ul.tabs li{
	border: none !important;
    background-color: transparent !important;
	width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#wc-moip-payment-form .woocommerce-tabs ul.tabs{
	width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#wc-moip-payment-form .woocommerce-tabs ul.tabs::before{
	border-bottom: none !important;
}

#wc-moip-payment-form .woocommerce-tabs ul.tabs li::before,
#wc-moip-payment-form .woocommerce-tabs ul.tabs li::after{
	display: none !important;
}

#wc-moip-payment-form #payment-type a{
	margin: 0 auto !important;
    background-color: #11CC72 !important;
    color: white;
    text-align: center;
    width: 100%;
    max-width: 400px;
    padding: 16px;
    text-transform: uppercase;
    box-sizing: border-box;
    letter-spacing: 1px;
    display: block;
}
#wc-moip-payment-form a.cancel{
	margin: 0 auto !important;
    display: block !important;
    max-width: 250px !important;
    text-align: center !important;
}


/**
PAYMENT
**/

#payment{
    padding: 20px;
    box-sizing: border-box;
    border-box: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    margin: 0 auto;
}

#order_review{
    display: flex;
    font-size: 14px;
    position:relative;
    justify-content: space-between;
}

#order_review > div,
#order_review > table{
    width: 48%;
    box-sizing: border-box;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    width: 100%;
    padding: 15px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 6px;
    margin-top: 1em;
    border: none;
    box-shadow: none;
}

.payment_tabs {
    display: flex;
    font-size: 14px;
    position:relative;
    justify-content: space-between;
}

.payment_tabs label{
    display: block;
    border-radius: 3px;
    background-color: #F7F7F7;
    text-align:center;
    width: 24%;
    min-width: 50px;
    color:#0AB03C ;
    box-sizing:border-box;
    padding: 5px;
	transition: all .5s;
	font-weight: bold;
	cursor: pointer;
}

.payment_tabs label.selected{
    background-color: #0AB03C ;
	color: white;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment{
    background-color: white  !important;
}

#add_payment_method #payment input[type=radio],
.woocommerce-cart #payment input[type=radio],
.woocommerce-checkout #payment input[type=radio]{
 /*display:none  !important;*/
}

.wc_payment_method  > label{
   /* display: none !important;*/
}

.woocommerce-checkout #payment ul.payment_methods{
    padding: 0 !important;
}

.woocommerce-checkout #payment div.payment_box{
    background-color: white  !important;
    margin: 0  !important;
    padding: 0  !important;
}

.woocommerce-checkout #payment div.payment_box:before{
    display: none  !important;
    margin: 0  !important;
    padding: 0  !important;
}

.woocommerce-checkout #payment div.payment_box input{
    font-size: 16px  !important;
}

.woocommerce form .form-row{
    padding: 0  !important;
}

.woocommerce-checkout #payment div > p{
    font-size: 24px;
    display:block;
    font-weight: bold;
    padding-bottom: 15px;
}

.woocommerce-checkout #payment div > p.wc-terms-and-conditions{
    font-size:14px;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox{
	margin-top: 10px;
}

.woocommerce-checkout #payment ul.payment_methods{
	border-bottom: none !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 1) {
    #order_review > div,
    #order_review > table{
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    #order_review{
        display: block  !important;
    }

    .woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select{
        width: 100%  !important;
    }

    .woocommerce form .form-row label.checkbox,
	.woocommerce-page form .form-row label.checkbox{
        width: 100%  !important;
        margin-bottom: 10px !important;
    }

    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        width: 100%;
        padding: 15px !important;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 16px  !important;
        border-radius: 6px;
        margin-top: 1em  !important;
        border: none;
        box-shadow: none;
    }
	
	.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox{
	display: block !important;
		padding: 7px 35px !important; 
		margin: 0 auto;
	}
	
	.woocommerce-shipping-calculator .shipping-calculator-button,
	.shipping-calculator-form button[type=submit],
	.woocommerce-form-login button[type=submit]{
		display: block;
		background-color: #EBEBEB;
		border: 1px solid white;
		padding: 10px 0 !important;
		text-align: center;
		color: black !important;
		font-weight: bold;
		text-transform: uppercase;
		border-radius: 5px;
		width: 100%;
	}
	
	.woocommerce ul#shipping_method{
		padding-top: 10px;
	}
	
	.woocommerce ul#shipping_method li{
		display: flex;
		justify-content: space-between;
		padding: 10px !important;
		box-sizing: border-box;
		border: 1px solid #C1C1C1;
		border-radius: 8px;
		margin-bottom: 5px !important;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
		float: none !important;
	}
	.woocommerce ul#shipping_method li label{
		width: 100%;
		display: block;
	}
	
	.order-total .woocommerce-Price-amount{
		font-size: 18px;
		color: #55bf4f;
		letter-spacing: 1px;
	}
	
	/**Botão Carrinho*/
	.carrinho {
		position: fixed;
		left: 20px;
		bottom: 25px;
		z-index: 1000;
		right: auto;
		top: auto;
		width: 60px;
		height: 60px;
	}
	.carrinho img{
		margin-left: -2px;
	}
	
	/***Página Simples**/
	.pagina_simples .entry-header .entry-title{
		font-size: 30px;
	}
	
	p.woocommerce-thankyou-order-received{
		font-size: 16px !important;
		background-color: #5ed2c7;
		color: white !important;
		padding: 10px;
		border-radius: 10px;
	}
	
	.woocommerce-thankyou-order-details{
		margin: 0 !important;
		padding: 10px;
	}
	.woocommerce-thankyou-order-details li{
		float: none !important;
		margin-bottom: 10px !important;
	}
}

.order-again{
	display: none !important;
}

.onde_fica{
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
	border-radius: 15px;
	margin: 0 auto;
	box-shadow: 0 1px 5px lightgrey;
	text-align: center;
	padding: 15px;
}

.onde_fica img{
	display: block;
	margin: 0 auto;
	width: 64px;
	height: 64px;
}

.onde_fica address{
	font-style: normal;
	margin-bottom: 10px;
}

.product_cat-oferta .button{
	background: #f2114d !important;
}

.woocommerce-page .payment_methods img{
	max-width: 100px;
}

.woocommerce-terms-and-conditions-wrapper{
	padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid lightblue;
    margin-top: 20px;
    border-radius: 7px;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text{
	padding-top: 0 !important;
}
.woocommerce-notice--success{
	font-size: 23px !important;
    font-weight: bold;
    color: green !important;
}

.compartilhar{
	margin-top: 20px;
}

.compartilhar h4{
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	margin-top: 30px;
	text-transform: uppercase;
	color: #666;
}

.compartilhar .share-icons{
	text-align: center;
	display: flex;
	justify-content: center;
}
.compartilhar .share-icons .line{
	flex: auto;
	height: 1px;
	background-color: #d9d9d9;
	margin-top: 15px;
}
.compartilhar .share-icons .icons{
	display: flex;
	justify-content: center;
}
.compartilhar .share-icons .icons a{
	margin: 0 10px;
	border-radius: 50px;
	background-color: whitesmoke;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 3px;
	height: 30px;
	width: 30px;
	text-decoration: none;
	color: #333;
	
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}

.compartilhar .share-icons .icons a:hover{
	color: #c3203e;
	transform: scale(1.1);
}


.postid-860.woocommerce #respond input#submit.alt:hover,
.postid-860.woocommerce a.button.alt:hover,
.postid-860.woocommerce button.button.alt:hover,
.postid-860.woocommerce input.button.alt:hover,
.postid-860.woocommerce #respond input#submit.alt,
.postid-860.woocommerce a.button.alt,
.postid-860.woocommerce button.button.alt,
.postid-860.woocommerce input.button.alt{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff32d6+0,7db9e8+100 */
background: rgb(255,50,214); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(255,50,214,1) 0%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(255,50,214,1) 0%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(255,50,214,1) 0%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff32d6', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.lista-modelos{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lista-modelos .term{
    border-radius: 6px;
    box-sizing: border-box;
    padding: 10px;
    width: 31.5%;
    background-color: #efefef;
    cursor: pointer;
    text-align: center;
    margin-bottom: 8px;
}

.lista-modelos .term h5{
    margin: .5rem 0;
    font-size: 1rem;
}

.lista-modelos label.term:active,
.lista-modelos label.term:focus,
.lista-modelos label.term.selected{
    background-color: #ffd0d8;
}

.lista-modelos a.enviar{
    background-color: white;
    color: green;
    display: block;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 10px;
}

.lista-modelos a.enviar img{
    margin-right: 10px;
    height: 16px;
    vertical-align: middle;
    width: auto;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 1) {
    .lista-modelos .term{
        width: 48.5%;
    }
    .lista-modelos a.enviar{
        font-size: 1rem;
        font-size: .9rem;
    }
}