/*
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-split-heading[data-animation-type="line-reveal-by-space"] span,
.nectar-split-heading[data-animation-type="line-reveal-by-space"]:not(.markup-generated) > * {
    line-height: 1.3;
}

body h1,
body h2 {
    color: #476672;
}

.woocommerce.archive #ajax-content-wrap .container-wrap {
  padding-top: 0 !important;
}

body #page-header-wrap.woo-archive-header.container {
  margin-bottom: 0 !important;
}

.products li.product.minimal .product-wrap .product-image-wrap .product-add-to-cart a {
    color: #861c64;
}

.products li.product.minimal .product-add-to-cart a span {
    background-image: linear-gradient(to right,#476672 0,#476672 100%);
}

.woocommerce-page .woocommerce-result-count {
    bottom: 15px;
    right: 0;
}
button[name="update_cart"] {
    display: none !important;
}


.icon-salient-cart:before{
  content:"\e606" !important;
}

/* AULAZON mods */

/*Desplegable*/

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: #861c64 !important;
  }
  
/* Icono Salir para el usuario */

.alzuser {
/*    margin-top: -6em !important;
    padding-top: 0px;*/
    float: right;
    position: absolute;
    top: -1em;
    right: 0;
}

.azuser {
    text-align: right;
    max-width: 95%;
}
/*.cart*/ 

/*button[type="submit"].single_add_to_cart_button {
    margin-right: 20px !important;
}*/

div.smyw-atras {
    clear: both;
    padding-top: 30px;
}

div.nectar-social {
	display: none;
}

#sidebar h4 {
    color: #476672 !important;
}
/*div.quantity .qty, 
body .woocommerce-mini-cart div.quantity .qty {
    width: 100% !important;
}*/

.single-product .single-product-summary .quantity {
  display: none;
}

.nectar-slide-in-cart.style_slide_in_click .woocommerce-mini-cart__empty-message a.button {
    text-transform: none !important;
}

@media only screen and (min-width: 751px) and (max-width: 1200px) {
    .pum-container.pum-responsive.pum-responsive-medium {
        padding: 2%;
    }
}

@media only screen and (max-width: 750px) {
    .pum-container.pum-responsive.pum-responsive-medium {
        padding: 40px 2% 2% 2%;
    }
}

.woocommerce.single-product div.product div.images .woocommerce-product-gallery__image img {
    max-width: 60% !important;
    margin: 0 auto;
}

.woocommerce-account .woocommerce > #customer_login .nectar-form-controls {
    max-width: fit-content;
    margin: 0 auto;
} 

.woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control {
    display: block;
}

h1.product_title {
    font-family: "Work Sans" !important;
}
.single-product div.product .product_meta {
    display: none;
}