/*!
Theme Name: lojavirtual
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lojavirtual
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

lojavirtual is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 
  /* estilos para o popup do whatsapp na home */
.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.75);
}

.menu-scroll .wrapper {
    display: none;
}

.modal {
    width: 600px;
    max-width: inherit;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    margin: 0;
}

.modal a.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('https://kairoscorp.com.br/wp-content/uploads/2019/11/botao-fechar.png');
}
/* estilos para o popup do whatsapp na home */

/* estilos para o botao api do whatsapp */
.call-wrapper {
    position: fixed;
    bottom: 170px;
    right: 50px;
    width: 160px;
    height: 45px;
    background-color: #222;
    text-align: center;
    border-radius: 30px;
    z-index: 1000000;
}

.call-wrapper p {
    margin: 15px;
    color: #fff;
    font-size: 12px;
    font-family: 'Raleway',sans-serif;
    font-weight: 300;
}

.wrapper {
    padding: 15px;
}

.call-wrapper:after {
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #222;
    position: absolute;
    top: 100%;
    left: 40%;
}

.img-fone {
    animation: shadow-pulse 1s infinite;
    border-radius: 50%;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

@keyframes shadow-pulse {
    0%{box-shadow:0 0 0 0px rgba(37,211,102,.2)}
    100%{box-shadow:0 0 0 35px rgba(37,211,102,0)}
}

@keyframes shadow-pulse-big {
    0%{box-shadow:0 0 0 0px rgba(0,0,0,.1)}
    100%{box-shadow:0 0 0 70px rgba(0,0,0,0)}
}
/* estilos para o botao api do whatsapp */

@media (max-width: 767px) {
	.mobile {
		display: block!important;
	}
	
	  .call-wrapper {
        bottom: 120px;
            right: 45px;
        width: 145px;
        height: 45px;
    }

    .img-wpp {
        width: 300px;
        margin: 0 auto;
        display: block;
    }
}


@font-face {
	font-family: 'Muller';
	src: url('fonts/Fontfabric - MullerRegular.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
} 

@font-face {
	font-family: 'Muller';
	src: url('fonts/Fontfabric - MullerLight.otf') format('truetype');
	font-weight: 300;
	font-style: normal;
} 

@font-face {
	font-family: 'Muller';
	src: url('fonts/Fontfabric - MullerBold.otf') format('truetype');
	font-weight: bold;
	font-style: normal;
} 

@font-face {
	font-family: 'Caviar';
	src: url('fonts/CaviarDreams.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
} 


@font-face {
	font-family: 'Caviar';
	src: url('fonts/CaviarDreams_Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
} 

 span.wpcf7-not-valid-tip {
	margin-top: -14px;
	margin-bottom: 14px;
}
.wpcf7-submit {
    text-transform: uppercase;
	font-weight: bold
} 

.wpcf7-submit:hover {
	background: #483368;
	color: #fff;
}

.wpcf7-form input, .wpcf7-form textarea {
    width: 100%;
    padding: 12px;
    color: #000;
    border: 1px solid #000;
    background: transparent;
	margin-bottom: 15px!important;
	font-size: 16px;
}

pre {
    display: inherit!important;
    margin: 0px!important;
    white-space: inherit!important;
}

* {
    /* font-family: 'Raleway', sans-serif; */
    font-family: 'Muller';
	outline: none!important;
}


nav .custom-logo-link {
	width: 100%;
    height: auto;
    display: block;
}

nav .custom-logo-link img {
    width: 160px;
    height: auto;
}

a, p {
	color: #000;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
    color: #000;
}

a {
	transition: all .3s!important;
}

p, ul, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

.espaco-galeria .wpb_wrapper {
	padding: 5px!important;
}


.padding-top-bottom-30 {
	padding: 30px 0px;
}

.no-padding {
	padding: 0px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 500;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #483367;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #483367;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

.navbar-nav>li>a {
    padding-top: 22px;
    padding-bottom: 29px;
}


.no-padding-left {
	padding-left: 0px;
}


.footer iframe {
	    width: 93%;
	height: 186px;
} 

.no-padding-right {
	padding-right: 0px;
}

.vc_column_container>.vc_column-inner {
	padding-right: 0px!important;
	padding-left: 0px!important;
}

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

.wpb_content_element {
	margin-bottom: 0px!important;
}

.col-centered {
	float: none;
	margin: 0 auto;
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

.align-center {
	text-align: center;
}


.header {
	background: #fff;
}

.header-sociais {
	margin-top: 6px;
	padding-left: 60px;
}

.header-sociais a {
    font-size: 22px;
    margin-right: 10px;
}

.pd-mc {
    padding-left: 14px!important;
}

.header-sociais a:hover,
.header-sociais a:focus {
	color: #483368!important;
}

.a-s-l {
    float: right;
    border-left: 1px solid #000;
    height: 40px;
	padding: 10px 15px;
}

.a-s-l i {
    font-size: 16px;
    padding-right: 2px;
}


.a-s-l a {
    font-size: 14px;
    font-weight: 500;
    color: #060606;
}

.a-s-l a:hover {
	text-decoration: underline;
}

.a-l-s {
	float: right;
	border-left: 1px solid #000;
    border-right: 1px solid #000;
    height: 40px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
	padding-bottom: 15px;
	transition: all .3s;
	cursor: pointer;
}


.a-l-s:hover {
	background: #000;
}
.a-l-s:hover i {
	color: #fff;
}

.body-cart {
    position: absolute;
    right: 15px;
    width: 45px;
    height: 40px;
    border-radius: 10px;
    background: #fff;
    z-index: 1000;
    margin-top: 10px;
}

.body-cart:hover,
.body-cart:focus {
    background: #5d5d5d;
}

.cart-count-number {
    background: #fff;
    color: #000;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    border: 1px solid #000;
}

.cart-count-number p {
    color: #000;
    font-weight: 500;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: "muller";
    font-size: 12px;
    padding-left: 1px;
    padding-top: 2px;
}

.body-cart i {
	color: #3c3b3c;
	font-size: 20px;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.section-page {
    padding-top: 121px;
}

.body-cart:hover i,
.body-cart:focus i {
    color: #fff;
}

.navbar-nav {
    float: right;
    margin: 0;
	margin-right: 40px;
}

.navbar-nav>li {
    margin-right: 40px;
}

.menu-item-has-children:hover .dropdown-menu {
	display: block!important;
}

.menu-item-has-children:hover a::after {
	display: block!important;
}

.arrow-down > a:before {
    content: "\f107";
    font-family: FontAwesome;
    color: #fff;
    font-size: 14px;
    right: -2px;
    font-weight: bold;
    position: absolute;
    top: 21px;
}

.footer {
    background: #6e6e6e;
    margin-top: 30px;
}

.container-menu {
	padding-top: 10px;
	padding-bottom: 0px;
	position: relative;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: underline;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: underline;
}

.a-l-s i {
	font-size: 16px;
}

.navbar-default {
    background-color: #483368;
    border: 0;
    height: 121px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}

.copywriter {
	background: #fff;
    text-align: center;
    padding: 10px;
}

.copywriter p, .copywriter a {
    color: #000;
    font-family: "Muller";
    font-weight: 300;
    font-size: 16px;
}

.copywriter a:hover {
    text-decoration: underline;
}




.search-container {
    background-color: #fff;
    position: fixed;
    height: 121px;
    width: 100%;
    -webkit-box-shadow: -1px 7px 5px -4px rgba(0,0,0,0.10);
    -moz-box-shadow: -1px 7px 5px -4px rgba(0,0,0,0.10);
	box-shadow: -1px 7px 5px -4px rgba(0,0,0,0.10);
	top: 0;
    z-index: 10000;
}

.search-container .container {
    position: relative;
}

#searchform input {
    width: 100%;
    height: 56px;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 40px;
    color: #000;
    font-size: 40px;
    margin-top: 26px;
    float: left;
    /* font-family: 'Raleway', sans-serif; */
    font-family: 'Muller';
}

.close-search {
    float: right;
    font-size: 40px;
    margin: 26px 0px 0 0px;
    color: #000;
    cursor: pointer;
    text-decoration: none !important;
    position: absolute;
    right: -15px;
}

.close-search:hover,
.close-search:focus {
    color: #483368
}


.woocommerce ul.products li.product .button {
    text-transform: uppercase;
}

.ul-yes > pre,
.page-product {
    padding-top: 30px;
}

.body-t-footer {
    background: #464646;
    padding: 8px 0px;
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
    margin-top: 8px;
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px;
    display: inline;
}




.woocommerce #review_form #respond textarea,
.comment-form input {
    width: 100%;
}

.comment-form {
    width: 50%;
}

.comment-form .submit {
    margin-top: 20px!important;
    width: 100px;
    float: right
}

.related > h2 {
    text-align: center;
    padding-top: 10px;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.stars a,
.stars p,
.stars a:hover, 
.stars a:focus, 
.stars a:active
{
    color: #ffc600;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce button.button.alt.disabled {
    background-color: #483367;
    color: #fff;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce button.button.alt.disabled {
    background-color: #483367;
    color: #fff;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #7b649e;
    color: #fff;
}

.page-product .price {
    padding: 10px 0px;
}
.flex-active-slide a img {
    width: 50%!important;
    margin: 0 auto;
}

.woocommerce div.product form.cart .variations label {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.page-product .product_meta {
    display: inline-grid;
    padding-bottom: 5px;
}

.page-product .variations tr {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}


.woocommerce div.product .woocommerce-tabs .panel {
    padding-bottom: 30px;
}


.woocommerce div.product .woocommerce-tabs .panel h2 {
    padding-bottom: 5px;
}


.woocommerce-product-details__short-description {
    padding-bottom: 20px;
}


.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0;
}


.comment-form-rating,
.comment-form label {
    padding-top: 20px
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    padding: 5px;

}

#order_review_heading {
    padding-top: 30px;
    padding-bottom: 10px;
}

.woocommerce-terms-and-conditions-checkbox-text {
    margin-left: 20px;
}

.woocommerce table.cart td.actions .input-text  {
    width: 200px;
}

.p-t-footer {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: 'Muller';
    text-transform: uppercase;
}

.title-footer {
    font-weight: bold;
    font-family: 'Muller';
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
}

.p-t-footer-left {
    text-align: left;
}

.p-t-footer-right {
    text-align: right;
}

.p-footer {
    font-size: 14px;
    color: #fff;
    font-family: "Muller";
    padding: 20px 0px;
    font-weight: 300;
}

.footer-left-item figure {
    float: left;
    width: 15px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
}
.footer-left-item {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.footer-left-item i {
    color: #fff;
    font-size: 16px;
}

.footer-left-item a,
.footer-left-item p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    font-family: "Muller";
}

.footer-left-item a:hover {
    text-decoration: underline;
}

.topo-phone {
    padding-top: 10px;
    padding-right: 15px;
}

.topo-phone i {
    font-size: 18px;
    padding-right: 2px;
}

.topo-phone a {
    font-size: 14px;
    font-family: "Muller";
}




.container-footer {
    padding: 30px 15px;
}

.footer .header-sociais {
    margin-top: 0px;
    padding-left: 0px;
}

.footer  .header-sociais a {
    color: #fff;
}

.footer ul {
    list-style: none;
    padding-top: 5px;
}

.footer ul li {
    padding-bottom: 5px;
}

.footer .submenu {
    padding-left: 10px;
    padding-top: 10px;
}

.footer ul li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-family: "Muller";
    font-weight: 300;
}

.footer .submenu {
    padding-left: 10px!important;
    padding-top: 8px!important;
}

.footer ul li a:hover,
.footer ul li a:focus {
    text-decoration: underline;
} 

.footer-m-right {
    float: right;
}


.footer-m-left {
    float: left;
    padding-left: 30px;
}

.footer-m-center {
    display: inline-block;
    padding-left: 30px;
}

.position-relative {
    position: relative;
}

.footer .position-relative  {
    text-align: center;
}

.footer-m-center ul,
.footer-m-center .title-footer {
    text-align: left!important;
}

.footer-left {
    padding-right: 30px;
}


.section-woo {
    padding-top: 121px;
}

.woocommerce-breadcrumb {
    padding: 5px 0px 10px 0px;
}

.woo-aside-menu {
    border: 6px solid #d8d8d8;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 10px;
    margin-right: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.row-best-product {
    padding: 5px;
    padding-bottom: 0px;
}

.ewd-uwcf-color-preview.ewd-uwcf-selected {
    border: 3px solid #d8d8d8;
}

.ewd-uwcf-selected > span,
.ewd-uwcf-color-link > span:hover,
.ewd-uwcf-size-link > span:hover {
    text-decoration: underline;
} 

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus  {
    border: 1px solid #483368!important;
    background: #483368!important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #483368;
    color: #fff;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #483368;
    text-decoration: none;
    background-image: none;
    color: #fff;
}

.price_slider_amount {
    margin-top: 10px;
}

.ewd-uwcf-style-Checklist input, .ewd-uwcf-style-List input, .ewd-uwcf-style-List span, .ewd-uwcf-style-Checklist span {
    cursor: pointer;
    font-family: "Muller"!important;
    font-weight: 300;
}


.woocommerce-loop-product__title {
    text-transform: uppercase;
    font-size: 17px;
}
.woocommerce ul.products li.product .price {
    font-size: 15px;
}

.price_slider_amount button {
    color: transparent;
    position: relative;
    float: left;
    margin-right: 5px;
    margin-top: -3px;
    width: 40px;
}

.price_slider_amount button:hover {
    background: #483368;
    border-color: #483368;
}

.price_slider_amount button:hover:before {
    color: #fff!important;
}

.ewd-uwcf-color-filters-wrap::before {
    content: "Cores";
    text-transform: uppercase;
    font-family: "Muller";
    font-weight: bold;
    font-size: 16px;
}

.ewd-uwcf-size-filters-wrap::before {
    content: "Tamanhos";
    text-transform: uppercase;
    font-family: "Muller";
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
}

.ewd-uwcf-size-filters-wrap {
    margin-top: 10px;
}

.price_slider_amount button::before {
    content: "\f002";
    font-family: 'FontAwesome';
    color: #232323!important;
    position: absolute;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 2em;
    margin-right: 15px;
}


.woo-aside-menu h3 {
    text-transform: uppercase;
    font-family: "Muller";
    font-weight: bold;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.woo-aside-menu .product-categories {
    list-style: none;
}

.woo-aside-menu a {
    color: #232323!important;
}

.woo-aside-menu .product-categories li {
    padding-bottom: 4px;
}

.woo-aside-menu .product-categories li:last-child {
    padding-bottom: 0px;
}

.product-categories a {
    color: #232323;
    /* font-family: "Caviar"; */
    font-family: 'Muller';
    text-transform: uppercase;
    font-size: 14px;
}

.price_label {
    /* font-family: "Caviar"; */
    font-family: 'Muller';
    font-weight: bold;
    color: #232323;
}

.woo-aside-menu .product-categories a:hover,
.woo-aside-menu .product-categories a:focus,
.woo-aside-menu .current-cat a  {
    text-decoration: underline;
}

.woo-aside-menu-title {
    background: #483368;
    /* font-family: "Caviar"; */
    font-family: 'Muller';
    font-weight: bold;
    color: #fff;
    text-align: left;
    font-size: 18px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: 0;
    left: 0px;
    right: 15px;
}

.body-best-product .woo-aside-menu-title {
    z-index: 1000;
    right: 5px;
    left: 5px;
    top: 5px;
    font-size: 14px;
    font-family: "Muller";
}



.ui-widget-header {
    background: #483368!important;
}
.body-product .star-rating {
    margin: .5em auto!important;
}

.woocommerce p, 
.woocommerce a, 
.woocommerce h1, 
.woocommerce h2, 
.woocommerce h3, 
.woocommerce h4, 
.woocommerce h5, 
.woocommerce h6, 
.woocommerce pre, 
.woocommerce span,
.woocommerce button
{
    /* font-family: "Caviar"; */
    font-family: 'Muller';
    font-weight: bold;
}


.ewd-uwcf-all-colors,
.ewd-uwcf-all-sizes {
    display: none!important;
}



.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1.5em;
    width: 5.4em;
    font-family: "dashicons";
    float: left;
    padding: 2px 0;
    }
    .star-rating::before {
    content: '\f155';
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: #bbb
    }
    .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    }
    .star-rating span::before {
    content: '\f155\f155\f155\f155\f155';
    top: 0;
    position: absolute;
    left: 0;
    color: #ffc600;
    }

    .woocommerce .star-rating span {
        font-family:star;
     }

/**
 * My Account
 */

 .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
     float: left;
}
.woocommerce-MyAccount-navigation a:hover {
    text-decoration: none!important;
}
.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 75%;
}

.page-home {
    padding-top: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 5px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 10px;
    opacity: .25;
    font-size: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}

.product .tinvwl_add_to_wishlist-text {
    display: none;
}

.tinvwl_add_to_wishlist_button:hover::before {
    content: '\e908'!important;
    color: #d00007!important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
    color: #d00007;
}

.woocommerce.tinv-wishlist button.button.alt {
    width: 208px;
}

ul.products li.product .tinvwl_add_to_wishlist_button {
    margin-top: 1em;
    position: absolute;
    top: -15px;
    right: -15px;
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    left: 0;
    right: auto;
    margin: -.5em -.5em 0 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'FontAwesome';
    text-decoration: none!important;
	content: "\f0e4";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'FontAwesome';
    text-decoration: none!important;
	content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'FontAwesome';
    text-decoration: none!important;
	content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'FontAwesome';
    text-decoration: none!important;
	content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'FontAwesome';
    text-decoration: none!important;
	content: "\f09d";
}

.single-product div.product form.cart .tinvwl-button.tinvwl_add_to_wishlist_button, div.product form.cart .tinvwl_add_to_wishlist_button {
    float: none;
    position: absolute;
    right: 15px;
    top: -10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'FontAwesome';
    text-decoration: none!important;
	content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--tinv_wishlist a:before {
    font-family: 'FontAwesome';
    text-decoration: none!important;
	content: "\f004";
}


.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'FontAwesome';
    text-decoration: none!important;
	content: "\f08b";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 25px;
    text-align: center;
	font-weight: 600;
}


.woocommerce-account .woocommerce-MyAccount-content p {
    padding-bottom: 10px;
}
.woocommerce-EditAccountForm fieldset {
    margin-top: 20px;
}

.woocommerce-account {
    padding-top: 30px;
}

.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

.body-best-product {
    background: #d8d8d8;
    margin-right: 15px;
    position: relative;
    padding-top: 45px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}



.row-best-product img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}

.row-best-product:hover p,
.row-best-product:hover h3,
.row-best-product:hover a {
    text-decoration: underline;
}

.row-best-product h3 {
    font-size: 14px;
    font-family: "Muller";
    padding-bottom: 5px;
}

.row-best-product p {
    font-size: 12px;
    font-family: "Muller";
    line-height: 15px;
}

.body-best-product  figure {
    margin: 0;
    height: 90px;
    background: #fff;
}

.carousel-dep {
    background: #9c9c9c;
    position: relative;
}

.carousel-dep p {
    margin-top: 41px;
    font-family: "Muller";
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    text-align: left;
    line-height: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.body-dep {
    margin-right: 15px;
    padding-top: 0px;
}

.depoimentoHome figure {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    border: 2px solid #9c9c9c;
    top: -40px;
    right: 20px;
}

.depoimentoHome img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.depo-name {
    text-transform: uppercase;
    padding-top: 0px!important;
    margin-top: 20px!important;
}

.body-dep .carousel-indicators {
    bottom: -5px;
}

.body-dep .carousel-indicators li,
.body-dep .carousel-indicators li.active {
    width: 8px;
    height: 8px;
    margin: 0px;
    margin-right: 4px;
}

.depoimentoHome {
    padding-bottom: 40px;
}

.div-d {
    background: #9c9c9c;
    position: absolute;
    top: 41px;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: -1;
}

.body-img-aside {
    margin-right: 15px;
    margin-top: 20px;
}

.body-img-aside img {
    width: 100%;
    height: auto;
}

.div-marcas {
    border: 2px solid #464646;
    margin: 60px 15px;
    margin-bottom: 0px;
}

.marca-carousel figure {
    height: 160px;
    position: relative;
    text-align: center;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.marca-carousel img {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    width: 100%;
    height: auto;
}

.body-banner {
    background: #483367;
    padding-top: 15px;
}

.bannerHome img {
    width: 100%;
    height: 331px;
    object-fit: cover;
}

.banner-rigth .bannerHome {
    margin-bottom: 15px;
}

.body-subanner {
    margin-top: 15px;
    margin-bottom: 50px;
}

.banner-left img {
    margin-bottom: 15px;
    height: 158px;
    width: 100%;
}

.carousel-indicators li,
.carousel-indicators .active {
    margin: 0px;
    margin-right: 4px;
    width: 10px;
    height: 10px;
}

.carousel-indicators {
    bottom: -8px;
}

.subanner-full img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.nav-tabs {
    border-bottom: none;
    float: right;
    margin-top: -53px;
    position: relative;
    z-index: 100;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: transparent;
    border: none;
}

.page-home .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-right: 1px solid #494849;
    border-left: 1px solid #494849;
    border-bottom: 1px solid #494849;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 0px;
    position: relative;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-size: 16px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 1px solid #494849;
    border-bottom-color: transparent;
}

.nav-tabs>li>a:hover {
    border: 1px solid #494849;
    background-color: #fff;
    border-bottom: 0px;
    border-bottom-color: transparent;
}

.title-tab {
    margin-bottom: 10px;
}

.title-tab {
    font-size: 22px;
    text-decoration: underline;
}

.tab-pane .tinvwl_add_to_wishlist_button {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.menu-itemBody {
    text-align: center;
}

.title-pane {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
}

.border-b {
    width: 100%;
    height: 1px;
    background: #494849;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
}

.price-pane {
    font-size: 15px;
    color: #77a464;
}

.tab-pane .star-rating {
    margin-left: auto;
    margin-right: auto;
    margin-top: .5em;
    float: none;
}

.rowTab1 {
    margin-bottom: 35px;
}


.blog-rodape {
    border-top: 1px solid #ccc;
    text-align: right;
    padding-top: 10px;
    margin-top: 30px;
}

.blog-rodape p {
    color: #848383;
    font-size: 15px;
}

.section-b .title-default {
    padding: 0px;
}

.aligncenter {
    margin: 0 auto;
    text-align: center;
}

.btn-folio:hover {
	text-decoration: underline;
	color: #57357b;
}

.event-title {
    /* font-family: 'Lora', serif; */
    font-family: 'Muller';
    font-weight: bold;
    font-size: 22px;
    color: #5d4d76;
    padding-bottom: 20px;
}

.text-blog p {
    font-size: 15px;
    color: #848383;
    padding-bottom: 10px;
}

.text-blog img {
    display: block;
}

/*WIDGETS*/
.widget {
    background: #f7f7f8;
    border: #f7f7f8 solid 1px;
    margin-bottom: 30px;
    padding: 15px;
    border-top: solid 2px #483368;
}

.navbar-form {
	padding: 10px 0px; 
}

.widget,
.widget p,
.widget a {
	color: #999;
	transition: all .3s;
}

.navbar-form-buscar input,
.navbar-form-buscar input:focus {
	box-shadow: none;
	border-color: #ccc;
}

.navbar-form-buscar .btn-default {
	transition: all .3s;
}

.navbar-form-buscar .btn-default:hover,
.navbar-form-buscar .btn-default:focus {
	box-shadow: none;
	background: #483368;
	color: #fff;
	border-color: #483368;
}


.widget a:hover {
	color: #483368;
}

.blog-body .title-comfortaa-gold, .blog-body-single .title-comfortaa-gold {
    font-size: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.title-comfortaa-gold {
    color: #483368;
    font-weight: bold; 
    padding-bottom: 15px!important;
}

.btn-blog {
    background: #f7f7f8;
    width: 100px!important;
    border: 0px;
    text-transform: uppercase;
    color: #483368;
    font-weight: bold;
    transition: all .3s;
    text-align: center;
    padding: 10px;
    /* font-family: "Caviar"; */
    font-family: 'Muller';
    text-decoration: none!important;
}
.btn-blog:hover, .btn-blog:active {
    background: #483367;
    color: #fff;
}
.author-title {
   padding-bottom: 15px;
    color: #000;
    font-size: 16px;
}
.p-date {
    font-size: 12px;
    color: #000;
}

.blog-body .text-blog, .blog-body-single .text-blog {
    padding-bottom: 15px;
    color: #000;
    font-size: 16px;
    text-align: justify;
}

.widget h4,
div#search-2 label.screen-reader-text {
	color: #483368;
	text-transform: uppercase;
	font-size: 14px;
}

.widget ul {
	list-style: none !important;
	padding: 0 !important;
	color: #ccc !important;
	padding-left: 5px;
}

.widget ul li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.widget-title {
	color: #483368;
	margin-bottom: 20px!important;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}


.yith-ywraq-add-to-quote {
	padding: 30px 0px;
}

.blog-body img,
.tab-gallery img {
	height: auto;
}

.text-blog p {
    text-align: left;
}


.titulo {
    /* font-family: "Caviar"; */
    font-family: 'Muller';
    font-weight: bold;
    font-size: 32px;
    color: #000;
    font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding-left: 15px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.blog-body .text-blog, .blog-body-single .text-blog, .text-blog p {
	padding-bottom: 15px;
	color: #000;
	font-size: 16px;
	padding-left: 0px;
    word-wrap: break-word;
}

.input-group,
.form-group {
    width: 100%;
}

.title-r {
    padding: 15px 0px;
    margin-top: 0px !important;
    background-size: cover;
    text-transform: uppercase;
    margin-bottom: 30px;
    background-color: #f7f7f8 !important;
    text-align: center;
}

.single-title {
	padding-bottom: 30px;
	text-align: center;
	font-weight: bold;
}

.img-blog img {
    width: 400px;
    max-width: 100%;
    height: auto;

	
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 0px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
}
.comment_container > img {
	display: none;
}


.p-date {
	font-size: 12px;
	color: #000
}

.desktop {
	display: block;
}

.post-img img {
    width: 100%;
    object-fit: cover;
    height: 300px!important;
}

.page-title {
    padding-bottom: 5px;
}

.single-side {
    padding-left: 19px;
}


.no-padding-single {
    padding-left: 0px;
    padding-right: 11px;
}

.tinv-wishlist .tinv-header {
    padding-top: 10px;
}

/* RESPONSIVO */
    @media(max-width: 1680px) { 
        
    }

    @media(max-width: 1536px) {  
        
    }

    @media(max-width: 1440px) {  
        
    }

    @media(max-width: 1366px) { 
        
    }

    @media(max-width: 1280px) { 

    }

    @media(max-width: 1199px)  {
        .topo-phone a {
            font-size: 12px;
        }      
        
        .navbar-nav>li {
            margin-right: 15px;
        }

        .navbar-default .navbar-nav>li>a {
            font-size: 14px;
        }

        .price_label {
            font-size: 12px;
        }

        .footer ul li a {
            font-size: 12px;
        }

        .footer ul li {
            padding-bottom: 4px;
        }

        .p-footer {
            font-size: 12px;
            padding: 10px 0px; 
        }

        .footer-left-item a, .footer-left-item p {
            font-size: 12px;
        }

        .p-t-footer {
            font-size: 18px;
        }

        .title-footer {
            font-size: 20px;
        }

        .copywriter p, .copywriter a {
            font-size: 14px;
        }
    }

    @media(max-width: 1024px)  {
        .search-container .container {
            padding-right: 30px;
        }
        .close-search { 
            right: 0px;
        }
    }

    @media(max-width: 768px) {
        .navbar-nav>li {
            margin-right: 0px;
        }

        .search-container .container {
            padding-right: 45px;
        }
        .close-search { 
            right: 15px;
        }

        .navbar-nav {
            margin-right: 25px;
        }

        .woo-aside-menu h3,
        .ewd-uwcf-color-filters-wrap::before,
        .ewd-uwcf-size-filters-wrap::before,
        .product-categories a {
            font-size: 12px;
        }

        .price_label {
            font-size: 8px;
        }

        .woo-aside-menu .product-categories li {
            padding-bottom: 2px;
        }

        .ewd-uwcf-style-Checklist input, .ewd-uwcf-style-List input, .ewd-uwcf-style-List span, .ewd-uwcf-style-Checklist span {
            font-size: 12px;
        }

        .woo-aside-menu-title {
            font-size: 16px;
        }

        .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
            font-size: 11px;
        }

        .body-best-product figure,
        .row-best-product img {
            height: 60px;
        }

        .row-best-product h3,
        .row-best-product p,
        .carousel-dep p {
            font-size: 9px; 
        }

        .marca-carousel figure {
            height: 100px;
        }

        .bannerHome img {
            height: 217px; 
        }

        .banner-left img {
            height: 101px; 
        }

        .page-home .no-padding-right,
        .section-woo .no-padding-right {
            padding-right: 15px;
        }

        .subanner-full img {
            height: 198px;
        }

        .nav-tabs>li>a {
            font-size: 12px;
        }

        .nav-tabs {
            margin-top: -48px;
        }

        .title-tab {
            font-size: 14px;
        }

        .title-pane {
            font-size: 12px;
        }

        .price-pane {
            font-size: 12px;
        }

        .woocommerce.tinv-wishlist button.button.alt {
            width: inherit;
        }

        .body-cart {
            right: 6px;
        }

        .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
			right: 15px;
    		bottom: 25%;
    		top: inherit;
        }
    }

    .desktop { display: block; }
    .mobile { display: none; }

    @media(max-width: 767px) {
        .desktop { display: none; }
        .mobile { display: block; }
		
		.comment-form {
			width: 100%;
		}

        .body-t-footer {
            display: none;
        }
        .header-mobile {
            z-index: 1000000;
            position: fixed;
            top: 0px;
            left: 0;
            right: 0;
            background: #483368;
            padding-top: 5px;
            padding-bottom: 5px;
            height: 60px;
        }
        .navbar-toggle {
            position: relative;
            float: right;
            padding: 0px;
            margin-top: 2px;
            margin-right: -5px;
            margin-bottom: 0px;
            background-color: transparent!important;
            padding: 10px;
            background-image: none;
            border: 0px;
            border-radius: 8px;
        }
        .navbar-toggle .icon-bar {
            background: #fff;
            width: 40px;
            height: 4px;
            border-radius: 0px;
            margin-bottom: 5px;
            border-radius: 0px!important;
        }

        .navbar-form {
            box-shadow: none!important;
        }
    
        .navbar-toggle .icon-bar:nth-child(3) {
            margin-bottom: 0px;
        }

        .row-grid {
            display: grid;
        }

        .row-grid .woo-aside {
            order: 2;
            margin-top: 20px;
        }

        .row-grid .woocommerce {
            order: 1;
        }

        .banner-rigth {
            padding-left: 15px;
        }

        .bannerHome img {
            height: 195px;
        }
        .title-tab {
            font-size: 28px;
            text-align: center;
            margin-bottom: 70px;
        }

        .nav-tabs>li>a {
            border-radius: 4px;
        }

        .tab-pane article {
            padding-bottom: 30px;
        }

        .tab-pane .title-pane,
        .tab-pane  .price-pane  {
            font-size: 16px!important;
        }

        .title-pane {
            font-size: 16px;
        }

        .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
            color: #000;
            cursor: default;
            background-color: #fff;
            border: 1px solid #494849;
            border-bottom-color: #494849;
        }

        .border-b {
            display: none;
        }

        .banner-left img {
            height: auto;
        }

        .subanner-full {
            padding-top: 15px!important;
        }

        .body-subanner .no-padding {
            padding: 0px 15px;
        }

        .body-banner {
            display: grid;
        }

        .banner-left {
            order: 2;
        }
    
        .custom-logo-link img {
            width: 174px;
            height: auto;
            margin-top: 0px;
            margin-left: 15px;
        }
    
        .c-menu {
            background-color: #483368!important;
            z-index: 1000000000
        }
    
        .c-menu li {
            padding-left: 10px!important;
            padding-right: 0px!important;
            padding-bottom: 5px!important;
        }
    
        .c-menu__close {
            margin-top: 15px;
            background: transparent;
            color: #fff;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            font-size: 22px;
            transition: all .3s;
        }

        .sub-menu {
            padding-left: 15px;
        }
    
        .c-menu__close:hover,
        .c-menu__close:focus,
        .c-menu__close:active {
            color: #fff!important;
        }

        .c-menu .menu {
            display: block;
            margin: 0px 15px;
            margin-bottom: 15px;
            padding-top: 0px;
        }

        .arrow-down > a:before {
            content: "\f107";
            font-family: FontAwesome;
            color: #fff;
            font-size: 14px;
            right: -14px;
            font-weight: bold;
            position: absolute;
            top: 0px;
        }
    
        .c-menu .menu-item a {
            text-decoration: none;
            text-align: left;
            color: #fff;
            font-size: 18px;
            position: relative;
            text-transform: uppercase;
            font-weight: bold;
        }

        .sub-menu a {
            text-transform: capitalize!important;
        }
    
        .menu-item a:hover,
        .menu-item a:focus,
        .menu-item a:active {
            color: #fff!important;
            text-decoration: underline!important;
        }
    
        .menu-item {
            padding: 0px;
        }

        .section-page {
            padding-top: 60px;
        }
    
        .c-menu .current-menu-item > a {
            color: #fff!important;
            text-decoration: underline!important;
        }


        .post-img img {
            width: 100%;
            object-fit: cover;
            height: auto!important;
        }

        .blog-body .text-blog, .blog-body-single .text-blog, .text-blog p {
            text-align: left;
        }

        .custom-logo-link img {
            width: 100%;
            height: 50px;
            margin-top: 0px;
            margin-left: 0px;
            object-fit: contain;
        }

        .body-cart {
            right: inherit;
            margin-left: 15px;
            margin-top: 8px;
        }

        .navbar-form-buscar {
            width: 80%;
            margin: 3px auto;
        }

        .footer-m-left {
            padding-top: 15px;
            padding-left: 0px;
        }

        .footer-m-center {
            padding-left: 0px;
            display: block;
        }

        .footer-m-right {
            float: left;
        }

        .footer .no-padding-right {
            padding-left: 0px;
            padding-top: 15px;
        }

        .footer .position-relative {
            text-align: center;
            padding-left: 0px;
            padding-top: 15px;
        }

        .price_label {
            font-size: 12px;
        }

        .row-best-product h3 {
            font-size: 14px;
        }

        .row-best-product p {
            font-size: 12px;
        }

        .carousel-dep p {
            font-size: 12px;
        }

        .section-woo {
            padding-top: 60px;
            padding-left: 15px;
        }

        .woocommerce {
            padding-left: 0px;
        }
    }

    @media(max-width: 320px) {

    }
