/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/



.nectar-center-text {
	text-align: right !important;
	text-transform: none !important;
	max-width:100% !important;
}
body a h1, body a h2, body a h3, body a h4, body a h5, body a h6{
    color:#2875a8 !important;
    
}
.woocommerce ul.products li.product.minimal .onsale{
    background-color:#2b9cd0 !important;
}
.single-product .post-area.span_9 .products.related .product.minimal{
    width:auto !important; /*Correccion se ve mal*/
}
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale, .woocommerce span.onsale, .woocommerce-page span.onsale{
    background-color:#2b9cd0;
}
/*NOTIFIMA FORM (OUT OF STOCK)*/
.notifima-button{
    font-family: Work Sans;
  font-size: 14px !important;
  line-height: 24px;
  font-weight: 500 !important;
  padding: 10px 20px !important;
}
.notifima-subscribe.notifima-button.subscribe-button-hover:hover {
	cursor: pointer;
	background-color: #000000 !important;
}
.notifima-subscribe-form {
	border: 1px dashed #2b9cd0;
	padding: 10px;
	border-radius: 0 !important;
	margin-bottom: 20px;
	background-color: #2b9cd02b;
}
.subscribe-for-interest-text {
	font-size: 15px !important;
}
/*MEGAMENU*/
 .sf-menu li ul li a .menu-title-text::after,
 .sf-menu .current-menu-item > a .menu-title-text::after{
     background-color:#2875a8;
 }