/*
* edição dos tabs da página do artesão
*/

/* remove o a sombra da caixa */
#wcfmmp-store {
	box-shadow: none;
}

#wcfmmp-store .product_area {
	margin-top: 30px;	
}

/* ajusta a linha inferior e o plano de fundo da aba do artesão */
#wcfmmp-store .tab_area .tab_links {
	border-bottom: 2px solid var(--e-global-color-secondary);
	background: none !important;
	margin-bottom: 0px !important;
}

/* ajusta a cor da aba do artesão */
#wcfmmp-store .tab_area .tab_links li {
	border: 1px solid var(--e-global-color-secondary) !important;
}

/* ajusta o texto das abas */
#wcfmmp-store .tab_area .tab_links li a {
    color: black !important;
	font-size: 18px;
    letter-spacing: 4px;
}

/* ajusta a conteudo que estão dentro das abas do artesão */
#wcfmmp-store .policies_area, #wcfmmp-store .reviews_area, #wcfmmp-store .wcfm_store_description {
	box-shadow: none;
	text-align:justify;
	background: transparent;
	padding: 0px;
}

/* aplica a linha divisória entre o filtro e as abas */
#wcfmmp-store .left_sidebar, #wcfmmp-stores-lists .left_sidebar {
    border-right: 1px solid var(--e-global-color-secondary) !important;
	border: none;
}

/* adiciona uma margem do conteúdo inferior */
.wcfm-store-page #main, .wcfm-store-page #primary, .wcfm-store-page .content-area {
	margin-bottom: 1% !important;
}

#wcfmmp-store .tab_area .tab_links li:hover a, #wcfmmp-store .tab_area .tab_links li.active a, .wcfmmp_store_hours .wcfmmp-store-hours-day {
	color: black !important;
}

/* esconde o cabeçalho conteúdo das reviews */
#wcfmmp-store .reviews_heading {
	display: none;
}

#wcfmmp-store .famous_reviewers {
    display: none;
}


/* altera os ícones do cabeçalho do artesão (esquerda) */
#wcfmmp-store .address .header_store_name i {
    font-size: 18px !important;
    line-height: 15px !important;
	color: black !important;
}

/* altera os ícones do cabeçalho do artesão (direita) */
#wcfmmp-store .social_area ul li a i {
	font-size: 25px;
	color: black !important;
}

#wcfmmp-store .social_area ul li:nth-child(2) {
    display: none;
}

@media (max-width: 768px) {
  
	#wcfmmp-store .tab_area .tab_links li.active {
		border-left: 4px solid var(--ast-global-color-0) !important;
	}

	/*remove a borda divisória do filtro e as abas */
	#wcfmmp-store .left_sidebar, #wcfmmp-stores-lists .left_sidebar {
		border-right: none !important;
		border: none;
	}

	/* deixa o filtro acima do conteúdo das abas */
	.body_area{
		display: flex;
		flex-direction: column-reverse;
	}
}


div#tabsWithStyle .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    position: absolute;
    top: 10px;
    left: 20px;
}

div#tabsWithStyle .button.product_type_simple.add_to_cart_button {
	position: absolute;
    top: 10px;
    right: 20px;
}

/* Tamanho do iframe do video do youtube */
.ast-oembed-container {
	width: 50% !important;
	height: 480px !important;
	padding: 0;
}

@media (max-width: 1024px) {
	.ast-oembed-container {
		width: 50% !important;
		height: 280px !important;
		padding: 0;
	}
}


@media (max-width: 768px) {
	.ast-oembed-container {
		width: 100% !important;
		height: 360px !important;
		padding: 0;
	}
}

/*
 * Filtro na página do artesão
*/

#wcfmmp-store .left_sidebar {
	display: none !important;
}

#wcfmmp-store .right_side {
	width: 100% !important;
	padding: 3% 0 5% !important;
}


.wcfm-store-about {
	min-height: 60vh !important;
}

#wcfmmp-store {
	width: 91%;
	padding: 0;
	margin: auto;
}

@media (min-width: 768px) {
	#wcfmmp-store-content .body_area { 	
		min-height: 60vh !important;
	}
}
