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

.single-product div.product h1.product_title{
    margin-bottom: 20px;
}
.cause-wrapper{
    margin-top: 20px;
    margin-bottom: 20px;
}
#wc-donation-f-submit-donation{
    padding: 20px;
    font-size: 17px;
}

.causes-dropdown li{
    list-style: none;
}

.cause-drop-desc {
    line-height: 20px;
}

.causes-dropdown li:not(.init):hover{
    background: #d7282f !important;
    color:white;
}

#mobile-cart-link{
    display:  none !important;
    position: relative;
    float: right;
    margin-top: 2%;
    margin-left: 10px;
}

#header-outer #mobile-cart-link .cart-wrap {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: -20px;
    color: #fff;
}

.mobile-search{
   display: block !important;
    margin-top: 2%;
    position: relative;
    float: left;
}

#header-outer #mobile-cart-link .cart-wrap span{
    border: 1px solid #fff !important;
    height: 17px;
    width: 17px;
    line-height: 14px;
}
nav{
    margin-left: 30px !important;
}
.woocommerce-checkout .ui-datepicker{
    background-color: #ccc;
    padding: 10px;
}

@media only screen and (max-width:1200px) {
    .mobile-search{
        margin-top: 0%;
        position: relative ;
        float: unset;
    }

}

@media only screen and (max-width:1024px) {
    .mobile-search{
        margin-top: 3%;
        position: absolute;
        float: left;
        right: 3%;
    }
    #mobile-cart-link {
        display: none !important;
        position: relative;
        float: right;
        margin-top: 12%;
        margin-left: 20px;
    }
    #header-outer[data-cart="true"] #top .span_9 > .slide-out-widget-area-toggle, #header-outer[data-cart="true"] #top #mobile-cart-link, #top .mobile-search {
        padding: 0 8px;
        float: right;
    }
    #header-outer #mobile-cart-link .cart-wrap {
        position: absolute;
        top: 50%;
        margin-top: -30px;
        right: -5px;
        color: #fff;
    }
}

/*Dont remove this*/
#order_review_heading,
#billing_cause_code{
    display:none !important;
}



