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

#top ul.sf-menu.sf-js-enabled.sf-arrows {
    border: solid 2px #febf8b;
    background-color: #fd7507 !important; !important;
    border-radius: 100px;
    height: 35px;
    width: 670px !important;
    margin: auto;
    display: flex !important;
    justify-content: space-between !important;
    margin-left: 40px;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows>li {
    padding: 0px !important;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows>li>a span {
    transition: 0.5s !important;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows>li>a {
    transition: 0.5s !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows>li:nth-child(1)>a {
    border-radius: 50px 0px 0px 50px !important;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows>li:nth-last-child(1)>a {
    border-radius: 0px 50px 50px 0px !important;
    position: relative;
    left: 1px;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows>li.current-menu-item a,
#top ul.sf-menu.sf-js-enabled.sf-arrows>li>a:hover {
    background-color: #fd7507;
    color: #fff !important;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows>li.current-menu-item a span,
#top ul.sf-menu.sf-js-enabled.sf-arrows>li>a:hover span {
    color: #fff !important;
}

#top ul.buttons.sf-menu li.nav-btn1 {
    order: 2;
}

#top ul.buttons.sf-menu li#search-btn {
    order: 1;
    padding: 0px 0px !important;
    margin: 0px 0px !important;
    margin-left: 20px !important;
}

#top ul.buttons.sf-menu li.nectar-woo-cart {
    position: relative;
    top: -2px;
}

#top ul.buttons.sf-menu li.nav-btn1 a span {
    background-color: #fc7507;
    color: #fff;
    padding: 8px 30px;
    border-radius: 30px;
    margin-left: 40px;
}

#top ul.buttons.sf-menu li.nectar-woo-cart i:before,
#top ul.buttons.sf-menu li#search-btn span.icon-salient-search:before {
/*     color: #fff !important; */
}


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

#ro-1 .row-bg.viewport-desktop.using-image {
    background-size: 440px !important;
}

#ro-1 {
    padding-top: 160px !important;
}

#ro-1 .txt1 h1 strong {
    font-size: 50px;
    line-height: 60px;
}

#ro-1 .box1 {
    box-shadow: 0px 0px 10px 0px #000;
    background-color: #fff;
    border-radius: 10px;
    width: 290px;
    position: absolute;
    z-index: 99;
    right: 0px;
    top: 60px;
    padding: 13px 20px;
}

#ro-1 .box1 h6 {
    float: left;
}

#ro-1 .box1>div {
    display: flex;
    align-items: center;
}

#ro-1 .box1 h6 img {
    margin: 0px;
    position: relative;
    top: 4px;
    margin-right: 8px;
}


/*  */

#ro-1 .box2 {
    box-shadow: 0px 0px 10px 0px #000;
    background-color: #fff;
    border-radius: 10px;
    width: 290px;
    position: absolute;
    z-index: 99;
    left: 0px;
    bottom: 60px;
    padding: 13px 20px;
}

#ro-1 .box2 p {
    padding-bottom: 0px;
}


/*  */

#ro-1 .bx2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20px;
}

#ro-1 .bx2 a i {
    color: #2fa488;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 10px 0px;
    font-size: 21px;
    position: relative;
    z-index: 999;
    transition: 0.5s;
}

#ro-1 .bx2 a i:hover {
    background-color: #fc7507 !important;
    color: #fff;
}

#ro-1 .wpb_raw_code {
    position: absolute;
    right: 0px;
    bottom: 50px;
}

#ro-1 a#btnn,
#ro-2 a#btnn,
#ro-3 a#btnn,
#ro-4 a#btnn,
#ro-5 a#btnn,
#ro-6 a#btnn {
    border-radius: 50px !important;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 100;
}


/*  */

#ro-1 .owl-dots {
    display: none;
}

#ro-1 .owl-nav {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 90%;
    position: relative;
}

#ro-1 .owl-nav:before {
    content: "";
    position: relative;
    background-color: #191919;
    width: 100%;
    height: 2px;
}

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

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

#ro-1 .owl-nav button:hover {
    color: #fc7507;
}

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

#ro-1 .owl-nav button.owl-next {
    transform: rotate(180deg);
    order: 2;
    position: relative;
}

#ro-1 .owl-nav button.owl-prev {
    order: 3;
    position: relative;
    top: -2px;
}


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

#ro-2 .txt1 h2 {
    margin-bottom: 0px;
}

#ro-2 .txt1 h6 {
    margin-bottom: 0px;
}


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

#ro-3 {
    padding: 50px 0px !important;
}

#ro-3 .iwt-icon i,
#ro-4 .iwt-icon i,
#ro-5 .iwt-icon i {
    font-size: 21px;
    position: relative;
    top: -3px;
}

#ro-3 .iwt-text,
#ro-4 .iwt-text,
#ro-5 .iwt-text {
    padding-left: 33px;
    color: #212121;
}

#ro-3 .iwithtext,
#ro-4 .iwithtext,
#ro-5 .iwithtext {
    margin-bottom: 7px;
}


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

#ro-5 #inn {
    width: 80%;
    margin: auto;
}

#ro-5 .iwt-text {
    color: #fff !important;
}

#ro-5 .iwt-icon i {
    color: #ffff;
}

#ro-5 #inn {
    width: 80%;
    margin: auto;
}


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

#ro-6 {
    padding: 50px 0px !important;
}

.woocommerce li.classic.product {
    background-color: #303030;
    text-align: center;
    box-shadow: 0px 0px 10px 0px !important;
    border: solid 3px #2fa488;
    padding-bottom: 54px !important;
}

.woocommerce li.classic.product h2.woocommerce-loop-product__title {
    color: #fff !important;
    font-family: Oswald;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
}

.woocommerce li.classic.product span.woocommerce-Price-amount.amount {
    color: #fff;
    font-size: 22px;
}

.woocommerce li.classic.product a.button {
    transform: none !important;
    width: 150px !important;
    border-radius: 100px;
    left: 0px;
    right: 0px;
    margin: auto !important;
    bottom: 9px;
    font-size: 20px !important;
}

.woocommerce li.classic.product .product-wrap {
    overflow: visible;
    position: unset;
}

.woocommerce li.classic.product a.button i {
    display: none;
}


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

#footer-outer #footer-widgets p,
#footer-outer #footer-widgets a {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 0px !important;
    margin: 0px !important;
}

#footer-outer #footer-widgets .container ul li {
    margin: -6px 0px !important;
}

#footer-outer #footer-widgets .ftr-ico i {
    color: #303030;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin: 10px 8px;
    font-size: 21px;
}

#footer-outer #footer-widgets .ftr-ico {
    display: flex;
    justify-content: center;
    position: relative;
    left: -20px;
}

#footer-outer #footer-widgets #media_image-2 {
    margin-bottom: 2px;
}

#footer-outer #footer-widgets .widget h4 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 26px;
}

#footer-outer #footer-widgets .col.span_3 {
    position: relative;
    top: 69px;
}

#footer-outer #footer-widgets .col.span_3:nth-child(1) {
    top: 0px;
}

#footer-outer #footer-widgets .container>div {
    padding-top: 30px;
}

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

#copyright p {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 13px;
}


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


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

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


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

@media (max-width: 1440px) {
    #ro-1 .row-bg.viewport-desktop.using-image {
        background-size: 460px !important;
    }
}


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

@media (max-width: 1366px) {
    #top ul.sf-menu.sf-js-enabled.sf-arrows {
        width: 630px !important;
    }
    #ro-1 .wpb_raw_code {
        position: absolute;
        right: -20px;
        bottom: 50px;
    }
}


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

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


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

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


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

@media (max-width: 1280px) {
    #ro-1 .imgg {
        width: 85%;
    }
    #top ul.sf-menu.sf-js-enabled.sf-arrows>li a {
        font-size: 14px;
    }
    #top ul.sf-menu.sf-js-enabled.sf-arrows {
        width: 590px !important;
    }
    #ro-1 .box1,
    #ro-1 .box2 {
        padding: 9px 10px;
        width: 260px;
    }
    #ro-1 .row-bg.viewport-desktop.using-image {
        background-size: 422px !important;
    }
}


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

@media (max-width: 1024px) {
    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: #fff !important;
    }
    #ro-1 .txt1 p,
    #ro-2 .txt1 p,
    #ro-3 .txt1 p,
    #ro-4 .txt1 p,
    #ro-5 .txt1 p,
    #ro-6 .txt1 p,
    #ro-3 .iwithtext .iwt-text,
    #ro-4 .iwithtext .iwt-text,
    #ro-5 .iwithtext .iwt-text {
        font-size: 13px;
        line-height: 1.3;
    }
    #ro-3 .iwt-icon i,
    #ro-4 .iwt-icon i,
    #ro-5 .iwt-icon i {
        font-size: 21px;
        position: relative;
        top: -8px;
    }
    #ro-3 .iwithtext,
    #ro-4 .iwithtext,
    #ro-5 .iwithtext {
        margin-bottom: 17px;
    }
    #ro-1 .box1 p,
    #ro-1 .box2 p {
        font-size: 12px;
        line-height: 1.3;
    }
    #ro-1 .box1,
    #ro-1 .box2 {
        padding: 8px 10px;
        width: 220px;
        height: 64px;
        display: flex;
        align-items: center;
    }
    #footer-outer #footer-widgets p,
    #footer-outer #footer-widgets a {
        font-size: 11px;
        line-height: 20px;
    }
}


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

@media (max-width: 900px) {
    #top .icon-salient-cart:before,
    #top .icon-salient-search:before {
        color: #fff !important;
    }
    #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 {
        background-color: #fff !important;
    }
    #ro-1 {
        padding-top: 90px !important;
    }
    #ro-1 .row-bg.viewport-desktop.using-image {
        background-size: 430px !important;
    }
    #footer-outer #footer-widgets .col.span_3:nth-child(3),
    #footer-outer #footer-widgets .col.span_3:nth-child(4) {
        position: relative;
        top: 0px;
    }
}


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

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


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

@media (max-width: 480px) {
    #ro-1 .row-bg.viewport-desktop.using-image {
        background-size: 330px !important;
    }
    #ro-1 .box1 p,
    #ro-1 .box2 p {
        font-size: 10px;
        line-height: 1.3;
    }
    #ro-1 .box1,
    #ro-1 .box2 {
        padding: 8px 10px;
        width: 190px;
        height: 54px;
    }
    #footer-outer #footer-widgets .col.span_3 {
        position: relative;
        top: 0px;
    }
    #ro-1 .wpb_raw_code {
        display: none;
    }
    #ro-1 .box1 {
        top: 10px;
    }
    #ro-1 .box2 {
        bottom: 10px;
        left: -8px;
    }
    #ro-1 .row-bg.viewport-desktop.using-image {
        background-size: 250px !important;
    }
    #ro-1 .txt1 h2,
    #ro-2 .txt1 h2,
    #ro-3 .txt1 h2,
    #ro-4 .txt1 h2,
    #ro-5 .txt1 h2,
    #ro-6 .txt1 h2 {
        font-size: 27px;
        line-height: 1.2;
    }
    #ro-1 .txt1 p,
    #ro-2 .txt1 p,
    #ro-3 .txt1 p,
    #ro-4 .txt1 p,
    #ro-5 .txt1 p,
    #ro-6 .txt1 p,
    #ro-3 .iwithtext .iwt-text,
    #ro-4 .iwithtext .iwt-text,
    #ro-5 .iwithtext .iwt-text {
        font-size: 12px;
        line-height: 1.3;
    }
    .woocommerce ul li.classic.product {
        width: 100% !important;
        margin: auto !important;
        margin-bottom: 20px !important;
    }
}


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

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


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

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


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

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

#ro-1 .box1 {
    animation: aabox 3s infinite alternate linear;
}

#ro-1 .box2 {
    animation: aabox 3s infinite alternate-reverse linear;
}

@keyframes aabox {
    from {
        transform: translateY(-10px);
    }
    to {
        transform: translateY(10px);
    }
}


.icon-salient-cart:before, body.material .icon-salient-cart:before {
    content: "\f07a" !important;
    font-family: 'FontAwesome' !important;
}
