.woocommerce{
	padding: 0;
}
.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
}
ul.products {	
	clear: both
}
ul.products::after, ul.products::before {
	content: '';
	display: table
}
ul.products::after {
	clear: both
}

ul.products li.product .star-rating {
	margin: 0 auto .5407911001em;	
}
.woocommerce-pagination{
	height: 31px;	
}
.woocommerce-pagination ul.page-numbers{
	width: 100%;
	height: 31px;	
	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: 2px solid #0f834d; 
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-family: 'GloberSemiBold';		
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
	display: block;
	margin: 5px 0 0;
}
.added_to_cart:hover{
	background-color: #000;
	border: 2px solid #000; 
	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 .images, .single-product div.product .woocommerce-product-gallery {
	margin-bottom: 2.617924em;
	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 {
	width: 100%;
	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: 68px;
	float: left;
	margin-right: 11px;
}
.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::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: 0 30px;
	padding-top: 5px;
}
.single-product div.product form.cart .quantity label{
	font-family: 'GloberRegular';
	font-size: 0;
	margin: 0 10px 0 0;
}
.single-product div.product form.cart .quantity label:after{
	content: "Quant.";
	font-size: 18px;
}
.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-product div.product .woocommerce-product-rating {
	margin-top: 10px;
}
.single-product div.product .woocommerce-product-rating::before{
	content: "Avaliação do curso:";
	display: block;
	text-align: right;
	font-family: 'GloberBold';
	color: #636363;
	font-size: 16px;
}
.single-product div.product .woocommerce-product-rating::after {
	content: '';
	display: table;
	clear: both
}
.single-product div.product .woocommerce-product-rating a {
	display: none;
}
.single-product div.product .woocommerce-product-rating a:hover {
	text-decoration: none
}
.single-product div.product .woocommerce-product-rating .star-rating {
	float: right;
}
.single-product div.product .product_meta {
	font-size: 14px;
	padding-top: 20px;
	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 {
	color: #0f834d
}
.stock.out-of-stock {
	color: #e2401c
}
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 {
	font-size: .875em
}
.woocommerce-breadcrumb .breadcrumb-separator {
	display: inline-block;
	padding: 0 .5407911001em
}
.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 td.actions .button.btn-update-cart{
	margin-top: 25px;
}
.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::after, .wc-proceed-to-checkout::before {
	content: '';
	display: table
}
.wc-proceed-to-checkout::after {
	clear: both
}
.woocommerce-shipping-calculator {
	margin: 20px 0 0;
}
.woocommerce-shipping-destination{
	margin: 0;
}
.woocommerce-shipping-calculator>p:first-child {
	margin: 0
}
.woocommerce-shipping-calculator .shipping-calculator-form {
	display: block !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 p{
	padding: 0 0 0 27px;
}
ul#shipping_method li p small{
	font-size: 0.8em;
}
ul#shipping_method input {
	margin-right: .3342343017em
}
.woocommerce-checkout ul#shipping_method {
	margin-bottom: 0
}
.checkout_coupon {
	margin-bottom: 2.617924em
}
form.checkout>.blockUI {
	position: fixed!important
}
.woocommerce-privacy-policy-text {
	margin: 0 0 20px;
	font-size: 14px;	
}
.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;	
}
.woocommerce-column--billing-address address, .woocommerce-column--shipping-address address{
	line-height: 1.3em;
}
.my_account_orders .button, .woocommerce-MyAccount-downloads .button {	
	font-size: .875em;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
}
.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.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;	
}
.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: 13px;
	width: 124px;
	font-family: star;
	font-weight: 400;
	color: #FFC72C;
	letter-spacing: 1em;
	margin-top: 10px;
}
.star-rating::before {
	content: '\53\53\53\53\53';
	opacity: .25;
	float: left;
	top: 0;
	left: 0;
	position: absolute
}
.star-rating span {
	height: 24px;
	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: #FFC72C
}
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: #FFC72C;
	opacity: 1
}
p.stars.selected a.active::before {
	content: '\53';
	color: #FFC72C;
	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: #FFC72C;
	opacity: 1
}
.onsale {
    background-color: #000;
    border: 1px solid #000;
    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;
}

.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 {
	color: #707070;
	font-family: 'GloberSemiBold';
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 1em
}
.woocommerce-tabs .panel h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0.9em;
}
.woocommerce-tabs .panel h2::after{
	content: none;
}
.woocommerce-notices-wrapper {
	display: none !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
	padding: 24px;
	margin-bottom: 30px;
	background-color: #0f834d;
	margin-left: 0;
	border-radius: 0;
	color: #fff;
	clear: both;	
	line-height: 1.2em;
}


/* .woocommerce-error, .woocommerce-info, .woocommerce-message {

	clear: both;
	
	margin: 0 auto;
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	background: rgba(29,79,145,0.8);
	
}
.woocommerce-noreviews, p.no-comments {
	padding: 20px;
	margin-bottom: 30px;
	background-color: #0f834d;
	margin-left: 0;
	border-radius: 0;
	color: #fff;
	clear: both;	
	line-height: 1.2em;
} */

/*-------------------------------------------------
EMENDAS DE PLUGINS
-------------------------------------------------*/
.ttt-pnwc-header {
    text-align: right;
    width: auto;
    height: auto;
    position: inherit;
    z-index: unset;
}
/*-------------------------------------------------
EMENDAS DE PLUGINS
-------------------------------------------------*/
.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: #000;	
}
.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: 2px solid #FFF;
	border-radius: 0;
	font-family: 'GloberSemiBold';
	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: #000;	
}
.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: #EAA400
}
.woocommerce-noreviews {
	background-color: #426DA9;
	margin-bottom: 20px !important;
}
.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
}
#review_form{
	border-top: 2px solid #426DA9;
	padding-top: 20px;
	margin-top: 30px;
}
#review_form label{
	display: block;
	margin-bottom: 10px;
}
.person-type-field .optional{
	display: none !important;
}
@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
}

.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
}



.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: 420px;
	float: left;
	margin-right: 45px;
	margin-bottom: 30px;
}


.single-product div.product .summary .info-product{
	border: 2px solid #000;
	width: 540px;
	height: 230px;
	padding: 60px 40px;
}
.single-product div.product .summary .info-product .price{
	font-family: 'GloberSemiBold';
	font-size: 27px;
	margin: 0 0 23px;
}
.woocommerce-product-details__short-description{
	display: none;
}
.single-product div.product .woocommerce-tabs {	
	clear: both;
}
#reviews .comment-form-author, #reviews .comment-form-email {
	width: 100%
}
#reviews .comment-form-email {
	margin-right: 0
}
.comment-form-cookies-consent {
	display: block;
	clear: both;
	overflow: hidden;
}
.comment-form-cookies-consent input{
	float: left;
}
.comment-form-cookies-consent label{
	float: left;
	margin: -3px 0 0 10px;
}
#reviews input[type="submit"] {
	float: left;	
}
.woocommerce .page-description {
	margin-bottom: 1.618em
}
.woocommerce-result-count {
	float: left;
	position: relative;
	margin: 0 0 0 12px;
	padding: 0;
	height: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 40px;
}
.woocommerce-ordering {
	float: right;	
	margin: 0 12px 0 0;
	padding: 0
}
.woocommerce-ordering select{
	border: 2px solid #000;
	height: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.woocommerce-pagination {
	border: 0;
	clear: none;
	padding: 0;
	margin: 0 auto 30px;
	width: 1190px;
}
.woocommerce-pagination ul.page-numbers{
	width: 100%;
	height: 31px;
	margin: 0;
	padding: 0;
	display: block;
	font-size: 0;
	text-align: center;
}
.woocommerce-pagination ul.page-numbers li{
	height: auto;	
    font-family: 'GloberBold';
    font-size: 26px;   
    color: #636363;
	display: inline-block;   
    padding:  0 11px;
    line-height: 25px;
    vertical-align: bottom;
}
.woocommerce-pagination ul.page-numbers li span{
	height: 26px;
}
.woocommerce-pagination ul.page-numbers li:last-child{
	margin: 0;
}
.woocommerce-pagination ul.page-numbers li a.page-numbers{
	margin: 0;
	padding: 0;
	line-height: 30px;	
}
.woocommerce-pagination ul.page-numbers li a.prev,
.woocommerce-pagination ul.page-numbers li a.next{
	height: 31px;	
	padding: 0 9px;
    font-size: 0;
    color: #DF4661;
	line-height: 31px;   
}
.woocommerce-pagination ul.page-numbers li a.prev:before{
	content: "‹";
	font-size: 31px;	
}
.woocommerce-pagination ul.page-numbers li a.next:after{
	content: "›";
	font-size: 31px;	
}
.woocommerce-pagination ul.page-numbers li span.current{
	height: 31px;	
    font-size: 31px;
    color: #426DA9;
    line-height: 36px;   
	margin: 0;
}
.woocommerce-pagination ul.page-numbers li a.prev:hover:before,
.woocommerce-pagination ul.page-numbers li a.next:hover:after{
	color: #426DA9;
}
.woocommerce-cart .hentry, .woocommerce-checkout .hentry {
	border-bottom: 0;
	padding-bottom: 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%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: 0
}
.form-checkout-container{
	border: 2px solid #000;
	margin: 0 0 15px;
}
.form-checkout-container .woocommerce-info{
	background-color: #FFF;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin: 0;
}
.form-checkout-container .woocommerce-info a{
	background-color: #f8bca0;
	color: #000;
	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 .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 {
	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: 2px solid #000;
	width: 384px;
	padding: 20px;
	float: right;
}

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,
.col2-set#customer_login .col-1, .col2-set.addresses .col-2{
	width: calc( 50% - 10px );
	height: auto;	
}
.col2-set#customer_login .col-1, .col2-set.addresses .col-1 {	
	float: left;
	margin-right: 20px;
}
.col2-set#customer_login .col-2, .col2-set.addresses .col-2 {	
	float: right;
	margin-right: 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%
}

.woocommerce-MyAccount-content h3 {
    font-size: 28px;
    margin: 0 0 20px;
}


.woocommerce-MyAccount-content .form-row-last {
	width: 48%;
	float: right;
	margin-right: 0
}

.woocommerce-Address-title{
	position: relative;
	height: auto;
}
.addresses header.title::after, .addresses header.title::before {
	content: '';
	display: table
}
.addresses header.title::after {
	clear: both
}
.addresses header.title h3 {
	float: left
}
.addresses header.title a {
	margin-top: 13px;
	float: right;
}
.woocommerce-Addresses address{
	line-height: 1.3em;
}
.col2-set.addresses{
	display: flex;
}

.woocommerce-MyAccount-content-inner form{
	width: 596px;
}

.woocommerce-MyAccount-content-inner form legend{
	font-family: 'GloberSemiBold';
	font-size: 1.3em;      
	color: #426DA9;
	display: block;
	margin-bottom: 10px;
}


.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;
}

.woocommerce-tabs {
	padding: 0;
	width: 690px;
	float: right;
}
.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; */
}
}

/*-------------------------------------------------------
---------------------------------------------------------
RESPONSIVO
---------------------------------------------------------
-------------------------------------------------------*/


