/*
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-product-details__short-description p {
    padding-bottom: 1px !important;
}

#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a{
	font-size: 16px;
	font-weight: 500;
}

@media only screen and (max-width: 1999px) {
	#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a{
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media only screen and (max-width: 1849px) {
	#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a{
		margin-left: 10px;
		margin-right: 10px;
	}
	body #header-outer.transparent #top nav > ul > li[class*="button_solid_color"] > a, #header-outer[data-lhe="animated_underline"] #top nav > ul > li[class*="button_solid_color"] > a {
		margin-left: 10px;
		margin-right: 0px;
	}
}

@media only screen and (max-width: 1699px) {
	#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a{
		margin-left: 7px;
        margin-right: 7px;
        font-size: 16px;
	}
}

@media only screen and (max-width: 1440px) {
	#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a{
		margin-left: 5px;
        margin-right: 5px;
        font-size: 14px;
	}
}