/*
Theme Name: StorePress
Theme URI: https://vfthemes.com/themes/storepress-free/
Author: vfthemes
Author URI: https://vfthemes.com/
Description: StorePress is a Multipurpose WooCommerce Theme designed for all kinds of e-commerce websites like clothes, electronics, fashion, furniture, jewelry, organic, product landing page, modern shop, minimal store, etc. The goal was to design something that offers all the possible features you need to create your amazing website. The theme is a very user-friendly platform and is suitable for eCommerce Stores. Checkout the Pro Demo https://vfthemes.com/theme-demo/storepress-pro/
Version: 1.0.12
Tested up to: 6.7
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: storepress
Slug: storepress
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, grid-layout, portfolio, e-commerce

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

blockquote {
    border-color: inherit !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	height:60px!important;
}

.woocommerce a.added_to_cart{
	padding: 5px 10px 5px 10px;
    background-color: #fff;
    border: 2px solid #fff
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
	}
	
.woocommerce a.added_to_cart:hover{background-color: #cacaca;}	


/* Botão Produtos */
.woocommerce ul.products li.product .button{
	background-color:#6A8BC6;
	color:#fff;
	width:100%;
	margin:10px auto;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color:#6A8BC6;
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
	background-color:#000000!important;
	color:#fff!important;
}

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
	display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	max-width: unset;
}

/* Altera a largura da coluna para max-width: unset; */
.u-column1.col-1.woocommerce-Address {
    max-width: unset;
}


.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	background-color:#6A8BC6;
	color:#fff!important;
}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
	background-color:#000000!important;
	color:#fff!important;
}

.woocommerce-message{border-top-color:#6A8BC6}


.woocommerce .woocommerce-loop-product__title {color:#000;}

/* Tag de Promoção ou desconto */
.woocommerce span.onsale {background:#000000; padding:5px; color:#fff}

.woocommerce .products ul, .woocommerce ul.products{
	height:40vh;
}

.white{
	color:#ffffff;
}

.woocommerce ul.products li.product .price {
	color:#6A8BC6; 
	font-size: 14pt;
	font-weight:bold;
	margin-top: 60px;
	}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-weight:bold;
	font-size:16pt;
	color:#000;}

.woocommerce ul.products[class*=columns-] li.product{
	border:0;

	}

.woocommerce div.product div.images img{
	width:180px;
    height: 123px;
    display: block;
    margin: 0 0 1em;
    border-radius: 25px; 
    object-fit: cover;
}

.woocommerce ul.products li.product a img{
	width:180px;
    height: 123px;
    display: block;
    margin: 5px auto;
	padding:4px;
	text-align:center;
    border-radius: 4px; 
    object-fit: cover;
}

.woocommerce div.product div.images .flex-control-thumbs li img{
	    height: 123px;
}


/* Botão - Aplicar Cupom */
.woocommerce table.cart td.actions .coupon .input-text+.button{background:#fff color:#fff;}
.woocommerce table.cart td.actions .coupon .input-text+.button:hover{color:#000000;}

/* Botão Atualizar Carrinho */
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	background:#fff color:#000000;
}

div#cfpp div.calculo-de-frete div#calcular-frete{background-color:#26272b!important;}

.widget-title{display:none!important;}

.main-mobile-nav{
	background: transparent !important;
}

.menu-collapsed{
	background: #fff !important;
}

.header-above-collapse {
	background: #fff !important;
	border: #fff solid 2px;
}