/*
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 li a {
    font-family: "futura" !important;
}

a#lumise-customize-button {
    padding: 20px 30px;
    font-size: 25px;
    margin-top: 30px;
    margin-left: 30px;
    border-radius: 50px !important;
    background-color: #b61815!important;
    cursor: pointer;
}

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

#header-secondary-outer .nectar-center-text .sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-secondary-outer .nectar-center-text .sec img {
    margin-right: 10px;
    width: 29px;
    position: relative;
    top: 2px;
}

#header-secondary-outer .nectar-center-text .sec a {
    font-family: "roboto";
    font-weight: 300;
    font-size: 18px;
}

#header-secondary-outer .nectar-center-text i {
    margin-right: 10px;
}


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

#ro-1 .roro {
    width: 90%;
    margin: auto;
}


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

#ro-2 {
    padding: 15px 0px !important;
}

#ro-2 .imgg {
    height: 90px;
    width: 90px;
    object-fit: contain;
}

#ro-2 .txt1 h3 {
    color: #000;
    margin-bottom: -10px;
    padding-bottom: 0px;
    position: relative;
    z-index: 9;
}

#ro-2 .txt1 p img {
    margin: auto;
}

#ro-2 .owl-stage {
    padding: 0px;
}

#ro-2 .owl-carousel {
    margin-top: 60px;
}

#ro-2 .txt-info h3 {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #000;
    margin-bottom: 0px;
}

#ro-2 .txt-info p {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 6px;
}

#ro-2 .txt-info h6 a {
    color: #B61815;
    text-decoration: underline;
    font-size: 15px;
}


/*  */

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

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

#ro-2 .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: 25px;
}

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

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

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

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


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

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

#ro-3 .txt1 h2,
#ro-4 .txt1 h2,
#ro-6 .txt1 h2,
#ro-7 .txt1 h2,
#ro-8 .txt1 h2 {
    color: #000;
}

#ro-3 #btnn,
#ro-4 #btnn,
#ro-6 #btnn,
#ro-8 #btnn {
    border-radius: 0px !important;
    padding: 14px 23px !important;
    font-size: 16px;
    font-family: 'DM Sans';
    transition: 0.5s;
}

#ro-3 .imgg {
    box-shadow: 20px -20px 0px 0px #EEBF49;
    transition: 0.5s;
}

#ro-8 .imgg {
    transition: 0.5s;
}

#ro-3 .imgg:hover,
#ro-8 .imgg:hover {
    box-shadow: 00px 00px 0px 0px #EEBF49;
    transform: translateY(-10px);
    filter: brightness(0.5);
}


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

#ro-4,
#ro-5,
#ro-6,
#ro-7,
#ro-8 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#ro-4 #btnn,
#ro-6 #btnn {
    margin: auto;
    display: table;
}
 li.product.classic .product-wrap img{
    object-fit: contain;
    height: 250px !important;
 }
li.classic.product {
    background-color: #fff;
    padding: 10px 10px !important;
    box-shadow: 0px 0px 10px 0px #0000006b !important;
}

li.classic.product h2.woocommerce-loop-product__title {
    font-family: 'DM Sans' !important;
    font-weight: 900 !important;
    font-size: 19px !important;
    padding-right: 60px !important;
    color: #000;
    padding-bottom: 0px !important;
}

li.classic.product span.price {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 22px !important;
    line-height: 32px !important;
}

li.classic.product .product-wrap {
    overflow: visible !important;
}

li.classic.product a.button.product_type_simple {
    width: 50px !important;
    height: 50px !important;
    padding: 0px 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px !important;
    right: 10px !important;
    bottom: -72px !important;
    left: auto;
    transform: none !important;
}

li.classic.product a.button.product_type_simple span {
    display: none;
}

li.classic.product a.button.product_type_simple i {
    margin: 0px;
}


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

#ro-7 #inn1 {
    background-color: #fff;
    padding: 20px 10px;
    text-align: center;
    transition: 0.5s;
    border-radius: 0px 20px 20px 20px;
    background-image: url("https://stagingserver3.com/csayings/wp-content/uploads/2023/07/Group-28.png");
    background-position: 90% 90%;
    background-repeat: no-repeat;
}

#ro-7 #inn1 .txt-info h3 {
    font-family: 'DM Sans';
    font-weight: 900;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    margin-bottom: 0px;
    transition: 0.5s;
}

#ro-7 #inn1 .txt-info h4 {
    font-family: 'DM Sans';
    font-size: 14px;
    line-height: 24px;
    font-weight: 100;
    transition: 0.5s;
}

#ro-7 #inn1 .txt-info h6 img {
    margin: auto;
    text-align: center;
    transition: 0.5s;
}

#ro-7 #inn1 .txt-info p {
    font-family: 'DM Sans';
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    transition: 0.5s;
}


/*  */

#ro-7 .owl-item.active+.owl-item.active #inn1 {
    border-radius: 20px 20px 20px 20px;
}

#ro-7 .owl-item.active+.owl-item.active+.owl-item.active #inn1 {
    background-color: #fff;
    border-radius: 20px 0px 20px 20px;
    transform: scale(100%);
}

#ro-7 #inn1:hover {
    background-color: #B61815 !important;
    transform: scale(110%) !important;
}

#ro-7 #inn1:hover h3,
#ro-7 #inn1:hover h4,
#ro-7 #inn1:hover p {
    color: #fff !important;
}


/*  */

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

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

#ro-7 .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: 25px;
}

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

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

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

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


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

#footer-outer #footer-widgets .widget h4 {
    font-family: 'DM Sans';
    font-weight: 900;
    font-size: 27px;
}

#footer-outer #footer-widgets p,
#footer-outer #footer-widgets a {
    font-family: 'DM Sans';
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
}

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

#footer-outer #footer-widgets .container>.row {
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer-outer #footer-widgets .box2 i {
    margin-right: 10px;
}

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

#copyright p {
    font-family: 'DM Sans';
    font-weight: 300;
    font-size: 16px;
}

#footer-outer #footer-widgets .box2 a i {
    display: table;
    margin: auto;
}


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

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


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

@media (max-width: 1440px) {
    #ro-1 .hd1 h1 {
        font-size: 50px !important;
    }
}


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

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


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

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


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

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


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

@media (max-width: 1280px) {
    #ro-1 .hd1 h1 {
        font-size: 40px !important;
    }
}


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

@media (max-width: 1024px) {
    #ro-1 .hd1 h1 {
        font-size: 30px !important;
    }
    #ro-1 .hd2 p,
    #ro-2 p,
    #ro-3 p,
    #ro-4 p,
    #ro-5 p,
    #ro-6 p,
    #ro-7 p,
    #ro-8 p {
        font-size: 12px !important;
        line-height: 22px !important;
    }
}


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

@media (max-width: 900px) {
    #ro-1 img {
        width: 50%;
    }
    #ro-1 .roro .n2-ss-layer-row-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }
    #ro-1 .hd1 h1,
    #ro-1 .hd2 p {
        text-align: center !important;
    }
    #ro-1 .btnn {
        display: table;
        margin: auto;
        margin-top: 12px;
    }
    #ro-3,
    #ro-8 {
        text-align: center;
    }
}


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

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


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

@media (max-width: 480px) {
    #ro-1 img {
        width: 90%;
    }
    #ro-1 .roro {
        width: 100%;
        margin: auto;
    }
    li.classic.product {
        width: 90% !important;
        margin: auto !important;
        margin-bottom: 20px !important;
    }
    #ro-4 p br,
    #ro-7 p br {
        display: none;
    }
    #ro-3 .txt1 h2,
    #ro-4 .txt1 h2,
    #ro-6 .txt1 h2,
    #ro-7 .txt1 h2,
    #ro-8 .txt1 h2 {
        font-size: 30px;
        line-height: 40px;
        color: #000;
    }
    a#lumise-customize-button {
        padding: 20px 43px;
        font-size: 18px;
        margin-top: 20px;
        margin-left: 0px;
    }
}


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

@media (max-width: 444px) {
    #ro-1 .hd1 h1 {
        font-size: 23px !important;
    }
}


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

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


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

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

#ro-1 .btnn a {
    transition: 0.5s;
}

#ro-1 .btnn:hover a,
#ro-3 #btnn:hover,
#ro-4 #btnn:hover,
#ro-6 #btnn:hover,
#ro-8 #btnn:hover {
    background-color: #000 !important;
    border-radius: 50px !important;
}