/*
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 h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body span {
    font-family: "so" !important;
    font-weight: 600;
}

body p,
body a {
    font-weight: 300 !important;
}

#header-outer ul .icon-salient-search:before,
#header-outer ul li a i:before {
    color: #FD5545 !important;

}

#header-outer ul li a,
#header-outer ul li a span {
    transition: 0.5s !important;
    position: relative;
	font-size: 16px;
	line-height: 1.3;
}

#header-outer ul li.current-menu-item a span:before,
#header-outer ul li a:hover span:before {
    width: 100%;
}

#header-outer ul:nth-child(1) li a span:after {
    display: none !important;
}

#header-outer ul li a span:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background-color: #FD5545;
    bottom: -4px;
    transition: 0.5s;
}

/* top header */

div#header-secondary-outer .nectar-center-text {
    width: 100% !important;
    max-width: 100% !important;
}

span#topbarin {
    float: right;
}
.sf-menu li ul li .sf-sub-indicator {
    display: none !important;
}
/* top header end */
ul.sf-menu.sf-js-enabled.sf-arrows {
    background-color: white !important;
}
/* ----------------        ----------------        ----------------         */

#ro-1 .roro {
    width: 85%;
}

#ro-1 .roro .btnn a {
    border-radius: 0px !important;
    font-size: 16px;
    font-family: 'so' !important;
    font-weight: 600 !important;
    padding: 11px 37px !important;
}


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

#ro-2 {
    margin-top: -20px;
    padding: 20px 0px !important;
}

#ro-2 h1.vc_custom_heading {
    font-family: Lobster !important;
}
/* ----------------        ----------------        ----------------         */

#ro-3 {
    padding-top: 70px !important;
}

#ro-3 .txt1 h2 {
    color: #222222;
}

#ro-3 #inn1 {
    box-shadow: 0px 0px 10px 0px #0000005e;
    padding: 30px 30px;
    position: relative;
    width: 94%;
    margin: auto;
    transition: none;
    transition: 0.5s;
}

#ro-3 #inn1:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 82%;
    border: solid 6px #FD5545;
    border-bottom: 0px;
    top: -3px;
    left: -6px;
    right: 0px;
    margin: auto;
    transform: none;
    transition: 0.5s;
}

#ro-3 .owl-item.active #inn1:before {
    border-right: 0px;
}

#ro-3 .owl-item.active+.owl-item.active #inn1:before {
    border-left: solid 6px #FD5545;
    border-right: solid 6px #FD5545;
}

#ro-3 .owl-item.active+.owl-item.active #inn1 {
    transform: scale(105%);
}

#ro-3 .owl-item.active+.owl-item.active+.owl-item.active #inn1 {
    transform: scale(100%);
}

#ro-3 .owl-item.active+.owl-item.active+.owl-item.active #inn1:before {
    border-left: 0px;
    border-right: solid 6px #FD5545;
    left: 0px;
}

#ro-3 #inn1 img {
    width: 100%;
}

#ro-3 #inn1 .txt1 h3 {
    font-size: 20px;
    line-height: 24px !important;
    color: #222222;
}

#ro-3 #inn1 .txt1 p {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #222222;
    min-height: 170px;
}

#ro-3 #inn1 #btnn {
    display: table;
    margin: auto;
    border-radius: 0px !important;
    text-align: center;
    font-weight: 200 !important;
    font-size: 16px;
    padding: 10px 60px;
}


/*  */

#ro-3 .owl-nav {
    display: flex;
}

#ro-3 .owl-nav button span {
    display: none;
}

#ro-3 .owl-nav button {
    border: none;
    background-color: transparent;
    color: #000;
    width: 50px;
    height: 50px;
    border-radius: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

#ro-3 .owl-nav button:before {
    content: "\f053 ";
    font-family: fontawesome !important;
}

#ro-3 .owl-nav button.owl-next {
    transform: rotate(180deg);
}

#ro-3 .owl-nav button.owl-prev {
    position: absolute;
    left: -70px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

#ro-3 .owl-nav button.owl-next {
    position: absolute;
    right: -70px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}


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

#ro-4 {
    margin-top: 50px;
    padding-top: 50px !important;
    padding-bottom: 80px !important;
}

#ro-4 .txt1 {
    width: 470px;
    margin: auto;
    margin-bottom: 50px;
}

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

#ro-4 .txt-info {
    background-color: #fff;
    padding: 10px 10px;
}

#ro-4 img {
    width: 100%;
}

#ro-4 .txt-info h3 {
    font-size: 24px;
    line-height: 34px;
    color: #333333;
}

#ro-4 .txt-info p {
    font-weight: 600 !important;
    color: #333333;
    padding-bottom: 10px;
}

#ro-4 .repair-btnn {
    font-size: 19px;
    padding: 18px 22px;
}
/* ----------------        ----------------        ----------------         */

#ro-5 {
    padding-top: 50px !important;
}

#ro-5 .nectar-woo-carousel-top {
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0px;
}

#ro-5 li.classic.product img {
    width: 100%;
    height: 270px;
    margin: auto;
    object-fit: contain;
}

#ro-5 li.classic.product {
    border: solid 1px #FD5545;
    box-shadow: 0px 0px 11px 0px #0000004d;
    text-align: center;
}

#ro-5 li.classic.product h2.woocommerce-loop-product__title {
    padding: 0px;
    font-size: 20px;
    color: #222222;
}

#ro-5 li.classic.product span.price {
    padding: 0px;
    color: #222222 !important;
    font-weight: 200 !important;
}


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

#ro-6 .txt1 p {
    width: 500px;
}

#ro-6 .txt1 h2 {
    color: #000000;
    background-image: url("https://stagingserver3.com/gotagig/wp-content/uploads/2023/07/Rectangle-25.png");
    background-repeat: no-repeat;
    padding-left: 7px;
    background-position: 0px 10px;
    position: relative;
}

#ro-6 a#btnn {
    font-weight: 300;
    font-size: 19px;
    padding: 18px 22px;
}


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

#ro-7 {
    padding-top: 70px !important;
}


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

#ro-8 {
    padding-bottom: 50px;
}

#ro-8 .imgg2 {
    margin-bottom: 39px;
}

#ro-8 .imgg1 {
    width: 100%;
    height: 511px;
    object-fit: cover;
    border-radius: 5px;
}

#ro-8 .txt1 h2 {
    font-size: 24px;
}

#ro-8 .txt1 .wpb_wrapper {
    background-color: #FD5545;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}

#ro-8 .txt1 h2 {
    color: #fff;
    line-height: 24px;
    font-size: 24px;
}

#ro-8 .txt1 .wpb_wrapper p {
    color: hsl(0deg 0% 100% / 50%);
    font-size: 16px;
}

#ro-8 .txt1 {
    margin-top: -100px !important;
    position: relative;
    margin: auto;
    z-index: 9;
    width: 90%;
}


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

#ro-9 a#btnn {
    font-weight: 300;
    font-size: 19px;
    padding: 18px 22px;
}

#ro-9 a#btnn {
    font-size: 19px;
    padding: 18px 62px;
}


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

#ro-10 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#ro-10 .txt1 h2 {
    color: #222222;
}

#ro-10 .txt2 h4 a {
    font-size: 21px;
    color: #222222;
    margin: 0px 0px auto auto;
    display: table;
}


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

#ro-10 img {
    width: 100%;
    height: 820px;
    object-fit: cover;
}

#ro-10 .fm {
    display: flex;
    flex-direction: column;
}

#ro-10 .fm .num {
    background-color: transparent !important;
    font-size: 18px;
    border: solid 1px #000;
    border-radius: 0px;
    height: 60px;
}

#ro-10 .fm textarea {
    height: 200px !important;
    resize: none;
}

#ro-10 .fm input#sum-btn {
    font-size: 18px;
    font-weight: 900 !important;
    padding: 17px 50px !important;
    display: table;
    margin: auto;
}


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

#ro-11 {
    padding: 31px 0px !important;
}

#ro-11 form.tnp-form {
    display: flex;
    background-color: #fff;
    margin: auto;
    width: 540px;
    padding: 10px;
    border-radius: 10px;
}

#ro-11 .txt1 h2 {
    font-size: 42px;
    line-height: 52px;
}

#ro-11 form.tnp-form input.tnp-submit {
    width: 110px;
}

#ro-11 form.tnp-form input.tnp-email {
    width: 100%;
    color: #000;
}

#ro-11 form.tnp-form input.tnp-email::placeholder {
    color: #000;
}


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

#fttr {
    padding-top: 60px !important;
    padding-bottom: 20px !important;
}

#fttr h4 {
    color: #333333;
    font-family: 'so';
    font-size: 16px;
    font-weight: 600 !important;
    text-transform: uppercase;
}

#fttr p,
#fttr .iwt-text {
    font-size: 15px;
    line-height: 18px;
}

#fttr #cop {
    margin-top: 44px !important;
    border-top: solid 1px #ECECEC;
    padding-top: 20px;
}

#fttr .box2 {
    display: flex;
    justify-content: end;
}

#fttr .box2 i {
    margin-left: 10px;
    font-size: 21px;
}

#fttr .copy1 p {
    color: #333333;
    font-size: 14px;
    opacity: 50%;
}

#fttr form.tnp-form input.tnp-email {
    background-color: #fff;
    border: solid 1px #CCCCCC;
    margin-bottom: 10px;
    font-size: 14px;
}

#fttr form.tnp-form input.tnp-submit {
    font-weight: 900 !important;
}
/* single product page */
ul#tm-extra-product-options-fields h3 {
    font-size: 16px;
    font-weight: 400;
}
.pricing-info {
    display: none;
}
/* top header */


#topbar {
            line-height: 40px;
            height: 40px;
            background-color: #FD5545;
        }
    
        .topbarcontent  {
            height: 100%;
            padding: 10px 10px;
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            transition: 0.5s;
        }
.topbarcontent a {
    color: #fff !important;
    height: 100%;
    padding: 10px 10px;
    text-decoration: none;
    transition: 0.5s;
	font-weight:600 !important;
}
    
        .topbarcontent:hover {
            color: #4d1d00;
        }
    
        #topbarin {
            display: block;
        }
    
        #topbarin1 {
            float: left;
            margin-left: 0px;
            color: #666;
            font-size: 100%;
        }
    
        .topbarcontent.one {
            position: relative;
        }
    
       
    
/*-----------------------------------------------------------------------------------------------------*/

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


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

@media (max-width: 1440px) {
    #ro-6 .txt1,
    #ro-6 #btnn,
    #ro-9 .txt1,
    #ro-9 #btnn {
        margin-left: 50px;
    }
}


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

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


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

@media (max-width: 1340px) {
    #ro-1 .roro {
        width: 89%;
        margin-top: 3pc;
    }
}


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

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


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

@media (max-width: 1280px) {
    #ro-10 img {
        width: 100%;
        height: 680px;
        object-fit: cover;
    }
}


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

@media (max-width: 1024px) {
    #header-outer {
        position: unset !important;
        padding: 00px 0px;
    }
    #ro-1 .roro {
        width: 109%;
        margin-top: 3pc;
    }
    #ro-1 .roro .hd1 h6,
    #ro-1 .roro .hd2 h1 {
        color: #fff;
    }
    body:not(.mobile) #header-outer.transparent>#top .span_9>.slide-out-widget-area-toggle .lines-button:after,
    body:not(.mobile) #header-outer.transparent>#top .span_9>.slide-out-widget-area-toggle .lines:before,
    body:not(.mobile) #header-outer.transparent>#top .span_9>.slide-out-widget-area-toggle .lines:after {
        background-color: #FD5545 !important;
        color: #FD5545 !important;
    }
    #ro-3 #inn1 .txt1 p br {
        display: none;
    }
    #ro-3 #inn1 .txt1 p {
        font-size: 13px;
        line-height: 18px;
        color: #222022;
        min-height: 150px;
    }
    #ro-3 #inn1 #btnn {
        padding: 10px 48px;
    }
    #ro-4 .txt-info p {
        padding-bottom: 10px;
        font-size: 12px;
        line-height: 20px;
    }
    #ro-5 .nectar-woo-carousel-top {
        display: none;
    }
    #ro-6 .txt1 p {
        width: 360px;
    }
    #ro-6 a#btnn,
    #ro-9 a#btnn {
        font-size: 15px;
        padding: 13px 22px;
    }
    #ro-8 .imgg2 {
        margin-bottom: 1px;
        width: 95%;
    }
    #ro-6 h2,
    #ro-9 h2,
    #ro-11 h2 {
        font-size: 35px;
        line-height: 38px;
    }
    #ro-9 p {
        font-size: 14px;
        line-height: 24px;
    }
    #fttr p,
    #fttr .iwt-text {
        font-size: 12px;
        line-height: 16px;
    }
}


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

@media (max-width: 900px) {
    #header-outer .icon-salient-search:before,
    #header-outer .icon-salient-cart:before {
        color: #FD5545;
		
    }
    #header-outer.transparent[data-permanent-transparent="false"] #top .slide-out-widget-area-toggle.mobile-icon i:before,
    #header-outer.transparent[data-permanent-transparent="false"] #top .slide-out-widget-area-toggle.mobile-icon i:after,
    #header-outer[data-lhe="animated_underline"].transparent .nectar-header-text-content a:after {
        background-color: #FD5545 !important;
    }
    #ro-1 .roro .hd2 h1 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    #ro-1 .roro .hd1 h6,
    #ro-1 .roro .hd2 h1 {
        text-align: center !important;
    }
    #ro-1 .roro .btnn {
        display: table;
        margin: auto;
    }
    #ro-3 .owl-dots {
        display: none;
    }
    #ro-4 .vc_col-sm-4 {
        width: 60%;
        margin: auto;
        margin-top: 20px;
    }
    #ro-6,
    #ro-9 {
        padding-bottom: 20px !important;
    }
    #ro-6 .imgg,
    #ro-9 .imgg {
        width: auto;
        margin: auto;
        display: table;
        margin-bottom: 20px;
    }
    #ro-6 {
        text-align: center;
    }
    #ro-6 .txt1,
    #ro-6 #btnn,
    #ro-9 .txt1,
    #ro-9 #btnn {
        margin: auto;
        display: table;
    }
    #ro-6 .txt1 h2 {
        background-position: center;
    }
    #ro-8 .imgg2 {
        margin-bottom: 0px;
        width: 100%;
        margin-top: 0px;
    }
    #ro-8 #inn1 .vc_col-sm-6 {
        width: 50%;
    }
    #ro-8 .txt1 {
        margin-bottom: 40px;
    }
    #ro-9 .txt1 {
        text-align: center;
        margin-bottom: 10px;
    }
    #ro-10 {
        text-align: center;
    }
    #ro-10 .txt2 h4 a {
        margin: auto;
    }
    #ro-11 form.tnp-form {
        width: 100%;
    }
    #fttr .box2 i {
        margin: 0px 10px;
    }
    #fttr .box2 {
        display: flex;
        justify-content: center;
    }
    #fttr .copy1 {
        text-align: center;
    }
}


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

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


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

@media (max-width: 480px) {
    #header-outer {
        position: unset !important;
        padding: 20px 0px;
    }
    #ro-1 .roro .hd2 h1 {
        font-size: 36px;
        line-height: 40px;
    }
    #ro-3 .owl-item.active #inn1:before {
        border-right: 0px;
        border-left: solid 6px #FD5545;
        border-right: solid 6px #FD5545;
    }
    #ro-4 .txt1 {
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
    }
    #ro-4 .vc_col-sm-4 {
        width: 90%;
        margin: auto;
        margin-top: 30px;
    }
    #ro-11 .txt1 h2 {
        font-size: 31px;
        line-height: 48px;
    }
    #ro-10 {
        text-align: center;
        padding-bottom: 0px !important;
    }
	 #topbarin {
    float: right;
    margin-right: 10%;
    color: #4d4d4d;
    display: none;
    font-size: 100%;
}

#topbarin1 {
    float: left;
    margin-left: 12%;
    color: #666;
    font-size: 120%;
}

.topbarcontent {
    padding: 10px 20px;
}
}


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

@media (max-width: 444px) {
    #ro-1 .roro .hd2 h1 {
        font-size: 26px;
        line-height: 38px;
    }
    #ro-6 .txt1 p {
        width: 300px;
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 30px;
    }
    #ro-11 .txt1 h2 {
        font-size: 24px;
        line-height: 32px;
    }
}


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

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


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

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

