/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 * Global properties
 */
.tabela {
	display: none;
	margin-top: 10px;
}
.single-product table, .single-product th, .single-product td {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 10px;
	text-align: start;
}
.link-confira{
	color:#000;
}
.link-confira:hover{
	color:#E4AD08;
}

.gray-bg {
	background-color: #F5F5F5;
}

.blue-bg {
	background-color: #00898F;
}

.desktop img, .mobile img {
	border-radius: 16px;
}

/**
 * Button presets
 */
.btn-defaut {
	color: #fff !important;
    background-color: #E4AD08 !important;
    border-color: #E4AD08 !important;
    border-radius: 28px !important;
    padding: 10px 20px !important;
}

.btn-defaut:hover {
	background-color: #d7a714 !important;
    border-color: #d7a714 !important;
}

/**
 * Shoptmizer product Loop
 */
ul.products li.product .button {
	display:none !important;
} 

.shoptimizer-archive ul.products li.product {
	background: #FFF;
}

ul.products li.product:not(.product-category) .woocommerce-card__header .price {
	display: none;
}

ul.products li.product:not(.product-category) .woocommerce-card__header .woocommerce-loop-product__title > a {
	font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.3;
    margin-top: 13px;
}

ul.products li.product:not(.product-category) .woocommerce-card__header .custom-product-categories .badge-categoria {
	padding: 3px 10px;
    border-radius: 8px;
    background-color: #00898F;
    font-size: 10px;
    font-weight: 400;
	color: #fff;
	display: inline-block;
}

.site-main ul.products li.product:hover::before {
	visibility: hidden !important;
}

/* Archives */
.archive-header {
	display: none;
}

.nav-links {
	display: flex;
	width: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.nav-links .page-numbers {
    margin: 10px 5px;
}

/**
 * Pagina sobre
 */
.page .mobile {
	padding-left: 20px;
	padding-right: 20px;
}

/**
 * Pagina atendimento ao cliente
 */
.page-template-template-fullwidth.page .entry-content {
	max-width:1300px;
	margin:0 auto;
	padding: 60px 0;
}

.page-template-template-fullwidth .entry-header {
	padding:50px 0;
	background:#00898f;
}

.page-template-template-fullwidth .entry-header .entry-title {
	max-width:1300px;
	margin:0 auto;
	color:#FFF;	
}

.page-template-template-fullwidth h1 {
	text-align:center;
}

.duvidas-contato {
	padding: 35px;
    border-radius: 20px;
	box-shadow: 0px 3px 12px 0px rgba(26, 26, 26, 0.15);
}

.duvidas-contato .accordion {
	margin-top:0;
}

.duvidas-contato .accordion h3 {
	padding: 15px 10px 15px 0;
    margin: 0px;
	color:#000;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
	line-height:1;
}

.duvidas-contato .accordion-content p {
	margin: 0;
    padding: 0 0 30px;
    font-size: 14px;
}

/**
 * Pagina Trabalhe Conosco
 */
.trabalhe-conosco-item {
	border-radius: 15px;
}

.tabela-vagas td {
	padding: 20px 15px;
	border: 1px solid #c9c9c9;
}

.duvidas-col {
	margin: auto !important;
}

/**
 * Pagina Politica de Privacidade
 */
.page-id-3 .content-area {
	width: 100% !important;
}

/**
 * Product Archive Style
 */
body.archive,
.archive h1,
.archive h2,
.archive h3,
.archive h4,
.archive h5,
.archive h6,
.archive a, 
.archive span,
.archive p {
	font-family: 'Poppins', sans-serif !important;
}

.archive ul.products {
	padding: 0px !important;
}

.subcategory-title {
	font-weight: 400 !important;
}

/**
 * Whatsapp Button
 */
.floating-whatsapp {
	position: fixed;
    bottom: 10%;
    right: 10px;
    width: 75px;
    height: 75px;
    display: flex;
    background-color: #25d366;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
	text-decoration: none;
}

.floating-whatsapp svg {
	width: 40px;
    fill: #fff;
}

.added_to_cart {
	display: none !important;
}

/**
 * Responsive
 */
@media (max-width: 768px) {
	.archive ul.products li.product {
		width: calc(50% - 10px) !important;
		justify-content: space-between !important;
	}
	
	.floating-whatsapp {
		width: 65px;
    	height: 65px;
	}
}

@media (min-width: 768px) {
	.mobile {
		display: none !important;
	}
	.tabela{
		width: 510px;
	}
}

@media (max-width: 992px) {
	.desktop {
		display: none !important;
	}
}

@media (min-width: 992px) {
	/* Product Loop Responsive */
	body ul.products li.product {
		box-shadow: 0px 4px 8px 0px rgba(26, 26, 26, 0.10);
		border-radius: 16px;
		padding: 10px 15px;
		margin-bottom: 0px !important;
		height: 100% !important;
	}

	ul.products {
		gap: 20px;
		margin-left: 0px;
		padding-left: 0px;
	}

	ul.products.columns-4 li.product:not(.product-category) {
		width: calc(100% / 4 - 20px);
		padding: 10px 20px;
		min-height: 370px;
	}
	
	ul.products.columns-3 li.product:not(.product-category) {
		width: calc(100% / 3 - 20px);
		padding: 10px 20px;
		min-height: 370px;
	}
}