/* Lista de Produtos */
ul.products, .elementor-element .elementor-wc-products ul.products{display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -10px; margin-left: -10px; margin-top: 0; margin-bottom: 0; list-style: none; padding: 0; grid-column-gap: 0 !important; grid-row-gap: 0 !important;}
.elementor-element .elementor-wc-products ul.products li.product{position: relative; width: 100%; min-height: 1px; padding-right: 10px; padding-left: 10px;}
ul.products > li.product{position: relative; width: 100%; min-height: 1px; padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 30px; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}

.products .product{display: block; position: relative; padding-bottom: 0; padding-top: 0;}
.products .product a{display: block; position: relative; padding: 0; text-decoration: none; transition: .2s all linear}
.products .product .container-image{display: block; width: 100%; height: auto; position: relative;}
.products .product img{width: 100%; max-width: 100%; height: auto; background-color: #fff}
.products .product a:hover{text-decoration: none;}
.products .product .onsale{display: none !important}
.products .product .hover-container{opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 15px; background-color: rgba(103, 137, 168, 0.9); transition: .15s;}
.products .product .hover-container .content-product{display: block; width: 100%; height: 100%; border: 2px solid #f2f5f7; padding: 15px;}
.products .product:hover .hover-container{opacity: 1;}
.products .product .space-bottom{opacity: 1; position: absolute; bottom: 0; left: 0; width: 100%; height: 26px; background-color: rgba(103, 137, 168, 0.9); transition: .15s;}
.products .product:hover .space-bottom{opacity: 0;}
.products .product .woocommerce-loop-product__title{color: #fff; font-size: 18px; font-weight: 700; text-transform: uppercase;}
.products .product .loop-short-description{display: none; font-size: 14px; color: #fff; line-height: 1.1;}
.products .product .price{display: block; color: #fff; font-size: 16px;  font-weight: 900; margin-top: 15px}
.products .product .price:before{content: 'valor de referência:'; display: block; font-size: 13px; font-weight: 400;}
.products .product .price span{font-weight: 900; }
.products .product .price del, .products .product .price ins{display: block;}
.products .product .price del, .products .product .price span.from{font-size: 12px; color: #7d7d7d; font-weight: 400}
.products .product .price span.from{margin-right: 5px; font-size: 12px;}
.products .product .price del::before{content: 'de: '; text-decoration: none;}
.products .product .price ins{text-decoration: none;}
.products .product .price ins::before{content: 'por: '}

.products .product .saiba-mais{color: #051727; font-weight: 700; font-size: 18px;}

.products .product .add_to_cart_button, .products .product .button{display: none}

ul.products.columns-7 > li.product{-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
ul.products.columns-8 > li.product{-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
ul.products.columns-9 > li.product{-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
ul.products.columns-10 > li.product{-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}

@media (max-width: 430px){
	ul.products > li.product{position: relative; width: 100%; min-height: 1px; padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 30px; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
	.products .product .loop-short-description{display: block;}
}

/* Carousel produtos */
.slick-produtos{padding: 0 15px; margin-top: 0px}
.slick-produtos .slick-prev, .slick-produtos .slick-next{position: absolute; top: 50%; width: 30px; height: auto; line-height: 36px; cursor: pointer; outline: none; background-color: transparent; color: #7a7a79; font-size: 36px; border: 0; padding: 5px 0 0; text-align: center; opacity: .3; transition: .2s; transform: translateY(-50%); z-index: 200}
.slick-produtos .slick-prev:hover, .slick-produtos .slick-next:hover{background-color: transparent; opacity: 1;}
.slick-produtos .slick-prev{left: -10px;}
.slick-produtos .slick-next{right: -10px;}
.slick-produtos .item{position: relative; padding-left: 15px; padding-right: 15px;}

/* Página do produto */
.product{padding: 30px 0 50px;}
.product .onsale{display: none !important}
.product .images{display: block; position: relative; border: 0}
.product .images .woocommerce-product-gallery__trigger{display: none}
.product .images img{width: 100%; height: auto; max-width: 100%; background-color: #fff;}
.product .images .flex-viewport{border: 1px solid #ddd}
.flex-control-thumbs{margin: 10px -5px 0; padding: 0; max-height: 230px;}
.flex-control-thumbs .slick-slide{margin: 0 5px; padding: 0}

.flex-control-thumbs .slick-prev, .flex-control-thumbs .slick-next{position: absolute; top: 50%; width: 25px; height: auto; line-height: 28px; cursor: pointer; outline: none; background-color: transparent; color: #7a7a79; font-size: 28px; border: 0; padding: 5px 0 0; text-align: center; opacity: .3; transition: .2s; transform: translateY(-50%); z-index: 200}
.flex-control-thumbs .slick-prev:hover, .flex-control-thumbs .slick-next:hover{background-color: transparent; opacity: 1;}
.flex-control-thumbs .slick-prev{left: -15px;}
.flex-control-thumbs .slick-next{right: -15px;}
.flex-control-thumbs img{border: 1px solid #ddd;}
.flex-control-thumbs img.flex-active{border-color: #91bae0}

.product .summary.entry-summary .product_title{font-size: 20px; font-weight: 700; color: #454545; text-transform: uppercase; margin: 40px 0 15px;}
.product .summary.entry-summary .product_meta{border-bottom: 1px solid #ddd; padding-bottom: 10px;}
.product .summary.entry-summary .product_meta .sku_wrapper{font-size: 13px; color: #7d7d7d; font-weight: 700}
.product .summary.entry-summary .product_meta .posted_in{display: none}
.product .summary.entry-summary .price{margin-top: 15px; color: #91bae0; display: block; font-size: 16px; font-weight: 800; text-decoration: none; margin-bottom: 0; padding-bottom: 0}
.product .summary.entry-summary .price:before{content: 'por:'; color: #454545; display: block; font-size: 13px; font-weight: 400;}
.product .summary.entry-summary .price > .woocommerce-Price-amount.amount{font-weight: 800}
.product .summary.entry-summary .price del, .product .summary.entry-summary .price span.from{color: #7d7d7d; display: block; font-size: 12px; font-weight: 400; text-decoration: none;}
.product .summary.entry-summary .price del .woocommerce-Price-amount.amount{text-decoration: line-through}
.product .summary.entry-summary .price del::before{content: 'de: ';}
.product .summary.entry-summary .price ins{color: #91bae0; display: block; font-size: 30px; line-height: 44px; margin-bottom: 10px; font-weight: 800; text-decoration: none}
.product .summary.entry-summary .price ins::before{content: 'por: ';}

.product .summary.entry-summary .single_variation_wrap .price{display: none !important}

.product .summary.entry-summary .installments{color: #969696; margin: 0; font-size: 14px; padding: 3px 0 0 0; }
.product .summary.entry-summary .installments .qty-installments, .product .summary.entry-summary .installments .amount{color: #91bae0; font-weight: 700}
.product .woocommerce-product-details__short-description{color: #454545; font-size: 14px; padding-top: 15px;}

.product .cart .button{display: block; background-color: #6789a8; border: 1px solid #6789a8; color: #fff; font-size: 18px; width: 100%; max-width: 300px; margin: 30px 0 0; padding: 10px 15px; text-align: center; text-decoration: none; border-radius: 5px; transition: .15s; margin-bottom: 30px;}
.product .cart .button:hover{background-color: #fff; color: #6789a8;}

.product .cart{margin-top: 20px;}

.product .stock{margin-top: 20px; font-size: 14px; font-weight: 600; color: #f00}
.product .stock.in-stock{color: #4fcd60}
.product .stock.out-of-stock{padding: 0.7em 1.618em; margin-bottom: 2.617924em; background-color: #fff; margin-left: 0; border-radius: 2px; color: #91bae0 !important; clear: both; box-shadow: 0 0 5px rgba(0,0,0,.15); border-left: .6180469716em solid #91bae0; font-size: 16px;}
.product.outofstock .summary.entry-summary .price, .product.outofstock .summary.entry-summary .installments, .product.outofstock .summary.entry-summary .parcelas-mp{display: none}
.product.outofstock .wcwl_elements.bound{margin-top: 20px}

.product .quantity.hidden{display: none;}
.product .quantity label{display: block; color: #91bae0; font-weight: 400; font-size: 16px;}
.product .quantity .input-text{border: 1px solid #91bae0; width: 52px; height: 52px; font-size: 24px; margin-left: -6px; margin-right: -5px; color: #91bae0; text-align: center; vertical-align: middle; outline-color: #91bae0;}
.product .quantity .plus, .product .quantity .minus{border: 1px solid #91bae0; background-color: #fff; width: 30px; height: 52px; font-size: 14px; color: #91bae0; text-align: center; cursor: pointer; outline: none; vertical-align: middle; transition: 150ms all linear; outline-color: #91bae0;}
.product .quantity .plus:hover, .product .quantity .minus:hover{background-color: #91bae0; border-color: #91bae0; color: #fff;}

.product .bp-product-share{padding: 40px 0 30px}
.product .bp-product-share p{color: #666}
.product .bp-product-share p a{color: #bdbdbd; font-size: 24px; transition: 150ms all linear}
.product .bp-product-share p a:hover{color: #91bae0;}
.product .bp-product-share p a .fa{margin-right: 5px; margin-left: 5px}

.product .bt-compre{display: none; background-color: #6789a8; color: #fff; font-size: 18px; max-width: 100%; padding: 10px 15px; text-align: center; text-decoration: none; border-radius: 5px; transition: .15s; margin-bottom: 30px;}
.product .bt-compre:hover{background-color: #fff; color: #6789a8;}
.product .bt-compre .fab{font-size: 24px;}

/* Swatches Variations */
.product .variations .bp-variation{padding-bottom: 15px;}
.product .variations label{color: #7d7d7d; font-size: 15px; font-weight: 700; text-align: left; font-style: normal; margin-bottom: 0; padding-bottom: 0}
.product .variations a.reset_variations{display: none !important;}
.radio-select.select ul{ margin: 0; padding: 0; list-style: none;}
.radio-select.select ul li {float: left; margin: 0; padding: 0 0 10px 0 !important;}
.radio-select.select ul li input.radio-option{display: none}
.radio-select.select ul li label{display: block; width: auto; height: 42px; line-height: 32px; border: 1px solid #ddd; background-color: #FFF; padding: 5px 15px; color: #7d7d7d; font-size: 18px; text-align: center; font-style: normal; margin: 0 5px 0 0px; cursor: pointer;}
.radio-select.select ul li label:hover{border: 1px solid #91bae0; color: #91bae0}
.radio-select.select ul li input.radio-option:checked + label {border: 1px solid #91bae0; color: #fff; background-color: #91bae0}
.swatch-wrapper {margin-right: 10px;}

.product .variations .swatch-wrapper:hover, .product .variations div.swatch-wrapper.selected{border-color: #91bae0}

/* Descrição completa do Produto */
.product .woocommerce-tabs{margin: 50px 0 0;}
.product ul.tabs.wc-tabs{display: block; margin: 0; padding: 0; list-style: none;border-bottom: 1px solid #ddd;}
.product ul.tabs.wc-tabs:after{content: ' '; display: block; clear: both; visibility: hidden; line-height: 0;}
.product ul.tabs.wc-tabs li{float: left; border: solid 1px #ddd; border-left: 0; margin-bottom: -1px;}
.product ul.tabs.wc-tabs li:first-child{border-left: 1px solid #ddd}
.product ul.tabs.wc-tabs li.active{border-bottom-color: #f6f6f6; border-top-color: #91bae0;}
.product ul.tabs.wc-tabs li.active a{color: #91bae0;}
.product ul.tabs.wc-tabs li a{display: block; padding: 10px 15px; font-size: 14px; color: #454545; text-decoration: none; transition: .15s;}
.product ul.tabs.wc-tabs li a:hover{color: #91bae0;}
.product .woocommerce-Tabs-panel{padding: 0 15px 0; margin: 30px -15px 0; font-size: 14px; color: #454545;}
.product .woocommerce-Tabs-panel h2.tabs-title{display: none;}
.product .woocommerce-Reviews h2.woocommerce-Reviews-title{color: #91bae0; font-size: 24px; font-weight: 700;  margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #ddd}

.product .woocommerce-Tabs-panel h1{font-size: 22px;}
.product .woocommerce-Tabs-panel h2{font-size: 20px}
.product .woocommerce-Tabs-panel h3{font-size: 18px;}
.product .woocommerce-Tabs-panel h4{font-size: 16px;}
.product .woocommerce-Tabs-panel h5{font-size: 14px;}
.product .woocommerce-Tabs-panel h6{font-size: 14px}

.product .woocommerce-Tabs-panel p{font-size: 14px; color: #474747}
.product .woocommerce-Tabs-panel table{width: 100%; border-top: 1px solid #ddd;}
.product .woocommerce-Tabs-panel table th, .product .woocommerce-Tabs-panel table td{padding: 10px; max-width: 100%; color: #454545; font-size: 14px; border-bottom: 1px solid #ddd}

.product .woocommerce-Tabs-panel img {height: auto; max-width: 100%; margin-bottom: 20px;}
.product .woocommerce-Tabs-panel img.alignleft {float: left; margin-right: 27px;}
.product .woocommerce-Tabs-panel img.alignright {float: right; margin-left: 27px;}
.product .woocommerce-Tabs-panel img.aligncenter {display: block; margin: 0 auto; text-align: center;}
.product .woocommerce-Tabs-panel iframe {border: 0; padding: 0; margin: 0; max-width: 100%;}
.product .woocommerce-Tabs-panel iframe.alignleft {float: left; margin-right: 27px; margin-bottom: 20px;}
.product .woocommerce-Tabs-panel iframe.alignright {float: right; margin-left: 27px; margin-bottom: 20px;}
.product .woocommerce-Tabs-panel caption{color: #474747}

#tab-additional_information{display: none !important}

/* Produtos Relacionados e Aumentar Vendas */
.product .related.products, .product .upsells.products{padding: 0 15px 0; margin: 50px -15px 0;}
.product .related.products > h2, .product .upsells.products > h2{color: #91bae0; font-size: 24px; font-weight: 700;  margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #ddd}

/* Avaliações */
@font-face {
	font-family: WooCommerce;
	src: url(../../../../plugins/woocommerce/assets/fonts/WooCommerce.eot);
	src: url(../../../../plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../../../../plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"), url(../../../../plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"), url(../../../../plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
	font-weight: 400;
	font-style: normal
}
@font-face{
	font-family:star;
	src:url(../../../../plugins/woocommerce/assets/fonts/star.eot);
	src:url(../../../../plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"),
		url(../../../../plugins/woocommerce/assets/fonts/star.woff) format("woff"),
		url(../../../../plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),
		url(../../../../plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
	font-weight:400;
	font-style:normal
}
a.woocommerce-review-link{color: #7d7d7d; font-size: 12px}
#main #reviews #comments ol.commentlist ul.children .star-rating {display: none}
.woocommerce-product-rating {line-height: 2; display: block; width: 50%; float: left}
.woocommerce-product-rating:after, .woocommerce-product-rating:before {content: " "; display: table}
.woocommerce-product-rating .star-rating {margin: .5em 4px 0 0; float: left}
.products .star-rating {display: block; margin: 0 auto .5em; float: none; margin-top: 10px;}
.hreview-aggregate .star-rating {margin: 10px 0 0;}
.star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:star}
.star-rating:before{content:"\73\73\73\73\73";color:#ffad00; 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;font-family:star; color: #ffad00}
.star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}
#main p.stars a:before, #main p.stars a:hover~a:before {content: "\e021";}
#main p.stars a {position: relative; height: 1em; width: 1em; text-indent: -999em; color: #ffad00; display: inline-block; text-decoration: none}
#main p.stars a:before {display: block; position: absolute; top: 0; left: 0; width: 1em; height: 1em; line-height: 1; font-family: WooCommerce; text-indent: 0}
#main p.stars.selected a.active:before, #main p.stars:hover a:before {content: "\e020"}
#main p.stars.selected a.active~a:before {content: "\e021"}
#main p.stars.selected a:not(.active):before {content: "\e020"}

#comments ol.commentlist{list-style: none; margin: 0; padding: 0;}
#comments ol.commentlist li{margin: 0; padding: 0 0 30px;}
#comments ol.commentlist li .comment_container{background-color: #fff; padding: 15px 20px; color: #7d7d7d}
#comments ol.commentlist li .comment_container img{display: none !important; width: 64px; height: auto; float: left; margin-right: 10px;}

#review_form{clear: both;}
#review_form:after{clear: both}
#review_form p label{display: block; width: 100%;}
#comment{width: 100%; height: 100px; border: 1px solid #e7e7e7; color: #7d7d7d; font-size: 14px; padding: 10px; resize: vertical}
#review_form #email, #review_form #author{width: 100%; border: 1px solid #e7e7e7; height: 30px; font-size: 14px; padding-right: 10px; padding-left: 10px; color: #000;}
#review_form p.form-submit{clear: both; display: block;}
#review_form #submit{background-color: #91bae0; border: 1px solid #91bae0; color: #FFF; font-weight: 400; font-size: 16px; padding: 10px 20px;}

.woocommerce-product-rating:after{clear: both}

.woocommerce-orders-table__cell a.button{color: #91bae0 !important}

/* Categoria de produto */
.woocommerce-result-count{display: none;}
.woocommerce-ordering{padding-bottom: 40px;}
.woocommerce-ordering .orderby{width: 100%; max-width: 290px; height: 35px; padding-left: 15px; border: 1px solid #ddd; border-radius: 5px; color: #a5a5a5; font-size: 16px;}

/* Infos woocommerce */
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {padding: 1em 1.618em; margin-bottom: 2.617924em; background-color: #0f834d; margin-left: 0; border-radius: 2px; color: #fff !important; clear: both; border-left: .6180469716em solid rgba(0,0,0,.15); font-size: 14px;}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, .woocommerce-noreviews .button, p.no-comments .button {float: right; padding: 0 0 0 1em; background: 0 0; color: #fff; box-shadow: none; line-height: 1.618; border-width: 0 0 0 1px; border-left-style: solid; border-left-color: rgba(255,255,255,.25)!important; border-radius: 0;}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a, .woocommerce-info a.button, p.no-comments a {color: #fff !important; font-weight: 700 !important;}
.woocommerce-error {list-style: none; background-color: #e2401c;}
article.page .entry .woocommerce-error p, article.page .entry .woocommerce-info p, article.page .entry .woocommerce-message p, .woocommerce-error li{color: #FFF !important}
article.page .entry .woocommerce-error p, article.page .entry .woocommerce-info p, article.page .entry .woocommerce-message p{margin: 0; padding: 0}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {background-color: #3D9CD2;}
.woocommerce-error .ywraq_list_empty_message{display: block; float: left}
.woocommerce-error p.return-to-shop{display: block; float: right}
.woocommerce-error li:after{display: block; clear: both; content: "";}

/* Paginação de produtos */
.woocommerce-pagination{display: block !important; position: relative; margin: 50px auto 20px; padding-bottom: 30px; text-align: center;}
.woocommerce-pagination ul{list-style: none; display: inline-block;}
.woocommerce-pagination ul li{float: left; margin: 0 2px;}
.woocommerce-pagination ul li a{width: 30px; height: 30px; border: 2px solid #91bae0; display: inline-block; text-align: center; line-height: 30px; text-decoration: none; color: #969696; font-weight: bold; background-color: #fff; transition: 150ms all linear}
.woocommerce-pagination ul li a:hover{background-color: #91bae0; color: #FFF; border-color: #91bae0}
.woocommerce-pagination .current{width: 30px; height: 30px; border: 2px solid #91bae0; display: inline-block; text-align: center; line-height: 30px; text-decoration: none; color: #fff; font-weight: bold; background-color: #91bae0;}

/* Força da senha */
.woocommerce-password-strength{background-color:#eee;border:1px solid #ddd;float:left;margin:13px 5px 5px 1px;padding:3px 5px;text-align:center;width:100%}
.woocommerce-password-strength.short{background-color:#f1adad;border-color:#f04040}
.woocommerce-password-strength.bad{background-color:#ffb78c;border-color:#ff853c}
.woocommerce-password-strength.good{background-color:#ffec8b;border-color:#fc0}
.woocommerce-password-strength.strong{background-color:#c3ff88;border-color:#8dff1c}

@media (max-width: 440px){
	.product ul.tabs.wc-tabs li{width: 100%; float: none; border-left: 1px solid #ddd;}
	.product ul.tabs.wc-tabs li.active{border-bottom: 0; background-color: #91bae0; border-top-color: #f6f6f6;}
	.product ul.tabs.wc-tabs li a{position: relative;}
	.product ul.tabs.wc-tabs li.active a{color: #fff;}
	.product ul.tabs.wc-tabs li a:after{content: '\f067'; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; right: 10px; top: 10px;}
	.product ul.tabs.wc-tabs li.active a:after{content: '\f068';}
}

@media (min-width: 576px){
	/* Listagem de Produtos */
	ul.products > li.product{-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
	ul.products.columns-2 > li.product{-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
	ul.products.columns-3 > li.product{-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
	ul.products.columns-4 > li.product{-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
	ul.products.columns-5 > li.product{-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
	ul.products.columns-6 > li.product{-ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
	ul.products.columns-7 > li.product{-ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
	ul.products.columns-8 > li.product{-ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
	ul.products.columns-9 > li.product{-ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
	ul.products.columns-10 > li.product{-ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}

	.products .product .loop-short-description{display: block; margin-top: 10px;}

	/* Carousel de produtos */
	.slick-produtos .slick-prev, .slick-produtos .slick-next{font-size: 40px; line-height: 40px}
	.slick-produtos .slick-prev{left: -20px;}
	.slick-produtos .slick-next{right: -20px;}
}
@media (min-width: 768px){
	/* Listagem de produtos */
	ul.products > li.product{-ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
	ul.products.columns-3 > li.product{-ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
	ul.products.columns-4 > li.product{-ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
	ul.products.columns-5 > li.product{-ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
	ul.products.columns-6 > li.product{-ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
	ul.products.columns-7 > li.product{-ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
	ul.products.columns-8 > li.product{-ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
	ul.products.columns-9 > li.product{-ms-flex: 0 0 14.285714%; flex: 0 0 14.285714%; max-width: 14.285714%;}
	ul.products.columns-10 > li.product{-ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
	
	.products .product .woocommerce-loop-product__title{padding-top: 10px;}
	.products .product .loop-short-description{display: none;}
	.products .product .saiba-mais{font-size: 18px; margin-top: 20px;}

	/* Carousel de produtos */
	.slick-produtos{padding-left: 0; padding-right: 0;}
	.slick-produtos .slick-prev, .slick-produtos .slick-next{font-size: 44px; line-height: 44px}
	.slick-produtos .slick-prev{left: -30px;}
	.slick-produtos .slick-next{right: -30px;}

	/* Página do produto */
    .product .summary.entry-summary .product_title{margin-top: 0}
}
@media (min-width: 992px) {
	/* Listagem de produtos */
	ul.products > li.product{-ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
	ul.products.columns-4 > li.product{-ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
	ul.products.columns-5 > li.product{-ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}
	ul.products.columns-6 > li.product{-ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}
	ul.products.columns-7 > li.product{-ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}
	ul.products.columns-8 > li.product{-ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
	ul.products.columns-9 > li.product{-ms-flex: 0 0 14.285714%; flex: 0 0 14.285714%; max-width: 14.285714%;}
	ul.products.columns-10 > li.product{-ms-flex: 0 0 12.5%; flex: 0 0 12.5%; max-width: 12.5%;}

	.products .product .woocommerce-loop-product__title{padding-top: 14px;}
	.products .product .hover-container, .products .product .hover-container .content-product{padding: 26px;}
	.products .product .loop-short-description{display: block; margin-top: 10px; max-width: 220px;}
	.products .product .saiba-mais{font-size: 18px; margin-top: 20px;}
	.product .bt-compre{max-width: 300px;}

	/* Carousel de produtos */
	.slick-produtos .slick-prev, .slick-produtos .slick-next{font-size: 50px; line-height: 50px}
	.slick-produtos .slick-prev{left: -35px;}
	.slick-produtos .slick-next{right: -35px;}
}
@media (min-width: 1200px) {
	/* Listagem de produtos */
	ul.products.columns-4 > li.product{-ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
	ul.products.columns-5 > li.product{-ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}
	ul.products.columns-6 > li.product{-ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
	ul.products.columns-7 > li.product{-ms-flex: 0 0 14.285714%; flex: 0 0 14.285714%; max-width: 14.285714%;}
	ul.products.columns-8 > li.product{-ms-flex: 0 0 12.5%; flex: 0 0 12.5%; max-width: 12.5%;}
	ul.products.columns-9 > li.product{-ms-flex: 0 0 11.111111%; flex: 0 0 11.111111%; max-width: 11.111111%;}
	ul.products.columns-10 > li.product{-ms-flex: 0 0 10%; flex: 0 0 10%; max-width: 10%;}

	.products .product .woocommerce-loop-product__title{font-size: 24px; padding-top: 44px;}
	.products .product .price{font-size: 18px;}
	.products .product .loop-short-description{font-size: 16px;}
	.products .product .saiba-mais{margin-top: 30px;}

	/* Carousel de produtos */
	.slick-produtos .slick-prev, .slick-produtos .slick-next{font-size: 57px; line-height: 57px}
	.slick-produtos .slick-prev{left: -40px;}
	.slick-produtos .slick-next{right: -40px;}

	/* Página do produto */
	/*.product .images .flex-control-thumbs li{-ms-flex: 0 0 14.285714%; flex: 0 0 14.285714%; max-width: 14.285714%;}*/
	.product .summary.entry-summary .product_title{font-size: 24px;}
	.product .summary.entry-summary .price, .product .summary.entry-summary .price ins{font-size: 20px}
}

/* Progresso da Compra */
.cart-progress{background-color: #f0f0f0; padding: 18px; margin-bottom: 20px}
.cart-progress .passo-1, .cart-progress .passo-2, .cart-progress .passo-3{display: none; color: #565656; font-size: 14px;}
.cart-progress .passo-1.active, .cart-progress .passo-2.active, .cart-progress .passo-3.active{display: block; color: #91bae0;}
.cart-progress .passo-1.active .img-passo, .cart-progress .passo-2.active .img-passo, .cart-progress .passo-3.active .img-passo{border-color: #91bae0; color: #91bae0}
.cart-progress .img-passo{display: block; float: left; border: 1px solid #e7e7e7; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; width: 36px; height: 36px; line-height: 36px; text-align: center; margin-right: 10px; margin-top: 3px;}

@media (min-width: 576px){
	.cart-progress .passo-1, .cart-progress .passo-2, .cart-progress .passo-3{display: block; float: left; text-align: center; width: 33.333333%;}
	.cart-progress .passo-1 .img-passo, .cart-progress .passo-2 .img-passo, .cart-progress .passo-3 .img-passo{float: none; margin: 0 auto 10px}
}
@media (min-width: 768px){
	.cart-progress .passo-1, .cart-progress .passo-2, .cart-progress .passo-3{text-align: left}
	.cart-progress .passo-1 .img-passo, .cart-progress .passo-2 .img-passo, .cart-progress .passo-3 .img-passo{float: left; margin: 0 10px 0 0;}
}

/* Carrinho de Compras */
.shop_table.cart{width: 100%; border: 1px solid #d4d4d4; margin-bottom: 30px}
.shop_table.cart thead{border-bottom: 1px solid #d4d4d4; background-color: #f3f3f3}
.shop_table.cart thead th{color: #91bae0; padding: 10px; font-weight: 400}
.shop_table.cart tbody tr{border-top: 1px solid #d4d4d4;}
.shop_table.cart tbody td{padding: 10px;}
.shop_table.cart a.remove {display: block; width: 1.618em; height: 1.618em; line-height: 1.618; font-weight: 400; text-indent: -9999px; position: relative; font-size: 1.41575em;}
.shop_table.cart a.remove:before {font-family: 'Font Awesome 5 Free' !important; font-weight: 900; content: "\f2ed"; color: #f04040; text-rendering: auto; display: inline-block; font-size: 1.41575em; -webkit-font-smoothing: antialiased; position: absolute; top: 0; left: 0; right: 0; bottom: 0; line-height: 1.618em; text-indent: 0; text-align: center; transition: 150ms all linear}
.shop_table.cart a.remove:hover:before{color: #f04040 }
.shop_table.cart tbody td.product-thumbnail img{display: block; width: 90px; max-width: 100%; height: auto; margin: 0;}
.shop_table.cart tbody td.product-name a{color: #91bae0; font-size: 14px; transition: 150ms all linear}
.shop_table.cart tbody td.product-name a:hover{color: #25d366 ; text-decoration: none}
.shop_table.cart tbody td.product-name .sku_wrapper{font-size: 12px;}
.shop_table.cart tbody td.product-name .sku_wrapper .sku{font-weight: 700}
.shop_table.cart tbody td.product-price{color: #565656;}
.shop_table.cart tbody td.product-subtotal{color: #91bae0; font-weight: 700}
.shop_table.cart .quantity label{display: none}
.shop_table.cart thead th.product-quantity{width: 122px;}

.woocommerce-cart-form{padding-bottom: 150px;}
.woocommerce-cart-form .actions{display: none;}

.woocommerce-cart-form .quantity .input-text{border: 1px solid #aaaaaa; border-left: 0; border-right: 0; width: 42px; height: 30px; margin-left: -3px; margin-right: -5px; font-size: 14px; color: #7c7c7c; text-align: center; vertical-align: middle;}
.woocommerce-cart-form .quantity .plus, .woocommerce-cart-form .quantity .minus{border: 1px solid #aaaaaa; background-color: #fff; width: 30px; height: 30px; font-size: 10px; color: #7c7c7c; text-align: center; cursor: pointer; outline: none; vertical-align: middle; transition: 150ms all linear}
.woocommerce-cart-form .quantity .plus:hover, .woocommerce-cart-form .quantity .minus:hover{background-color: #91bae0; border-color: #91bae0; color: #fff;}

div.shipping #calc_shipping_city_field{display: none}
div.shipping .form-row{margin-left: 0; margin-right: 0}
div.shipping .shipping-calculator-form{display: block !important;}
div.shipping .shipping-calculator-form label{font-size: 18px; color: #454545; font-weight: 400}
div.shipping .input-text{width: 100%; padding: 5px 10px; border: 1px solid #e7e7e7; color: #565656; margin: 0;}
div.shipping .button{background: #91bae0; font-size: 14px; border: 0; color: #FFF; padding: 5px 15px; max-width: 100%; transition: 150ms all linear}
div.shipping .button:hover{background-color: #25d366 }

div.after-cart .coupon label{font-size: 18px; color: #454545; font-weight: 400}
div.after-cart .coupon .input-text{width: 100%; padding: 5px 10px; border: 1px solid #e7e7e7; color: #565656; margin: 0; font-size: 16px; margin-bottom: 20px;}
div.after-cart .coupon .button{background: #91bae0; font-size: 14px; border: 0; color: #FFF; padding: 5px 15px; max-width: 100%; transition: 150ms all linear}
div.after-cart .coupon .button:hover{background-color: #25d366 }

.cart-collaterals {padding: 5px; margin: 0; border: 1px solid #e7e7e7;}
.cart-collaterals h2{font-size: 18px !important; color: #91bae0 !important; font-weight: 400 !important; margin-top: 10px;}

.cart_totals{padding: 0; margin: 0; font-size: 14px; width: 100%;}
.cart_totals h2{display: none;}
.cart_totals table{margin: 0; width: 100%; border: 0; border-top: 0;}
.cart_totals table th{text-align: right; padding: 10px 0; vertical-align: top; color: #565656}
.cart_totals table td{text-align: right; padding: 10px 20px; color: #565656;}
.cart_totals table .cart-subtotal th, .cart_totals table .cart-subtotal td{border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; font-size: 14px;}
.cart_totals table .shipping th{font-size: 14px;}
.cart_totals table .shipping th, .cart_totals table .shipping td, .cart_totals table .cart-discount th, .cart_totals table .cart-discount td{border-bottom: 1px solid #e7e7e7;}
.cart_totals .shipping .button{padding: 5px 10px; background-color: #565656; color: #FFF; border: 0;}
.cart_totals ul{list-style: none;}
.cart_totals ul li{text-align: left;}
.cart_totals .order-total td, .cart_totals .order-total th{color: #565656; font-weight: bold; font-size: 16px;}
.cart_totals .order-total td{color: #91bae0}
.cart_totals .order-total td span.amount{font-weight: bold;}
.cart_totals .shipping-notice{border-bottom: 1px solid #e7e7e7;}

ul#shipping_method li{padding-bottom: 8px}
ul#shipping_method label{display: inline; font-weight: 400; font-size: 14px}
ul#shipping_method .shipping_method{float: left; margin-right: 10px}
ul#shipping_method span.amount{color: #c62126 !important; font-size: 14px !important}
ul#shipping_method span.amount span.woocommerce-Price-currencySymbol{font-size: 14px !important}

.wc-proceed-to-checkout{text-align: right; margin-top: 40px; min-height: 100px}
.wc-proceed-to-checkout .update-cart, .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward{display: block; width: 100%; padding: 10px 20px; margin-top: 10px; text-align: center; text-decoration: none; background: #91bae0; font-size: 16px; border: 0; color: #FFF; max-width: 100%; transition: 150ms all linear}
.wc-proceed-to-checkout .update-cart{background: #454545;}
.wc-proceed-to-checkout .update-cart:hover{background-color: #25d366 }
.wc-proceed-to-checkout .update-cart:disabled{opacity: .5}
.wc-proceed-to-checkout .update-cart:disabled:hover{background-color: #454545}
.wc-proceed-to-checkout .checkout-button.button.alt.wc-forward{background: #25d366;}
.wc-proceed-to-checkout .update-cart:hover, .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward:hover{background-color: #25d366 }

.woocommerce .cart-empty{color: #565656; font-size: 18px; text-align: center}
.woocommerce .return-to-shop a{display: block; width: 200px; margin: 0 auto; max-width: 100%; padding: 10px; color: #333 !important; background: #91bae0; text-align: center; text-decoration: none; transition: 150ms all linear}
.woocommerce .return-to-shop a:hover{background-color: #25d366; color: #fff !important; text-decoration: none !important}

.cross-sells{padding-bottom: 50px;}
.cross-sells > h2{color: #454545; font-size: 30px; font-family: 'PT Serif', serif; font-weight: 700; font-style: italic; margin-bottom: 20px; text-align: center}

@media (max-width: 767px){
	/* Carrinho */
	.woocommerce table.shop_table.cart, .woocommerce table.shop_table.cart thead, .woocommerce table.shop_table.cart tbody, .woocommerce table.shop_table.cart th, .woocommerce table.shop_table.cart td, .woocommerce table.shop_table.cart tr {display: block;}
	.woocommerce table.shop_table.cart thead tr {position: absolute; top: -9999px; left: -9999px;}
	.woocommerce table.shop_table.cart td {border: 1px solid #d2d3d3; position: relative; padding-left: 30% !important; padding-top: 5px; padding-bottom: 5px; height: auto;}
	.woocommerce table.shop_table.cart {border: none;}
	.woocommerce table.shop_table.cart td.product-spacer {border-color: #FFF; height: 20px;}

	.woocommerce table.shop_table.cart td{text-align: center;}
	.woocommerce table.shop_table.cart td.product-remove{padding: 0; text-align: center}
	.woocommerce table.shop_table.cart td.product-remove a{padding: 0; padding-top: 0; line-height: 100%}

	.woocommerce table.shop_table.cart td:before {position: absolute; top: 6px; left: 6px; width: 25%; padding-right: 10px; white-space: nowrap; text-align: right;}
	.woocommerce table.shop_table.cart td.product-remove a{margin: 0 auto 15px;}
	.woocommerce table.shop_table.cart td.product-remove:before {content: "EXCLUIR"; text-transform: uppercase !important;}
	.woocommerce table.shop_table.cart td.product-name:before {content: "PRODUTO";}
	.woocommerce table.shop_table.cart td.product-price:before {content: "PREÇO";}
	.woocommerce table.shop_table.cart td.product-quantity:before {content: "QUANTIDADE";}
	.woocommerce table.shop_table.cart td.product-thumbnail{display: none; width: 100%; height: auto; border-top: 0; border-bottom: 0;}
	.woocommerce table.shop_table.cart td.product-thumbnail:before {content: "FOTO"; text-transform: uppercase !important;}
	.woocommerce table.shop_table.cart td.product-thumbnail img{display: block; margin: 0 auto; width: 60px; height: auto;}
	.woocommerce table.shop_table.cart td.product-subtotal:before {content: "SUBTOTAL";}
	.woocommerce table.shop_table.cart td.product-total:before {content: "TOTAL";}

	.woocommerce-cart-form .cart-collaterals{margin-top: 30px;}
}

/* Checkout */
#customer_details{padding-bottom: 20px;}
#customer_details h3{color: #91bae0; font-weight: bold; margin: 0 0 20px 0; padding: 20px 0 0; font-size: 22px;}
#customer_details p{margin-top: 15px;}
#customer_details label{font-size: 14px; color: #565656; font-weight: 500}
#customer_details .input-text{width: 100%; height: 35px; padding: 0 10px; color: #565656; font-size: 14px; border: 1px solid #acacac; outline-color: #acacac;}
#customer_details .select{width: 100%; height: 35px; padding: 0 10px; color: #565656; font-size: 14px; border: 1px solid #acacac; outline-color: #acacac;}
#customer_details p.form-row.woocommerce-invalid-required-field .input-text, #customer_details p.form-row.woocommerce-invalid-required-field .select{color: #a94442; background-color: #f2dede; border: 1px solid #e7e7e7;  outline-color: #acacac;}
#customer_details p.form-row.woocommerce-validated .input-text, #customer_details p.form-row.woocommerce-validated .select{color: #3c763d; background-color: #dff0d8; border: 1px solid #e7e7e7; outline-color: #acacac;}
#customer_details textarea.input-text{width: 100%; height: 150px; padding: 10px; color: #565656; font-size: 16px; resize: vertical;}
#billing_country_field strong{display: block;}
#customer_details .customer-details-billing, #customer_details .customer-details-shipping{padding: 0 20px; border: 1px solid #e9e9e9; border-top: 4px solid #91bae0; -webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.15); -moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.15); box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.15);}

#customer_details p.form-row, #order_review p, #payment p, .checkout_coupon p{display: block; width: 100%; margin-right: 0; margin-left: 0; float: none;}

#order_review{padding: 0 20px 20px; margin-bottom: 100px; background-color: #fafafa; border: 1px solid #e9e9e9; border-top: 4px solid #25d366; -webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.15); -moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.15); box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.15);}
#order_review h3{color: #25d366; font-weight: bold; margin: 0 0 20px 0; padding: 20px 0 0; font-size: 22px;}
#order_review .shop_table{padding: 0; width: 100%; color: #000; margin: 0;}
#order_review .shop_table th{font-size: 14px; height: 30px;}
#order_review .shop_table th.product-name{border-bottom: 2px solid #ddd; width: 60%; text-align: left;}
#order_review .shop_table th.product-total{border-bottom: 2px solid #ddd; width: 40%; text-align: center;}
#order_review .shop_table td.product-name{border-bottom: 1px dotted #ddd; font-size: 14px; padding: 10px 0; text-align: left;}
#order_review .shop_table td.product-name a{color: #565656;}
#order_review .shop_table td.product-total, #order_review .shop_table td.product-subtotal{border-bottom: 1px dotted #ddd; font-size: 14px; padding: 10px 0; text-align: right;}
#order_review .shop_table td.product-total .amount{font-weight: bold;}
#order_review .shop_table dl.variation {margin: 0; font-size: 13px; opacity: 0.8; }
#order_review .shop_table dl.variation p { margin: 0; }
#order_review .shop_table dl.variation dt, #order_review .shop_table dl.variation dd {display: inline-block; margin: 0; }
#order_review .shop_table dl.variation dt { margin-right: 5px; }
#order_review .shop_table dl.variation dd { margin-right: 10px; }
#order_review .shop_table .shipping th{vertical-align: text-top; padding: 10px 0;}
#order_review .shop_table .shipping td{border-bottom: 1px dotted #ddd; padding: 10px 0;}
#order_review .shop_table tfoot th{font-size: 14px; height: 30px; border-bottom: 1px dotted #ddd; padding: 5px 0; text-align: left;}
#order_review .shop_table .cart-subtotal td{border-bottom: 1px dotted #ddd; text-align: right; font-size: 16px; font-weight: bold;}
#order_review .shop_table .order-total th{text-align: left; border-bottom: 2px solid #ddd;}
#order_review .shop_table .order-total td{text-align: right; border-bottom: 2px solid #ddd; color: #565656; font-size: 18px;}
#order_review .shop_table .order-total td span.amount{font-weight: bold; color: #91bae0}
#order_review .shop_table tfoot td{text-align: right; border-bottom: 1px dotted #ddd;}
#order_review .shop_table tfoot td span.amount{font-weight: bold; color: #565656;}
#order_review .shop_table tfoot td span:last-child{font-size: 18px;}
#order_review #shipping_method{list-style: none; width: 100%; margin: 0; padding: 0;}
#order_review #shipping_method li{margin: 0; padding: 0; width: 100%; font-size: 14px;}
#order_review #shipping_method li label{display: inline; font-weight: 400}

#payment{margin: 30px 0 0 0; width: 100%;}
#payment ul{list-style: none; margin: 0; padding: 0;}
#payment ul li {margin: 0; padding: 0;}
#payment ul li label{font-size: 14px; width: 80%;}
#payment ul li img{margin: 0 0 0 10px; vertical-align: middle; float: none !important;}
#payment ul li p{font-size: 12px;}
ul li img.tcPaymentFlag{padding: 0 !important;}

#wc-yapay_intermediador-cc-credit-card-form input{width: 100%;}
#wc-yapay_intermediador-cc-credit-card-form input#wc-yapay_intermediador-cc-card-expiry, #wc-yapay_intermediador-cc-credit-card-form input#wc-yapay_intermediador-cc-card-cvc{width: 120px;}

#place_order{display: block; background: #25d366; border: none; width: 100%; max-width: 100%; height: 52px; text-align: center; text-transform: uppercase; font-weight: 700; color: #FFF; font-size: 22px; transition: 150ms all linear; padding: 5px; line-height: 22px;}
#place_order:hover{text-decoration: none; color: #fff; background-color: #25d366}

.form-row.terms{width: 100%;}
.form-row.terms a, .form-row.terms a:focus, .form-row.terms a:hover{color: #4f4f4f !important;}
.form-row.terms span{margin-left: 20px}
.form-row.terms span.required{margin-left: 0}
.form-row.terms input{float: left; margin: 3px 0 0}

.pagseguro-method-form{padding-top: 20px;}
.pagseguro-method-form .input-text{width: 100%; height: 35px; padding: 0 10px; color: #565656; font-size: 16px !important; border: 1px solid #acacac; outline-color: #acacac;}

.woocommerce-privacy-policy-text{color: #565656; font-size: 14px; padding: 20px 0}
.woocommerce-privacy-policy-text a{color: #91bae0; text-decoration: none;}
.woocommerce-privacy-policy-text a:hover{color: #25d366;}

.select2-container{width: 100% !important}
.select2-container .select2-selection--single{height: 35px; color: #565656; font-size: 14px; line-height: 35px}
.select2-results {background: #FFF !important;}
.select2-results .select2-selection__rendered{color: #565656; font-size: 14px;}

.checkout_coupon{position: relative; margin: 10px auto 30px auto; width: 100%; padding: 0; border: 0;}
.checkout_coupon .input-text{width: 100%; height: 35px; margin: 0; padding-left: 15px; padding-right: 15px; border: 1px solid #acacac; color: #565656; outline-color: #acacac;}
.checkout_coupon .button{display: block; width: 100%; height: 35px; color: #FFF; background: #91bae0; text-align: center; border: 0; transition: 150ms all linear}
.checkout_coupon .button:hover{background-color: #25d366}

.clear::after{display: block; clear: both; content: "";}


@media (min-width: 768px){
	#customer_details p.form-row-first, .register p.form-row-first{width: 50%; padding-right: 3px; float: left;}
	#customer_details p.form-row-last, .register p.form-row-last{width: 50%; padding-left: 3px; float: left;}
	#customer_details p.form-row-wide::before{display: block; clear: both; content: "";}

	#customer_login h2{margin-left: 20px;}

	.checkout_coupon p.form-row-first{width: 80%; padding-right: 10px; float: left;}
	.checkout_coupon p.form-row-last{width: 20%; padding-left: 10px; float: left;}
}

/* Confirmação do Pedido */
.woocommerce .order_details{width: 100%; margin: 0 auto; display: inline-block; list-style: none;}
.woocommerce .shop_table.order_details{padding: 20px 20px; color: #565656; margin: 10px 0; background-color: #f5f5f5; width: auto;}
.woocommerce .shop_table.order_details th{font-size: 16px;  height: 30px;}
.woocommerce .shop_table.order_details th.product-name{border-bottom: 2px solid #ddd; width: 70%; text-align: left;}
.woocommerce .shop_table.order_details th.product-total{border-bottom: 2px solid #ddd; width: 30%; text-align: center;}
/*.woocommerce .shop_table.order_details th.product-quantity{border-bottom: 2px solid #ddd; text-align: center;}*/
.woocommerce .shop_table.order_details td.product-name{border-bottom: 1px dotted #ddd; font-size: 16px; padding: 5px 0; text-align: left;}
.woocommerce .shop_table.order_details .product-name a{text-decoration: none; color: #565656;}
.woocommerce .shop_table.order_details .product-name a:hover, .woocommerce .shop_table.order_details .product-name a:focus{text-decoration: none; color: #af2d1e;}
.woocommerce .shop_table.order_details td.product-total, #order_review .shop_table td.product-subtotal{border-bottom: 1px dotted #ddd; font-size: 16px; padding: 5px 0; text-align: right;}
.woocommerce .shop_table.order_details .amount{font-weight: bold;}
.woocommerce .shop_table.order_details tfoot th{font-size: 16px;  border-bottom: 1px dotted #ddd; padding: 5px 0; text-align: left;}
.woocommerce .shop_table.order_details tfoot td{font-size: 16px; border-bottom: 1px dotted #ddd; padding: 5px 0; text-align: right;}
.woocommerce dl.customer_details{margin: 10px 0 0 32px;}
.woocommerce dl.customer_details dt, .woocommerce dl.customer_details dd {display: inline-block; margin: 0;}
.woocommerce dl.customer_details dt {font-weight: bold;}
.woocommerce dl.customer_details dd {margin: 0 40px 0 20px;}

.woocommerce-thankyou-order-details{padding-bottom: 20px}

.woocommerce-order, .woocommerce-order p{font-size: 14px; color: #565656}
.woocommerce-order h2{margin-top: 30px; margin-bottom: 20px; font-size: 24px; color: #91bae0;}
.woocommerce-order h3{font-size: 20px; color: #25d366}

.addresses{display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px;}
.addresses .col-1, .addresses .col-2{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}


/* */
.woocommerce form.processing > .blockUI{background: #FFF url('../images/preloader-checkout.gif') center center no-repeat !important;}
.woocommerce div.cart-collaterals .blockUI{background: #FFF url('../images/preloader-checkout.gif') center center no-repeat !important;}
.woocommerce form.processing + div.cart-collaterals .blockUI{background-image: none !important;}

/* Login e Registro */
.container-form-login{margin-top: 30px; padding: 20px; background-color: #fff; border: 1px solid #e9e9e9; border-top: 4px solid #91bae0; -webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.15); -moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.15); box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.15);}
.container-form-login h2{color: #91bae0; margin-left: 0 !important; font-size: 24px;}

.container-form-register{margin-top: 30px; padding: 20px; margin-bottom: 100px; background-color: #fff; border: 1px solid #e9e9e9; border-top: 4px solid #333; -webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.15); -moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.15); box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.15);}
.container-form-register h2{color: #333; margin-left: 0 !important; font-size: 24px;}
.container-form-register .register .woocommerce-privacy-policy-text{padding: 0}
.container-form-register .register .woocommerce-privacy-policy-text p{padding: 0; font-size: 12px;}

.login, .register{position: relative; margin: 30px 0; width: 100%;}
.login p, .register p{display: block; width: 100%; margin-right: 0; margin-left: 0; float: none; font-size: 14px; color: #565656}
.login p label, .register p label{font-size: 14px;}
.login .input-text, .register .input-text{width: 100%; height: 35px; margin: 0; border: 1px solid #acacac; padding: 0 10px; font-size: 16px; color: #565656}
.login .button, .register .button{width: 130px; height: 35px; color: #FFF; background: #91bae0 url('assets/images/bg-buttons-15x15.png') top left no-repeat; text-align: center; border: 0; transition: 150ms all linear}
.login .button:hover, .register .button:hover{background-color: #333}
.login .button, .register .button{float: right;}
.login #rememberme{margin-right: 5px;}
.login .lost_password a{color: #565656; text-decoration: none; font-size: 14px;}
.login .lost_password a:hover{color: #333;}

/* Recuperação de Senha */
.lost_reset_password .input-text{width: 500px; max-width: 100%; display: block; height: 35px; font-size: 14px; color: #565656; border: 1px solid #acacac}
.lost_reset_password .button{width: 170px; height: 35px; color: #FFF; background: #91bae0 url('assets/images/bg-buttons-15x15.png') top left no-repeat; text-align: center; border: 0; transition: 150ms all linear}
.lost_reset_password .button:hover{background-color: #333}
.lost_reset_password p{display: block; width: 100%; margin-right: 0; margin-left: 0; float: none; font-size: 14px; color: #565656}

/* Minha Conta */
.woocommerce-MyAccount-navigation{display: block; padding: 10px 10px 10px 0;}
.woocommerce-MyAccount-navigation ul{list-style: none; padding: 0; margin: 0}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads{display: none;}
.woocommerce-MyAccount-navigation ul li a{display: block; padding: 5px; color: #91bae0 !important}
.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li a:focus{color: #fff !important; background-color: #91bae0; text-decoration: none !important;}
.woocommerce-MyAccount-content{display: block; padding: 10px 10px 50px; color: #565656; font-size: 14px;}
.woocommerce-MyAccount-content a{color: #91bae0 !important}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before{content: 'Endereços';}

.myaccount_user, .myaccount_address, .order-info{padding: 20px 0; width: 100%; color: #565656; margin: 0 auto;}
.myaccount_user a, .myaccount_address a, .order-info a{color: #91bae0;}

.woocommerce-Addresses{display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px;}
.woocommerce-Addresses .col-1, .woocommerce-Addresses .col-2{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}

.woocommerce-Addresses .woocommerce-Address-title{padding-top: 15px;}

.woocommerce-MyAccount-content p.form-row{display: block; width: 100%; margin-right: 0; margin-left: 0; float: none;}
.woocommerce-MyAccount-content .input-text{width: 100%; height: 35px; padding: 0 10px; color: #565656; font-size: 14px; border: 1px solid #acacac;}

.woocommerce-MyAccount-content h2{color: #333; font-size: 24px; margin-top: 20px; font-weight: 700;}
.woocommerce-MyAccount-content h3{color: #333; font-size: 22px; margin-bottom: 20px; font-weight: 700;}
.woocommerce-MyAccount-content button.button{display: block; padding-left: 20px; padding-right: 20px; height: 35px; color: #FFF; background: #91bae0; text-align: center; border: 0; transition: 150ms all linear}
.woocommerce-MyAccount-content button.button:hover{background-color: #333}

.my_account_orders{padding: 20px 20px; width: 100%; color: #565656; margin: 30px auto;}
.my_account_orders thead th{font-size: 16px;  height: 30px; border-bottom: 2px solid #ddd; text-align: center;}
.my_account_orders tbody td{font-size: 14px; height: 30px; border-bottom: 1px dotted #ddd; text-align: center}
.my_account_orders tbody td span.amount{color: #91bae0; font-weight: bold;}
.my_account_orders tbody tr:hover{background-color: #fafafa}
.my_account_orders a{font-size: 14px; color: #91bae0; margin: 0 5px;}
.my_account_orders a:hover, .my_account_orders a:focus{color: #91bae0;}
.my_account_orders .order .order-number, .my_account_orders .order .order-date, .my_account_orders .order .order-status, .my_account_orders .order .order-actions{text-align: center;}
.my_account_orders .order .order-total{text-align: right;}

.wc-correios-tracking__table{padding: 0; width: 100%; color: #565656; margin: 10px auto;}
.wc-correios-tracking__table thead th{font-size: 16px;  height: 30px; border-bottom: 2px solid #ddd; text-align: center;}
.wc-correios-tracking__table tbody td{font-size: 14px; height: 30px; border-bottom: 1px dotted #ddd; text-align: center}

.wc-correios-tracking__form .button{display: block; padding-left: 20px; padding-right: 20px; height: 35px; color: #FFF; background: #91bae0; text-align: center; border: 0; transition: 150ms all linear}
.wc-correios-tracking__form .button:hover{background-color: #333}

.order-again{display: none !important; opacity: 0 !important; visibility: hidden !important;}

@media (min-width: 576px){
	.woocommerce-MyAccount-navigation{width: 40%; float: left;}
	.woocommerce-MyAccount-content{width: 60%; float: left;}
}
@media (min-width: 768px){
	/* Login e registro */
	.container-form-login, .container-form-register{margin-top: 0}

	/* Minha Conta */
	.woocommerce-MyAccount-navigation{width: 30%}
	.woocommerce-MyAccount-content{width: 70%;}
	.woocommerce-Addresses .col-1, .woocommerce-Addresses .col-2{-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
	.woocommerce-MyAccount-content p.form-row-first{width: 50%; padding-right: 3px; float: left;}
	.woocommerce-MyAccount-content p.form-row-last{width: 50%; padding-left: 3px; float: left;}
	.woocommerce-MyAccount-content p.form-row-wide::before{display: block; clear: both; content: "";}
}
@media (min-width: 992px){
	/* Minha Conta */
	.woocommerce-MyAccount-navigation{width: 20%}
	.woocommerce-MyAccount-content{width: 80%;}
}