/*
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
*/
/*---------------------------------*/
/* 	animation: tbmove1 8s ease 1s infinite normal forwards; */
@keyframes tbmove1 {
	0%,
	100% {
		transform: translatey(0);
	}

	10%,
	30%,
	50%,
	70% {
		transform: translatey(-10px);
	}

	20%,
	40%,
	60% {
		transform: translatey(10px);
	}

	80% {
		transform: translatey(8px);
	}

	90% {
		transform: translatey(-8px);
	}
}
/* animation: shaker 4s cubic-bezier(0.11, 0, 0.5, 0) 0s infinite normal both; */
@keyframes shaker {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 50%;
	}

	10% {
		transform: rotate(8deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-10deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(10deg);
	}

	80% {
		transform: rotate(-8deg);
	}

	90% {
		transform: rotate(8deg);
	}
}
/*----------global css-------------*/
.nectar-button::before {
    animation: shaker 4s cubic-bezier(0.11, 0, 0.5, 0) 0s infinite normal both !important;
}
.woocommerce ul.products li.product.classic .product-wrap img {
    transform: scale(1);
    transition: 0.7s;
}
.woocommerce ul.products li.product.classic:hover .product-wrap img {
    transform: scale(1.1);
    transition: 0.7s;
}
/*-----------------------------*/
#top nav ul.buttons.sf-menu li a i:before {
    color: black !important;
}
#top nav>.buttons>li:first-child {
    margin: 8px !important;
}
#top nav ul.buttons.sf-menu li#nectar-user-account::before {
    content: '';
    position: absolute;
    border: 1px solid black;
    height: 25px;
    left: 0px;
}
#top nav>.buttons>li  {
    margin: 0px 5px !important;
}

#top nav ul.buttons.sf-menu li a span:before {
    color: black;
}
/* #top nav ul.buttons.sf-menu {
 background: #D9D9D9;
height: 45% !important;
top: 30%;
padding: 10px 25px !important;
border-radius: 70px;
} */
#top nav ul.buttons.sf-menu {
    background: #D9D9D9;
    height: 53px !important;
    top: 25px;
    padding: 10px 30px !important;
    border-radius: 70px;
}
#top nav ul.buttons.sf-menu li#nectar-user-account {
    order: 2;
}
/* #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart
 {
    left: -10px;
}
li#nectar-user-account {
    padding-left: 15%;
} */
#top nav ul.buttons.sf-menu li#nectar-user-account {
    padding-left: 15px;
    margin-left: 15px !important;
}
/*-----------------------------------------sec1(nector)--------------------------------------*/
#sec-1 .slide-bg-overlay {
    background-color: #000000b8 !important;
}
#sec-1 .sec-nec1 .content h1.ns-heading-el span.tt1 {
    font-family: 'PP Editorial New' !important;
    font-weight: 500;
    font-style: italic;
}
#sec-1 .sec-nec1 .content h1.ns-heading-el {
    font-family: 'pp mori';
}
#sec-1 .sec-nec1 .content p {
    font-size: 14px !important;
    line-height: 24px !important;
	font-family: 'pp mori';
}
#sec-1 .sec-nec1 .content .buttons {
    padding-top: 30px;
    margin-top: 70px;
}
#sec-1 .sec-nec1 .buttons a::before {
    content: '';
    background-image: url(https://samplelinksweb.com/Jean_dorvilma/wp-content/uploads/2025/06/Group-8.webp);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 70px !important;
    background-repeat: no-repeat;
    left: unset !important;
    background-position: right center;
}
/* #sec-1 .sec-nec1 .buttons a.primary-color {
    background-color: #ffffff4f !important;
    color: black;
    font-size: 14px;
    letter-spacing: 0px !important;
    font-weight: 400;
    padding: 20px 430px 20px 50px;
    position: relative;
    backdrop-filter: blur(7px);
} */
/*----*/
#sec-1 .sec-nec1 .content .buttons .button a::after {
    display: none !important;
}
#sec-1 .sec-nec1 .buttons .button {
    width: 50%;
}
#sec-1 .sec-nec1 .buttons .button a {
	font-family: 'pp mori';
	background-color: #ffffff70 !important;
    color: black;
    font-size: 14px;
    padding: 19px 50px !important;
    text-align: left;
	backdrop-filter: blur(7px);
}
/*-----------------------------------------sec2--------------------------------------*/
#sec-2 .sec-2-text1 h4 {
    padding-left: 75px;
    font-family: 'pp mori';
}
#sec-2 .sec-2-text2 p {
    margin-top: 10px;
	font-family: 'pp mori';
}
#sec-2 > .col > .col > .vc_column-inner {
	overflow:hidden;
}
#sec-2 #sec-2-inner1 > .col > .col > .vc_column-inner::before {
    content: url(https://samplelinksweb.com/Jean_dorvilma/wp-content/uploads/2025/06/Vector.webp);
    position: absolute;
    left: -10px;
    bottom: 0;
    opacity: 0;
    filter: invert(1);
	transition: 0.8s;
}
#sec-2 #sec-2-inner1 > .col > .col > .vc_column-inner:hover:before {
    opacity: 1;
    left: 15px;
    transition: 0.8s;
}
#sec-2 #sec-2-inner1 > .col > .col > .vc_column-inner .img-with-aniamtion-wrap {
    overflow: hidden;
}
#sec-2 #sec-2-inner1 > .col > .col > .vc_column-inner .sec-2-image1 {
	width:100% !important;
    transform: scale(1);
    transition: 0.7s;
}
#sec-2 #sec-2-inner1 > .col > .col > .vc_column-inner:hover .sec-2-image1 {
    transform: scale(1.2);
    transition: 0.7s;
}

/*-----------------------------------------sec3--------------------------------------*/
#sec-3 .sec-3-text1 h2 {
    font-size: 130px;
    line-height: 120px;
	font-family: 'pp mori';
}

/*-----------------------------------------sec4--------------------------------------*/
    #sec-4 .sec-4-btn1.btnh {
        margin-left: 72px;
        padding-right: 20px;
        padding-left: 60px;
    }
#sec-4 .sec-4-text1 h2 {
    font-size: 120px;
    line-height: 110px;
	font-family: 'pp mori';
}
#sec-4 .sec-4-text1 h2 span.hh1 {
    font-family: 'PP Editorial New';
    font-weight: 400;
    font-style: italic;
}
#sec-4 .sec-4-inner-cl6-1-text1 p {
    width: 122%;
	font-family: 'pp mori';
}
#sec-4 #sec-4-inner-cl6-1 .iwt-text h5 {
    font-family: 'PP Editorial New';
    font-weight: 400;
}
#sec-4 .sec-4-btn1.btnh {
    background: none !important;
    color: #2B2B2B;
    font-family: 'PP Mori';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    width: 30%;
    margin-left: 7%;
}
#sec-4 .sec-4-btn1.btnh::before {
    content: '';
    background: url(https://samplelinksweb.com/Jean_dorvilma/wp-content/uploads/2025/06/Group-9.webp);
    position: absolute;
    width: 59px;
    height: 59px;
    background-repeat: no-repeat;
    left: 0;
    top: 0px;
    background-size: 100% 100%;
}
#sec-4 .sec-4-inner-cl6-1-text1 h4 {
    font-size: 18px;
	font-family: 'pp mori';
    font-weight: 600;
    line-height: 23px;
}
#sec-4 .sec-4-inner-cl6-1-text1 h4 {
    font-size: 18px;
	font-family: 'pp mori';
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 5px;
}
#sec-4 .sec-4-image1 {
    animation: tbmove1 8s ease 1s infinite normal forwards;
}
#sec-4 .iwithtext .iwt-icon img {
	transition:0.7s;
}
#sec-4 .iwithtext:hover .iwt-icon img {
	filter: invert(62%) sepia(47%) saturate(3508%) hue-rotate(322deg) brightness(107%) contrast(99%);
	transition:0.7s;
}
/*-----------------------------------------sec5--------------------------------------*/
#sec-5 li.classic h2.product_category_title {
    padding: 0px;
    margin: 0px;
    background: #FFFFFF;
    width: 93px;
    text-align: center;
    height: 35px;
    border-radius: 16px;
    color: #707070;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#sec-5 .flickity-slider li .product-wrap a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    transition: unset;
    transform: unset;
    width: 20%;
    position: absolute;
    left: 302px;
    bottom: 368px;
    background: unset !important;
}
#sec-5 .flickity-slider li .product-wrap a i.icon-salient-cart:before {
    content: url(https://samplelinksweb.com/Jean_dorvilma/wp-content/uploads/2025/06/Group-11.webp);
}
#sec-5 .flickity-slider li .product-wrap a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart span {
	display:none;
}
#sec-5 .flickity-slider li .product-wrap {
 border-radius: 20px;
}
#sec-5 .nectar-woo-flickity .flickity-slider .flickity-cell {
 padding: 5px;
}
#sec-5 .woocommerce .nectar-woo-flickity[data-controls*=arrows] .previous {
    right: 7%;
    left: unset;
}
#sec-5 .nectar-woo-flickity {
    padding: 0px 0px;
}
#sec-5 .sec-5-text1 {
    margin-bottom: 0px;
}
#sec-5 button.flickity-button {
    background-color: black !important;
}
#sec-5 button.flickity-button::before {
    background-color: white !important;
}
#sec-5 svg path {
    fill: white !important;
}
#sec-5 span.price {
    margin-top: 2% !important;
    float: right;
    font-size: 14px;
}
#sec-5 .woocommerce ul.products li.product .woocommerce-loop-product__title {
    line-height: 20px;
    font-size: 14px;
    margin-top: 0px !important;
    display: inline-block !important;
	width: 44%;
	font-family: 'pp mori';
}

/*-----------------------------------------sec6--------------------------------------*/
#sec-6 .sec-6-inner1 > .col > .col > .vc_column-inner .img-with-aniamtion-wrap,
#sec-6 #sec-6-inner1 > .col > .col > .vc_column-inner .img-with-aniamtion-wrap {
    overflow: hidden;
}
#sec-6 .sec-6-inner1 > .col > .col > .vc_column-inner .sec-6-image1,
#sec-6 #sec-6-inner1 > .col > .col > .vc_column-inner .sec-6-image1 {
    transform: scale(1);
	transition:0.7s;
}
#sec-6 .sec-6-inner1 > .col > .col > .vc_column-inner:hover .sec-6-image1,
#sec-6 #sec-6-inner1 > .col > .col > .vc_column-inner:hover .sec-6-image1{
    transform: scale(1.1);
	transition:0.7s;
}
#sec-6 .sec-6-image1 {
    width: 100%;
}
#sec-6 .CL-1:nth-child(2) .vc_column-inner {
    padding-left: 6px;
}
#sec-6 .CL-1:nth-child(1) .vc_column-inner {
 padding-right: 6px;
}
#sec-6 .CL-1 {
	padding-bottom: 10px;
}

#sec-6 .sec-6-text1 p {
	font-family: 'PP Mori';
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    position: absolute;
    bottom: 150px;
    left: 80px;
	text-transform: uppercase;
}
#sec-6 .sec-6-text1 p:before {
    content: url(https://samplelinksweb.com/Jean_dorvilma/wp-content/uploads/2025/06/Group-9.webp);
    position: absolute;
    left: -60px;
    top: -10px;
	animation: shaker 4s cubic-bezier(0.11, 0, 0.5, 0) 0s infinite normal both;
}
#sec-6 .sec-6-text2 p {
    font-family: 'PP Mori';
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    position: absolute;
    bottom: 370px;
    left: 80px;
    text-transform: uppercase;
}
#sec-6 .sec-6-text2 p:before {
    content: url(https://samplelinksweb.com/Jean_dorvilma/wp-content/uploads/2025/06/Group-9.webp);
    position: absolute;
    left: -60px;
    top: -10px;
	animation: shaker 4s cubic-bezier(0.11, 0, 0.5, 0) 0s infinite normal both;
}
/*-----------------------------------------sec7--------------------------------------*/
/*-----------------------------------------sec8--------------------------------------*/
/*-----------------------------------------sec9--------------------------------------*/
#sec-9 .sec-9-inner1-cl2-text1 h3 span.ff1 {
    font-weight: 600;
	font-family: 'pp mori';
}
#sec-9 .sec-9-inner1-cl2-text1 h3 span.fff2 {
    font-family: 'PP Editorial New';
    font-style: italic;
}
#sec-9 .sec-9-inner1-cl2-text1 p {
    text-transform: uppercase;
    font-size: 13px;
	font-family: 'pp mori';
    line-height: 19px;
}
#sec-9 #sec-9-inner1-cl2-btn1::before {
    content: '';
    background: url(https://samplelinksweb.com/Jean_dorvilma/wp-content/uploads/2025/06/Group-9.webp);
    position: absolute;
    width: 150%;
    height: 100%;
    background-repeat: no-repeat;
    right: 0px;
    top: -5px;
    background-size: 30%;
    left: -25px;
}
#sec-9 #sec-9-inner1-cl2-btn1 {
    background: none !important;
    color: #2B2B2B;
    font-family: 'PP Mori';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    top: 82px;
    left: 10px;
}
#sec-9 .sec-9-inner2-text1 h4 {
    font-size: 17px;
	font-family: 'pp mori';
    line-height: 22px;
	width: 102%;
}
#sec-9 .sec-9-text1 p {
    font-size: 12px;
	font-family: 'pp mori';
    line-height: 18px;
}
#sec-9 .sec-9-text1 p span.abc12 {
    position: absolute;
    right: 23px;
    bottom: 23px;
    text-decoration: underline;
}
#sec-9 .sec-9-text1 {
    background-color: white;
    padding-top: 10px;
    padding-left: 15px;
    margin-top: -20px;
	margin-right: 7px;
}
#sec-9 .sec-9-inner2-text1 p span.aa1 {
    position: absolute;
    right: 23px;
    bottom: 23px;
	text-decoration: underline;
}
#sec-9 .sec-9-inner2-text1 {
    background-color: white;
    padding-top: 10px;
    padding-left: 10px;
    margin-top: -20px;
}
/*-----------------------------------------sec10--------------------------------------*/

#sec-10 .sec-10-text1 h3 {
    font-family: 'pp mori';
    font-size: 48px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
#sec-10 .sec-10-text1 h3 span.sppp123
 {
    font-family: 'PP Editorial New';
    font-style: italic;
	 font-weight: 400;
}
div#sec-10 {
    margin-top: 0px !important;
}
/*-----------------------------------------sec-footer1--------------------------------------*/
input#esfpx_email_a759b4fbfff1 {
    border: 1px solid #2B2B2B;
    border-radius: 80px;
	padding-left: 20px;
}
#sec-footer1 .sec-footer1-text4 span.rr123 {
    text-decoration: underline;
}
#sec-footer1 li {
    list-style: none !important;
}
#sec-footer1 .widget_nav_menu ul {
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}
#sec-footer1 .widget_nav_menu ul li {
    padding-bottom: 15px;
}
#sec-footer1 input[type="submit"] {
    position: absolute;
    width: 10%;
    height: 46px;
    top: 41%;
    right: 3%;
}
#sec-footer1 .sec-footer1-text4 p {
    font-size: 13px;
    line-height: 19px;
    width: 110%;
    font-family: 'PP Mori';
    font-weight: 400;
}
#sec-footer1 .sec-footer1-text2 {
    font-family: 'pp mori';
    font-size: 20px;
    line-height: 20px;
}
#sec-footer1 .sec-footer1-text1 h4 {
    font-size: 20px;
    line-height: 20px;
    font-family: 'pp mori';
}
#sec-footer1 input[type="submit"] {
    content: '';
    background: url(https://samplelinksweb.com/Jean_dorvilma/wp-content/uploads/2025/06/Group-10.webp);
    position: absolute;
    background-repeat: no-repeat;
    top: 3px;
	right: 0px;
}
#sec-footer1 .gjs-row {
 margin: 0 !important;
}
#sec-footer1 form {
    position: relative;
}
/* ==========// Desktop //=========== */
@media (max-width: 1600px) {
	#sec-9 .sec-9-image1 {
    width: 100%;
}
	#sec-9 .sec-9-text1 {
    margin-right: 0px;
}
	#sec-5 .flickity-slider li .product-wrap a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    left: 252px;
    bottom: 305px;
}
	#sec-9 .sec-9-inner2-text1 {
    background-color: white;
    padding-top: 10px;
    padding-left: 15px;
    margin-top: -20px;
    width: 100%;
}
	#sec-5 .woocommerce ul.products li.product .woocommerce-loop-product__title {
    width: 50%;
}
	div#ftr2 .iwithtext {
    display: table;
    margin: 0px auto;
}
	
}
@media (max-width: 1440px) {
	#sec-5 .flickity-slider li .product-wrap a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        left: 260px;
        bottom: 315px;
    }
#sec-6 .sec-6-text2 p {
    bottom: 440px;
    left: 115px;
}
#sec-6 .sec-6-text1 p {
    bottom: 180px;
    left: 120px;
}
}
@media (max-width: 1366px) {
#sec-5 .flickity-slider li .product-wrap a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    left: 245px;
    bottom: 300px;
}
	    #sec-5 .woocommerce ul.products li.product .woocommerce-loop-product__title {
        width: 51%;
    }
}
@media (max-width: 1300px) {
	
	#sec-4 .sec-4-btn1.btnh {
    width: 40%;
    margin-left: 3%;
}
	#hero-heading {
    font-size: 100px !important;
    line-height: 100px !important;
}
	#sec-3 .sec-3-text1 h2 {
    font-size: 100px !important;
    line-height: 100px !important;
}
	#sec-4 .sec-4-text1 h2 {
    font-size: 100px;
    line-height: 100px;
}
	    #sec-6 .sec-6-text2 p {
        bottom: 40px;
    }
	#sec-6 .sec-6-text1 p {
        bottom: 80px;
    }
	
	#sec-5 .woocommerce ul.products li.product .woocommerce-loop-product__title {
        width: 40%;
    }
	#sec-9 .sec-9-text1 p span.abc12 {
    bottom: 18px;
}
/* 	#sec-6 .sec-6-text2 p {
    bottom: 390px;
}
	#sec-6 .sec-6-text1 p {
    bottom: 160px;
} */
	#sec-5 .flickity-slider li .product-wrap a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        left: 325px;
        bottom: 390px;
    }
	#sec-4 .sec-4-btn1.btnh span {
        width: 80%;
    }
}

@media (max-width: 1280px) {
	#sec-5 .woocommerce ul.products li.product .woocommerce-loop-product__title {
        width: 45%;
    }
}
@media (max-width: 1226px) {
	#sec-3 .sec-3-text1 h2 {
        font-size: 80px !important;
        line-height: 80px !important;
    }
	    #sec-4 .sec-4-text1 h2 {
        font-size: 80px;
        line-height: 80px;
    }
	
	
	#sec-9 .sec-9-inner2-text1 {
        padding-left: 9px;
    }
	#sec-9 .sec-9-inner2-text1 h4 {
    font-size: 13px;
    line-height: 21px;
}
	#sec-9 .sec-9-text1 h4 {
    font-size: 16px;
}
}
@media (max-width: 1024px) {
	#sec-5 .woocommerce ul.products li.product .woocommerce-loop-product__title {
        width: 51%;
    }
	#sec-6 .sec-6-text1 p {
        bottom: 30px;
		left: 85px;
    }

	#sec-6 .sec-6-text2 p {
        bottom: 20px;
        left: 85px;
    }
	#sec-5 .flickity-slider li .product-wrap a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        left: 235px;
        bottom: 285px;
    }
	#sec-4 .sec-4-btn1.btnh {
        width: 50%;
        margin-left: 3%;
    }
	#sec-9 .sec-9-inner1-cl2-text1 p {
    font-size: 11px;
    line-height: 17px;
}
	    #sec-9 .sec-9-text1 h4 {
        font-size: 16px;
    }
	div#sec-footer1 h4 br {
    display: none;
}

div#sec-footer1 h4 {
    font-size: 16px;
    line-height: 24px;
}
	div#sec-footer1 h4 {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #000 !important;
}
	#sec-1 .sec-nec1 .content p {
    padding-top: 30px !important;
}
}

/* ==========// Mobile //=========== */
@media (max-width: 820px) {
	div#sec-2 {
    padding-bottom: 0px !important;
}
	#sec-2 > .col > .col > .vc_column-inner {
    padding-bottom: 0px;
}
	    #sec-3 .sec-3-text1 h2 {
        font-size: 60px !important;
        line-height: 60px !important;
    }
	    #hero-heading {
        font-size: 60px !important;
        line-height: 60px !important;
        width: 100% !important;
    }
	    #sec-4 .sec-4-btn1.btnh span {
        width: 100%;
        text-align: left;
    
}
	    #sec-4 .sec-4-btn1.btnh {
        width: 30%;
        margin-left: 0%;
        margin-bottom: 0px;
        display: table;
        margin: 0px auto;
        text-align: center;
    }
	div#sec-4-inner-cl6-1 .vc_col-sm-6 .iwithtext {
    display: inline-flex;
    padding: 0px 20px;
}
	
	#sec-9-inner2 > .col {
 flex-wrap: nowrap;
}
	#sec-9 .sec-9-inner2-image1 {
    width: 100%;
}
	#sec-9 #sec-9-inner1-cl2-btn1 {
    top: 5px;
    left: 330px;
}
	#sec-5 .sec-5-text1 {
    text-align: center;
}
	#sec-6 .vc_col-sm-12 {
    padding: 0px 100px;
}
	    #sec-6 .sec-6-text1 p {
        bottom: 150px;
        left: 87px;
    }
	    #sec-6 .sec-6-text2 p {
        bottom: 360px;
        left: 100px;
    }
	#sec-5 .flickity-slider li .product-wrap a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        left: 311px;
        bottom: 372px;
    }
	#sec-4 .sec-4-inner-cl6-1-text1 p {
    width: 100%;
}
	#sec-4 .sec-4-text1 {
    text-align: center;
}
	#hero-heading {
    font-size: 80px !important;
    line-height: 90px !important;
}
	#sec-2 .sec-2-text1 {
    text-align: center;
}
	div#sec-4-inner-cl6-1 .vc_col-sm-6 .iwithtext .iwt-icon {
    position: absolute;
    left: 20px;
    top: 0px;
}
	#sec-6 .sec-6-text2 p {
        bottom: 40px;
        left: 100px;
    }
	    #sec-6 .sec-6-text1 p {
        bottom: 50px;
        left: 100px;
    }
	    #sec-9 .sec-9-inner2-text1 h4 {
        font-size: 12px;
        line-height: 21px;
    }
	div#sec-footer1 .vc_col-sm-4 {
    width: 60%;
}

}
@media (max-width: 800px) {
		#sec-5 .flickity-slider li .product-wrap a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        left: 302px;
        bottom: 363px;
    }
	#sec-9 #sec-9-inner1-cl2-btn1 {
        top: 5px;
        left: 300px;
    }

}
@media (max-width: 768px) {
	    #sec-5 .flickity-slider li .product-wrap a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        left: 288px;
        bottom: 348px;
    }
		#sec-10 .sec-10-text1 h3 {
    font-size: 38px;
}
	#sec-6 .CL-1:nth-child(2) .vc_column-inner {
    padding-left: 0px;
}
	    #sec-1 .sec-nec1 .content p {
        padding-top: 0px !important;
    }
	div#sec-1 .content {
    padding: 0px;
}
}
@media (max-width: 480px) {
	#sec-4 .sec-4-btn1.btnh span {
        width: 60%;
        text-align: left;
    }
	#sec-4 .sec-4-btn1.btnh::before {
    width: 59px;
    height: 59px;
    left: 30px;
}
	    #sec-4 .sec-4-text1 h2 {
        font-size: 60px !important;
        line-height: 60px !important;
        font-family: 'pp mori';
    }
	    div#sec-4-inner-cl6-1 .vc_col-sm-6 .iwithtext {
        padding: 10px 20px;
        display: table;
        margin: 0px auto;
        text-align: center;
    }
	    div#sec-4-inner-cl6-1 .vc_col-sm-6 .iwithtext .iwt-icon {
        position: unset;
        display: table;
        margin: 0px auto;
    }
	div#sec-4-inner-cl6-1 .iwithtext .iwt-text {
    padding-left: 0px;
}
	
	    #sec-10 .sec-10-text1 h3 {
        font-size: 28px;
    }
	    #sec-9 #sec-9-inner1-cl2-btn1 {
        top: 0px;
        left: 170px;
    }
	    #sec-5 .flickity-slider li .product-wrap a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        left: 378px;
        bottom: 464px;
    }
	#sec-4 .sec-4-text1 h2 {
    font-size: 80px;
    line-height: 90px;
    font-family: 'pp mori';
}
	#hero-heading {
        font-size: 40px !important;
        line-height: 50px !important;
    }
	#sec-4 .sec-4-btn1.btnh {
    width: 57%;
}
	#sec-2 .sec-2-text1 h4 {
    padding-left: 30px;
}
	#sec-1 .sec-nec1 .content h1.ns-heading-el
 {
    font-size: 26px;
    line-height: 35px;
}
	#sec-1 .sec-nec1 .content .buttons {
    padding-top: 0px;
    margin-top: 20px;
}
	#sec-1 .sec-nec1 .buttons a::before {
    right: 11px !important;
}
	#sec-1 .sec-nec1 .buttons .button a {
    font-size: 13px;
}
	#sec-1 .sec-nec1 .content p br {
    display: none !important;
}
	div#sec-4-inner-cl6-1 {
    text-align: center;
}
	    #sec-6 .vc_col-sm-12 {
        padding: 0px 30px;
    }
	div#sec-footer1 .vc_col-sm-4 {
        width: 100%;
        text-align: center;
    }
	#sec-footer1 .sec-footer1-text4 p {
    width: 100%;
}
}
@media (max-width: 428px) {
	#sec-5 .flickity-slider li .product-wrap a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        left: 337px;
        bottom: 410px;
    }
	    #sec-6 .sec-6-text1 p {
        bottom: 40px;
        left: 60px;
    }
	#sec-6 .sec-6-text2 p {
        bottom: 124px;
        left: 70px;
    }
}
@media (max-width: 414px) {
	    #sec-5 .flickity-slider li .product-wrap a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        left: 327px;
        bottom: 396px;
    }
	    #sec-4 .sec-4-text1 h2 {
        font-size: 60px;
        line-height: 70px;
        font-family: 'pp mori';
    }
	#sec-4 .sec-4-btn1.btnh span {
        width: 90%;
        text-align: left;
    }
	    #sec-4 .sec-4-btn1.btnh::before {
        left: 0px;
    }
	    #sec-9 .sec-9-text1 h4 {
        font-size: 14px;
    }
	    #sec-9 #sec-9-inner1-cl2-btn1 {
        top: 0px;
        left: 160px;
    }
	    div#sec-footer1 h4 {
        font-size: 13px !important;
        line-height: 17px !important;
    }
}
@media (max-width: 390px) {
	    #sec-9 .sec-9-text1 h4 {
        font-size: 13px;
    }
	div#sec-9 {
    padding-top: 0px !important;
}
	#sec-6 .sec-6-text2 p {
        bottom: 270px;
        left: 80px;
    }
	#sec-6 .CL-1 {
    margin-bottom: 0px;
}
	    #sec-6 .sec-6-text1 p {
        bottom: 340px;
        left: 60px;
    }
	
	    #sec-5 .flickity-slider li .product-wrap a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        left: 307px;
        bottom: 370px;
    }
	#sec-1 .sec-nec1 .buttons a::before {
        right: 11px !important;
    }
	   #sec-6 .sec-6-text2 p
Specificity: (1,1,1)
 {
        bottom: 45px;
        left: 60px;
    }
	    #sec-4 .sec-4-btn1.btnh {
        width: 100% !important;
    }
	    #sec-4 .sec-4-btn1.btnh span {
        padding: 10px;
    }
	#sec-4 .sec-4-btn1.btnh::before {
        left: 20px;
    }
	#sec-9 .sec-9-inner1-cl2-text1 p {
    font-size: 12px;
    line-height: 18px;
}
	    #sec-9-inner2 > .col {
        flex-wrap: wrap;
    }
	    #sec-6 .vc_col-sm-12 {
        padding: 0px 0px;
    }
	    #sec-9 #sec-9-inner1-cl2-btn1 {
        top: 0px;
        left: 130px;
    }
}
@media (max-width: 375px) {
	    #sec-10 .sec-10-text1 h3 {
        font-size: 24px;
        line-height: 30px;
    }
	#sec-3 .sec-3-text1 h2 {
        font-size: 40px !important;
        line-height: 40px !important;
    }
}
}
@media (max-width: 360px) {
	    div#sec-footer1 h4 {
        font-size: 12px !important;
        line-height: 17px !important;
    }
}
}