.woocommerce{
	padding: 0;
}
.woocommerce::after{
	content: "";
	display: table;
	clear: both;
}
.woocommerce-products-header{
	position: relative;
}
.price ins {
	font-weight: 400
}
.woocommerce-active .site-branding {
	float: left
}
.site-header-cart {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	margin-bottom: 0
}
.site-header-cart .cart-contents {
	display: none
}
.site-header-cart .widget_shopping_cart {
	display: none
}
.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
	margin: 1.41575em
}
.site-header-cart .widget_shopping_cart .product_list_widget img {
	margin-left: 1em
}
.site-search {
	font-size: .875em;
	clear: both;
	display: none
}
.site-search .widget_product_search input[type=search], .site-search .widget_product_search input[type=text] {
	padding: 1em 1.41575em;
	line-height: 1
}
.site-search .widget_product_search form::before {
	top: 1.15em;
	left: 1.15em
}
.site-search .widget_product_search #searchsubmit {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal!important
}
table.shop_table_responsive thead {
	display: none
}
table.shop_table_responsive tbody th {
	display: none
}
table.shop_table_responsive tr td {
	display: block;
	text-align: center;
	clear: both
}
table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";	
	float: left
}
table.shop_table_responsive tr td.product-remove a {
	text-align: left
}
table.shop_table_responsive tr td.product-remove::before {
	display: none
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
	display: none
}
table.shop_table_responsive tr td.product-price, table.shop_table_responsive tr td.product-subtotal{
	font-family: 'PT Serif', serif;
    font-size: 18px;
}
table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center
}
table.shop_table_responsive.my_account_orders .order-actions {
	text-align: right
}
table.shop_table_responsive.my_account_orders .order-actions::before {
	display: none
}
ul.products {
	width: 850px;	
}
ul.products::after, ul.products::before {
	content: '';
	display: table
}
ul.products::after {
	clear: both
}
ul.products li.product {
	list-style: none;	
	margin: 0 0 30px 30px;
	text-align: center;
	position: relative
}
ul.products li.product .star-rating {
	margin: 0 auto .5407911001em;
	display: none;
}
ul.products li.product .woocommerce-LoopProduct-link {
	display: block
}
ul.products li.product:hover .title-product-container{
	opacity: 1;
}
ul.products li.product:hover img{
	opacity: 0.5;
}
ul.products li.product .price {
	color: #FFF;
	font-family: 'PT Serif', serif;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	font-weight: 500;
	padding: 10px 0;
}
ul.products li.product .price ins {
	margin-left: .6180469716em;
	background-color: transparent
}
ul.products li.product .title-product-container {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 200ms ease-in;	
}
ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2, ul.products li.product h3 {
	padding-bottom: 10px;
	font-size: 24px;
	color: #FFF;
	font-weight: 400;	
}
ul.products li.product .woocommerce-loop-product__cat {
	font-family: 'Ambarella';
	font-size: 28px;
	color: #FFF;
	margin: 0;	
}
ul.products li.product img {
	width: 100%;
	display: block;	
	transition: all 200ms ease-in;	
}
ul.products li.product.product-category .woocommerce-loop-category__title, ul.products li.product.product-category h2, ul.products li.product.product-category h3 {
	font-size: 1.1em
}
ul.products li.product.product-category img {
	margin-bottom: 0;
}
ul.products li.product .button {
	border: 1px solid #FFF;
	width: calc( 100% - 70px );
	height: 40px;
	line-height: 38px;
	font-family: 'PT Serif', serif;
	font-size: 15px;
	color: #FFFF;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin: 20px auto 0;
	cursor: pointer;
	transition: all 300ms ease-in;
	font-weight: 500;
}
ul.products li.product .button:hover{
	background: #FFF;	
	color: #444;
}
ul.products li.product.outofstock .button{
	font-size: 0;
}
ul.products li.product.outofstock .button::after{
	content: "Ver mais";
	font-size: 15px;
}
.woocommerce-pagination ul.page-numbers{
	width: 100%;
	text-align: center;
}
.woocommerce-pagination ul.page-numbers li{
	display: inline-block;
}
.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span{
	margin: 0 9px;
}
.added_to_cart{
	background-color: #0f834d;
	border: 1px solid #0f834d; 
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-family: 'PT Serif', serif;		
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
	display: block;
	margin: 5px 0 0;
}
.added_to_cart:hover{
	background-color: #444;
	border: 1px solid #444; 
	color: #FFF;
}
.price del {
	opacity: .5;
	font-weight: 600;
	font-size: 0.8em;
}
.price del+ins {
	margin-left: 10px;
	text-decoration: none;
	font-weight: 700;
}
.single-product .pswp__button {
	background-color: transparent
}
.single-product div.product {
	position: relative;
	overflow: hidden;
}
.single-product div.product::after, .single-product div.product::before {
	content: '';
	display: table
}
.single-product div.product::after {
	clear: both
}
.single-product div.product .images, .single-product div.product .summary, .single-product div.product .woocommerce-product-gallery {
	margin-bottom: 30px;
	margin-top: 0
}
.single-product div.product .woocommerce-product-gallery {
	position: relative
}
.single-product div.product .woocommerce-product-gallery .zoomImg {
	background-color: #fff
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .875em;
	right: .875em;
	display: block;
	height: 2em;
	width: 2em;
	border-radius: 3px;
	z-index: 99;
	text-align: center
}
.single-product div.product .woocommerce-product-gallery img {
	margin: 0
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 15px;	
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::after, .single-product div.product .woocommerce-product-gallery .flex-control-thumbs::before {
	content: '';
	display: table
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::after {
	clear: both
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	margin-bottom: 1.618em;
	cursor: pointer
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	width: 100%;
	opacity: .5;
	-webkit-transition: all, ease, .2s;
	transition: all, ease, .2s
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 42.8571428571%;
	float: left;
	margin-right: 14.2857142857%
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	border: 1px solid #bbb;
	width: calc( 33.33% - 10px );
	float: left;
	margin-right: 15px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li img{
	width: 100%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 100px;
	float: left;
	margin-right: 15px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 18%;
	float: left;
	margin-right: 2.5%
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both
}
.single-product div.product .images .woocommerce-main-image {
	margin-bottom: 1.618em;
	display: block
}
.single-product div.product .images .thumbnails a.zoom {
	display: block;
	width: 22.05%;
	margin-right: 3.8%;
	float: left;
	margin-bottom: 1em
}
.single-product div.product .images .thumbnails a.zoom.last {
	margin-right: 0
}
.single-product div.product .images .thumbnails a.zoom.first {
	clear: both
}
.single-product div.product form.cart {
	position: relative;
}
.single-product div.product form.cart::after, .single-product div.product form.cart::before {
	content: '';
	display: table
}
.single-product div.product form.cart::after {
	clear: both
}
.single-product div.product form.cart .quantity {
	float: left;
	margin-right: 90px;
}
.single-product div.product form.cart .quantity label{
	font-family: 'PT Serif', serif;
	font-size: 22px;
	margin: 0 10px 0 0;
}
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
	float: none;
	margin-right: 0
}
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .quantity {
	margin-right: 0
}
.single-product div.product div.price {
	font-size: 2em;
	margin: 20px 0 0;
	background: #eee;
	padding: 10px;
	width: 45%;
	height: 80px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #bbb;
}
.single-product div.product table.variations {
	margin: 0
}
.single-product div.product table.variations td, .single-product div.product table.variations th {
	display: list-item;
	padding: 0;
	list-style: none;
	background-color: transparent
}
.single-product div.product table.variations .value {
	margin-bottom: 1em
}
.single-product div.product .single_variation .price {
	margin-bottom: 1em;
	display: block
}
.single-product div.product .variations_button {
	padding-top: 1em
}
.single-product div.product .variations_button::after, .single-product div.product .variations_button::before {
	content: '';
	display: table
}
.single-product div.product .variations_button::after {
	clear: both
}
.single_add_to_cart_button {
	background-color: #c39e53;
	border: none;
	border-radius: 5px;
	width: 170px;
	height: 50px;
	text-transform: uppercase;
	font-family: 'PT Serif', serif;
	font-size: 20px;
	color: #FFF;
	padding: 0;
	cursor: pointer;
	transition: all 300ms ease-in;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.single_add_to_cart_button:hover{
	background-color: #444;	
}
.single_add_to_cart_button.disabled{
    opacity: 0.5;
    pointer-events: none;
}
.single-product div.product .woocommerce-product-rating {
	margin-bottom: 1.618em;
	margin-top: -.875em
}
.single-product div.product .woocommerce-product-rating::after, .single-product div.product .woocommerce-product-rating::before {
	content: '';
	display: table
}
.single-product div.product .woocommerce-product-rating::after {
	clear: both
}
.single-product div.product .woocommerce-product-rating a {
	font-weight: 600;
	text-decoration: underline
}
.single-product div.product .woocommerce-product-rating a:hover {
	text-decoration: none
}
.single-product div.product .woocommerce-product-rating .star-rating {
	float: left;
	margin-right: .6180469716em
}
.single-product div.product .product_meta {
	font-size: 14px;
	padding-top: 20px;
	line-height: 1.5em;
	clear: both;	
}
.single-product div.product .product_meta .posted_in, .single-product div.product .product_meta .sku_wrapper, .single-product div.product .product_meta .tagged_as {
	display: block
}
.single-product div.product .product_meta .posted_in:last-child, .single-product div.product .product_meta .sku_wrapper:last-child, .single-product div.product .product_meta .tagged_as:last-child {
	border-bottom: 0
}
.single-product div.product .product_meta a {
	font-weight: 600;
	text-decoration: underline
}
.single-product div.product .product_meta a:hover {
	text-decoration: none
}
.stock:empty::before {
	display: none
}
.stock.in-stock {	
	font-size: 13px;
}
.stock.in-stock {
	color: #c39e53
}
.stock.out-of-stock {
	color: #c39e53
}
a.reset_variations {
	display: inline-block;
	margin-left: 1em
}
#reviews {
	outline: 0
}
#reviews #comments {
	padding-top: 0
}
#reviews .comment-reply-title {
	display: none
}
#reviews .commentlist {
	list-style: none;
	margin-left: 0
}
#reviews .commentlist li {
	margin-bottom: 2.617924em;
	list-style: none;
	clear: both
}
#reviews .commentlist li::after, #reviews .commentlist li::before {
	content: '';
	display: table
}
#reviews .commentlist li::after {
	clear: both
}
#reviews .commentlist li .comment_container {
	border-radius: 3px
}
#reviews .commentlist li .comment_container::after, #reviews .commentlist li .comment_container::before {
	content: '';
	display: table
}
#reviews .commentlist li .comment_container::after {
	clear: both
}
#reviews .commentlist li .comment_container .comment-text {
	width: 81.8181818182%;
	float: right;
	margin-right: 0
}
#reviews .commentlist li .comment_container .comment-text .star-rating {
	float: right;
	font-size: .875em;
	line-height: 1;
	height: 1em
}
#reviews .commentlist li:last-child {
	border-bottom: 0;
	margin-bottom: 0
}
#reviews .commentlist li time {
	opacity: .5;
	font-size: .875em
}
#reviews .commentlist li .avatar {
	width: 9.0909090909%;
	float: left;
	margin-right: 9.0909090909%;
	height: auto
}
#reviews .commentlist li p.meta {
	margin-bottom: 1em
}
#reviews .commentlist li p.meta strong {
	line-height: 1
}
#reviews .commentlist li p.meta time {
	display: block
}
#reviews .commentlist li p.meta .verified {
	font-style: normal;
	font-size: .875em
}
#reviews .commentlist li p.meta .woocommerce-review__dash {
	display: none
}
#reviews .commentlist li ul.children {
	margin: 0;
	width: 81.8181818182%;
	float: right;
	margin-right: 0;
	padding-top: 1.618em
}
#reviews .commentlist li ul.children .avatar {
	width: 11.1111111111%;
	float: left;
	margin-right: 11.1111111111%
}
#reviews .commentlist li ul.children .comment-text {
	width: 77.7777777778%;
	float: right;
	margin-right: 0
}
#reviews .commentlist li ul.children li {
	margin-bottom: 1.618em
}
#reviews .commentlist li ul.children li:last-child {
	margin-bottom: 0
}
#reviews .comment-form-rating {
	clear: both
}
#reviews .comment-form-rating label {
	display: block
}
.woocommerce-breadcrumb {
	display: none;
}
.woocommerce-breadcrumb .breadcrumb-separator {
	display: inline-block;
	padding: 0 .5407911001em
}
.product_list_widget {
	list-style: none;
	margin-left: 0
}
.product_list_widget li {
	padding: 1em 0;
	border-bottom: 1px solid rgba(0,0,0,.05)
}
.product_list_widget li::after, .product_list_widget li::before {
	content: '';
	display: table
}
.product_list_widget li::after {
	clear: both
}
.product_list_widget li img {
	max-width: 2.617924em;
	float: right
}
.product_list_widget li>a {
	display: block
}
.product_list_widget a:hover {
	color: #2c2d33
}
.widget ul.products li.product a {
	text-decoration: none
}
.widget_products a {
	display: block
}
.widget_shopping_cart .product_list_widget {
	margin-bottom: 0
}
.widget_shopping_cart .product_list_widget li {
	padding-left: 2em;
	position: relative
}
.widget_shopping_cart .product_list_widget li a.remove {
	position: absolute;
	top: 1em;
	left: 0;
	opacity: 1
}
.widget_shopping_cart p.buttons, .widget_shopping_cart p.total {
	padding: 1em 0;
	margin: 0;
	text-align: center
}
.widget_shopping_cart p.total {
	border-bottom: 1px solid rgba(0,0,0,.05)
}
.widget_shopping_cart .buttons a {
	display: block;
	margin-bottom: .6180469716em
}
.widget_shopping_cart .buttons a:last-child {
	margin-bottom: 0
}
.widget_shopping_cart .buttons a img {
	margin-left: auto;
	margin-right: auto
}
.site-header .widget_shopping_cart li, .site-header .widget_shopping_cart p.buttons, .site-header .widget_shopping_cart p.total {
	padding-left: 1.41575em;
	padding-right: 1.41575em
}
.widget_layered_nav li {
	margin-bottom: .6180469716em
}
.widget.woocommerce li .count {
	font-size: 1em;
	float: right
}
.widget_price_filter .price_slider {
	margin-bottom: 1em
}
.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4em
}
.widget_price_filter .price_slider_amount .button {
	float: left
}
.widget_price_filter .ui-slider {
	position: relative;
	text-align: left
}
.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	top: auto;
	z-index: 2;
	width: 1em;
	height: 1em;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	cursor: ew-resize;
	outline: 0;
	background: #2c2d33;
	box-sizing: border-box;
	margin-top: -.25em;
	margin-left: auto;
	opacity: 1;
	border: 0
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em
}
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active, .widget_price_filter .ui-slider .ui-slider-handle:hover {
	box-shadow: 0 0 0 .236em rgba(0,0,0,.1)
}
.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background: #2c2d33;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	background: rgba(0,0,0,.1);
	border: 0
}
.widget_price_filter .ui-slider-horizontal {
	height: .5em
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px
}
table.cart {
	width: 100%;
	margin-bottom: 50px;
}
table.cart .cart_item{
	border-bottom: 1px solid #444;
}
table.cart .product-quantity .minus, table.cart .product-quantity .plus {
	display: none
}
table.cart .product-thumbnail img {
	margin: 0;
	max-width: 122px;
	height: auto
}
table.cart .product-thumbnail::before {
	display: none
}
.btn-remove {
    font-size: 12px;
    font-weight: 600;
    display: block;
    width: 100px;
    margin: 9px 0 0;
}
.btn-remove:before{
	content: "🞪 ";
}
.btn-remove span{
	font-size: 14px;
}
table.cart tr:first-child td.product-remove {
	border-top-width: 0
}
table.cart td.product-remove {
	padding: 0;
	position: relative
}
table.cart td.product-remove::after, table.cart td.product-remove::before {
	content: '';
	display: table
}
table.cart td.product-remove::after {
	clear: both
}
table.cart td.product-remove a.remove {
	position: absolute;
	font-size: 1.41575em;
	top: -.6180469716em;
	right: -.6180469716em
}
table.cart td.product-quantity .qty {
	padding: .326em;
	width: 3.706325903em
}
table.cart td, table.cart th {
	padding: .875em .875em 0
}
table.cart td.product-subtotal {
	padding-bottom: .875em
}
table.cart td.actions {	
	background-color: transparent;
	padding: 20px 0 0 0;
}
table.cart td.actions .coupon {
	width: 590px;	
	text-align: left;
	float: left;	
}
.cart-collaterals .coupon {
	width: 500px;
	margin-bottom: 50px;
	float: right;
}
table.cart td.actions .coupon label,
.cart-collaterals .coupon label {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	display: none;
	margin: 0 0 20px;
}
table.cart td.actions .coupon .form-coupon,
.cart-collaterals .coupon .form-coupon{
	width: 100%;
	height: 40px;
}
table.cart td.actions .coupon .form-coupon{
    display: none;
}
table.cart td.actions .coupon input[type=text],
.cart-collaterals .coupon input[type=text]{
	border: 1px solid #444;
	width: calc( 100% - 155px );
	height: 40px;
	padding: 0 10px;
	font-family: 'PT Serif', serif;
	font-size: 16px;
	float: left;
	margin: 0 10px 0 0;
}
table.cart td.actions .coupon .button,
.cart-collaterals .coupon .button {
	width: 145px;
	float: left;
}
table.cart td.actions .button,
.cart-collaterals .button,
.woocommerce-shipping-calculator .button,
.return-to-shop .button{
	background-color: #FFF;
	border: 1px solid #444;
	border-radius: 5px;
	color: #444;
	height: 40px;
	padding: 0 10px;
	display: block;
	font-family: 'PT Serif', serif;
    font-size: 15px;
	line-height: 40px;
	text-transform: uppercase;	
	cursor: pointer;
	float: right;
	transition: all 300ms ease-in;		
}
.woocommerce-shipping-calculator .button{
	width: 100%;
	float: none;
}
table.cart td.actions .button.btn-continuar,
.return-to-shop .button{
    float: left;
}
table.cart td.actions .button:hover,
.cart-collaterals .button:hover,
.woocommerce-shipping-calculator .button:hover,
.return-to-shop .button:hover {
	background-color: #444;
	color: #FFF;
}
.calc_shipping_country_field{
	width: 0;
	height: 0;
	margin: 0;
}
.calc_shipping_country_field select, .calc_shipping_country_field .select2-container{
	visibility: hidden;
}
.wc-proceed-to-checkout {
	padding: 20px 0 30px;
	font-size: 0;
	text-align: center;
}
.wc-proceed-to-checkout::after, .wc-proceed-to-checkout::before {
	content: '';
	display: table
}
.wc-proceed-to-checkout::after {
	clear: both
}
.wc-proceed-to-checkout .btn-back-store, .wc-proceed-to-checkout .ou{
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
}
.wc-proceed-to-checkout .btn-back-store{
	background-color: #FFF;
	border: 1px solid #FFF;
	border-bottom: 1px solid #444;
	padding: 5px;
}
.wc-proceed-to-checkout .btn-back-store:hover{
	background-color: #444;
	border: 1px solid #444;
	color: #FFF;	
}
.wc-proceed-to-checkout .ou{
	margin: 0 5px;
}
.wc-proceed-to-checkout .button, #payment .place-order .button {
	background-color: #c39e53;
	border: none;
	border-radius: 5px;
	color: #FFF;
	height: 50px;
	padding: 0 20px;
	display: inline-block;
	font-family: 'PT Serif', serif;
	font-size: 20px;	
	letter-spacing: 0.1em;
	line-height: 50px;
	text-transform: uppercase;	
	cursor: pointer;	
	transition: all 300ms ease-in;		
}	
.wc-proceed-to-checkout .button:hover, #payment .place-order .button:hover{
	background-color: #444;	
}
.woocommerce-shipping-calculator {
	margin: 10px 0 0;
}
.woocommerce-shipping-destination{
	margin: 0;
}
.woocommerce-shipping-calculator>p:first-child {
	margin: 0
}
.woocommerce-shipping-calculator .shipping-calculator-form {
	display: block !important;
}
/* .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field{
	display: none;
} */
.shipping-calculator-button{
	display: none !important;
}
ul#shipping_method {
	list-style: none;
	margin-left: 0
}
ul#shipping_method li {
	margin-bottom: 10px;
}
ul#shipping_method li:last-child {
	margin-bottom: 10px;
}
ul#shipping_method li label{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4em;	
}
ul#shipping_method li label small{
	font-size: 14px;
	font-weight: 400;
}
ul#shipping_method input {
	margin-right: .3342343017em
}
.woocommerce-checkout ul#shipping_method {
	margin-bottom: 0
}
.return-to-shop{
    margin-top: 30px;
}
.checkout_coupon {
	margin-bottom: 2.617924em
}
form.checkout {
	position: static!important;
}
form.checkout::after, form.checkout::before {
	content: '';
	display: table
}
form.checkout::after {
	clear: both
}
form.checkout>.blockUI {
	position: fixed!important
}
#payment::after, #payment::before {
	content: '';
	display: table
}
#payment::after {
	clear: both
}
#payment .create-account {
	clear: both
}
#payment .payment_methods {
	margin: 0!important;
	padding: 0!important
}
#payment .payment_methods>.wc_payment_method>label, #payment .payment_methods>.woocommerce-PaymentMethod>label {
	width: 90%;
	display: inline-block;
	padding: 10px 0;
	cursor: pointer;
}
#payment .payment_methods li {
	list-style: none!important;
	margin-left: 0;
	position: relative
}
#payment .payment_methods li img {
	float: right;
	border: 0;
	padding: 0;
	max-height: 1.618em
}
#payment .payment_methods li:last-child:not(.woocommerce-notice) {
	padding-bottom: 0;
	border-bottom: 0
}
#payment .payment_methods li p {
	margin: 0
}
#payment .payment_methods li .payment_box {
	padding: 0;
}
#payment .payment_methods li .payment_box fieldset {
	border: 0;
	margin: 0;
	padding: 1em 0 0;
	font-size: .875em
}
#payment .payment_methods li .payment_box fieldset label {
	width: auto;
	margin-left: 0
}
#payment .payment_methods li .payment_box fieldset .form-row {
	margin-bottom: 1em
}
#payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox] {
	margin-right: 5px
}
#payment .payment_methods li .payment_box fieldset #cvv {
	width: 22%!important
}
#payment .payment_methods li .payment_box fieldset .help {
	width: 75%;
	float: right
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
	padding-top: 1em;
	margin: 0
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
	margin-top: .6180469716em
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
	margin-right: .236em
}
#payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
	margin-left: 0
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc, #payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry, #payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
	font-size: 1.41575em
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
	background-repeat: no-repeat;
	background-position: right .6180469716em center;
	background-size: 31px 20px;
	background-image: url(../../../assets/images/credit-cards/unknown.svg)
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
	background-image: url(../../../assets/images/credit-cards/visa.svg)
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
	background-image: url(../../../assets/images/credit-cards/mastercard.svg)
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
	background-image: url(../../../assets/images/credit-cards/laser.svg)
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
	background-image: url(../../../assets/images/credit-cards/diners.svg)
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
	background-image: url(../../../assets/images/credit-cards/maestro.svg)
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
	background-image: url(../../../assets/images/credit-cards/jcb.svg)
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
	background-image: url(../../../assets/images/credit-cards/amex.svg)
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
	background-image: url(../../../assets/images/credit-cards/discover.svg)
}
#payment .terms {
	width: 100%;
	clear: both;
	float: none;
	margin-bottom: 1em
}
#payment .terms label {
	display: block;
	cursor: pointer
}
.woocommerce-privacy-policy-text {
	margin: 0 0 20px;
	font-size: 14px;	
    display: none;
}
.woocommerce-terms-and-conditions-wrapper input[type="checkbox"]{   
    -webkit-appearance: auto;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.woocommerce-terms-and-conditions-checkbox-text{
	font-size: 14px;		
}
#payment .place-order {	
	margin-bottom: 0;
	float: none;
	width: 100%;
	margin-top: 40px;
}
#payment .place-order .button {
	width: 100%;
	white-space: pre-wrap;
	float: none;
	margin-top: 20px;
}
table.woocommerce-checkout-review-order-table .product-name {
	width: 60%;
	word-wrap: break-word;
	padding: 15px 20px 15px 0;
}
table.woocommerce-checkout-review-order-table th{
	padding: 15px 0;
	font-weight: 600;
	font-size: 1.2em;
}
table.woocommerce-checkout-review-order-table th, table.woocommerce-checkout-review-order-table td{
	border-bottom: 1px solid #444;
}
.admin-bar .woocommerce-checkout #wc_checkout_add_ons label+br {
	display: none
}
.woocommerce-password-strength {
	font-weight: 600;
	padding: .5407911001em 0;
	text-align: right;
	font-size: .875em
}
.woocommerce-password-strength.strong {
	color: #0f834d
}
.woocommerce-password-strength.short {
	color: #e2401c
}
.woocommerce-password-strength.bad {
	color: #e2401c
}
.woocommerce-password-strength.good {
	color: #3d9cd2
}
label.inline {
	display: inline !important;
	margin: 0 0 0 30px !important;
	height: 40px;
	line-height: 40px;
}
.woocommerce-order-details{
	margin: 0 0 30px;
}
.woocommerce-thankyou-order-received{
	text-align: center;
}
.woocommerce-order-details__title{
	text-align: center;
	margin: 0 0 10px;
}
.woocommerce-table--order-details{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}
.woocommerce-table--order-details tr{
	border-bottom: 1px solid #444;
}
.woocommerce-table--order-details tr.woocommerce-table__line-item.order_item{
	border-bottom: none;
}
.woocommerce-table--order-details th, .woocommerce-table--order-details td{		
	width: 50%;
	padding: 15px 0 15px 15px;	
}
.woocommerce-table--order-details th:first-child, .woocommerce-table--order-details td:first-child{
	text-align: right;
	padding: 15px 15px 15px 0;
}
.woocommerce-table--order-details th{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.woocommerce-table--order-details tfoot{
	border-top: 1px solid #444;
}
.woocommerce-table--order-details tfoot tr:last-child{
	border-bottom: none;
}
.woocommerce-column--billing-address address, .woocommerce-column--shipping-address address{
	line-height: 1.3em;
}
.woocommerce-MyAccount-navigation ul {
	margin: 0;
	border-top: 1px solid #444;
}
.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #444;
	position: relative;
    border-radius: 4px;
}
.woocommerce-MyAccount-navigation ul li a {
	padding: 1.2em .875em;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
    border-radius: 4px;
}
.woocommerce-MyAccount-navigation ul li a:hover{
	background-color: #444;
	color: #FFF;
}
ul.order_details {
	list-style: none;
	position: relative;
	margin: 30px auto;
	width: 100%;
	max-width: 800px;
	background-color: #eee;
	text-align: center;
}
ul.order_details::after, ul.order_details::before {
	content: '';
	display: table
}
ul.order_details::after {
	clear: both
}
ul.order_details::after, ul.order_details::before {
	content: '';
	display: block;
	position: absolute;
	top: -16px;
	left: 0;
	width: 100%;
	height: 16px;
	background-size: 0 100%, 16px 16px, 16px 16px
}
ul.order_details::after {
	top: auto;
	bottom: -16px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
ul.order_details li {
	padding: 1em 1.618em;	
	text-transform: uppercase
}
ul.order_details li:first-child {
	padding-top: 1.618em
}
ul.order_details li:last-child {
	border: 0;
	padding-bottom: 1.618em
}
ul.order_details li strong {
	display: block;
	font-size: 1.2em;
	text-transform: none;
	margin: 5px 0 0;
}
ul.order_details li p{
	margin: 5px 0 0;
	text-transform: none;
}
ul.order_details + p {
	text-align: center;
	display: none;
}
.my_account_orders .button, .woocommerce-MyAccount-downloads .button {	
	font-size: .875em;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
}
.woocommerce-MyAccount-content h2 {
	font-size: 2em;
	font-weight: 600
}
.woocommerce-MyAccount-content #payment .payment_methods {
	margin-bottom: 1.618em!important
}
.woocommerce-form__label-for-checkbox {
	cursor: pointer;
	display: block
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
	margin-right: .3342343017em
}
.form-row label, .form-row .rotulo {
	display: block;
	margin: 0 0 5px;
}
.form-row input, .form-row select, .form-row textarea {
	width: 100%;		
}
.form-row input[type=checkbox], .form-row input[type=radio] {
	width: auto
}
.form-row .button {
	width: auto;
	min-width: 130px;
	background-color: #FFF;
	border: 1px solid #444;
	border-radius: 5px;
	color: #444;
	height: 40px;
	padding: 0 10px;
	display: block;
	font-family: 'PT Serif', serif;
    font-size: 15px;
	line-height: 40px;
	text-transform: uppercase;	
	cursor: pointer;
	float: left;
	transition: all 300ms ease-in;	
}
.form-row .button:hover{
	background-color: #444;
	color: #FFF;
}
.form-row.create-account label {
	display: inline-block
}
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d
}
.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c
}
.form-row-last {
	margin-right: 0!important
}
.form-row-wide {
	/* clear: both; */
	width: 100%;
	margin-bottom: 10px;	
}
.required {
	border-bottom: 0!important;
	color: red
}
.woocommerce-form-login__submit {
	float: none !important;
}
.demo_store {
	position: fixed;
	left: 0;
	bottom: 69px;
	right: 0;
	margin: 0;
	padding: 1em 1.41575em;
	background-color: #3d9cd2;
	color: #fff;
	z-index: 9999
}
.demo_store a {
	color: #fff;
	font-weight: 400;
	text-decoration: underline
}
.demo_store a:hover {
	text-decoration: none
}
.demo_store a.woocommerce-store-notice__dismiss-link {
	display: block
}
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	font-size: 1em;
	width: 5.3em;
	font-family: star;
	font-weight: 400
}
.star-rating::before {
	content: '\53\53\53\53\53';
	opacity: .25;
	float: left;
	top: 0;
	left: 0;
	position: absolute
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}
.star-rating span::before {
	content: '\53\53\53\53\53';
	top: 0;
	position: absolute;
	left: 0;
	color: #2c2d33
}
p.stars {
	display: inline-block;
	margin: 0
}
p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400
}
p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: '\53';
	color: #43454b;
	text-indent: 0;
	opacity: .25
}
p.stars a:hover~a::before {
	content: '\53';
	color: #43454b;
	opacity: .25
}
p.stars:hover a::before {
	content: '\53';
	color: #96588a;
	opacity: 1
}
p.stars.selected a.active::before {
	content: '\53';
	color: #96588a;
	opacity: 1
}
p.stars.selected a.active~a::before {
	content: '\53';
	color: #43454b;
	opacity: .25
}
p.stars.selected a:not(.active)::before {
	content: '\53';
	color: #96588a;
	opacity: 1
}
.onsale {
    background-color: #444;
    border: 1px solid #444;
    color: #FFF;
    padding: 5px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 0;
    border-radius: 0;
    position: absolute;
    right: 0;
    font-size: 11px;
}
.quantity .qty {
	width: 60px;
	text-align: center;
	height: 50px;
	font-family: 'PT Serif', serif;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #444;	
    border-radius: 4px;
}
.woocommerce-tabs {
	overflow: hidden;
	padding: 1em 0
}
.woocommerce-tabs::after, .woocommerce-tabs::before {
	content: '';
	display: table
}
.woocommerce-tabs::after {
	clear: both
}
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin-left: 0;
	text-align: center;
	font-size: 0;	
}
.woocommerce-tabs ul.tabs li {
	display: inline-block;
	margin: 0 0 -1px;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #eee;
	position: relative;
	padding: 0 30px;
}
.woocommerce-tabs ul.tabs li.active {	
	border: 1px solid #eee;
	border-bottom: 1px solid #FFF;
	background-color: #FFF;	
}
.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
	font-size: 14px;
}
.woocommerce-tabs .panel h2:first-of-type {
	font-family: 'PT Serif', serif;
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 1em
}
.woocommerce-tabs .panel h2{
	font-family: 'PT Serif', serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0.9em;
}
.related>h2:first-child, .upsells>h2:first-child {
	font-size: 25px;	
	margin-bottom: 1em
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
	padding: 20px;
	margin-bottom: 30px;
	background-color: #c39e53;
	margin-left: 0;
	border-radius: 0;
	color: #fff;
	clear: both;	
	line-height: 1.2em;
}
.woocommerce-error::after, .woocommerce-error::before, .woocommerce-info::after, .woocommerce-info::before, .woocommerce-message::after, .woocommerce-message::before, .woocommerce-noreviews::after, .woocommerce-noreviews::before, p.no-comments::after, p.no-comments::before {
	content: '';
	display: table
}
.woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after, .woocommerce-noreviews::after, p.no-comments::after {
	clear: both
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a, .woocommerce-noreviews a, p.no-comments a {
	color: #fff
}
.woocommerce-error a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover, .woocommerce-noreviews a:hover, p.no-comments a:hover {
	color: #444;	
}
.woocommerce-error a.button:hover, .woocommerce-info a.button:hover, .woocommerce-message a.button:hover, .woocommerce-noreviews a.button:hover, p.no-comments a.button:hover {
	opacity: 1
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, .woocommerce-noreviews .button, p.no-comments .button {
	float: right;
	padding: 0;
	background: 0 0;
	color: #fff;
	box-shadow: none;
	line-height: 1.618;
	padding-left: 1em;
	border-width: 0;
	border-left: 1px solid #FFF;
	border-radius: 0;
	font-family: 'PT Serif', serif;
	font-size: 15px;
	text-transform: uppercase;
}
.woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover, .woocommerce-noreviews .button:hover, p.no-comments .button:hover {
	background: 0 0;
	color: #444;	
}
.woocommerce-error pre, .woocommerce-info pre, .woocommerce-message pre, .woocommerce-noreviews pre, p.no-comments pre {
	background-color: rgba(0,0,0,.1)
}
.site-content>.col-full>.woocommerce>.woocommerce-error:first-child, .site-content>.col-full>.woocommerce>.woocommerce-info:first-child, .site-content>.col-full>.woocommerce>.woocommerce-message:first-child {
	margin-top: 2.617924em
}
.woocommerce-error {
	list-style: none
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
	background-color: #c39e53
}
.woocommerce-error {
	background-color: #e2401c
}
dl.variation {
	font-size: .875em
}
dl.variation dd {
	margin: 0 0 1em
}
.wc-item-meta {
	font-size: .875em;
	margin-left: 0;
	list-style: none
}
.wc-item-meta li::after, .wc-item-meta li::before {
	content: '';
	display: table
}
.wc-item-meta li::after {
	clear: both
}
.wc-item-meta li p, .wc-item-meta li strong {
	display: inline-block
}
.woocommerce-MyAccount-content .woocommerce-Pagination {
	text-align: center
}
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-customer-details {
	max-width: 800px;
	margin: 0 auto 30px;
}
.woocommerce-order-received .woocommerce-customer-details h2.woocommerce-column__title,
.woocommerce-view-order .woocommerce-customer-details h2.woocommerce-column__title{
	text-align: center;
	margin: 0 0 20px;
}
.woocommerce-order-received .woocommerce-customer-details address,
.woocommerce-view-order .woocommerce-customer-details address {
	border: 1px solid #444;
	padding: 20px;
	line-height: 1.3em;
}
.single-product div.product .summary .woocommerce-product-details__short-description{
	margin-bottom: 20px;
}
.single-product div.product .summary .price{
	font-family: 'PT Serif', serif;
	font-size: 22px;
	margin: 0 0 15px;
}
.single-product div.product .summary .single_variation_wrap .price{	
	font-size: 28px;
}
.single-product div.product.outofstock .summary .price,
.single-product div.product.outofstock .summary .product_meta{
	display: none;
}
.single-product div.product .summary .shop_attributes {
	margin-bottom: 20px;
	width: 100%;
	text-align: left;
	font-size: 14px;
}
.single-product div.product .summary .shop_attributes th,
.single-product div.product .summary .shop_attributes td {
	padding: 3px 0;
}
.single-product div.product .summary .shop_attributes th {
	width: 70px;
	font-weight: 400;
}
.single-product div.product .summary .shop_attributes th::after{
	content: ":";
}
@media (min-width:768px) {
.demo_store {
	bottom: 0
}
.demo_store a.woocommerce-store-notice__dismiss-link {
	background: rgba(0,0,0,.1);	
	display: inline-block;
	margin: -1em -1.41575em -1em 0;
	padding: 1em 1.41575em
}
table.shop_table_responsive thead {
	background-color: #FFF;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	display: table-header-group
}
table.shop_table_responsive tbody th {	
	display: table-cell;
}
table.shop_table_responsive tr td {
	display: table-cell;
	vertical-align: middle;
}
table.shop_table_responsive tr td::before {
	display: none
}
table.shop_table_responsive thead th.product-name, table.shop_table_responsive tr td.product-name{
	width: 45%;
	text-align: left;
}
table.shop_table_responsive tr td.product-quantity{
	text-align: center;
}
table.shop_table_responsive tr td.product-quantity label{
	display: none;	
}
.site-header-cart {
	position: relative
}
.site-header-cart .cart-contents {
	padding: 1.618em 0;
	display: block;
	position: relative;
	background-color: transparent;
	height: auto;
	width: auto;
	text-indent: 0
}
.site-header-cart .cart-contents .amount {
	margin-right: .327em
}
.site-header-cart .cart-contents .count {
	font-weight: 400;
	opacity: .5;
	font-size: .875em
}
.site-header-cart .cart-contents span {
	display: inline
}
.site-header-cart .widget_shopping_cart {
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 999999;
	font-size: .875em;
	left: -999em;
	display: block
}
.site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
	display: none;
	left: 0
}
.site-header-cart .widget_shopping_cart h2.widgettitle {
	display: none
}
.site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
	position: relative;
	float: left;
	top: auto
}
.site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before {
	text-align: left
}
.site-header-cart.focus .widget_shopping_cart, .site-header-cart:hover .widget_shopping_cart {
	left: 0;
	display: block
}
.site-search {
	display: block
}
.site-search form {
	margin: 0
}
ul.products li.product {
	background: #444;
	clear: none;
	width: 253px;
	float: left;	
}
ul.products li.product.first {
	/* clear: both!important */
    position: relative;
}
ul.products li.product.last {
	margin-right: 0!important
}
/*SUB-CATEGORIAS*/
.term-grifes-internacionais .yit-wcan-container,
.term-acessorios .yit-wcan-container {
	float: left;
	width: 100%;
}
.term-grifes-internacionais .yit-wcan-container ul.products,
.term-acessorios .yit-wcan-container ul.products {
	width: 860px;
	margin: 0 auto;
}
.term-grifes-internacionais ul.products li.product-category,
.term-acessorios ul.products li.product-category {
	background: #444;	
	width: 400px;
	position: relative;
	margin: 0 15px 30px;	
}
.term-grifes-internacionais ul.products li.product-category:nth-child(3n+0),
.term-acessorios ul.products li.product-category:nth-child(3n+0){
	margin: 0 15px 30px !important;
}
.term-grifes-internacionais ul.products li.product-category .woocommerce-loop-category__title,
.term-acessorios ul.products li.product-category .woocommerce-loop-category__title {
	padding: 0;
	font-family:'Ambarella';
	font-size: 36px;	
	position: absolute;	
	left: 30px;
	bottom: 20px;
}
.term-grifes-internacionais ul.products li.product-category img,
.term-acessorios ul.products li.product-category img{
	filter: grayscale(100%);
	opacity: 0.75;
	transition: all 200ms ease-in;	
}
.term-grifes-internacionais ul.products li.product-category:hover img,
.term-acessorios ul.products li.product-category:hover img{
	filter: grayscale(0%);
}
.page-template-template-fullwidth-php .site-main ul.products.columns-1 li.product, .page-template-template-homepage-php .site-main ul.products.columns-1 li.product {
	width: 100%;
	margin-right: 0;
	float: none
}
.page-template-template-fullwidth-php .site-main ul.products.columns-2 li.product, .page-template-template-homepage-php .site-main ul.products.columns-2 li.product {
	width: 47.8260869565%;
	float: left;
	margin-right: 4.347826087%
}
.page-template-template-fullwidth-php .site-main ul.products.columns-3 li.product, .page-template-template-homepage-php .site-main ul.products.columns-3 li.product {
	width: 30.4347826087%;
	float: left;
	margin-right: 4.347826087%
}
.page-template-template-fullwidth-php .site-main ul.products.columns-4 li.product, .page-template-template-homepage-php .site-main ul.products.columns-4 li.product {
	width: 21.7391304348%;
	float: left;
	margin-right: 4.347826087%
}
.page-template-template-fullwidth-php .site-main ul.products.columns-5 li.product, .page-template-template-homepage-php .site-main ul.products.columns-5 li.product {
	width: 16.9%;
	margin-right: 3.8%
}
.page-template-template-fullwidth-php .site-main ul.products.columns-6 li.product, .page-template-template-homepage-php .site-main ul.products.columns-6 li.product {
	width: 13.0434782609%;
	float: left;
	margin-right: 4.347826087%
}
.site-main ul.products li.product {
	width: 29.4117647059%;
	float: left;
	margin-right: 5.8823529412%
}
.site-main ul.products.columns-1 li.product {
	width: 100%;
	margin-right: 0;
	float: none
}
.site-main ul.products.columns-2 li.product {
	width: 48%;
	margin-right: 3.8%
}
.site-main ul.products.columns-3 li.product {
	width: 29.4117647059%;
	float: left;
	margin-right: 5.8823529412%
}
.site-main ul.products.columns-4 li.product {
	width: 22.05%;
	margin-right: 3.8%
}
.site-main ul.products.columns-5 li.product {
	width: 16.9%;
	margin-right: 3.8%
}
.site-main ul.products.columns-6 li.product {
	width: 11.7647058824%;
	float: left;
	margin-right: 5.8823529412%
}
.single-product div.product .images {
	width: 41.1764705882%;
	float: left;
	margin-right: 5.8823529412%;
	margin-bottom: 3.706325903em
}
.single-product div.product .images .thumbnails::after, .single-product div.product .images .thumbnails::before {
	content: '';
	display: table
}
.single-product div.product .images .thumbnails::after {
	clear: both
}
.single-product div.product .images .thumbnails a.zoom {
	width: 14.2857142857%;
	float: left;
	margin-right: 14.2857142857%
}
.single-product div.product .images .thumbnails a.zoom.last {
	float: right;
	margin-right: 0
}
.single-product div.product .woocommerce-product-gallery {
	width: 600px;
	float: left;
    margin: 0 30px 30px 0;
}
.single-product div.product .summary {	
	width: 540px;
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
}
.single-product div.product .summary h1.product_title {
	font-size: 32px;
	color: #c39e53;
	margin: 0 0 10px;
	text-align: left;
	text-transform: uppercase;
}
.single-product div.product .summary h4.woocommerce-loop-product__cat {
	font-family: 'Ambarella';
	font-size: 28px;	
	margin: 0 0 20px;	
}
.single-product div.product .summary .info-product{
	border: 1px solid #444;
	width: 540px;
	height: 230px;
	padding: 60px 40px;
}
.single-product div.product .summary .woocommerce-tabs{
	display: none;
}
.single-product div.product .woocommerce-tabs {	
	clear: both;	
}
.single-product div.product .related {
	padding: 0;
	clear: both;
	margin-bottom: 30px;
}
.single-product div.product .related ul.products li.product {   	
	margin: 0 30px 0 0;    
}
.single-product div.product .related ul.products li.product:last-child{
	margin: 0;
}
#reviews .comment-form-author, #reviews .comment-form-email {
	width: 47%
}
#reviews .comment-form-email {
	margin-right: 0
}
.woocommerce .page-description {
	margin-bottom: 1.618em
}
.woocommerce-result-count,
.woocommerce-ordering {
	display: none;	
}
.woocommerce-pagination {	
	border: 0;
	clear: both;
	padding: 0;
	margin-bottom: 0
}
.woocommerce-pagination ul.page-numbers {
	width: 100%;
	margin: 0 0 60px;
	padding: 0 0 0 290px;
	display: block;
	font-size: 0;
	text-align: center;
}
.woocommerce-pagination ul.page-numbers:hover{
	background: none;
}
.woocommerce-pagination ul.page-numbers li{
	height: auto;	
    font-family: 'PT Serif', serif;
    font-size: 14px;
    color: #5a5a5a;
	display: inline-block;
    margin: 0 5px;
    position: relative;
    padding:  0 2px;
}
.woocommerce-pagination ul.page-numbers li a.page-numbers{
	margin: 0;
	padding: 0;
	line-height: 48px;	
}
.woocommerce-pagination ul.page-numbers li a.prev,
.woocommerce-pagination ul.page-numbers li a.next{
	font-size: 0;
	line-height: 42px;	
}
.woocommerce-pagination ul.page-numbers li a.prev:before{
	content: "<";
	font-size: 14px;	
}
.woocommerce-pagination ul.page-numbers li a.next:after{
	content: ">";
	font-size: 14px;
}
.woocommerce-pagination ul.page-numbers li .current{
	width: 48px;
	height: 48px;
	color: #5a5a5a;
	font-family: 'PT Serif', serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 48px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	border-radius: 50%;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.4);
}
.woocommerce-cart .hentry, .woocommerce-checkout .hentry {
	border-bottom: 0;
	padding-bottom: 0
}
.page-template-template-fullwidth-php table.cart .product-thumbnail {
	display: table-cell
}
.page-template-template-fullwidth-php table.cart thead {
	font-size: 1em;
	text-indent: 0
}
table.cart th {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
table.cart th.product-subtotal:before{
	content: "Sub";
}
table.cart td, table.cart th {
	padding: 20px;
}
table.cart .qty {
	padding: .875em;
	max-width: 3.632em
}
table.cart td.product-remove {
	display: table-cell;
	padding: 1.618em;
	border: 0
}
table.cart td.product-remove a.remove {
	float: none;
	position: relative;
	top: auto;
	right: auto
}
table.cart .product-quantity .minus, table.cart .product-quantity .plus {
	display: inline-block
}
table.cart .quantity .qty {
	padding: .6180469716em
}
.cart-collaterals::after, .cart-collaterals::before {
	content: '';
	display: table
}
.cart-collaterals::after {
	clear: both
}
.cart-collaterals h2 {
	font-size: 25px;
	text-align: center;
	margin: 0 0 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.cart-collaterals .cross-sells {
	width: 41.1764705882%;
	float: left;
	margin-right: 5.8823529412%
}
.cart-collaterals .cross-sells ul.products li.product {
	width: 42.8571428571%;
	float: left;
	margin-right: 14.2857142857%
}
.cart-collaterals .cross-sells ul.products li.product:nth-child(2n) {
	margin-right: 0!important
}
.cart-collaterals .shipping_calculator {
	width: 52.9411764706%;
	float: right;
	margin-right: 0;
	margin: 0;
	clear: right
}
.cart-collaterals .cart_totals {
	width: 500px;
	float: right;
	clear: right;
}
.cart-collaterals .cart_totals table {
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	width: 500px;	
}
.cart-collaterals .cart_totals table th {
	width: 40%;
	padding: 20px 10px 20px 0;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: right;
	vertical-align: middle;
}
.cart-collaterals .cart_totals table td {
	padding: 0 0 0 10px;
	font-family: 'PT Serif', serif;
	font-size: 20px;
	text-align: left;
	font-weight: 400;
}
.cart-collaterals .cart_totals table tr.cart-entrega td{
	padding: 20px 0 20px 10px;
}
.cart-collaterals .cart_totals table tr.cart-entrega td p {
	font-size: 16px;
	font-weight: 700;
}
.cart-collaterals .cart_totals table tr.cart-entrega td p span {
	font-size: 13px;
	font-weight: 400;
}
.cart-collaterals .cart_totals table tr.woocommerce-shipping-totals {
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}
.cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td{
	padding: 20px 0 20px 10px !important;
	font-family: 'PT Serif', serif;
	font-size: 14px;
	padding: 0;
}
.woocommerce-shipping-methods{
	font-size: 14px;
}
.shipping-calculator-form-container{
	width: 100%;
	height: 40px;
}
.shipping-calculator-form-container input[type=text]{
	border: 1px solid #444;
	width: calc( 100% - 50px );
	height: 40px;
	padding: 0 10px;
	font-family: 'PT Serif', serif;
	font-size: 16px;
	float: left;
}
.shipping-calculator-form-container .button{
	border-left: none;
	width: 50px;
	float: left;
}
.cart-collaterals .cart_totals small.includes_tax {
	display: block
}
.cart-collaterals .shipping_calculator {
	clear: right
}
.page-template-template-fullwidth-php .cart-collaterals .cross-sells {
	width: 47.8260869565%;
	float: left;
	margin-right: 4.347826087%
}
.page-template-template-fullwidth-php .cart-collaterals .cross-sells ul.products li.product {
	width: 45.4545454545%;
	float: left;
	margin-right: 9.0909090909%
}
.page-template-template-fullwidth-php .cart-collaterals .cart_totals, .page-template-template-fullwidth-php .cart-collaterals .shipping_calculator {
	width: 47.8260869565%;
	float: right;
	margin-right: 0
}
#ship-to-different-address {
	position: relative;
	margin: 20px 0;
}
#ship-to-different-address label {
	font-weight: 300
}
#ship-to-different-address .woocommerce-form__input-checkbox {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    margin-top: 1px;
	margin-right: 0;
    height: 20px;
    -webkit-appearance: auto;
}
#ship-to-different-address span {
	padding-left: 30px;
}
.form-checkout-container{
	border: 1px solid #444;
	margin: 0 0 15px;
}
.form-checkout-container .woocommerce-info{
	background-color: #FFF;
	font-size: 18px;
	font-weight: 700;
	color: #444;
	margin: 0;
}
.form-checkout-container .woocommerce-info a{
	background-color: #e1cea9;
	color: #444;
	padding: 0 27px 0 5px;
	position: relative;
}
.form-checkout-container .woocommerce-info a:hover{
	background-color: #F27B43;
}
.form-checkout-container .woocommerce-info a:after{
	content: "";
	background: url(img/seta-baixo.svg) no-repeat left center;
	width: 18px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 5px;	
}
.form-checkout-container-form{
	padding: 0 419px 0 20px;
}
.woocommerce-account-fields{
	margin: 10px 0 0;
}
.col2-set {
	width: 750px;
	float: left;
	margin: 0 30px 0 0;
}
.col2-set .form-row-first {
	width: 49%;
	float: left;
	margin-right: 2%;	
}
.col2-set .form-row-last {
	width: 49%;
	float: right;
	margin-right: 0;
}
.col2-set .col-1, .col2-set .col-2 {
    width: 100%;
	margin-bottom: 10px;	
}
.col2-set+#customer_details {
	display: none
}
.col2-set .woocommerce-billing-fields::after, .col2-set .woocommerce-billing-fields::before {
	content: '';
	display: table
}
.col2-set .woocommerce-billing-fields::after {
	clear: both
}
.col2-set.addresses {
	width: 100%;
	/* float: left; */
	margin-left: 0;
	margin-right: 0
}
.col2-set.addresses .col-1 {
	width: 47.0588235294%;
	float: left;
	margin-right: 5.8823529412%
}
.col2-set.addresses .col-2 {
	width: 47.0588235294%;
	float: right;
	margin-right: 0
}
#customer_details+#wc_checkout_add_ons {
	width: 41.1764705882%;
	float: right;
	margin-right: 0
}
#wc_checkout_add_ons input[type=radio] {
	float: left;
	margin-right: .5407911001em;
	clear: left;
	margin-top: .35em
}
.col-order-review{
	border: 1px solid #444;
	width: 384px;
	padding: 20px;
	float: right;
}
#order_review, #order_review_heading {
	margin-right: 0;
	float: right;
	clear: right;
	width: 420px;
}
#order_review {
	-webkit-transition: box-shadow ease .4s;
	transition: box-shadow ease .4s
}
#order_review_heading, .col2-set h3 {
	font-size: 28px;
	margin-bottom: 20px;	
}
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review, .woocommerce-order-pay #order_review {
	width: 100%;
	float: none
}
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3, .woocommerce-order-pay #order_review #payment h3 {
	padding-left: 1em;
	padding-top: 1em
}
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row, .woocommerce-order-pay #order_review #payment .form-row {
	padding: 1em
}
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods+.form-row, .woocommerce-order-pay #order_review .payment_methods+.form-row {
	padding: 1em
}
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order, .woocommerce-order-pay #order_review .button#place_order {
	display: block;
	width: 100%;
	font-size: 1.41575em
}
.page-template-template-fullwidth-php .col2-set {
	width: 47.8260869565%;
	float: left;
	margin-right: 4.347826087%
}
.page-template-template-fullwidth-php .col2-set .form-row-first {
	width: 45.4545454545%;
	float: left;
	margin-right: 9.0909090909%
}
.page-template-template-fullwidth-php .col2-set .form-row-last {
	width: 45.4545454545%;
	float: right;
	margin-right: 0
}
.page-template-template-fullwidth-php .col2-set.addresses .col-1 {
	width: 47.8260869565%;
	float: left;
	margin-right: 4.347826087%
}
.page-template-template-fullwidth-php .col2-set.addresses .col-2 {
	width: 47.8260869565%;
	float: right;
	margin-right: 0
}
.page-template-template-fullwidth-php #order_review, .page-template-template-fullwidth-php #order_review_heading {
	width: 47.8260869565%;
	float: right;
	margin-right: 0
}
.page-template-template-fullwidth-php #customer_details+#wc_checkout_add_ons {
	width: 47.8260869565%;
	float: right;
	margin-right: 0
}
.select2-container .select2-selection--single {
	height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {	
	line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 8px;
}
label[for="billing_country"]{
	font-size: 0;
}
label[for="billing_country"]::before{
	content: "País";
	font-size: 18px;
}
#customer_details .col-1 h3:nth-child(1) {
	display:none;
}
.data-casamento-checkout{
	margin-bottom: 20px;
}
.data-casamento-checkout h3:nth-child(1) {
	display: block !important;
}
.data-casamento-pedido {
	border: 1px solid #444;
	padding: 20px;
	text-align: center;
	margin-top: 30px;
	font-size: 1.3em;
}
.woocommerce-order .data-casamento-pedido{
	max-width: 800px;
	margin: 30px auto;
}
#order_review .shop_table {
	margin-bottom: 2.617924em;
	text-align: left;
	font-size: 14px;
	width: 100%;
}
table+.addresses {
	margin-top: 1.618em
}
.col2-set#customer_login, .col2-set.addresses {
	width: 100%;
	/* float: left; */
	margin-left: 0;
	margin-right: 0
}
.col2-set#customer_login .col-1, .col2-set.addresses .col-1 {
	width: 48%;
	float: left;
	margin-right: 4%
}
.col2-set#customer_login .col-2, .col2-set.addresses .col-2 {
	width: 48%;
	float: right;
	margin-right: 0
}
.woocommerce-MyAccount-navigation {
	width: 20%;
	float: left;
	margin: 0 3% 0 0;
}
.woocommerce-MyAccount-content {
	width: 77%;
	float: right;
	margin: 0
}
.woocommerce-Address legend {
    font-weight: 600;
    padding: 10px 0;
    text-transform: uppercase;
}
.woocommerce-MyAccount-content .form-row-first {
	width: 48%;
	float: left;
	margin-right: 4%
}
.my_account_orders .button{
	font-weight: 700;
	text-transform: uppercase;
}
.woocommerce-MyAccount-content mark{
	background-color: #e1cea9;
}
.edit {
	border: 1px solid #444;
	border-radius: 5px;
	padding: 3px 10px;
	font-weight: 700;
	/* text-transform: uppercase; */
}
.edit:hover{
	border: 1px solid #c39e53;
}
.woocommerce-MyAccount-content .woocommerce-Address address {
	line-height: 1.3em;
	padding: 20px;
	border: 1px solid #444;
	margin-top: 20px;
}
.woocommerce-Address-title{
	position: relative;
}
.woocommerce-MyAccount-content h3 {
    font-size: 22px;
    margin: 0 0 20px;
}
.woocommerce-address-fields .button, .woocommerce-EditAccountForm .button{	
	background-color: #FFF;
	border: 1px solid #444;
	border-radius: 5px;
	color: #444;
	width: auto;
	min-width: 130px;
	height: 40px;
	padding: 0 10px;
	display: block;
	font-family: 'PT Serif', serif;
	font-size: 15px;
	line-height: 40px;
	text-transform: uppercase;	
	cursor: pointer;
	float: left;
	margin: 10px 0 0;	
	transition: all 300ms ease-in;		
}
.woocommerce-address-fields .button:hover, .woocommerce-EditAccountForm .button:hover{
	background-color: #444;
	color: #FFF;
}
.woocommerce-MyAccount-content .form-row-last {
	width: 48%;
	float: right;
	margin-right: 0
}
.left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-content {
	width: 76.4705882353%;
	float: left;
	margin-right: 5.8823529412%
}
.left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-navigation {
	width: 17.6470588235%;
	float: right;
	margin-right: 0
}
table.my_account_orders {
	font-size: 1em;
	width: 100%;
}
table.my_account_orders th{
	padding: 15px 0;
	font-size: 1.1em;
	font-weight: 600;
}
table.my_account_orders .woocommerce-orders-table__cell-order-actions{
	padding: 10px 0;
}
.page-template-template-fullwidth-php .col2-set#customer_login .col-1, .page-template-template-fullwidth-php .col2-set.addresses .col-1 {
	width: 47.8260869565%;
	float: left;
	margin-right: 4.347826087%
}
.page-template-template-fullwidth-php .col2-set#customer_login .col-2, .page-template-template-fullwidth-php .col2-set.addresses .col-2 {
	width: 47.8260869565%;
	float: right;
	margin-right: 0
}
.page-template-template-fullwidth-php .woocommerce-MyAccount-content {
	width: 73.9130434783%;
	float: left;
	margin-right: 4.347826087%
}
.page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-first {
	width: 46.6666666667%;
	float: left;
	margin-right: 6.6666666667%
}
.page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-last {
	width: 46.6666666667%;
	float: right;
	margin-right: 0
}
.page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set {
	width: 100%
}
.page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-1 {
	width: 46.6666666667%;
	float: left;
	margin-right: 6.6666666667%
}
.page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-2 {
	width: 46.6666666667%;
	float: right;
	margin-right: 0
}
.page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
	width: 21.7391304348%;
	float: right;
	margin-right: 0
}
.addresses header.title::after, .addresses header.title::before {
	content: '';
	display: table
}
.addresses header.title::after {
	clear: both
}
.addresses header.title a {
	font-weight: 700;
	text-transform: uppercase;
	float: right;
	margin-top: 5px;
}
.addresses header.title h3 {
	float: left
}
.woocommerce-Addresses address{
	line-height: 1.3em;
}
.form-row-first {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
	/* clear: both */
}
.form-row-last {
	width: 49%;
	float: right;
	margin-right: 0;
	margin-bottom: 10px;
}
.page-template-template-fullwidth-php .form-row-first {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 10px;
}
.page-template-template-fullwidth-php .form-row-last {
	width: 48%;
	float: right;
	margin-right: 0;
	margin-bottom: 10px;
}
.woocommerce-tabs {
	padding: 20px;
	border: 1px solid #c39e53;
	border-radius: 5px;
	margin-bottom: 50px;
}
.woocommerce-tabs ul.tabs {
	width: 100%;
	float: none;
	display: none;
}
.woocommerce-tabs ul.tabs li.active::after {
	right: 1em
}
.woocommerce-tabs .panel {
	width: 100%;
	padding: 0;
	float: none;
	margin-right: 0;
	margin-top: 0;
	/* border: 1px solid #EEE; */
}
}
@media (min-width:768px) and (max-width:900px) {
body:not(.page-template-template-fullwidth-php) table.cart td, body:not(.page-template-template-fullwidth-php) table.cart th {
	padding: 1em
}
}
/*-------------------------------------------------------
---------------------------------------------------------
RESPONSIVO
---------------------------------------------------------
-------------------------------------------------------*/
@media (max-width: 768px) {
.woocommerce-result-count, .woocommerce-ordering {
	display: none;
}
ul.products {	
	width: 100%;
	margin: 0 auto;
}
ul.products li.product {
	margin: 0 0 20px;
}
.term-grifes-internacionais ul.products li.product-category, .term-acessorios ul.products li.product-category {
	background: #444;
}
.term-grifes-internacionais ul.products li.product-category .woocommerce-loop-category__title, .term-acessorios ul.products li.product-category .woocommerce-loop-category__title {
	padding: 0;
	font-family: 'Ambarella';
	font-size: 36px;
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: left;
	padding: 0 15px;
}
.term-grifes-internacionais ul.products li.product-category img, .term-acessorios ul.products li.product-category img {
	filter: grayscale(100%);
	opacity: 0.75;
	transition: all 200ms ease-in;
}
.term-grifes-internacionais ul.products li.product-category:hover img, .term-acessorios ul.products li.product-category:hover img {
	filter: grayscale(0%);
}
.woocommerce-pagination ul.page-numbers {
	width: 100%;
	text-align: center;
	margin: 0 0 20px;
}
.single-product div.product {
	position: relative;
	overflow: hidden;
	padding: 0;
}
.single-product div.product .woocommerce-product-gallery {
	width: 100%;
	margin-bottom: 0;	
}
.single-product div.product .woocommerce-product-gallery img { 
    width: 100%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: calc( 25% - 5px);
	max-width: 100px;
    float: left;
    margin-right: 6px;
}
.single-product div.product .summary{
	width: 100%;
	margin-bottom: 0;	
}
.single-product div.product .summary::after{
	content: "";
	display: table;
	clear: both;
}
.single-product div.product .summary h1.product_title {
	font-size: 30px;
	color: #c39e53;
	margin: 0 0 10px;
	text-align: left;
	font-weight: 600;
	text-transform: uppercase;
}
.single-product div.product .summary h4.woocommerce-loop-product__cat {
	font-family: 'Ambarella';
	font-size: 28px;
	margin: 0 0 30px;
	padding: 0 0 0 5px;
}
.single-product div.product .summary .info-product .price{
	font-family: 'PT Serif', serif;
	font-size: 22px;
	margin: 0 0 20px;
}
.single-product div.product form.cart {  
    width: 100%;  
}
.single-product div.product form.cart .quantity label{
	font-size: 18px;
	margin: 0 10px 0 0;
}
.single-product div.product form.cart .quantity {  
    margin-right: 30px;
}
.quantity .qty {
	height: 50px;
}
.single_add_to_cart_button {
    padding: 0;
    float: left;
    width: calc(100% - 90px);
}
.single-product div.product .product_meta {
	margin-bottom: 20px;
}
.single-product div.product .summary .woocommerce-tabs {
	padding: 10px;
	border: 1px solid #c39e53;
	border-radius: 5px;
	margin-bottom: 0;
	display: block;
	margin-top: 30px;
}
.single-product div.product .woocommerce-tabs {	
	display: none;	
}
.woocommerce-tabs ul.tabs {	
	display: none;	
}
.woocommerce-tabs .panel {  
    padding: 0;   
	border: none;	
}
.woocommerce-Tabs-panel--description{
	display: block !important;
}
.woocommerce-tabs .panel h2:first-of-type {	
	font-size: 20px;
	margin-bottom: 10px;
}
.related {
	padding-top: 30px;
}
.related ul.products {
	width: 100%;
	padding: 0;   
}
.related ul.products li.product {   
	margin: 0 10px 10px 0;
	width: calc( 50% - 5px );
	float: left;  
}
.related ul.products li.product:nth-child(2){
	margin: 0 0 10px;
}
/* CARRINHO */
.woocommerce .page-title span {   
    display: block;
}
.woocommerce-error, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
    padding: 1em;
    margin-bottom: 2em;   
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, .woocommerce-noreviews .button, p.no-comments .button {  
    line-height: 1.2em;
    padding-left: 0.5em;   
    width: 38%;
    height: 100%;
    text-align: left;
}
table.cart {
	width: 100%;
	margin-bottom: 20px;
}
table.cart .product-quantity .minus, table.cart .product-quantity .plus {
	display: none
}
table.cart .product-thumbnail a{
	display: table;
}
table.cart .product-thumbnail img {
	margin: 0;
	max-width: 100px;
	height: auto
}
table.cart .product-thumbnail::before {
	display: none
}
table.cart tr:first-child td.product-remove {
	height: 35px;
	border-top: 1px solid #777;	
}
table.cart td.product-remove {
	height: 35px;
	padding: 0;	
}
table.cart td.product-remove a.remove {	
	font-size: 2.5em;
	top: 0;
	right: unset;
	transform: translateX(50%);
}
table.cart td.product-thumbnail {	
	padding: 10px 0;		
}
table.cart td.product-quantity .screen-reader-text{
	display: none;
}
table.cart td.product-quantity .qty {
	padding: .326em;
	width: 5em
}
table.cart td.product-subtotal {
	padding-bottom: .875em;	
}

table.cart td.actions .button{
	width: 100%;	
}
table.shop_table_responsive tr td {
    display: block;
	text-align: left;
	font-size: 14px !important;
    clear: both;
    position: relative;
    padding: 10px 0 10px 100px;
}
table.shop_table_responsive tr td::before {  
    float: none;
    position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
table.cart td.actions .coupon {
	width: 100%;
	padding: 20px 0;
}
table.cart td.actions .coupon label {
	font-size: 15px;
	margin: 0 0 10px;
}
table.cart td.actions .coupon .form-coupon{
	width: 100%;
	height: 40px;
}
table.cart td.actions .coupon .form-coupon input[type=text]{
	width: calc( 100% - 100px );
	height: 40px;		
	font-size: 15px;	
}
table.cart td.actions .coupon .form-coupon .button{	
	width: 100px;	
}
.cart-collaterals{
	width: 100%;
}
.cart-collaterals .coupon {
	width: 100%;
	margin-bottom: 40px;
	float: none;
}
.cart-collaterals h2 {
	font-size: 30px;	
	margin-bottom: 15px;
}
.cart-collaterals table.shop_table_responsive tr td::before {  
	text-transform: uppercase;
	font-weight: 600;
}
.cart-collaterals .shop_table td {
	padding: 10px 0 10px 100px;
	overflow: hidden;	
}
.cart-collaterals .shop_table tr.cart-entrega td p {
	font-size: 16px;
	font-weight: 700;
}
.cart-collaterals .shop_table tr.cart-entrega td p span {
	font-size: 13px;
	font-weight: 400;
}
.cart-collaterals .shop_table td strong{
	font-weight: normal;
}
.cart-collaterals .shop_table td .amount{
	font-family: 'PT Serif', serif;
	font-size: 16px;
}
.shipping-calculator-form-container input[type="text"] {
	border: 1px solid #444;
	border-right: none;
	width: calc( 100% - 51px );
	float: left;   
}
.shipping-calculator-form-container .button{
	float: left;
}
.wc-proceed-to-checkout {    
	padding: 20px 0 0 0;
	text-align: left;
}
.wc-proceed-to-checkout .btn-back-store {
	margin: 0 0 20px;
}
.wc-proceed-to-checkout .button, #payment .place-order .button {
	width: 100%;
	text-align: center;  
}
/* FINALIZAR COMPRA */
.form-checkout-container {
    border: 1px solid #444;
    margin: 0 0 15px;
}
.login-checkout, .coupon-checkout {
    width: 100%;
    float: none;
}
.login-checkout {
    margin: 0 0 20px 0;
}
.form-checkout-container .woocommerce-info{
	background: #FFF;	
	padding: 10px;
	color: #444;
	font-weight: 600;
	margin-bottom: 0;
}
.form-checkout-container .woocommerce-info a{
	background-color: #e1cea9;
	color: #444;
	display: block;
	margin: 5px 0 0;
	position: relative;
}
.form-checkout-container .woocommerce-info a:after {
    content: "";
    background: url(img/seta-baixo.svg) no-repeat left center;
    width: 18px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 5px;
}
.form-checkout-container .woocommerce-info a:hover {
    background-color: #F27B43;
}
.form-checkout-container .woocommerce-form-login, .form-checkout-container .woocommerce-form-coupon{
	padding: 10px;
	margin: 0;
}
.form-checkout-container .woocommerce-form-login .form-row input, .form-checkout-container .woocommerce-form-coupon .form-row input{
	margin: 0 0 10px;
}
.form-checkout-container .woocommerce-form-login .lost_password{
	display: block;
	text-align: left;
	clear: both;
	margin: 0;
}
#customer_details {
	padding: 0;
	margin: 0 0 15px;
}
.form-row, .form-row-first, .form-row-last{
	margin-bottom: 0;
}
.woocommerce h3{
	margin: 0 0 20px;
}
.form-row input, .form-row select, .form-row textarea {
	width: 100%;	
}
.woocommerce-input-wrapper{
	width: 100%;
	display: block;
	margin: 0 0 10px;
}
.form-row .button {  
	margin-bottom: 10px;
}
#ship-to-different-address {
	position: relative;
	margin: 20px 0;
}
#ship-to-different-address span {
	padding-left: 30px;
	display: block;
	line-height: 1em;
}
#ship-to-different-address .woocommerce-form__input-checkbox {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 1px;
	margin-right: 0;
	height: 20px;
	-webkit-appearance: auto;
}
.col-order-review{
	padding: 10px;
	border: 1px solid #444;
}
.woocommerce-checkout-review-order {  
    padding: 0;
}
.woocommerce-checkout-review-order h3 {  
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
}
table.woocommerce-checkout-review-order-table{
	width: 100%;
	text-align: left;
}
table.woocommerce-checkout-review-order-table .product-name {
    width: 50%;
    word-wrap: break-word;
    padding: 15px 10px 15px 0;
}
ul#shipping_method li p {
    padding: 5px 0 0 5px;
    line-height: 1;
}
#payment .place-order {
    padding: 0;   
    margin-top: 2em;
}
#payment .place-order .button {
    padding: 10px 0;
    height: auto;
}
/* PEDIDO */
.woocommerce-table--order-details .product-name {   
    padding: 0 4% 10px 0;
}
.woocommerce-column--billing-address{
	border-bottom: 1px solid #777;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.addresses address {
    line-height: 1.5em;
}
/* MINHA CONTA */
.u-column1.col-1{
	margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation {
	width: 100%;
	float: none;
	margin: 0 0 20px;
}
.woocommerce-MyAccount-navigation ul {	
	border-top: none;
	font-size: 0;
}
.woocommerce-MyAccount-navigation ul li {	
	border: 1px solid #777;
	display: inline-block;
	margin: 0 10px 10px 0;	
}
.woocommerce-MyAccount-navigation ul li a {
	font-size: 14px;
	padding: .875em;
	display: block;
	font-weight: 600;
}
table.woocommerce-orders-table{
	width: 100%;
}
table.woocommerce-orders-table tr{
	border-top: 1px solid #777;
}
.my_account_orders .button, .woocommerce-MyAccount-downloads .button {   
    margin: 0 0 5px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1em;
}
header.woocommerce-Address-title, header.large.woocommerce-Address-title {
	position: relative !important;
	top: 0 !important;
}
header.woocommerce-Address-title a.edit, header.large.woocommerce-Address-title a.edit{
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 20px;	
}
.col-1.woocommerce-Address{
	margin: 0 0 20px;
}
.woocommerce-Address .form-row, .form-row-first, .form-row-last {
    margin-bottom: 10px;
}
.woocommerce-Address legend {
    font-weight: 600;
    padding: 10px 0;
    text-transform: uppercase;
}
.woocommerce-address-fields .button, .woocommerce-EditAccountForm .button {
    background-color: #444;
    border: 1px solid #444;
    width: 100%;
    min-width: 130px;
    height: 40px;
    padding: 0 20px;
    display: block;
    font-family: 'PT Serif', serif;
    font-size: 20px;
    line-height: 40px;
    color: #F9ECBF;
    text-transform: uppercase;
    cursor: pointer;
    float: none;
    margin: 10px 0 0;
    transition: all 300ms ease-in;
}
}
