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


body.single.single-product .container-wrap {
    background-color: #dbdbca !important;
}

.woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style*=fullwidth] ul.tabs li a {
    background-color: #929153 !important;
    color: #fff !important;
    padding: 7px 10px !important;
    border-radius: 5px;
    border: none !important;
    text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style*=fullwidth] ul.tabs li a:before,
.woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style*=fullwidth] ul.tabs li a:after {
    display: none !important;
}
.woocommerce-product-details__short-description {
    display: none;
}
.product_meta {
    display: none;
}
/*  */

#top .nav-btn span {
    border: solid 2px #fff;
    padding: 14px 33px;
}

#top .nav-btn span:after {
    display: none;
}


/* ---------      ---------      ---------      ---------      ---------      ---------      ---------       */

#ro-3 .imgg {
    width: 100%;
}

#ro-3 .vc_col-sm-3 {
    padding: 0px;
}

#ro-3 .txt-info {
    padding: 66px 34px;
    transition: 0.5s;
    margin: 0px;
}

#ro-3 .txt-info,
#ro-3 .imgg {
    height: 230px;
    object-fit: cover;
}

#ro-3 .txt-info:hover {
    background-color: #F4EDDE;
}

#ro-3 .hover-wrap {
    margin: 0px;
}


/* ---------      ---------      ---------      ---------      ---------      ---------      ---------       */

#ro-5 .toggles {
    border: solid 2px #D6B981;
}

#ro-5 .toggles a.toggle-heading {
    padding: 26px !important;
    border-bottom: solid 2px #D6B981;
    border-top: solid 2px #D6B981;
}

#ro-5 .toggle.accent-color {
    border-bottom: none !important;
}

#ro-5 .toggles a.toggle-heading i {
    right: 50px;
}


/* ---------      ---------      ---------      ---------      ---------      ---------      ---------       */
#footer-outer #footer-widgets .col.span_4 {
    margin-bottom: 0px;
}
#footer-outer #footer-widgets .col.span_4:nth-child(2) {
    display: flex;
    justify-content: space-around;
}

#footer-outer #footer-widgets .widget h4 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px;
}

#footer-outer #footer-widgets .widget p,
#footer-outer #footer-widgets .widget a {
    font-family: 'Montserrat';
    font-size: 16px;
}

#footer-outer #footer-widgets .widget .ftr-ico i {
    margin-right: 19px;
    font-size: 23px;
}

#copyright {
    padding: 17px 0px !important;
}

#footer-outer #footer-widgets>.container>.row {
    padding-bottom: 6px !important;
}


/* ---------      ---------      ---------      ---------      ---------      ---------      ---------       */
#footer-outer #footer-widgets form.tnp-subscription {
    display: flex;
}

#footer-outer #footer-widgets form.tnp-subscription .tnp-field.tnp-field-email input {
    background-color: #EEEEEE;
    border: none !important;
    height: 100%;
}

#footer-outer #footer-widgets form.tnp-subscription .tnp-field.tnp-field-button input {
    border-radius: 0px !important;
    position: relative;
    left: 9px;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 200;
}
/* ---------      ---------      ---------      ---------      ---------      ---------      ---------       */


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1600px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1440px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1366px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1340px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1320px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1280px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1024px) {
    #ro-1 {
        padding-top: 180px !important;
        padding-bottom: 50px !important;
    }
    #ro-3 .txt-info,
    #ro-3 .imgg {
        height: 162px;
        object-fit: cover;
    }
    #ro-3 .txt-info {
        padding: 38px 24px;
        margin: 0px;
    }
    #ro-3 .txt-info p {
        font-size: 14px;
        line-height: 1.3;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 900px) {
    #ro-1 {
        padding-top: 100px !important;
        padding-bottom: 50px !important;
    }
    #ro-3 .txt-info,
    #ro-3 .imgg {
        height: 282px;
        object-fit: cover;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 768px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 480px) {
    #ro-3 .txt-info,
    #ro-3 .imgg {
        height: auto;
    }#footer-outer #footer-widgets .col.span_4:nth-child(2) {
        display: flex;
        justify-content: space-between;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 414px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 375px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 360px) {}