/*
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
*/

.woocommerce-breadcrumb,
.single_add_to_cart_button.button.alt,
.product_meta {
  font-family: greycliff-cf, sans-serif;
}

body:not(.page):not(.single-post):not(.single-portfolio) .nectar-global-section.before-footer {
	padding-top: 0;
}

body:not(.page):not(.single-post):not(.single-portfolio) .nectar-shop-header .woocommerce-breadcrumb {
	margin-bottom: 0;
}

body[data-header-resize="0"] .container-wrap {
	padding-top: 0;
}

#new_woo_header {
    display: flex;
    align-items: center; /* Alineación vertical */
    gap: 20px; /* Espaciado opcional entre los elementos */
}

#new_woo_header h1 {
	color: #e1a316 !important;
}

body:not(.page):not(.single-post):not(.single-portfolio) .custom-row .nectar-shop-header nav {
	padding-top: 2rem !important;
    padding-bottom: 0 !important;
}
