/*
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.1
*/

body{
 color:#323232;
}

div#header-outer.transparent header#top {
	background: rgba(0,0,0,0.3);
}


#newsletterwidget-2{
    width:80%;
}

.single .single-product-info{
    display:flex;
    flex-direction: column;
}

.single .single-additional-info-title{
    font-size:1.5em;
    margin-bottom: 20px;
    padding-bottom: 4px;
    border-bottom: 3px solid red;
}

.woocommerce-result-count{
    display: none;
}