/* 
 Theme Name:   Woostift Child
 Theme URI:    
 Description:  
 Author:       laudirbispo
 Author URI:   http://serpamaquinasagricolas.com.br
 Template:     woostify
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* Conserta falha na exibição da iamgem do produto
 * na página de busca
 * 
 * */
.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link  {
	height: 100% !important;
}

/** Esconde imagem fantasma  da página single product*/
.woostify-trust-badge-box img {
	display:none !important;
}

.woostify-breadcrumb, .woostify-breadcrumb a {
    color: #ffffff !important;
}

/** LAbel VENDIDO */
.woostify-out-of-stock-label {
    font-size: 18px !important;
    padding: 10px 15px !important;
}

.page-header .entry-title {
	color: #FFFFFF !important;
	font-size: bold !important;
}
.woostify-breadcrumb, .woostify-breadcrumb a {
    color: #FFFFF !important;
}

.wayra-coc-floating-button {
	right: 0 !important;
	left: 20px !important;
	justify-content: left !important;
	display: table !important;
}
.woocommerce-Tabs-panel.panel {background:#FFFFFF !important}
@media screen and device (max-width: 769px) {
   .elementor .site-branding img, .site-branding img {
    max-width: 120px !important;
	}
}
}