.site-header {
	padding-top: 0;
	padding-bottom: 0;
}

.site-header .site-search .widget_product_search {
    max-width: 66.4989378333em;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    float: right;
}

.col-full {
	padding-left: 0;
	padding-right: 0;
}

body.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
	float: right;
	width: auto;
	padding-top: 5px;
	margin-bottom: 0;
}

.site-header .site-search .widget_product_search:after {
	content: '';
	display: block;
	clear: both;
}

.site-header .site-search .widget_product_search input[type=search] {
	padding-top: 10px;
	padding-bottom: 10px;
}

.site-header .site-search .widget_product_search form {
	float: right;
}

.woocommerce-active .site-header .site-search {
	background: #bf9541;
	width: 100%;
}

.woocommerce-active .site-header .content_header .site-branding {
	width: auto;
	max-width: 19%;
	margin-right: 1%;
}


.woocommerce-active .site-header .content_header .site-branding img {
	max-width: 100%;
}

.woocommerce-active .site-header .content_header {
	clear: both;
}

.woocommerce-active .site-header .storefront-primary-navigation {
	width: 78%;
	clear: unset;
	float: right;
}

.woocommerce-active .site-header .main-navigation {
	/* max-width: 80%; */
	width: auto;
	margin-right: 15px;
}

.site-header .site-search {
	font-size: unset;
}

.woocommerce-active .site-header .site-header-cart {
	width: auto;
	min-width: 15%;
}

body .site-header-cart .widget_shopping_cart {
	left: unset;
	right: 0;
	min-width: 250px;
}

body .site-header-cart .widget_shopping_cart {
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	box-shadow: 1px 2px 5px rgba(0,0,0,.45);
}

body .site-header-cart.focus .widget_shopping_cart, 
body .site-header-cart:hover .widget_shopping_cart {
	visibility: visible;
	opacity: 1;
	left: unset;
}

.site-header-cart .cart-contents .amount {
	display: none;
}

.site-header-cart .cart-contents .count {
	font-weight: bold;
}

#masthead .site-search .widget_product_search form::before {
    top: .8em;
}

body .main-navigation ul li, 
body .secondary-navigation ul li {
	vertical-align: middle;
	position: relative;
}

body .secondary-navigation ul li:not(:last-child) {
	padding-right: 1px;
}

body .secondary-navigation ul li:not(:last-child):after {
	content: '|';
	display: inline-block;
	color:  #fff;
	position: relative;
	right: -1px;
}

body .secondary-navigation ul.menu li a {
	color:  #fff;
	transition: all .3s;
	display: inline-block;
}

body .secondary-navigation ul li a:hover {
	color: #333;
	background: #fff;
}

body.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
	padding-top: 0;
}

.home.page.page-template-template-home-custom .site-header {
	margin-bottom: 0;
}

.home.page.page-template-template-home-custom .content-area {
	float: none;
	width: 100%;
	margin: 0;
}


.mansory_colums	{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	-webkit-column-width: 30%;
    -moz-column-width: 30%;
    column-width: 30%;
}

.mansory_colums .mansory_item {
	display: inline-block;
	width: 100%;
}

#categorias {
	padding: 30px 0 60px;
	background: #fff;
}

#categorias .prod_category_item {
	min-height: 100px;
	background: #f1f1f1;
	margin:  10px;
	position: relative;
}


#categorias .prod_category_item img {
	max-width: 100%;
}

#categorias .prod_category_item .content_text {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .2);
	transition: all .3;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-shadow: 0 1px 3px #000;
	text-transform: uppercase;
	transition: all .3s;
}

#categorias .prod_category_item:hover .content_text {
	background: rgba(0, 0, 0, .5);
}

.home #content .col-full.root_site {
	width: 100%;
	max-width: unset;
}

#boxes_home {
	background: #f1f1f1;
	padding: 50px 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}

#boxes_home .content_boxes {
	width: 100%;
}

#boxes_home .item_box {
	float: left;
	width: 24%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	min-height: 110px;
}

#boxes_home .item_box .icone_box {
	width: 30%;
}

#boxes_home .item_box .icone_box img {
	max-width: 40px;
	display: block;
	margin: 0 auto;
}

#boxes_home .item_box .texto {
	width: 70%;
}

#boxes_home .item_box .texto h4 {
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	font-size: 20px;
}

.section_title {
	text-align: center;
	position: relative;
	background: inherit;
	margin: 10px auto 20px;
}

.section_title:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 2px;
	background: #333;
	z-index: 5;
}

.section_title h1,
.section_title h2,
.section_title h3 {
	background: inherit;
	padding: 10px 0;
	position: relative;
	z-index: 10;
	display: inline-block;
	line-height: 1;
	margin: 10px 0;
	text-transform: uppercase;
	font-weight: 600;
}

.section_title h1:after,
.section_title h2:after,
.section_title h3:after,
.section_title h1:before,
.section_title h2:before,
.section_title h3:before {
	content: '\f111';
	position: relative;
    top: -1.5px;
	font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 12px;
    vertical-align: middle;
    color: #eec35f;
}

.section_title h1:before,
.section_title h2:before,
.section_title h3:before {
	margin-right: 15px;
	left: -1px;
}


.section_title h1:after,
.section_title h2:after,
.section_title h3:after {
	margin-left: 15px;
	right: -1px;
}

#info_site_home {
	position: relative;
	padding: 40px 15px;
}

#info_site_home * {
	position: relative;
	z-index: 5;
}

#info_site_home .bg_section {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: .3;
	z-index: 1;
}

#info_site_home .description {
	padding:  10px;
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	color:  #000;
	font-size: 18px;
}

.title_second {
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	font-size: 32px;
}

#info_site_home .contatos ul {
	text-align: center;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

#info_site_home .contatos ul li {
	display: inline-block;
	list-style: none;
	margin: 0 15px;
}

#info_site_home .contatos ul li a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border-radius: 5px;
	transition: all .3s;
	color:  #000;
	font-size: 56px;
}

#info_site_home .contatos ul li a:hover {
	background: rgba(255,255,255,.6);
	color: #bf9541;
}

#info_site_home .contatos ul li a i {
	
}

.site-main {
	margin-bottom: 0;
}

#colophon.site-footer {
	/* background: #fff; */
}

.site-footer .contato_footer a {
	transition: all .3s;
	color: #bf9541;
}

.site-footer .contato_footer a:hover,
.site-footer .contato_footer a:active {
	color: #37bd3c;
}

.site-footer .widget .widget-title, 
.site-footer .widget .widgettitle {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	font-size: 16px;
	color:  #333;
}

#creditos {
	background: #333;
	padding: 10px 0;
	color:  #f1f1f1;
}

.site-info {
	padding: 0;
}

.site-info .col-2 {
	float: left;
	width: 50%;
	padding:  0 15px;
}

.site-info .text-right {
	text-align: right;
}

.site-info a {
	transition: all .3s;
	color: #bf9541;
}

.site-info a:hover,
.site-info a:active {
	color: #37bd3c;
}

.page-template-template-fullwidth .root_site {
	max-width: unset;
}

body .storefront-breadcrumb {
	background: #f1f1f1;
	padding: 10px 0;
}

.page-template-template-fullwidth .storefront-breadcrumb,
.tax-product_cat .storefront-breadcrumb {
	margin-bottom: 0;
}

#section_page_title {
	text-align: center;
	padding: 60px 0;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #bf9541;
	margin-bottom: 50px;
}

#section_page_title:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,.4);
	z-index: 1;
}

#section_page_title h1 {
	color:  #fff;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	z-index: 5;
	text-shadow: 1px 1px 4px rgba(0,0,0,.8);
}

#section_page_title h1:after {
	content:  '.';
	font-size: inherit;
	color: #bf9541;
}

.hentry {
	margin-bottom: 20px;
}

.hentry h4 {
	color: #bf9541;
	font-size: 20px;
}

.content-area, .widget-area {
	margin-bottom: 15px;
}



/* Woocommerce */
body .site-main ul.products.columns-3 {
	column-count: 3;
    column-gap: 20px;
}

body .site-main ul.products.columns-3 li.product {
	border:  1px solid #f1f1f1;
	width: 100%;
	float: none;
	margin-bottom: 20px;
	/* display: inline-block; */
	overflow: hidden;
	border-radius: 4px;
}

body .site-main .related ul.products.columns-3 {
	column-count: unset; 
    column-gap: unset;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

body .site-main .related ul.products.columns-3 li.product {
	flex-basis: 32%;
}
body .site-main .related ul.products.columns-3 li.product:not(:last-child) {
	margin-right: 15px;
}

body.archive .site-main ul.products.columns-3 li.product {
	display: inline-block;
}

body .site-main ul.products.columns-3 li.product .button {
	background: #bf9541;
	width: 85%;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.site-main ul.products li.product .price {
	font-size: 16px;
	font-weight: 600;
}

.site-main ul.products li.product .price .woocommerce-Price-currencySymbol {
	font-size: 14px;
}

body .site-main ul.products.columns-3 li.product img {
	width: 100%;
	border-radius: 0;
}

.site-main ul.products li.product .woocommerce-loop-product__title {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
}

.site-main ul.products li.product .woocommerce-loop-product__title::after {
	content: '';
	width: 90%;
	margin: 10px auto 5px;
	height: 1px;
	background: #f1f1f1;
	display: block;
}

.site-main .related > h2:first-child {
	border-bottom:  1px solid #f1f1f1;
	font-weight: 400;
	color: #bf9541;
	padding-bottom: 5px;
}

.single-product .site-main .product_title {
	margin-bottom: 15px;
}

.single-product .site-main div.product p.price {
	margin:  10px 0 20px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}


#secondary .widget-title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 16px;
	text-transform: uppercase;
	color: #bf9541;
	font-weight: 600;
}

#secondary .widget_product_categories ul li {
	border-bottom: 1px solid #f1f1f1;
	margin: 0;
	transition: all .3s;
}

#secondary .widget_product_categories ul li:nth-child(odd) {
	background:  #eaeaea;
}

#secondary .widget_product_categories ul li a {
	text-decoration: none;
	padding: 10px 10px 10px 0;
	display: inline-block;
	transition: all .3s;
}

#secondary .widget_product_categories ul li::before {
	padding: 10px 0 10px 10px;
	transition: all .3s;
}

#secondary .widget_product_categories ul li .count {
	padding: 10px 10px 10px 0;
	font-size: 12px;
}

#secondary .widget_product_categories ul li:hover,
#secondary .widget_product_categories ul li.current-cat {
	background: #bf9541;
	color:  #fff;
}

#secondary .widget_product_categories ul li:hover a,
#secondary .widget_product_categories ul li.current-cat a,
#secondary .widget_product_categories ul li.current-cat::before {
	color: #fff;
}

/* Interna */
body.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	margin-right: 15px;
}

body.single-product div.product .woocommerce-tabs {
	background: #fbfbfb;
	padding: 15px 15px 15px 0;
	border-top: 2px solid #f1f1f1;
	margin-bottom: 30px;
}

body.single-product div.product .woocommerce-product-gallery {
	margin-right: 0;
	width: 44%;
}

.product .woocommerce-tabs .panel {
	background: #fff;
	width: 70%;
	padding: 25px 15px 15px 25px;
}

.product .woocommerce-tabs ul.tabs {
	width: 30%;
	margin-right: 0;
}

.product .woocommerce-tabs ul.tabs li {
	padding-left: 15px;
}

.product .woocommerce-tabs ul.tabs li.active {
	background: #fff;
}

.content_form .uagb-column__inner-wrap {
	width: 100%;
}

.content_form .half_col {
	width: 48%;
    display: inline-block;
    float: left;
}

.content_form .half_col.right {
	float: right;
}

.content_form label {
	display: block;
	margin-bottom: 15px;
}

.content_form form br {
	display: none;
}

.content_form label input:not([type=submit]) {
	width: 100%;
	border: 1px solid #333;
	background: #fdfdfd;
	border-radius: 2px;
}

.content_form label textarea {
	border: 1px solid #333;
	resize: none;
	background: #fdfdfd;
	border-radius: 2px;
}

.content_form input[type=submit] {
	float: right;
	border: 1px solid #333;
	transition: all .3s;
	color:  #333;
	background: #fdfdfd;
}

.content_form input[type=submit]:hover {
	background: #333;
	color: #fff;
}

.social_icons_header {
	float: left;
	padding-top: 5px;
}

.social_icons_header a {
	transition: all .3s;
	color:  #fff;
	display: inline-block;
}

.social_icons_header a i {
	font-size: 20px;
	padding: 10px;
}

#cart_mobile_header {
	display: none;
}

.container_menu_mobile {
	display: none;
}

.site-info:after {
	content: '';
	display: block;
	clear: both;
}

.toggle_menu_mobile {
	display: none;
}

@media screen and (max-width: 768px) {

	.toggle_menu_mobile {
		display: inline-block;
	}

	.woocommerce-active .site-header .site-header-cart {
		display: none;
	}

	.woocommerce-active .site-header .content_header .site-branding {
		max-width: 45%;
	}

	.page .site-header {
		padding: 10px 0;
	}
	
	.woocommerce-active .site-header .main-navigation {
		width: auto;
		margin: 0;
		float: right;
	}

	.woocommerce-active .site-header .storefront-primary-navigation {
		width: auto;
	}

	#cart_mobile_header {
		float: right;
		display: block;
		width: auto;
		padding: 10px 15px;
	}

	.woocommerce-active .site-header .main-navigation .menu-toggle {
		border: 1px solid #f1f1f1;
		color: #333;
		padding: 10px 15px;
	}

	.woocommerce-active .site-header .main-navigation .menu-toggle:after,
	.woocommerce-active .site-header .main-navigation .menu-toggle:before {
		display: none;
	}

	.content_header .main-navigation div.container_menu_mobile {
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		right: -105%;
		overflow-y: auto;
		background: #f1f1f1;
		transition: all .3s;
	}

	.content_header .main-navigation div.container_menu_mobile.opened {
		right: 0;
	}

	.content_header .main-navigation div.container_menu_mobile ul {
		overflow: unset;
	}

	.container_close_menu_mobile {
		background: #fff;
		padding: 5px 0;
	}

	.container_close_menu_mobile button {
		color: red;
		border: none;
		background: transparent;
	}

	.container_menu_mobile .menu li a {
		padding: 15px 15px 15px 30px;
		border-bottom:  1px dotted #ccc;
	}

	.container_menu_mobile .menu li.current_page_item a {
		background: #fff;
	}

	.container_menu_mobile .handheld-navigation {
		overflow: unset;
	}

	.container_menu_mobile .handheld-navigation .dropdown-toggle {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.page-template-template-fullwidth .root_site {
		margin: 0;
	}
	
	.site-info, .site-info .text-right {
		text-align: center;
	}

	.site-info .col-2 {
		width: 100%;
		float: none;
	}

	.home #content .col-full.root_site {
		margin: 0;
	}

	#boxes_home .item_box {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	.mansory_colums {
	    -webkit-column-count: unset;
	    -moz-column-count: unset;
	    column-count: unset;
	    -webkit-column-gap: unset;
	    -moz-column-gap: unset;
	    column-gap: unset;
	    -webkit-column-width: unset;
	    -moz-column-width: unset;
	    column-width: unset;
	}

	#categorias .prod_category_item {
		margin: 5px 0;
	}

	.uagb-columns__wrap {
		padding: 0!important;
	}

	body .site-main ul.products.columns-3 {
		-webkit-column-count: unset;
	    -moz-column-count: unset;
	    column-count: unset;
	    -webkit-column-gap: unset;
	    -moz-column-gap: unset;
	    column-gap: unset;
	    -webkit-column-width: unset;
	    -moz-column-width: unset;
	    column-width: unset;
	}

}







