/*
Theme Name: Manu Lima Brand 2017
Author: Gabriel Reis - gCampaner
Author URI: http://www.gcampaner.com.br
Description: Tema Manu Lima Brand
Version: 1.0
*/

/*****==============
		BODY
==============*****/

/**      Animação Home      **/
.anime-right-fixed {
    opacity: 0;
    transform: translate3d(-200px,0,0);
    transition: .3s;
}
.anime-left-fixed {
    opacity: 0;
    transform: translate3d(200px,0,0);
    transition: .4s;
}
.anime-start-fixed {
    opacity: 1 !important;
    transform: translate3d(0,0,0) !important;
}
.woocommerce .woocommerce-result-count {
    margin: 7px 0 1em;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    color: #696969;
    background-color: #fff;
    border: 1px solid #000;
    height: 36px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 auto;
}
.titulo-site-mobile.logo-site {
    display: none;
}
.menu-icon-mobile {
    display: none;
}
article.item-destaque {
    overflow: hidden;
}
.content-destaque {
    overflow: hidden;
    position: relative;
    /*border: 1px solid #ccc;*/
}
.content-destaque span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140%;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.8s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    cursor: pointer;
}
.content-destaque:hover span:before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

* {
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	overflow-x: hidden ;
}
html.menu-active {
	overflow: hidden !important;
}

body {
	overflow-x: hidden;
	margin: 0;
    font-family: 'Raleway', sans-serif;
}

body.admin-bar .navbar-fixed-top {
	top: 32px;
}

.container {
    display: block;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #fc2692;
}

/* CLEARFIX */
.group:before,
.group:after {
  content: "";
  display: table;
} 
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

p#calc_shipping_country_field {
    display: none;
}
p#calc_shipping_city_field {
    display: none !important;
}

/**** REDES SOCIAIS */
[class^="icon-"]:before, [class*=" icon-"]:before,
[class^="icon-"]:after, [class*=" icon-"]:after {   
	font-family: Flaticon;
	font-size: 20px;
	font-style: normal;
}
.items-pagamento {
    width: 20%;
    display: inline-block;
}
.icon-facebook:before { content: "\f103"; }
.icon-instagram:before { content: "\f102"; }
.icon-twitter:before { content: "\f10a"; }
.icon-google-plus:before { content: "\f101"; }
.icon-pinterest:before { content: "\f108"; }
.icon-youtube:before { content: "\f105"; }
.icon-linkedin:before { content: "\f104"; }
.icon-tumblr:before { content: "\f107"; }
.icon-spotify:before { content: "\f109"; }
.icon-soundcloud:before { content: "\f106"; }
.icon-comment:before { content: "\f100"; }

/***========================
	CONFIGURAÇÕES PADRÃO
========================***/
h1, .h1 { font-size: 30px; }
h2, .h2 { font-size: 24px; }
h3, .h3 { font-size: 22px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 12px; }

/* ENTRY-CONTENT */
.entry-content,
.entry-content blockquote:before {
	color: #222;
}

/* TÍTULOS */
.entry-content h1,
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 0 0 25px;
}

/* P, LI */
.entry-content p, .entry-content li {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}
.entry-content p {
    margin: 0 0 20px;
}
.entry-content li {
	margin-bottom: 10px;
}

/* IMG */
.entry-content img {
	margin: 0 0 25px 0;
}
.alignleft, img.alignleft {
	margin-right: 25px;
	display: inline;
	float: left;
}
.alignright, img.alignright {
	margin-left: 25px;
	display: inline;
	float: right;
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.alignnone, img.alignnone { }

/* WP-CAPTION */
.wp-caption {
	max-width: 100%;
    margin-bottom: 25px;
    padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 18px;
	font-size: 12px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

/* PRE */
.entry-content pre {
    font-family: monospace;
    background: transparent;
    border: none;
    padding: 0;
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

/* LINK */
.entry-content p a {
    text-decoration: underline;
}
.entry-content p a:hover {
    text-decoration: none;
}

/* BLOCKQUOTE */
.entry-content blockquote {
    position: relative;
    padding: 15px 30px;
    font-style: italic;
}
.entry-content blockquote:before {
    content: '“';
    position: absolute;
    left: 0;
    top: 0;
    font: italic 300%/1 Cochin,Georgia,"Times New Roman", serif;
}
.entry-content blockquote p {
    margin: 0;
}

/* GALLERIA */
.entry-content .gallery-item img { border: 0 !important; }
#gallery-6 .gallery-item { width: 16.66% !important; }
#gallery-7 .gallery-item { width: 14.28% !important; }
#gallery-8 .gallery-item { width: 12.50% !important; }
#gallery-9 .gallery-item { width: 11.11% !important; }

/* VIDEO RESPONSIVE */
.nosidebar .entry-content iframe {
    max-height: 640px;
}
.entry-content iframe {
    width: 100%;
    height: 54vw;
    max-height: 385px;
}


/***==================
		GRID
==================***/
.grid-1, .grid-12, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11 {
	float: left;
}

.grid-1 { width: 8.33333333%; }
.grid-2 { width: 16.66666667%; }
.grid-3 { width: 25%; }
.grid-4 { width: 33.33333333%; }
.grid-5 { width: 41.66666667%; }
.grid-6 { width: 50%; }
.grid-7 { width: 58.33333333%; }
.grid-8 { width: 66.66666667%; }
.grid-9 { width: 75%; }
.grid-10 { width: 83.33333333%; }
.grid-11 { width: 91.66666667%; }
.grid-12 { width: 100%; }

.cont-busca {
    display: inline-block;
    width: calc(30% - 4px);
    margin: 0;
    vertical-align: middle;
}
form#searchform-header {
    width: 90% !important;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
/***==================
		MENU
==================***/
.nav.navbar-nav {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 50px;
}

form#searchform-menu {
    margin: 15px 0;
}

.menu-item {
    position: relative;
    display: inline-block;
    list-style: none;
    vertical-align: middle;
}
.menu-item a {
    padding: 10px 15px;
    font-size: 14px;
    color: #FFF;
    letter-spacing: 1.25px;
    text-decoration: none;
    transition: 0.3s;
    font-family: lato,georgia,serif;
    font-weight: 400;
    text-transform: uppercase;
	overflow:hidden;
	position: relative;
	z-index: 1;
	display: block;
	line-height: 30px;
}
#menu-menu-principal .menu-item a:hover { color: #fc2692; }
#menu-menu-principal .menu-item a:before {
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #fc2692;
    left: -105%;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    z-index: -1;
}
#menu-menu-principal .menu-item a:hover:before {
    left: 0;
}


/*** SUB-MENU */
ul.sub-menu {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 220px;
	margin-top: 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #F1F1F1;
	-webkit-box-shadow: 0 3px 2px 0px rgba(0,0,0,.05);
	-moz-box-shadow: 0 3px 2px 0px rgba(0,0,0,.05);
	box-shadow: 0 3px 2px 0px rgba(0,0,0,.05);
	z-index: 9;
}
	ul.sub-menu .menu-item {
		width: 100%;
		transition: 0.3s;
		display:block;
	}
		.sub-menu .menu-item a {
			display: block;
			width: 100%;
			line-height: initial;
			color: black;
			font-size: 13px;
			text-align: left;
			padding: 10px 15px;
		}

ul.sub-menu .menu-item:hover{ background:white; }
ul.sub-menu .menu-item:hover > a{ color:#f92591; }

ul.sub-menu .sub-menu {
    left: 100%;
    top: -1px;
}

ul.sub-menu .menu-item-has-children:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 47.5%;
    width: 0px;
    height: 0px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: translate(0,-50%) rotate(-45deg);
    -webkit-transform: translate(0,-50%) rotate(-45deg);
    border-radius: 0 2px 1px 2px;
    transition: 0.3s;
}
ul.sub-menu .menu-item-has-children:hover:before {
	border-color: #FFF;
}


/*** SOCIAL-MENU */
#cont-menu .sociais {
	float: right;
	line-height: 29px;
}
#cont-menu .social-icon {
    display: inline-block;
    padding: 10px;
    margin: 0;
	color: #000;
	text-decoration: none;
	vertical-align: middle;
}

#cont-menu [class^="icon-"]:before, #cont-menu [class*=" icon-"]:before,
#cont-menu [class^="icon-"]:after, #cont-menu [class*=" icon-"]:after {
    font-size: 13px;
}

/*** SEARCH MENU */
form#searchform-menu {
    float: right;
}
#campo-busca-menu {
    float: left;
    width: 80%;
}
#botao-busca-menu {
	float: right;
	width: 20%;
}
.search .product {
    width: 30.75%;
    float: left;
    margin: 0 1.8% 2.992em 0;
    padding: 0;
    position: relative;
    margin-left: 0;
    list-style: none;
}
.search .woocommerce-loop-product__title {
    text-align: left;
    font-size: 15px !important;
    color: #000 !important;
    font-family: 'Montserrat', sans-serif;
    transition: 0.3s;
    font-weight: 400;
}
.search .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 100%;
    display: inline-block;
    margin: 4% 0;
}
/**** MENU RESPONSIVO */

/*** CONTAINER GERAL */
#cont-geral {
	position: relative;
	top: 0;
	display: inline-block;
	width: 100%;
}

div#cont-menu {
	z-index: 999;
}
#cont-menu,
.wrapper-menu.menu-fixo {
	width: 100%;
	background-color: #FFF;
	border-color: #080808;
	box-shadow: 0px 5px 8px 0 rgba(22,22,22,0.08);
	-webkit-box-shadow: 0px 5px 8px 0 rgba(22,22,22,0.08);
	-moz-box-shadow: 0px 5px 8px 0 rgba(22,22,22,0.08);
}
#cont-menu,
.content-menu,
.wrapper-menu.menu-fixo {
	position: relative;
	display: inline-block;
	height: 50px;
}
.content-menu {
	display: none;
}

/*** MENU HAMBURGUER */
#cont-menu .menu-anchor {
	position: relative;
	float: left;
	display: none;
	width: 35px;
	height: 25px;
	margin: 0;
	line-height: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
}
#cont-menu .menu-anchor .icon-menu {
    display: inline-block;
    width: 100%;
    height: 3px;
    margin: 2.5px 0;
    background: #000;
    transition: 0.3s;
}
#cont-menu .menu-active .icon-menu:first-child {
	transform: rotate(45deg) translate(6px, 6px);
	-webkit-transform: rotate(45deg) translate(6px, 6px);
	-moz-transform: rotate(45deg) translate(6px, 6px);
	-o-transform: rotate(45deg) translate(6px, 6px);
	-ms-transform: rotate(45deg) translate(6px, 6px);
}
#cont-menu .menu-active .icon-menu:nth-child(2) {
	opacity: 0;
}
#cont-menu .menu-active .icon-menu:last-child {
	transform: rotate(-45deg) translate(5.5px, -5px);
	-webkit-transform: rotate(-45deg) translate(5.5px, -5px);
	-moz-transform: rotate(-45deg) translate(5.5px, -5px);
	-o-transform: rotate(-45deg) translate(5.5px, -5px);
	-ms-transform: rotate(-45deg) translate(5.5px, -5px);
}

.bg-menu-responsive {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	overflow: hidden;
	z-index: 998;
	
}

/***==================
		LOGO
==================***/
.titulo-site {
	margin: 30px 0 50px;
    text-align: center;
}
.titulo-site a {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 512px;
}
.logo-site a {
    font-size: 0;
}

/***==================
		SIDEBAR
==================***/
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { color: #fd2892;}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content { background-color: #fd2892 !important;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range { background-color: #000 !important;}
.sidebar .widget-title {
    color: #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}
span.from { color: #fc2692;}
span.to {  color: #fc2692;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle { 
    background-color: #000 !important;
    cursor: pointer !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    width: 35% !important;
    text-align: center !important;
    margin: 0 auto !important;
    width: 80px !important;
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    padding: 8px 0 !important;
    cursor: pointer !important;
    transition: 0.4s !important;
    display: inline-block !important;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: capitalize !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 0 auto !important;
    display: inline-block !important;
    vertical-align: middle !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    width: 35% !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}	
#main-container.sideright #posts,
#main-container.sideleft #sidebar {
	float: left;
	padding-right: 5%;
}
#main-container.sideleft #posts,
#main-container.sideright #sidebar {
	float: right;
	padding-left: 5%;
}

#posts {
    width: 70%;
}
body.page-template-page-full #posts {
    width: 100%;
    padding-left: 0 !important;
}

#sidebar {
    width: 30%;
    margin-top: 30px;
}
.sidebar .widget-title {
    padding: 5px 0 5px 0 !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
}
ul.product-categories {
    padding-left: 0;
}
.cat-item {
    list-style: none;
    text-align: left;
    padding: 5px 0px;
    width: 100%;
}
.cat-item a {
    color: #000;
    width: 100%;
    transition: .3s;
}
.cat-item a:hover {
    color: #fc2792;
}

a.button.wc-backward {
    float: none !important;
    text-align: center !important;
    margin: 0 auto !important;
    width: 210px !important;
    background-color: #fff !important;
    border: 2px solid #000 !important;
    color: #000 !important;
    padding: 8px 0 !important;
    cursor: pointer !important;
    transition: 0.4s !important;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 0 auto !important;
    display: block !important;
}
a.button.wc-backward:hover {
    color: #fd2892 !important;
    border: 1px solid #fd2892 !important;
    background-color: #fff !important;
}
.widget_price_filter .price_label span:first-of-type:after {
    content: "-";
    display: inline-block;
    margin: 0 5px;
}
.price_label {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
}
span.from {
    color: #fc2692;
    font-size: 14px;
}
span.to {
    color: #fc2692;
    font-size: 14px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 0.4em !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
}
.shop_table thead {
    text-transform: uppercase;
    font-size: 15px;
}



/***==================
		CARRINHO
==================***/
.woofc-trigger .woofc-count {
    background: #fc2692 !important;
}
.woofc-trigger .woofc-count {
    background: #fc2692 !important;
}
.woofc-no-touchevents .woofc-inner a.woofc-checkout:hover, .woofc-touchevents .woofc-inner a.woofc-checkout:focus {
    background: #fc2692 !important;
}
.woofc-inner a.woofc-checkout {
    background: #fc2692 !important;
}
.woofc-no-touchevents .woofc-inner .woofc-delete-item:hover, .woofc-touchevents .woofc-inner .woofc-delete-item:focus {
    color: #fc2792 !important;
}
.woofc-no-touchevents .woofc-inner .woofc-product-title a:hover, .woofc-touchevents .woofc-inner .woofc-product-title a:focus {
    color: #fc2792 !important;
}
.cart_totals h2 {
    text-transform: uppercase;
    font-size: 15px;
    background-color: #3d3d3d;
    color: #fff;
    padding: 10px 15px;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 1px;
}
.checkout-button.button.alt.wc-forward {
    background-color: #fc2792;
    color: #ffffff;
    -webkit-font-smoothing: antialiased !important;
    border: 1px solid #fc2792 !important;
    transition: .4s !important;
}
.checkout-button.button.alt.wc-forward:hover {
    background-color: #fff !important;
    color: #fc2792 !important;
    border: 1px solid #fc2692 !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 90% !important;
}
.woocommerce-cart .cross-sells h2 {
    text-transform: uppercase;
    font-size: 15px;
    background-color: #3d3d3d;
    color: #fff;
    padding: 10px 15px;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 1px;
}
.woocommerce-cart .cart-collaterals .cross-sells {
    width: 90% !important;
    float: right !important;
}
.woocommerce-cart .cross-sells ul li {
    width: 31.3% !important;
    display: inline-block !important;
    float: none !important;
    vertical-align: top;
    margin: 0.5% !important;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 35% !important;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #ccc;
    margin-left: 4%;
}
.woocommerce-cart-form {
    width: 60% !important;
    display: inline-block !important;
}
.cart_totals.calculated_shipping h2 {
    text-transform: uppercase;
    background-color: #3d3d3d;
    color: #fff;
    padding: 10px 15px;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 1px;
}
.shop_table thead {
    text-transform: uppercase;
    font-size: 15px;
    background-color: #3d3d3d;
    color: #fff;
    padding: 10px 15px;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 1px;
}
#main-container .woocommerce a.remove:hover {
	color: #fff !important;
    background: #fc2692 !important;
}
#main-container .woocommerce a.remove {
    color: #fc2692!important;
}
.woocommerce table.shop_table {
    border: none !important;
}
.woocommerce-error {
    border-top-color: #fc2692 !important;
}
.woocommerce-error::before {
    content: '\e016';
    color: #fc2692 !important;
}
.woocommerce-message {
    border-top-color: #fc2692 !important;
}
.woocommerce-message::before {
    content: '\e015';
    color: #fc2692 !important;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
    background-color: #FFF !important;
    color: #fc2692 !important;
    -webkit-font-smoothing: antialiased !important;
    border: 1px solid #fc2692 !important;
    transition: .4s !important;
    height: 38px !important;
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
    background-color: #fc2692 !important;
    color: #fff !important;
    border: 1px solid #fc2692 !important;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #fc2792 !important;
    margin: 0 10px 0 0 !important;
    outline: 0 !important;
    width: 40% !important;
    padding: 16px !important;
    min-width: 170px !important;
    height: 38px !important;
    font-size: 14px !important;
    line-height: 50px !important;
    display: block !important;
    margin-right: 15px !important;
    border-radius: 3px;
}
td.product-name a {
    color: #fc2892 !important;
}
td.product-name a:hover {
    color: #000 !important;
}
a.shipping-calculator-button {
    color: #fc2892 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: bold;
}
a.shipping-calculator-button:hover {
    color: #000 !important;
}
table.shop_table img, .woocommerce table.shop_table img {
    width: 90px !important;
    height: auto !important;
}
table.shop_table td, .woocommerce table.shop_table td {
    border: 0 !important;
    padding: 10px 0 !important;
    vertical-align: middle !important;
}
#coupon_code::-webkit-input-placeholder {
    color: #ccc;
}
#coupon_code:-moz-placeholder { /* Firefox 18- */
   color: #ccc;
}

#coupon_code::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc; 
}
#coupon_code:-ms-input-placeholder {  
   color: #ccc;  
}
.entry-content img {
    margin: 0 !important;
}
.woocommerce .quantity .qty {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    width: 120px !important;
    height: 40px !important;
    line-height: 40px !important;
    float: left;
    padding: 0px 0px 0px 13px;
    text-align: center;
    vertical-align: middle;
    border: none;
    border: 1px solid #ccc;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-appearance: textfield;
    margin-bottom: 20px;
}
span.woocommerce-Price-amount.amount {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.shop_table th {
    border: none !important;
}
p.cart-empty {
    text-align: center;
    margin-bottom: 40px;
}


/***==================
	  MINHA CONTA
==================***/
.woocommerce-account .woocommerce-MyAccount-content {
    border-left: 1px solid #fd2792;
    padding-left: 5%;
}
nav.woocommerce-MyAccount-navigation li a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    transition: .4s;
}
nav.woocommerce-MyAccount-navigation li a:hover {
    color: #fc2692;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    border-left: 1px solid #fc2692;
}
.woocommerce-MyAccount-content a {
    color: #fc2692;
    transition: .4s;
}
.woocommerce-MyAccount-content a:hover {
    color: #000;
    text-decoration: underline !important;
}
/*PEDIDOS*/
.woocommerce-account .woocommerce-Button.button:hover {
    background-color: #fff !important;
    border-color: #fd2792 !important;
    color: #fd2792 !important;
}
a.woocommerce-Button.button {
    display: block !important;
    width: auto !important;
    margin: 0px auto 0 !important;
    padding: 10px 35px;
    font-size: 13px !important;
    color: #fd2792 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    background: #fff !important;
    border: 1px solid #fd2792 !important;
    transition: 0.3s !important;
}
a.woocommerce-Button.button:hover {
    background: #fd2792 !important;
    color: #fff !important;
    text-decoration: none !important;
}
a.woocommerce-button.button.view {
    color: #fd2792 !important;
    letter-spacing: 1.5px !important;
    background: #fff !important;
    border: 1px solid #fd2792 !important;
    transition: 0.3s !important;
    text-align: center !important;
}
a.woocommerce-button.button.view:hover {
    color: #fff !important;
    background: #fd2792 !important;
    text-decoration: none !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #fd2792 !important;
    line-height: 30px !important;
}

/*DOWNLOADS*/
.woocommerce-info::before {
    color: #fd2792 !important;
}

/*ENDEREÇOS*/
.woocommerce-Address-title h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    transition: .4s;
}
.woocommerce-Address-title a {
    text-transform: uppercase;
    padding: 10px 20px;
    color: #fc2692 !important;
    letter-spacing: 1px;
    background: #fff !important;
    border: 1px solid #fd2792 !important;
    transition: 0.3s;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}
.woocommerce-Address-title a:hover {
    color: #fff !important;
    background: #fd2792 !important;
    text-decoration: none !important;
}
.woocommerce form .form-row label {
    line-height: 2 !important;
    color: #000 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    padding: 15px 0 0px 0 !important;
    font-family: 'Montserrat', sans-serif;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1;
    padding: 6px 9px !important;
    font-size: 13px !important;
    color: #777 !important;
    border: 1px solid #ccc !important;
    border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    font-size: 13px !important;
    color: #777 !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    margin: 0 auto 0px !important;
    font-size: 13px !important;
    color: #fd2792 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    background: #fff !important;
    border: 1px solid #fd2792 !important;
    transition: 0.3s !important;
    display: block !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button:hover {
    background: #fd2792 !important;
    color: #fff !important;
    text-decoration: none !important;
}
p#billing_phone_field {
    margin-bottom: 35px !important;
}
p#billing_email_field {
    margin-bottom: 35px !important;
}
p#shipping_postcode_field {
    margin-bottom: 35px !important;
}


/*DETALHES DA CONTA*/
.woocommerce-EditAccountForm fieldset {
    margin-top: 30px;
    border: none;
    padding: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 900 !important;
    font-family: 'Montserrat', sans-serif;
}



.sidebar-header .widget-title {
    display: none;
}
.sidebar-header {
    margin-top: 0 !important;
}
.sidebar-header {
    margin-top: 5px !important;
    width: 35% !important;
    float: left !important;
    padding-right: 0 !important;
}
.sidebar-header .instagram-pics {
    margin: 0;
}
.sidebar-header .instagram-pics li {
    list-style: none;
    width: 49%;
    height: 49%;
    margin: .5%;
    float: left;
}





/***==================
		SLIDE
==================***/
div#slide-destaque {
    margin-bottom: 25px;
    width: 65%;
    float: left;
}

div#slide-destaque .item-destaque:first-child {
    float: left;
    width: 60%;
    margin-bottom: 50px;
}
div#slide-destaque .item-destaque:first-child .img-post-thumbnail:before {
    padding-bottom: 49.5%;
}

div#slide-destaque .item-destaque {
    float: right;
    width: 38%;
}
#slide-destaque .img-post-thumbnail:before {
	padding-bottom: 49.5%;
}

div#slide-destaque .item-destaque:nth-child(2) {
	margin-bottom: 1.9%;
}


/* SLIDE COM 3 POSTS */
div#slide-destaque.destaque-3 .entry-info {
    width: 70%;
}
#slide-destaque.destaque-3 .img-post-thumbnail:before {
    padding-bottom: 75%;
}

/*** SLIDE TÍTULO */
#slide-destaque .entry-title {
    margin: 10px 0;
    display: none;
}
#slide-destaque .entry-title a {
    font-size: 26px;
    color: #000;
    letter-spacing: 2.25px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
}
#slide-destaque .entry-title a:hover {
	opacity: 0.5;
}

/*** SLIDE CATEGORY */
#slide-destaque .post-category a {
	margin-left: 5px;
	padding: 0;
    font-size: 12px;
	border: none;
}
#slide-destaque .post-category a:first-child {
	margin-left: 0;
}
#slide-destaque .post-category a:hover {
	color: #000 !important;
	background: transparent !important;
}


/*** DOTS */
#cont-geral ul.slick-dots {
    bottom: 100px;
}

#cont-geral .slick-dots li {
    width: auto;
    height: auto;
}
#cont-geral .slick-dots li button {
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
}
#cont-geral .slick-dots li.slick-active button {
	background: #FFF;
}

#cont-geral .slick-dots li button:before {
	content: none;
	font-size: 14px;
}
#cont-geral .slick-dots li.slick-active button:before {
    color: #FFF;
    opacity: 1;
}


/***==================
	INFOS LOJA 
==================***/
.content-information {
    display: inline-block;
    width: 100%;
	margin-bottom: 70px;
    padding: 8px;
    background: #f5f2f2;
	text-align: center;
}
.content-information .infos-loja {
    display: inline-block;
    width: calc(33% - 4px);
    vertical-align: middle;
}

.content-information .infos-loja.info-2 {
    margin: 0 1%;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}

.content-information .infos-loja p {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 5px 0;
    padding-left: 60px;
    font-family: 'Mountserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.content-information .infos-loja p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 100%;
    background: url(/wp-content/themes/manulimabrand-gc2017/images/icon-information.png) no-repeat;
    transform: translate(0,-50%);
}
.content-information .infos-loja.info-1 p:before {
	background-position: 0 50%; 
}
.content-information .infos-loja.info-2 p:before {
	background-position: 50% 50%; 
}
.content-information .infos-loja.info-3 p:before {
	background-position: 100% 50%; 
}



/***==================
	HEADER 
==================***/
header#header {
    padding: 60px 0 35px;
}

ul#menu-menu-loja,
.titulo-site.logo-site{
    display: inline-block;
    width: calc(30% - 4px);
    margin: 0;
    vertical-align: middle;
}

/*** MENU HEADER */
ul#menu-menu-loja {
    float: none;
    opacity: 0;
    transform: translate3d(-200px,0,0);
    transition: .3s;
    text-align: center;
}
ul#menu-menu-loja, ul#menu-menu-loja .menu-item {
    line-height: 36px;
}

#menu-menu-loja .menu-item.carrinho-menu a {
    display: inline-block;
    width: 40px;
    height: 35px;
    font-size: 0;
    vertical-align: middle;
    background: url(/wp-content/themes/manulimabrand-gc2017/images/carrinho.png) no-repeat center !important;
}

/*** LOGO SITE */
.titulo-site.logo-site {
	margin: 0 5%;
}

#menu-menu-loja .menu-item a {
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: inherit;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
	transition: 0.3s;
}
#menu-menu-loja .menu-item a:hover {
    color: #fc2692;
}

/*** SEARCH HEADER */
form#searchform-header {
	border: 2px solid #e9e9e9;
}
input#campo-busca-header {
    float: left;
    width: calc(100% - 36px);
    font-size: 12px;
    border: none;
    padding: 10.5px;
}
#botao-busca-header {
    float: right;
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    position: relative;
	cursor: pointer;
}
#botao-busca-header:before {
    content: '';
    position: absolute;
    left: 9px;
    top: 7px;
    width: 11px;
    height: 11px;
    border: 2px solid #000;
    border-radius: 50%;
    transition: 0.3s;
}
#botao-busca-header:hover:before {
    content: '';
    position: absolute;
    left: 9px;
    top: 7px;
    width: 11px;
    height: 11px;
    border: 2px solid #fc2692;
    border-radius: 50%;
    transition: 0.3s;
}
#botao-busca-header:after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 8px;
    width: 4px;
    height: 10px;
    background: #000;
    transform: rotate(-45deg);
    transition: 0.3s;
    border-radius: 2px;
}
#botao-busca-header:hover:after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 8px;
    width: 4px;
    height: 10px;
    background: #fc2692;
    transform: rotate(-45deg);
    transition: 0.3s;
    border-radius: 2px;
}


/*** HOME PRODUTOS */
#produtos { width: 100%;}
.woocommerce ul.products li.product .price ins { text-decoration: none;}
.all-products { text-align: center;}
.all-products-link:hover {
    border: 3px solid #fc2692;
    color: #fc2692;
}
.woocommerce span.onsale {
    position: absolute;
    border-radius: 0 !important;
    z-index: 9;
    font-size: 0 !important;
    background-image: url(/wp-content/themes/manulimabrand-gc2017/images/3_promocao.png) !important;
    width: 100%;
    height: 30px;
    padding: 0 !important;
    background-color: transparent !important;
    background-repeat: no-repeat;
    top: -10px !important;
    left: 60% !important;
    width: 55% !important;
    background-size: 100%;
}
.woocommerce ul.products li.product .price {
    color: #000 !important;
    margin-bottom: .5em;
    font-size: 17px !important;
    font-family: 'Montserrat', sans-serif;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 15px !important;
    color: #000 !important;
    font-family: 'Montserrat', sans-serif;
    transition: 0.3s;
    font-weight: 400;
    background-color: #fff;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover, .woocommerce ul.products li.product .woocommerce-loop-product__title:hover, .woocommerce ul.products li.product h3:hover {
	color: #fc2692 !important;
}
.all-products-link {
    text-align: center;
    margin: 0 auto;
    width: 200px;
    background-color: #fff;
    border: 3px solid #000;
    color: #000;
    padding: 15px 0;
    cursor: pointer;
    transition: 0.4s;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
	font-weight: 600;
}


/*** MENU PRINCIPAL */
div#cont-menu {
    background: #3d3d3d;
}
ul#menu-menu-principal {
    width: 100%;
    text-align: center;
}


/***==================
	CONT-GERAL 
==================***/
div#cont-geral {
    padding-top: 70px;
}


/***==================
	LISTAGEM 
==================***/
article.post {
	overflow: hidden;
    margin-bottom: 100px;
}
article.has-post-thumbnail .entry-content {
	margin-top: 25px;
}

header.entry-header {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    margin-top: 20px;
}

h2.entry-title {
	margin: 15px 0;
	font-size: 26px;
	font-weight: 500;
	color: #000;
	letter-spacing: 2.25px;
	text-transform: uppercase;
	transition: 0.3s;
}
h2.entry-title a {
	color: #000;
	transition: 0.3s;
}
h2.entry-title a:hover {
	opacity: 0.5;
}

.entry-share {
    margin-top: 20px;
    padding-bottom: 5px;
    text-align: right;
    border-bottom: 4px double #e1e1e1;
}
.entry-share .social-icon i:before {
    font-size: 14px;
}

/***==================
	POST THUMBNAIL
==================***/
a.img-post-thumbnail,
a.img-perfil-thumbnail, a.img-author-thumbnail {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	transition: 0.5s;
}
.img-post-thumbnail:before,
.img-perfil-thumbnail:before, a.img-author-thumbnail {
	content: '';
	display: inline-block;
	padding-bottom: 50%;
}
.img-perfil-thumbnail:before, a.img-author-thumbnail {
	padding-bottom: 100%;
}

.content-thumbnail {
	overflow: hidden;
}

.content-thumbnail:hover .img-post-thumbnail {
    transform: scale(1.1);
}

/***==================
	POST CATEGORY
==================***/
.post-category a {
	display: inline-block;
    padding: 5px 10px;
    font-size: 9px;
    font-weight: 700;
    color: #bb992e;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #bb992e;
	transition: 0.3s;
}
.post-category a:hover {
    background-color: #bb992e;
    color: #fff;
}


/***==================
	POST DATE
==================***/
.post-date {
    display: block;
    font-size: 10px;
    font-weight: 500;
    color: #888;
    letter-spacing: 1px;
}


/***==================
	ENTRY-MORE
==================***/
.entry-more {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.entry-more a {
	display: inline-block;
    padding: 10px 20px;
    font-size: 10px;
    font-weight: 600;
    color: #222;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: 1px solid #e1e1e1;
	transition: 0.3s;
}


/***======================
		PAGINATION
======================***/
#pagination a {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
	transition: 0.3s;
}
#pagination a:hover {
	color: #000;
}
#pagination a:first-child {
    float: left;
}
#pagination a:last-child {
    float: right;
}


/***======================
		SINGLE
======================***/
#single-pagination, #author-details {
	margin: 50px 0 0;
}
.single article.post {
    margin: 0;
}
.single-product .related .products .onsale {
    left: 70% !important;
    width: 45% !important;
}
h1.entry-title {
    margin: 15px 0;
    font-size: 40px;
    font-weight: 500;
    color: #000;
    letter-spacing: 2.25px;
    transition: 0.3s;
}

/** DETALHES DO AUTOR */
div#author-details {
    display: inline-block;
    width: 100%;
    padding: 3%;
    border: 1px solid #e1e1e1;
}

.author-thumb,
.author-info {
    display: inline-block;
    vertical-align: middle;
}
.author-thumb {
    width: 20%;
}

.author-info {
    width: 80%;
    padding-left: 3%;
}

.author-info h4 {
	margin: 0 0 15px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s;
}
.author-info h4 a {
	color: #000;
	transition: 0.3s;
}
.author-info h4 a:hover {
	opacity: 0.5;
}

.author-info p {
    margin: 0;
}
.social-author {
    display: inline-block;
    margin: 5px 0 0 -12.5px;
}

.social-author [class^="icon-"]:before,
.social-author [class*=" icon-"]:before, .social-author [class^="icon-"]:after, .social-author [class*=" icon-"]:after {
    font-size: 13px;
}
.social-author .social-icon:hover {
    color: #000;
}
#posts .screen-reader-text {
    width: 50% !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 0;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-bottom: 25px;
    overflow: visible !important;
    position: relative !important;
}

/***======================
		POST TAG
======================***/
.single .post-tag {
    margin-top: 50px;
}
.post-tag a {
    display: inline-block;
    margin: 0 2.5px;
    padding: 7px 12px;
    font-size: 10px;
    font-weight: 600;
    color: #666;
    letter-spacing: 1.75px;
    text-transform: uppercase;
    background: #e1e1e1;
    border-radius: 2px;
    transition: 0.3s;
}


/***======================
	SINGLE PAGINATION
======================***/
div#single-pagination {
	display: inline-block;
	width: 100%;
}

.next-post,
.prev-post {
	width: 45%;
	max-width: 300px;
}
.prev-post {
	float: left;	
	text-align: left;
	padding-right: 5%;
}
.next-post {
	float: right;
	text-align: right;
	padding-left: 5%;
}

div#single-pagination h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s;
    color: #000;
}
div#single-pagination .prev-post:hover h5,
div#single-pagination .next-post:hover h5 {
    opacity: 0.5;
}

div#single-pagination span {
    display: inline-block;
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #bb992e;
}


/***======================
		COMMENTS
======================***/
div#comments,
div#posts-related {
    display: inline-block;
    width: 100%;
    padding-top: 100px;
}

p.comment-form-comment, 
p.comment-form-author, p.comment-form-email, p.comment-form-url, p.form-submit {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
}

#respond label {
	display: inline-block;
    width: 80px;
    color: #B5B5B5;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

textarea#comment {
	float: left;
    width: 100% !important;
    padding: 5px 10px;
    font-size: 13px;
    color: #444;
    line-height: 20px;
    border: 1px solid #e1e1e1;
}

#respond input {
    width: calc(100% - 85px);
    padding: 6px 10px;
    font-size: 13px;
    color: #444;
    border: 1px solid #e1e1e1;
}

#respond input#submit {
    float: right;
	width: auto;
    padding: 10px 20px;
    font-size: 11px;
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #FFF;
    border: 1px solid #e1e1e1;
    transition: 0.3s;
    cursor: pointer;
}

/*** */
#comments ol.comment-list {
    display: inline-block;
    width: 100%;
    padding: 0;
    list-style: none;
}
#comments .comment.depth-1 {
    margin-bottom: 20px;
}
#comments .comment-body {
	margin-bottom: 10px;
}
#comments .comment .comment-body {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
}
ul.children {
    list-style: none;
    padding-left: 30px;
}

#comments .comment-header {
	position: relative;
    display: inline-block;
	width: 100%;
}
#comments .reply-comment {
    position: absolute;
    right: 0;
    top: 50%;
	font-size: 11.1px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transform: translate(0,-50%);
}
#comments .reply-comment a {
    padding: 5px 10px;
    border: 1px solid #bf992e;
    transition: 0.3s;
}


#comments .comment-thumb,
#comments .comment-info {
    display: inline-block;
    vertical-align: middle;
}

#comments .comment-thumb img {
    border-radius: 50%;
}

#comments .comment-info {
    padding-left: 10px;
}
#comments .comment-name,
#comments .comment-date {
	display: inline-block;
    font-size: 12px;
}
#comments .comment-name {
    width: 100%;
	margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#comments .comment-date {
    font-style: italic;
    color: #999;
	letter-spacing: 0.5px;
}

#comments .comment-content p {
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 20px;
}

/***======================
		RELATED POSTS
======================***/
h4.related-title,
h4.comments-title,
h3.comment-reply-title {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 4px double #e1e1e1;
}

#posts-related .post {
    position: relative;
    float: left;
    width: 48%;
	margin-bottom: 4%;
	background: #000;
}
#posts-related .post:nth-child(even) {
    margin-left: 2%;
}
#posts-related .post:nth-child(odd) {
    margin-right: 2%;
}

#posts-related .entry-header {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 85%;
    margin: 0;
    transform: translate(-50%,-50%);
}
#posts-related h2.entry-title {
	margin: 0;
    font-size: 20px;
	text-shadow: 0px 0px 3px #555;
}
#posts-related h2.entry-title a {
    color: #FFF;
	opacity: 1 !important;
}

#posts-related a.img-post-thumbnail {
    opacity: 0.8;
}
#posts-related .img-post-thumbnail:before {
    padding-bottom: 65%;
}


/***======================
		PAGES
======================***/
.page-id-94 #posts, .page-id-98 #posts, .page-id-100 #posts, .page-id-102 #posts, .page-id-86 #posts  {
    width: 100%;
}
.page-id-94 #sidebar, .page-id-98 #sidebar, .page-id-100 #sidebar, .page-id-102 #sidebar, .page-id-86 #sidebar, .woocommerce-account #sidebar, .woocommerce-cart #sidebar {
    display: none;
}
.woocommerce-account #posts, .woocommerce-cart #posts {
    width: 100%;
    padding-left: 0 !important;
}

.header-page {
    position: relative;
	display: inline-block;
    width: 100%;
	margin-bottom: 70px;
	padding: 50px 0;
	text-align: center;
}
.header-page:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: calc(100% - 8px);
    left: 50%;
    top: 50%;
    border-bottom: 4px double #F1F1F1;
    border-top: 4px double #F1F1F1;
    transform: translate(-50%,-50%);
}

.header-page span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #888;
    letter-spacing: 1px;
}

.header-page h4 {
    text-transform: capitalize;
    letter-spacing: 3px;
    position: relative;
    font-weight: 400;
    width: 80%;
    background: #fff;
    margin: 10px auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px !important;
}


/***======================
		PAGE 404
======================***/
#main-container #posts.not-found {
    width: 100%;
    padding: 0;
    text-align: center;
}

form#searchform-404 {
    display: block;
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
}
input#campo-busca-404 {
    float: left;
    width: 75%;
    padding: 8.5px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-right: 0;
}
input#botao-busca-404 {
    float: right;
    width: 25%;
    padding: 10.5px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    transition: 0.3s;
	cursor: pointer;
}
input#botao-busca-404:hover {
    color: #fc2692 !important;
}

/***======================
		WIDGETS
======================***/
.widget {
    margin-bottom: 40px;
}
.widget:last-child {
	margin-bottom: 0;
}

.widget-title {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #fc2692;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.widget-title a {
	color: #222;
	transition: 0.3s;
}
.widget-title a:hover {
	opacity: 0.5;
}
#mailchimp .widget-title {
    background-image: url(/wp-content/themes/manulimabrand-gc2017/images/2_news.png) !important;
    font-size: 0 !important;
    margin-top: 15px !important;
}

/***==================
	   INSTAGRAM
==================***/
#instagram .instagram-pic {
	float: left;
	padding: 2px;
}
#instagram .instagram-pic img {
    display: block;
}

/*** 4 IMAGES */
#instagram.images-4 .instagram-pic {
	width: 50%;
}

/*** 6 IMAGES */
#instagram.images-6 .instagram-pic {
    width: 33.3%;
}


#cont-geral #instagram ul.slick-dots {
    bottom: -20px;
}
#cont-geral #instagram .slick-dots li.slick-active button {
    background: #e1e1e1;
}
#cont-geral #instagram .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 4px;
	border: 2px solid #e1e1e1;
}


/***==================
	REDES SOCIAIS
==================***/
#redes-sociais .sociais {
    text-align: center;
}
.social-icon {
    display: inline-block;
    padding: 8px 10px;
	transition: 0.3s;
}
.social-icon i:before {
    font-size: 18px;
}


/***==================
	   DESTACADOS
==================***/
#posts-destacados .post {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}
#posts-destacados .post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#posts-destacados a.img-post-thumbnail {
    width: calc(36% - 4px);
    margin-right: 4%;
    vertical-align: middle;
}
#posts-destacados .content-info {
    width: calc(60% - 4px);
    display: inline-block;
    vertical-align: middle;
}

#posts-destacados .post-category a {
	margin-left: 5px;
	padding: 0;
	font-size: 9px;
	letter-spacing: 1px;
    border: none;
}
#posts-destacados .post-category a:first-child {
	margin-left: 0;
}

#posts-destacados .post-category a:hover {
	color: #bb992e !important;
    background: transparent !important;
	text-decoration: underline !important;
}

#posts-destacados .entry-title {
    margin: 10px 0;
    font-size: 15px;
}


/***==================
	   MAILCHIMP
==================***/
.content-mailchimp { padding: 0 7.5%;}
.cont-cadastro input::-webkit-input-placeholder {color: #777;}
.cont-descricao p {
    line-height: 24px;
    font-weight: 300;
    text-align: left;
    color: #fff;
}
.cont-cadastro input {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    padding: 7px 10px;
    font-size: 12px;
    color: #777;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #fff !important;
    background-color: transparent;
    border: none;
}
#botao-enviar {
    display: block !important;
    width: auto;
    margin: 0px auto 0 !important;
    padding: 10px 35px;
    font-size: 13px !important;
    font-weight: 600;
    color: #fff !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    background: #fd2792 !important;
    border: 1px solid #fd2792 !important;
    border-bottom: none !important;
    transition: 0.3s !important;
    cursor: pointer;
}
#botao-enviar:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #fd2792 !important;
}

/***==================
    WOOCOMMERCE
==================***/
.price { text-align: left;}
#footer .container { text-align: center;}
.woocommerce-loop-product__title { text-align: left;}
.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a:hover { color: #fc2692;}
.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a {
    color: #000;
    font-weight: bold;
    transition: .4s;
}
.cont-items-loja {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    padding: 0 2.5%;
    text-align: left;
}
.items-loja a {
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    transition: 0.3s;
    font-size: 12px;
}
.items-loja a:hover {
    color: #fd2792;
}
.item5 {
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
}
.item-cnpj {
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    transition: 0.3s;
    font-size: 14px;
}
.item-email {
    color: #fff;
    line-height: 0px;
    transition: 0.3s;
    font-size: 14px;
}
.item-tel {
    color: #fff;
    line-height: 0px;
    transition: 0.3s;
    font-size: 14px;
}
.item-end {
    color: #fff;
    line-height: 0px;
    transition: 0.3s;
    font-size: 14px;
}
#mce-error-response {
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
#mce-success-response {
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
.items-loja-2 {
    padding-top: 30px;
    color: #fff;
    line-height: 0px;
    transition: 0.3s;
    font-size: 14px;
}
.items-loja-3 {
    padding-top: 20px;
    color: #fff;
    line-height: 5px;
    transition: 0.3s;
    font-size: 14px;
}
.items-loja-4 {
    padding-top: 10px;
    color: #fff;
    line-height: 5px;
    transition: 0.3s;
    font-size: 14px;
}
.item-ssl {
    width: 20%;
    background-image: url(/wp-content/themes/manulimabrand-gc2017/images/ssl.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    padding-top: 20px;
    background-size: 100%;
}
.item-title {
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    transition: 0.3s;
    font-size: 12px;
}
.item-ssl:before {
    content: '';
    display: block;
    padding-bottom: 90%;
}
.item-paypal {
    width: 55%;
    background-image: url(/wp-content/themes/manulimabrand-gc2017/images/pagseguro.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    padding-top: 20px;
}
.item-paypal:before {
    content: '';
    display: block;
    padding-bottom: 30%;
}
.stock.in-stock {
    display: none;
}

/***======================
	  PAGE CONTATO
======================***/
.wpcf7-not-valid-tip { color: #fd2792 !important;}
.wpcf7-form-control.wpcf7-submit:hover {
    color: #fff !important;
    background: #fd2792 !important;
}
.page-id-86 .entry-content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}
.wpcf7-form input, form.wpcf7-form textarea {
    display: inline-block;
    width: 100%;
    padding: 7.5px 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.wpcf7-mail-sent-ok {
    padding: 10px 35px !important;
    font-size: 13px !important;
    font-weight: 600;
    color: #fd2792 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    border: 1px solid #fd2792 !important;
}
.wpcf7-validation-errors, .wpcf7-acceptance-missing {
    margin: 0px auto 0 !important;
    padding: 10px 35px;
    font-size: 13px !important;
    font-weight: 600;
    color: #f7e700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    border: 1px solid #f7e700 !important;
}
.wpcf7-form-control.wpcf7-submit {
    display: block !important;
    width: auto;
    margin: 0px auto 0 !important;
    padding: 10px 35px;
    font-size: 13px !important;
    font-weight: 600;
    color: #fd2792 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    background: #fff !important;
    border: 1px solid #fd2792 !important;
    transition: 0.3s !important;
    cursor: pointer;
}

/***======================
		FOOTER
======================***/
.items-loja {
    padding-bottom: 3px;
    padding-top: 3px;
}
footer#footer {
    position: relative;
    margin-top: 100px;
    padding-top: 70px;
    background-color: #3D3D3B;
    padding-bottom: 30px;
}
footer#footer:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: calc(100% - 4px);
    left: 50%;
    top: 50%;
    border-top: 4px double #F1F1F1;
    transform: translate(-50%,-50%);
	z-index: -1;
}

.sidebar-footer { display: block !important;}

#sidebar.sidebar-footer {
    width: 29%;
    display: inline-block !important;
    vertical-align: top;
    float: none !important;
    margin-top: 0px !important;
}

aside#sidebar.sidebar-footer .widget {
    float: left;
    margin-bottom: 50px;
}

/** SIDEBAR COM 1 WIDGET */
aside#sidebar.widgets-1 .widget {
    width: 100%;
}

/** SIDEBAR COM 3 WIDGETS */
aside#sidebar.widgets-3 .widget {
	width: 31.66%;
}
aside#sidebar.widgets-3 .widget:nth-child(2) {
    margin: 0 2.5%;
}

/***==================
	INSTAGRAM FOOTER
==================***/
/*** 4 IMAGES */
.sidebar-footer.widgets-1 #instagram.images-4 .instagram-pic {
	width: 25%;
}
.sidebar-footer #instagram.images-4 .instagram-pic {
	width: 50%;
}

/*** 6 ou 9 IMAGES */
.sidebar-footer.widgets-1  #instagram.images-6 .instagram-pic {
    width: 16.66%;
}
.sidebar-footer #instagram.images-6 .instagram-pic {
    width: 33.33%;
}

/***==================
    CATEGORY PAGE
==================***/
.page #cont-geral, .woocommerce-page #cont-geral { padding-top: 30px;}
.home .woocommerce ul.products li.product { width: 22.05% !important;}
.woocommerce .products ul, .woocommerce ul.products {  text-align: center !important;}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 40% !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 55% !important;
}
.summary.entry-summary .woocommerce .quantity .qty {
    width: 70px !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #fc2692 !important;
}
.woocommerce .widget_price_filter .price_slider_amount {
    text-align: center !important;
    font-size: 18px !important;
}
.group #content {
    width: 75%;
    float: right;
}
.summary.entry-summary .price {
    margin-top: 30px;
    margin-bottom: 150px;
}
.woocommerce-products-header-a {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
}
.content-post .entry-title, .woocommerce-products-header__title.page-title {
    text-align: center;
    letter-spacing: 3px;
    position: relative;
    font-weight: 400;
    width: 80%;
    background: #fff;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px !important;
}

/***==================
   PAGE DE PRODUTOS
==================***/
.price { margin: 3% 0!important;}
.stock.in-stock { font-size: 18px !important;}
.woocommerce ul.products li.product .button { display: none !important;}
.product-template-default .page #cont-geral, .woocommerce-page #cont-geral { padding-top: 60px !important;}
.product-template-default .group #content { width: 100% !important;}
.single-product .woocommerce span.onsale {
    left: 30% !important;
    width: 12% !important;
}
.summary.entry-summary {
    font-size: 30px;
    font-weight: bold;
}
.product-template-default .woocommerce .woocommerce-breadcrumb {
    display: block !important;
    color: #000 !important;
}
#respond label {
    width: 50% !important;
    margin: 20px 0px 20px;
}
.woocommerce #review_form #respond .form-submit input:hover {
    background-color: #fc2692 !important;
    color: #FFF !important;
}
.product_meta {
    font-size: 15px;
    font-weight: 100;
    color: #222;
}
.woocommerce #review_form #respond .form-submit input {
    background-color: #FFF !important;
    color: #fc2692 !important;
    -webkit-font-smoothing: antialiased !important;
    border: 1px solid #fc2692 !important;
    transition: .4s !important;
    height: 38px !important;
}
span.onsale {
    position: absolute;
    border-radius: 0 !important;
    z-index: 9;
    font-size: 0 !important;
    background-image: url(/wp-content/themes/manulimabrand-gc2017/images/3_promoção.png);
    width: 100%;
    height: 30px;
    padding: 0 !important;
    background-color: transparent !important;
    background-repeat: no-repeat;
    top: -10px !important;
    left: 60% !important;
    width: 55% !important;
    background-size: 100%;
}
/***==================
        LOGIN
==================***/
.woocommerce div.product form.cart .variations { margin-bottom: 0 !important;}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    max-width: 500px;
    margin: 0 auto;
}
.woocommerce div.product form.cart .reset_variations {
    font-size: 14px !important;
    line-height: 40px !important;
}
.variations td.label {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.variations td.value {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
    display: inline-block !important;
}
.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    display: inline-block;
    width: 100%;
    background-color: #FFF !important;
    -webkit-font-smoothing: antialiased !important;
    border: 1px solid #888 !important;
    transition: .4s !important;
    height: 38px !important;
    color: #888 !important;
}
.woocommerce div.product form.cart .variations label {
    font-size: 14px;
    line-height: 0;
    margin: 0;
    padding: 0;
}

/***==================
		COPYRIGHT
==================***/
#copyright a:hover { color: #fc2692;}
#copyright a {
    color: #fff;
    transition: 0.3s;
}
.cnpj {
    width: 100%;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s;
    font-size: 13px;
}
#copyright {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    font-size: 12px;
    text-align: right;
    border-top: 1px solid #fff;
    color: #fff;
    margin-top: 5px;
}
.social-box {
    text-align: left;
    width: 70%;
    display: inline-block;
    vertical-align: middle;
}


/***==================
      CARRINHO
==================***/
.woocommerce div.product form.cart .button { width: 100%;}
.woocommerce div.product form.cart { margin-bottom: 20px !important;}
.woocommerce div.product .stock { color: #fc2792 !important;}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) { clear: none !important;}
.woocommerce div.product div.images .flex-control-thumbs { text-align: center;}
span.sku_wrapper { display: none;}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 14.2% !important;
    float: none !important;
    margin: 0;
    list-style: none;
    display: inline-block;
    margin-top: 20px !important;
}



/***======================
		RESPONSIVE
======================***/
@media (max-width:1185px) {
	.container {
		max-width: 970px;	
	}
	
	/*** SLIDE */
	.entry-info {
		width: 60%;
		padding: 5%;
	}

    .group #content {
        width: 100%;
        float: none;
    }
	#sidebar {
	    width: 30%;
	    float: none;
	    margin: 0px auto;
	    margin-bottom: 100px;
	    margin-top: 30px;
	}
	.related .products .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	    width: 30% !important;
	}
}

@media (max-width:985px) {
    header#header {
        display: none;
    }
    .page #cont-geral, .woocommerce-page #cont-geral {
        padding-top: 60px !important;
    }
	.menu-icon-mobile {
	    display: inline-block !important;
	    top: 50%;
	    left: 92%;
	    transform: translate(-50%,-50%);
	    position: absolute;
	    width: 27%;
	}
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-49 a {
	    font-size: 0 !important;
	    background-image: url(/wp-content/themes/manulimabrand-gc2017/images/user.png);
	    width: 100%;
	    background-repeat: no-repeat;
	    background-size: contain;
	    padding: 2px 8px;
	}
    li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-50 a {
        font-size: 0 !important;
        background-image: url(/wp-content/themes/manulimabrand-gc2017/images/carrinhoo.png);
        width: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 2px 8px;
    }
	.container {
		max-width: 750px;	
	}
    div#cont-menu {
        position: fixed !important;
    }
    h3.titulo-site.logo-site {
        display: none;
    }
    div#cont-menu {
        background: #dfdfdf !important;
    }
    #cont-menu, .content-menu, .wrapper-menu.menu-fixo {
        height: 60px !important;
    }
    .titulo-site-mobile.logo-site {
        display: inline-block !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
        width: 40%;
    }
	/*** MENU HAMBURGUER */
	.content-menu { display: inline-block; }
    #cont-menu .menu-anchor {
        display: inline-block;
        top: 50%;
        left: 8%;
        transform: translate(-50%,-50%);
        float: none;
        position: absolute;
    }
	
	#cont-menu .container {
		padding: 0 !important;
	}
	#cont-menu .content-menu {
		margin: 0 auto;
		padding: 0 15px;
	}
	
	.admin-bar #cont-menu nav#main-menu {
		height: calc(100vh - 32px);
	}

    #cont-menu #main-menu {
        position: absolute;
        top: 60px;
        left: -100%;
        width: 100%;
        height: 100vh;
        margin: 0;
        padding-left: 0;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        z-index: 2;
    }
	
	#cont-menu #main-menu .navbar-nav {
		display: inline-block;
		width: 100%;
		min-width: 0;
		margin: 0;
		padding: 0;
	}
	
	#main-menu .menu-item {
		width: 100%;
		margin: 0;
		line-height: 32px;
	}
    #main-menu .menu-item a {
        display: inline-block;
        width: 100%;
        font-size: 12px;
        color: #3d3d3d;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
        border-bottom: 1px solid #e9e9e9;
    }
    #menu-menu-principal .menu-item a:hover {
        color: #3d3d3d;
    }
	#cont-menu #main-menu .navbar-nav {
        overflow: scroll;
    }
    #main-menu .menu-item a:hover {
        background: #e9e9e9;
    }
	
	/*** SUB MENU */
	#main-menu ul.sub-menu {
		position: initial;
		display: inline-block !important;
		width: 100%;
		background: transparent;
		border: none;
		opacity: 1 !important;
	}
	#main-menu .sub-menu .menu-item a {
	    padding: 25px 40px;
	    font-size: 11px;
	    text-align: center;
	}
		
	#main-menu .sub-menu .sub-menu .menu-item a {
		padding: 25px 40px 25px 60px;
	}
	
	ul.sub-menu .menu-item-has-children:before {
		content: none;	
	}
	
	ul.sub-menu .menu-item:hover {
		background: transparent;
	}
		
	#main-menu .sociais {
		width: 100%;
		padding: 20px 7px;
	}
	#cont-menu #main-menu .social-icon {
		float: left;
		padding: 10px 20px;
		color: #FFF;
	}
	#cont-menu #main-menu .social-icon:hover {
		background: #4e4e4e;
	}
	#cont-menu #main-menu .social-icon i:before {
		font-size: 14px;
	}
	
	/*** SEARCH MOBILE */
	#main-menu input#campo-busca-menu {
		width: 85%;
		height: 45px;
		padding: 16px 20px;
		border: none;
	}
	input#botao-busca-menu {
		display: inline-block;
		width: 15%;
		height: 45px;
		*padding: 22.5px 15px;
		font-size: 0;
		background: #FFF url(/wp-content/themes/manulimabrand-gc2017/images/icon-search.png) no-repeat center;
		border: none;
		cursor: pointer;
		background-size: 16px;
	}

	
	#cont-menu #main-menu .navbar-nav .dropdown-menu li a {
		width: 300px;
		min-width: 0;
		white-space: normal;
	}
	#cont-menu {
		border-top: 0
	}
    #cont-menu.navbar-inverse #main-menu {
        background: #fff;
    }
	/* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
	#cont-menu #navbar-height-col {
		position: fixed;
		top: 0;
		left: -300px;
		width: 300px;
		height: 100vh;
		background: #eee;
	}
	#cont-menu.navbar-inverse #navbar-height-col {
		background: #333;
		border: 0;
		z-index: 1;
	}
	#cont-menu .navbar-form {
		width: 100%;
		margin: 8px 0;
		text-align: center;
		overflow: hidden;
		/*fast clearfixer*/
	}
	#cont-menu .navbar-form .form-control {
		text-align: center
	}
	#cont-menu .navbar-form .btn {
		width: 100%
	}
	
	form#searchform-menu {
		display: inline-block;
		width: 100%;
		margin: 0;
		padding: 15px 15px;
		border-bottom: 1px solid rgb(0, 0, 0);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	}
	
	
	/*** MAIN CONTAINER */
	#main-container.group div#posts,
	#main-container.group aside#sidebar {
		width: 100%;
		padding: 0;
	}
	
	#main-container.group aside#sidebar.sidebar {
		position: relative;
		margin-top: 100px;
		padding-top: 70px;
	}
	#main-container.group aside#sidebar:before {
		content: '';
		position: absolute;
		width: 100vw;
		height: calc(100% - 4px);
		left: 50%;
		top: 50%;
		border-top: 4px double #F1F1F1;
		transform: translate(-50%,-50%);
		z-index: -1;
	}
	
	
	/*** FOOTER */
	aside#sidebar.sidebar-footer .widget {
		width: 100%;
		margin: 0 0 60px !important;
	}

	/*CARRINHO*/
	.woocommerce-cart-form {
	    width: 100% !important;
	}
    .woocommerce-cart .cart-collaterals .cross-sells {
        width: 100% !important;
        background-color: #fff;
        margin-bottom: 10px;
    }
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	    width: 100% !important;
	}
	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	    width: 60% !important;
	    border-left: none;
	    margin-left: 0;
	}
	.woocommerce-cart .entry-content .woocommerce {
	    text-align: center;
	}

    .home .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 30.05% !important;
    }
    .related .products .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 30.9% !important;
    }

    /*HEADER HOME*/
    .sidebar-header {
	    display: none;
	}
	div#slide-destaque {
	    margin-bottom: 0px;
	    width: 100%;
	}
	.entry-info {
	    display: none;
	}
	#cont-geral ul.slick-dots {
	    bottom: 60px;
	}
	.content-menu {
	    display: none;
	}
	#cont-menu .menu-anchor .icon-menu:nth-child(2) {
	    width: 80%;
	}
    .product-template-default .page #cont-geral, .woocommerce-page #cont-geral {
        padding-top: 30px !important;
    }
    .entry-content .woocommerce.columns-3 {
        text-align: center;
    }
    p.woocommerce-result-count {
        width: 100% !important;
        display: inline-block !important;
    }
    form.woocommerce-ordering {
        display: inline-block !important;
        float: none !important;
        margin-top: 10px !important;
    }
    header.entry-header {
        margin-bottom: 30px;    
    }
    ul.products.columns-3 {
        margin-top: 20px;
    }
}

@media (max-width:767px) {
	div#slide-destaque.destaque-3 {
		padding: 0 15px;
	}
	#cont-geral ul.slick-dots {
		width: calc(100% - 30px);
	}
	
	#slide-destaque.destaque-3 .img-post-thumbnail:before {
		padding-bottom: 60%;
	}
    .titulo-site.logo-site {
        margin: 0 auto;
        display: block;
        padding-top: 1%;
        padding-bottom: 1%;
    }
    ul#menu-menu-loja {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        padding: 0% 0 5%;
    }
    .content-information .infos-loja {
        display: block;
        width: 100%;
        text-align: center;
    }
    .infos-loja {
        padding: 1%;
    }
    .content-information {
        margin-bottom: 40px;
        padding: 0;
    }
    .content-information .infos-loja.info-2 {
        border-left: none;
        border-right: none;
        margin: 0;
    }
    .cont-busca {
        width: calc(80% - 4px);
        margin: 0 auto;
        display: block;
        padding: 5% 0;
    }
    form#searchform-header {
        width: 100% !important;
    }
    header#header {
        height: auto !important;
    }
    header#header {
        padding: 0;
    }
    .titulo-site.logo-site {
        width: 80%;
    }
}

@media (max-width:750px) {
	
	/*** SLIDE */
	.entry-info {
		width: 80%;
		padding: 5%;
		transform: translate(-50%,-55%);
	}
	
	#slide-destaque .entry-title {
		margin: 15px 0;
	}
	#slide-destaque .entry-title a {
		font-size: 21px;
	}
	
	/*** RELATED POSTS */
	#posts-related h2.entry-title {
		font-size: 18px;
	}
    .woocommerce div.product div.images.woocommerce-product-gallery {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 30px;
        width: 80% !important;
    }
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: 100% !important;
    }
}

@media (max-width:600px) {
	.wrapper-menu.menu-fixo {
		position: fixed;
		top: 0;
		width: 100%;
		background-color: #222;
		border-color: #080808;
	}
	
	/*** AUTHOR POST */
	.author-thumb {
		width: 40%;
	}
	.author-info {
		width: 60%;
	}
    .home .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 47% !important;
    }
    header#header {
        height: 160px;
    }
    .cont-items-loja {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    #sidebar.sidebar-footer {
        margin-top: 0 !important;
        margin-bottom: 0px;
        width: 100%;
    }
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        width: 100% !important;
    }
	.woocommerce div.product form.cart {
	    text-align: center;
	    display: inline-block;
	    width: 100%;
	}
    .woocommerce div.product form.cart div.quantity {
        float: none;
    }
	#main-container.group div#posts, #main-container.group aside#sidebar {
	    padding: 0;
	    width: 100% !important;
	    margin-bottom: 35px;
	    display: block !important;
	}
    .sidebar-header .instagram-pics {
        padding: 0 !important;
    }
    .widget:last-child {
        text-align: center;
    }
    .sidebar-header {
        width: 100% !important;
    }
    .infos-loja.info-2 {
        display: none;
    }
    .infos-loja.info-3 {
        display: none;
    }
    .woocommerce span.onsale {
        left: 46% !important;
    }
    .items-pagamento {
        padding: 4%;
        width: 25%;
    }
    .single-product .woocommerce span.onsale {
        left: 60% !important;
        width: 30% !important;
    }
    .single-product .related .products .onsale {
        left: 55% !important;
    }
    .widget-title {
        padding: 0;
    }
    #mailchimp .widget-title {
        padding: 12px 14px !important;
    }
    footer#footer {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    #copyright {
        text-align: center;
    }
    .social-box {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media (max-width:460px) {
	#comments .comment-info {
		width: 100%;
		padding: 10px 0 5px;
	}
	#comments .reply-comment {
		top: 30px;
	}
	
	/** RELATED POSTS */
	#posts-related .content-related .post {
		width: 100%;
		margin: 0 0 20px;
	}
	
	
	/*** ATUHOR POST */
	.author-thumb,
	.author-info {
		width: 100%;
	}
	.author-info {
		padding: 15px 0 0;
	}
	
	.entry-content blockquote {
		margin: 15px;
	}
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: left;
    }
}


/***=================
		MIN-WIDTH
	=================*/
@media (min-width:986px) {
	#cont-geral,
	.content-menu {
		left: 0 !important
	}
	
	input#campo-busca-menu,
	input#botao-busca-menu {
		padding: 10px;
		transform: translate(0,-50%);
	}
	input#campo-busca-menu {
		border: 1px solid #e1e1e1;
	}
	input#botao-busca-menu {
		background: #FFF;
		border: 1px solid #e1e1e1;
		border-left: 0;
		cursor: pointer;
	}
	
	
	
	/**** BUTTON-SEARCH */
	div#button-search {
		position: relative;
		float: right;
		width: 35px;
		height: 35px;
		margin: 8px 12.5px;
		cursor: pointer;
	}
	div#button-search:before {
		content: '';
		position: absolute;
		left: 9px;	
		top: 7px;
		width: 10px;
		height: 10px;
		border: 2px solid #000;
		border-radius: 50%;
		transition: 0.3s;
	}
	div#button-search:after {
		content: '';
		position: absolute;
		right: 10px;
		bottom: 8px;
		width: 3px;
		height: 10px;
		background: #000;
		transform: rotate(-45deg);
		transition: 0.3s;
		border-radius: 2px;
	}
	
	.search-active #button-search:before,
	.search-active #button-search:after {
		width: 25px;
		height: 3px;
		border: 0;
		background: #000;
		border-radius: 2px;
	}
	.search-active #button-search:before {
		-ms-transform: rotate(-45deg) translate(-7.5px, 2.5px);
		-webkit-transform: rotate(-45deg) translate(-7.5px, 2.5px);
		transform: rotate(-45deg) translate(-7.5px, 2.5px);
	}
	.search-active #button-search:after {
		-ms-transform: rotate(45deg) translate(-3.5px, -10.5px);
		-webkit-transform: rotate(45deg) translate(-3.5px, -10.5px);
		transform: rotate(45deg) translate(-3.5px, -10.5px);
	}
	
	
	/*** SEARCHFORM */
	nav#main-menu {
		position: relative;
		left: initial !important;
	}
	form#searchform-menu {
		position: absolute;
		top: 50px;
		width: 100%;
		height: 0;
		margin: 0;
		padding-right: 40px !important;
		padding-left: 40px !important;
		background-color: #FFF;
		*border-top: 1px solid #eee;
		box-shadow: 0px 5px 8px 0 rgba(22,22,22,0.08);
		-webkit-box-shadow: 0px 5px 8px 0 rgba(22,22,22,0.08);
		-moz-box-shadow: 0px 5px 8px 0 rgba(22,22,22,0.08);
		overflow: hidden;
		z-index: 100;
	}
	form#searchform-menu:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		border-top: 1px solid #eee;
		width: 100%;
	}
	
}

@media (min-width:600px) {

}



/***
	BANNER INSTAGRAM - Lz (22-11-18)
	*/
aside#sidebar.sidebar-header {
    margin: 0 !important;
}
.widget_media_image {
    float: right;
    width: 100%;
    text-align: right;
}

@media (max-width:1185px) {
	.widget_media_image {
		max-width: 293px;
	}
}
