/*
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
*/
    #header-outer[data-format=centered-logo-between-menu] #top .span_9 nav .sf-menu:not(.buttons), #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 nav, #header-outer[data-format=centered-menu-under-logo] #top .span_9 nav, #header-outer[data-format=centered-menu] #top .span_9 nav .sf-menu:not(.buttons) {
        -webkit-justify-content: center;
        justify-content: flex-start;
    }
/* ========================================= */
div#custom-sidebar form.search-form {
    display: flex;
    width: 100%;
}
div#custom-sidebar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0;
    width: 15%;
    z-index: 12;
    margin-right: 90px;
}
input.search-field {
    border-radius: 27px !important;
    background: #fff;
    color: #999;
}
button.search-widget-btn span.text {
    font-size: 0px !important;
}
span.normal.icon-salient-search {
    background: unset;
}
button.search-widget-btn {
    background: unset !important;
    margin-left: -40px;
}
button.search-widget-btn:hover {
    background: unset !important;
}
body #header-outer .icon-salient-search:before, body.material #header-outer .icon-salient-search:before {
    content: "\e906";
    color: #6C727F;
    padding: 10px;
}
header#top button.search-widget-btn {
    background: unset !important;
    margin-left: -55px;
}
li#search-btn {
    display: none !important;
}
header#top .icon-salient-m-user:before {
    content: "\f007";
    font-family: 'FontAwesome';
}
header#top .icon-salient-cart:before {
    content: "\f290";
    font-family: 'FontAwesome';
}
/* ========================================== */
div#revolution-slider span.stroke-text {
    color: black;
    -webkit-text-fill-color: #fff0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
div#revolution-scrolling h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px !important;
}
div#revolution-scrolling h1 img {
    padding: 0px 80px 0px 40px !important;
}
div#revolution-scrolling {
    transform: rotate(-1deg);
    z-index: 999;
    position: relative;
    bottom: 50px;
}
/* ==================================== */
div#catergory {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#catergory .vc_col-sm-12.text {
    margin-bottom: 40px;
}
div#catergory-inner {
    position: relative;
    overflow: hidden;
}
div#catergory-inner img {
    width: 100%;
}
div#catergory-inner.one img {
    height: 630px;
    object-fit: cover;
    border-radius: 30px;
}
div#catergory-inner .t-1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: left;
    padding: 30px 30px !important;
}
div#catergory-inner .t-1 a.btn {
    background: #015B7A;
    opacity: 1;
    padding: 10px 25px !important;
    border-radius: 30px;
}
div#catergory-inner.two .t-1 a.btn {
    background: #02BAE9;
}
div#catergory-inner .t-1 h3 {
    transform: rotate(90deg);
    position: relative;
    left: -45%;
}
div#catergory-inner .t-1 h5 {
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: start;
    left: 140px;
    bottom: 0;
    width: 100%;
    height: 100%;
}
/* ====================================== */
h3 span.box-text {
    position: relative;
    color: #fff !important;
    padding: 5px 0px !important;
    display: inline-block; /* taki width/height handle ho */
    z-index: 1;
}
h3 span.box-text:before {
    content: "";
    background: #02BAE9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
    animation: pulseGlow 2s ease-in-out infinite;
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 1;
        box-shadow: 0 0 0px #02BAE9;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.9;
        box-shadow: 0 0 15px #02BAE9;
    }
    100% {
        transform: scale(1);
        opacity: 1;
        box-shadow: 0 0 0px #02BAE9;
    }
}
a#btn {
    border-radius: 30px !important;
}
/* ========================================== */
div#product {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
li.classic.product {
    background: #F1F4F8 !important;
    padding: 30px !important;
    border-radius: 30px !important;
    transition: .5s !important;
}
li.classic.product:hover {
    background: #02BAE9 !important;
    filter: drop-shadow(2px 4px 6px #ccc);
}
.woocommerce ul.products li.product .onsale {
    background-color: #02BAE9 !important;
    padding: 0px 30px !important;
    font-size: 15px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-weight: 600 !important;
    position: absolute !important;
    left: 0 !important;
    right: unset !important;
    top: 0 !important;
    margin: 30px 30px !important;
    line-height: 25px !important;
}
.product-wrap {
    overflow: hidden !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart i:before {
    content: "\f290" !important;
    font-family: 'FontAwesome' !important;
    font-size: 20px !important;
    color: #FFFFFF !important;
    transition: .9s !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart span {
    opacity: 0px !important;
	font-size: 0px !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart i {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0px !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    transform: unset !important;
    width: 45px !important;
    border-radius: 50% !important;
    height: 45px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    position: absolute !important;
    bottom: -79px !important;
    left: unset !important;
    right: 0;
    transition: .5s;
    padding: 0 !important;
    background: #02BAE9 !important;
    opacity: 1;
}
li.classic.product:hover a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: #FFFFFF !important;
    transition: .5s !important;
	color: #02BAE9 !important;
}
li.classic.product:hover a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart i:before {
	color: #02BAE9 !important;
	transition: .5s !important;
}
h2.woocommerce-loop-product__title {
    font-family: 'Inter' !important;
    text-transform: capitalize !important;
    color: #1D1D1D !important;
    transition: .5s !important;
}
li.classic.product:hover h2.woocommerce-loop-product__title {
    color: #fff !important;
    transition: .5s !important;
}
bdi {
    font-family: 'Inter' !important;
	transition: .5s;
}
ins {
    color: #C21202 !important;
}
li.classic.product:hover bdi {
	color: #fff !important;
    transition: .5s !important;
}
.flickity-prev-next-button:disabled {
    display: block;
}
body .woocommerce .nectar-woo-flickity[data-controls*=arrows] .next {
    right: -25px;
    filter: drop-shadow(2px 4px 6px #ccc);
}
body .woocommerce .nectar-woo-flickity[data-controls*=arrows] .previous {
    left: -25px;
    filter: drop-shadow(2px 4px 6px #ccc);
}
/* ======================================== */
div#about {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#about-inner .hover-wrap {
    position: relative;
    float: right;
}
div#about-inner .hover-wrap:before {
    content: "";
    background-image: url(/wp-content/uploads/2026/01/Group-1261153132.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -50px;
    left: -80px;
    width: 214px;
    height: 214px;
    z-index: 999;
    filter: drop-shadow(2px 4px 6px #ccc);
	animation: animName 10s linear infinite;
}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
/* ====================================== */
div#banner-inner .vc_col-sm-6 {
    padding: 0px 0px 40px 0px !important;
}
div#banner .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
div#banner-inner {
    margin-bottom: 0px !important;
    padding: 100px 40px !important;
}
div#banner-inner h1 span {
    color: #fff !important;
}
div#banner-inner h1 span.box-text {
    position: relative;
    color: #fff !important;
    z-index: 999;
    padding: 5px 0px !important;
}
div#banner-inner h1 span.box-text:before {
    content: "";
    background: #02BAE9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
	    animation: pulseGlow 2s ease-in-out infinite;
}
div#banner-inner .t-3 {
    float: right;
    margin-right: 50px;
}
div#banner-one {
    padding: 30px 70px !important;
}
div#banner-one a#btn {
    float: right;
}
/* ================================== */
div#testimonial {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#testimonial-inner {
    margin: 0px 220px !important;
}
div#testimonial-inner p {
    font-size: 20px;
    line-height: 30px;
}
div#testimonial-inner img {
    width: 15%;
}
div#testimonial-inner h5 img {
    width: unset !important;
}
div#testimonial button.owl-dot:nth-child(1):before {
    content: "";
    background-image: url(/wp-content/uploads/2025/08/testi-avatar-1.jpg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    z-index: 999;
}
div#testimonial button.owl-dot:nth-child(2):before {
    content: "";
    background-image: url(/wp-content/uploads/2025/08/testi-avatar-2.jpg-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    z-index: 999;
    margin-left: 60px;
}
div#testimonial button.owl-dot:nth-child(3):before {
    content: "";
    background-image: url(https://devu1b.customdev.solutions/ricardocontreras/wp-content/uploads/2025/08/testi-avatar-3.jpg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 999;
    margin: -10px 50px 0px 0px !important;
}
div#testimonial button.owl-dot:nth-child(4):before {
    content: "";
    background-image: url(/wp-content/uploads/2025/08/testi-avatar-5.jpg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55px;
    height: 55px;
    z-index: 999;
    margin: 0px 0px 70px 0px !important;
}
div#testimonial button.owl-dot:nth-child(5):before {
    content: "";
    background-image: url(/wp-content/uploads/2025/08/testi-avatar-4.jpg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    z-index: 999;
    margin: 0px 130px 0px 0px !important;
}
div#testimonial .owl-dots span {
	display: none;
}
/* ================================== */
div#instagram-feed {
    padding: 30px 0px !important;
    margin-bottom: 0px !important;
}
div#instagram-feed-inner {
    margin: 0px 10px;
}
/* =================================== */
div#footer-scrolling h1 img {
    padding: 0px 30px 0px 20px !important;
}
div#footer-widgets-globle {
    padding: 30px 0px !important;
}
div#footer-scrolling h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px !important;
    text-transform: capitalize !important;
}
div#footer-widgets-globle, div#copyright-globle {
    margin: 0px 250px;
}
div#footer-widgets-globle .vc_col-sm-3 .vc_column-inner {
    padding-right: 15px;
}
div#footer-widgets-globle h2 {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 28px;
    font-weight: 400 !important;
    font-family: 'berlin';
}
div#footer-widgets-globle ul {
    margin: 0;
}
div#footer-widgets-globle ul li {
    list-style: none;
}
div#footer-widgets-globle ul li a {
    color: #fff !important;
}
div#footer-widgets-globle ul#menu-contact-info li {
   margin-bottom: 10px !important;
}
div#footer-widgets-globle ul#menu-contact-info li a {
    position: relative;
    padding-left: 30px !important;
}
div#footer-widgets-globle ul#menu-contact-info li a i {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    color: #fff;
    font-size: 17px;
    top: 4px;
}
div#footer-widgets-globle form {
    width: 100%;
    display: flex;
}
div#footer-widgets-globle input.tnp-email {
    background-color: #fff;
    border-radius: 30px !important;
    border: unset !important;
    color: #111111;
}
div#footer-widgets-globle input.tnp-email::placeholder {
    color: #111;
}
div#footer-widgets-globle input.tnp-submit {
    transform: unset !important;
    box-shadow: unset !important;
    width: auto;
    border: unset !important;
    border-radius: unset !important;
    background-image: url(/wp-content/uploads/2025/09/Vector-1.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    font-size: 0;
    background-color: #fff0 !important;
    margin-left: -50px;
}
/* ================================== */
div#copyright-globle {
    padding: 20px 0px !important;
    border-top: 1px solid #ffffff4d;
}
div#copyright-globle img {
    float: right;
}
div#privacypolicy1 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
}
div#privacypolicy1 h3 {
    font-size: 20px;
}
div#footer-outer-globle img {
    width: 55%;
}
/* ============================ */
@media (max-width: 1600px){
	div#footer-widgets-globle, div#copyright-globle {
    margin: 0px 170px;
}
}
@media (max-width: 1440px){
	div#catergory-inner.one img {
    height: 600px;
}
	div#footer-widgets-globle, div#copyright-globle {
    margin: 0px 90px;
}
	div#testimonial-inner p {
    font-size: 18px;
    line-height: 28px;
}
}
@media (max-width: 1366px){}
@media (max-width: 1326px){}
@media (max-width: 1280px){
	div#catergory-inner.one img {
    height: 560px;
}
	div#testimonial-inner {
    margin: 0px 170px !important;
}
}
@media (max-width: 1080px){
	#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 100px;
}
	div#custom-sidebar form.search-form, div#custom-sidebar {
    display: none;
}
	li#search-btn {
    display: block;
}
	body #header-outer .icon-salient-search:before, body.material #header-outer .icon-salient-search:before {
    content: "\e906";
    color: #fff;
    padding: 10px;
}
	div#revolution-scrolling h1 {
    padding: 10px 0px !important;
}
		div#revolution-scrolling h1 img {
    width: 140px;
    padding: 0px 60px 0px 30px !important;
}
	div#revolution-scrolling {
    bottom: 30px;
}
	div#catergory {
    padding: 30px 0px !important;
}
	    div#catergory-inner.one img {
        height: 470px;
    }
	div#product {
    padding: 30px 0px !important;
}
	li.classic.product {
    padding: 20px !important;
}
	a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    bottom: -89px !important;
}
	div#about {
    padding: 30px 0px !important;
}
	div#about-inner .hover-wrap:before {
   bottom: -30px;
        left: -36px;
        width: 128px;
        height: 128px;
}
	.woocommerce ul.products li.product .onsale {
    padding: 0px 25px !important;
    font-size: 14px !important;
    margin: 20px 20px !important;
    line-height: 23px !important;
}
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px;
}
	bdi {
    font-size: 15px !important;
}
	div#banner-inner {
    padding: 50px 40px !important;
}
	div#banner-one {
    padding: 20px 40px !important;
}
	div#testimonial {
    padding: 30px 0px !important;
}
	div#testimonial-inner {
        margin: 0px 80px !important;
    }
	div#instagram-feed {
    padding: 10px 0px !important;
}
	p, li a {
    font-size: 14px;
    line-height: 24px !important;
}
	div#footer-widgets-globle, div#copyright-globle {
        margin: 0px 60px;
    }
}
@media (max-width: 1024px){
	
	    div#about-inner .hover-wrap:before {
        bottom: -30px;
        left: -25px;
        width: 100px;
        height: 100px;
    }
	
	
	    div#catergory-inner.one img {
        height: 440px;
        border-radius: 20px;
    }
}
@media (max-width: 912px){
	
	
	div#about-inner .wpb_wrapper {
    margin: auto;
}
	
	
	
	div#catergory-inner {
    margin: 0px 100px;
}
	    div#catergory-inner.one img {
        height: auto;
        border-radius: 20px;
    }
	div#catergory {
    text-align: center;
}
	div#catergory-inner .t-1 {
    text-align: left;
}
	div#product-inner {
    margin: 0px 100px;
}
	div#about-inner {
    margin: 0px 100px;
    text-align: center;
}
	div#product img {
    width: 100%;
}
	div#product .wpb_text_column.wpb_content_element {
    text-align: center;
}
	    div#banner-inner {
        padding: 30px 0px !important;
        text-align: center;
    }
	div#banner-inner .vc_col-sm-6 {
    padding: 0px 0px 10px 0px !important;
		width: 50%;
}
	div#banner-one {
    text-align: center;
}
	div#banner-one a#btn {
    float: unset;
}
	    div#testimonial-inner {
        margin: 0px 50px !important;
    }
	div#testimonial button.owl-dot:nth-child(5):before {
    margin: 0px 100px 0px 0px !important;
}
	div#instagram-feed .owl-dots {
    display: none;
}
	div#copyright-globle .vc_col-sm-6 {
    width: 50%;
    margin-bottom: 0;
}
}
@media (max-width: 800px){
	    div#catergory-inner {
        margin: 0px 50px;
    }
div#product-inner {
        margin: 0px 50px;
    }
	    div#about-inner {
        margin: 0px 50px;
    }
	div#banner .row-bg.viewport-desktop.using-image {
    background-size: cover;
    border-radius: 30px;
}
	div#testimonial-inner p {
        font-size: 17px !important;
        line-height: 28px !important;
    }
}
@media (max-width: 768px){}
@media (max-width: 480px){
	li.classic.product.type-product img{
    height: 400px !important;
    object-fit: contain
}

	
	li.classic.product{
    margin-left: 0 !important;
    margin-right: !important;
}
	
	div#footer-outer-globle img {
    width: 120px;
    margin-bottom: 13px;
}
	
    div#banner-inner {
        padding: 0 0px !important;
        
        padding-top: 25px !important;
    }	
	
	
	div#header-outer {
    position: relative !important;
    padding: 0;
}
	header#top {
    padding: 10px 0px !important;
    background: #02bae9;
}
	div#revolution-scrolling h1 {
        font-size: 40px !important;
    }
	    div#revolution-scrolling {
        bottom: 10px;
    }
	    div#catergory-inner {
        margin: 0px 0px;
    }
	div#catergory-inner .t-1 {
    padding: 20px 20px !important;
}
	div#catergory-inner .t-1 h5 {
    left: 70px;
}
	div#product-inner {
        margin: 0px 0px;
    }
	div#about-inner {
        margin: 0px 0px;
    }
	    div#about-inner .hover-wrap:before {
        bottom: -10px;
        left: -30px;
        width: 134px;
        height: 134px;
    }
	div#banner-inner .vc_col-sm-6 {
        padding: 0px 0px 10px 0px !important;
        width: 100%;
    }
	div#banner-inner .t-3 {
    float: unset;
    margin-right: 0px;
}
	div#testimonial button.owl-dot::before {
		display: none;
	}
	    div#testimonial-inner {
        margin: 0px 10px !important;
    }
	    div#testimonial-inner p {
        font-size: 15px !important;
        line-height: 26px !important;
    }
	div#footer-widgets-globle, div#copyright-globle {
        margin: 0px 30px;
    }
	    div#copyright-globle .vc_col-sm-6 {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
div#copyright-globle img {
    float: unset;
}
	div#banner-inner h1 {
    font-size: 30px !important;
    line-height: 35px !important;
}
	li.classic.product {
    width: 100% !important;
    margin: 10px 20px !important;
}
	h3 {
    font-size: 25px !important;
    line-height: 30px !important;
}
	div#testimonial-inner img {
    width: 30%;
}
	div#testimonial-inner h6 {
    font-size: 15px !important;
    line-height: 25px !important;
}
	div#testimonial .owl-dots {
    display: none;
}
	    div#banner-one {
        padding: 10px 10px !important;
    }
	div#catergory-inner .t-1 h2 {
    font-size: 25px !important;
    line-height: 30px !important;
}
}
@media (max-width: 428px){}
@media (max-width: 414px){
	    div#footer-widgets-globle, div#copyright-globle {
        margin: 0px 20px;
    }
}
@media (max-width: 390px){}
@media (max-width: 375px){}
@media (max-width: 360px){}


