/*
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
*/
:root {
--wp--preset--font-size--small:16px;

}
input#s::placeholder {
	color: #ffffff !important;
}
.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: #000000 !important;
	font-weight: 700;
}
.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;
}
#breadcrumbs.yoast > span {
	background-color: #f4f4f4;
}
.fs-free-shipping-notice-text {
	color: #ffffff;
	font-weight: 700;
}
/*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;
 }
 
 .ayudawp-euw-intro {
	display: none;
}

.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del,
.tabbed>ul li a svg{
    color: #757575 !important;
}
.wc-block-components-express-payment.wc-block-components-express-payment--checkout,
.wc-block-components-express-payment-continue-rule,
.wc-block-components-express-payment-continue-rule--checkout{
    display: none !important;
  visibility:hidden;
}

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-shipping-address-message {
	background-color: #2b9cd036;
	}

.wp-block-woocommerce-product-collection h2.wp-block-heading{
      font-size: 20px;
    font-weight: 500;
}
.wp-block-woocommerce-product-collection .wc-block-product-template__responsive>li {
    list-style: none;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart a.button {
	border: 2px solid #fff;
  background-color:#2b9cd0 !important;
}
body.material #header-outer a.cart-contents .cart-wrap span {
	background-color: #2b9cd0 !important;
}

.products li.product.minimal .product-meta a:hover h2 {
	text-decoration: underline;
}
.invert-link .arrow-circle-animation-arrow {
	fill: #2875a8 !important;
}