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

:root{
    --c:var(--nectar-accent-color);
--c1: var(--nectar-extra-color-1);
	--c2: var(--nectar-extra-color-2);
	--c3: var(--nectar-extra-color-3);
--g: linear-gradient(180deg, var(--c) 0%, var(--c1)  100%);
	--g1: linear-gradient(180deg, var(--c) 0%, var(--c1)  50%, var(--c)  100%);
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
	background: var(--c);
}
::selection {
  background:  var(--c);
	color:white;
}
/*------typography-----------*/
html body p,html body em,html body a,html body button,html body input,html body label,html body legend,html body .wpb_text_column li,html body .nectar-split-heading li,html body .nectar-fancy-ul li{
font-family:DM Sans !important;
}
html body strong{
font-family:inherit;
}
#s1 a.primary-color,a#b1 {
    transition: 0.6s;
    overflow: hidden;
}
#s1 a.primary-color:hover, a#b1:hover {
    color: white;
}
#s1 a.primary-color:before,a#b1::before {
    content: "";
    position: absolute;
    background-color: black;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 9px 0px 0px 9px;
    transition: 0.6s;
}
#s1 a.primary-color:after,a#b1::after {content: "";position: absolute;background-color: black;width: 0%;height: 100%;top: 0;right: 0;transition: 0.6s;border-radius: 0px 9px 9px 0px;}

#s1 a.primary-color:hover::before,a#b1:hover::before, a#b1:hover::after,#s1 a.primary-color:hover::after {
    width: 51%;
}
a#b1 span {
    z-index: 1;
}
#s1 a.primary-color:before,#s1 a.primary-color:after {
    z-index: -9;
}
#s2 a#b1:before,#s2 a#b1:after {
    background: transparent;
}
/*------typography-----------*/
body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
background: var(--c) !important;
}
#s1 .video-texture {
    background: linear-gradient(355deg, rgba(11, 27, 11, 0.00) 0.91%, rgb(17 17 17 / 30%) 109.22%);
}
#s1 a.primary-color,a#b1:not(#s2 a#b1) {
    padding-block: 22px;
    padding-inline: 40px;
    width: 226px;
    display: flex;
    justify-content: center;
    border-radius: 9px !important;
    font-size: 16px;
    line-height: 26px;
	letter-spacing:0px;
}

#s1 .buttons {
    padding-top: 10px;
}

#s1 p {
    padding-top: 15px;
}
#s2 .t2 {
    margin-bottom: 10px;
}

#s2 a#b1 {
    background: transparent !important;
    color: #000;
    font-family: 'DM Sans' !important;
    font-size: 16px;
    box-shadow: unset !important;
}

#s2 a#b1 i {
    right: unset;
    left: -10px;
    color: #ED1C27;
    font-size: 21px;
}

#s2 a#b1 span {
    padding-left: 15px;
}

#s2 .c2 {
    position: relative;
}

#s2 .c2:before {
    content: '';
    position: absolute;
    background-image: url(https://devu20.testdevlink.net/David-Web/wp-content/uploads/2025/12/decor-primary.svg.png);
    background-size: contain;
    aspect-ratio: 1/1;
    width: 25%;
    background-repeat: no-repeat;
    left: -40px;
}
#s2 .carousel-item {
    margin-inline: 12px;
    text-align: center;
}

body .woocommerce h2 {
    color: #000;
}

body del span bdi {
    color: #999999 !important;
    font-size: 14px;
    line-height: 24px;
}

body span.price bdi {font-family: 'DM Sans' !important;font-weight: 400;color: #000;}

#s2 span.price {
    display: flex;
    justify-content: center;
    gap: 0px 8px;
}

#s2 del {
    order: 1;
}
body ins bdi {
    color: #ED1C27 !important;
}
#s2 span.onsale {
    width: 74.1838px !important;
    border-radius: 32px !important;
    padding-block: 1px !important;
    min-height: 12px !important;
    right: unset;
    left: 20px;
    top: 25px;
    font-family: 'DM Sans';
    background: #FF1C6A !important;
}
#s2 .owl-stage {
    padding-block: 10px;
}

#s2 .owl-carousel {
    margin-bottom: 5px;
}
#s2 .product-wrap {
    transform: translateY(0px);
    overflow: visible;
}

#s2 .add_to_cart_button {
    font-size: 0px;
    width: 40.3652px;
    height: 40.3652px;
    line-height: 40.3652px;
    border-radius: 100% !important;
    background: #fff !important;
    top: 200px !important;
    right: 15px !important;
    left: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}

#s2 .add_to_cart_button i {
    font-size: 16px;
    color: #ED1C27;
    margin-inline: auto;
    display: table;
    left: 0;
    right: 0px;
    position: relative;
}
#s2 .woocommerce .product-wrap:hover .product-add-to-cart a {
    transform: translateY(101%) !important;
}
#s3 .m1 {
    width: auto;
    margin-inline: auto;
    position: absolute;
    top: -176px;
    left: 0;
    right: 0;
}

#s3 .carousel-item {
    background: #fff;
    margin-inline: 15px;
    padding: 70px 30px 30px 30px;
}

#s3 .owl-stage {
    padding-block: 93px 30px;
}

#s3 .carousel-item p {
    font-size: 16px;
    line-height: 27px;
    color: #555555;
}

#s3 .nectar-scrolling-text h3 {
    color: #1F7000;
    font-size: 96px;
    line-height: 96px;
}

#s3 .t2 h3 {
    color: #000000;
    font-size: 23px;
    line-height: 33px;
}
a#b3 {
    font-size: 0px;
    padding: 0px;
    width: 63.44px;
    aspect-ratio: 1/1;
    border-radius: 100px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff !important;
    border: 3px solid #97DA81;
}

a#b3 i {
    left: 0;
    right: 0;
    margin-inline: auto;
    display: table;
    right: 8px;
    font-size: 22px;
    color: #000;
}

#s3 a#b3 {
    margin-bottom: -62px;
    z-index: 999;
    margin-inline: auto;
}

#s3 .owl-carousel {
    padding-bottom: 80px;
}
#s4 .t2 p {
    font-family: 'Archivo' !important;
}

#s4 h2 {
    padding-bottom: 15px;
}
#s5 .owl-dots {
    display: none;
}

#s5 .owl-nav {
    display: block;
}

#s5 .owl-nav button {
    background: #fff;
    border: unset;
    width: 60px;
    aspect-ratio: 1/1;
    border-radius: 100% !important;
    color: #000;
    font-size: 0px;
    position: absolute;
    top: 38%;
}

#s5 .owl-nav button:before {
    content: "\e909";
    font-family:'icomoon';
    font-size: 20px;
}

#s5 button.owl-prev {
    transform: scaleX(-1);
    left: 0px;
}

#s5 button.owl-next {
    right: 0px;
}

#s5 .t2 p {
    margin-inline: auto;
    max-width: 72%;
    font-size: 22px;
	padding-top:15px;
}

#s5 .nectar-scrolling-text h3 {
    color: #0000000D;
    font-size: 348.5387px;
    line-height: 348.5387px;
}

#s5 a#b1 {
    margin-inline: auto;
}

#s5 .nectar-scrolling-text {
    position: absolute;
    bottom: 70px;
    transform: translateY(50%);
}

#s5 .owl-stage {
    padding-bottom: 0px;
}
#s6 .carousel-item {
    margin-inline: 13px;
}

#s6 h3.post-heading,#s6 h3.post-heading span {
    max-width: 100%;
    font-weight: 500;
    line-height: 30px;
}
#s6 .owl-stage {
    padding-bottom: 0px;
}
#s6 span.meta-date {
    color: #999999;
}

#s6 .item-main {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px 0px;
}
#s7 .cell {
    margin-inline: 5px !important;
}
#footer .t1 h2 {
    font-size: 44px;
    line-height: 50px;
}

#footer h2.widgettitle, #footer h4 {
    font-size: 16px;
    line-height: 26px;
    font-family: 'DM Sans' !important;
    font-weight: 700;
}

#footer ul {
    margin: unset;
}

#footer ul li {
    list-style: none;
}

#footer p ,#footer a {
    font-size: 16px;
    line-height: 26px;
}

#footer .icn ul li i {
    color: #fff;
    width: 48px;
    aspect-ratio: 1/1;
    border-radius: 100% !important;
    background: #00000033;
    line-height: 48px;
}

#footer .icn ul li {
    display: inline-block;
    margin-right: 10px;
}
#footer .widget a {
    transition: 0.6s;
}

#footer .widget a:hover {
    color: #1F7000;
}
#s6 span.nectar-post-grid-item__read-more.nectar-cta.nectar-inherit-label {
    order: -1;
}

#s6 span.link_text {
    background: var(--c);
    color: #fff;
    padding-inline: 40px;
    padding-block: 15px;
    border-radius: 9px;
}

#s6 span.link_text svg {
    display: none;
}
#footer .widget.widget_nav_menu {
    position: relative;
}

#footer .widget.widget_nav_menu:before {
    content: '';
    position: absolute;
    background-image: url(https://devu20.testdevlink.net/David-Web/wp-content/uploads/2025/12/decor-primary.svg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 108px;
    aspect-ratio: 1/1;
    right: -70px;
    top: -8px;
    filter: brightness(0)invert(1);
}

#footer .m2 .widget.widget_nav_menu:before {
    top: -23px;
}
#s2 .t2 p {
    line-height: 26px;
    width: 96%;
}
#s3 .owl-theme[data-desktop-cols] .owl-dots .owl-dot span {
    background: #fff !important;
    width: 10px;
    height: 10px;
    margin-inline: 3px;
}

#s3 button.owl-dot.active span {
    transform: scale(1);
    width: 25px !important;
    height: 7px !important;
    top: -2px;
    position: relative;
}
#s5 a#b1 {
    z-index: 999;
}
#s5 img.img-with-animation.m1.skip-lazy {
    margin-inline: auto;
    width: auto;
}
#footer .t1 {
    margin-left: auto;
    display: table;
}
#footer .vc_wp_custommenu.wpb_content_element,#footer .t2 {
    left: 70px;
    position: relative;
}
#s3 .t1 {padding-bottom: 30px;}
#s3 .nectar-scrolling-text h3 {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px 20px;
}
#s3 span.star {
    font-size: 32px;
}
#s8 h2.woocommerce-loop-product__title {
    font-family: 'Kalnia' !important;
    color: #000;
}

#s8 .woocommerce ul li {
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    height: 460px;
}

#s8 .carousel-item {
    margin-inline: 10px;
}

#s8 .woocommerce-product-short-description {
    color: #000;
    line-height: 26px;
}

.woocommerce .classic .product-wrap a.button, .woocommerce ul.products li.product.classic .button {
    display: none;
}
.woocommerce ul li {
    pointer-events: none;
}
#s9 .m1 {
    width: 100%;
}

#s9 h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#s9 .inner_row .wpb_text_column.wpb_content_element {
    background: #fff;
    border-radius: 6px;
    padding: 20px 10px;
    margin-top: -100px;
    position: relative;
    width: 95%;
    margin-inline: auto;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce ul.products li.product h2, .woocommerce ul.products li.product h2, .woocommerce-page ul.products li.product h2 {
    color: #000;
    opacity: 1 !important;
    font-family: 'Kalnia';
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
#s1 h1 {
  font-size: 85px;
  line-height: 75px;
}
#s1 p {
  font-size: 20px;
  line-height: 30px;
}
#footer .t1 h2 {
  font-size: 42px;
  line-height: 47px;
}
#s3 .carousel-item p {
  font-size: 14px;
}
#s2 .add_to_cart_button {
    top: 180px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
#s5 .t2 p {
  font-size: 20px;
  width: 69%;
}
#footer .vc_wp_custommenu.wpb_content_element, #footer .t2 {
    left: 60px;
}
#s2 h2.woocommerce-loop-product__title {
    font-size: 18px !important;
}
#s5 button.owl-prev {
    left: -40px;
}
#s5 button.owl-next {
    right: -40px;
}
#s3 .t1 {padding-bottom: 20px;}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
#top ul li a {
  margin-inline: 18px !important;
}
#s1 h1 {
  font-size: 75px;
  line-height: 70px;
}
body .woocommerce ul.products li.product h2.woocommerce-loop-product__title,#s2 h2.woocommerce-loop-product__title {
  font-size: 16px !important;
}
body span.price bdi {
  font-size: 14px;
  line-height: 24px;
}
body del span bdi {
  font-size: 12px !important;
  line-height: 27px !important;
}
#s3 .nectar-scrolling-text h3 {
  font-size: 76px;
  line-height: 76px;
}
html body p, html body em, html body a, html body button, html body input, html body label, html body legend, html body .wpb_text_column li, html body .nectar-split-heading li, html body .nectar-fancy-ul li {
  font-size: 14px;
  line-height: 28px;
}
#s5 .owl-nav button {
  font-size: 0px !important;
}
#s5 .t2 p {
  font-size: 18px;
  width: 67%;
}
#footer .t1 h2 {
  font-size: 39px;
  line-height: 49px;
}
#footer .widget.widget_nav_menu::before {
  right: -90px;
}
#s5 .nectar-scrolling-text h3 {
  font-size: 298.539px;
  line-height: 298.539px;
}
#s5 .nectar-scrolling-text {
  bottom: 55px;
}
#s5 .owl-nav button::before {
  top: 3px;
  position: relative;
}
#footer .vc_wp_custommenu.wpb_content_element, #footer .t2 {
    left: 51px;
}
#s2 .add_to_cart_button {
    top: 160px !important;
}
#s5 button.owl-prev {
    left: -60px;
}
#s5 button.owl-next {
    right: -60px;
}
#s8 .woocommerce ul li {
    height: 520px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {

#s1 h1 {
  font-size: 60px;
  line-height: 60px;
}
#s1 p {
  font-size: 14px !important;
  line-height: 24px !important;
}
#s1 a.primary-color, a#b1:not(#s2 a#b1) {
  padding-block: 20px;
}
html body h2 {
  font-size: 37px;
  line-height: 35px;
}
#s2 a#b1 {
  font-size: 14px;
  line-height: 24px;
}
body .woocommerce ul.products li.product h2.woocommerce-loop-product__title,#s2 h2.woocommerce-loop-product__title {
  font-size: 12px !important;
}
html body p, html body em, html body a, html body button, html body input, html body label, html body legend, html body .wpb_text_column li, html body .nectar-split-heading li, html body .nectar-fancy-ul li {
  font-size: 12px !important;
  line-height: 22px !important;
}
#s3 a#b3 {
  font-size: 0px !important;
}
#s3 .owl-carousel {
  padding-bottom: 40px;
}
#s3 {
  padding-block: 50px 25px !important;
}
#s4 {
  padding-block: 50px !important;
}
#s5 {
  padding-block: 50px 25px !important;
}
#s5 .nectar-scrolling-text h3 {
  font-size: 150px;
  line-height: 150px;
}
#s5 .nectar-scrolling-text {
  bottom: 32px;
}
#s5 .t2 p {
  font-size: 14px !important;
  line-height: 24px !important;
}
#s6 {
  padding-block: 50px !important;
}
#s6 h3.post-heading, #s6 h3.post-heading span {
  font-size: 20px;
  line-height: 25px;
}
#footer .t1 h2 {
  font-size: 30px;
  line-height: 35px;
}
#s2 .add_to_cart_button {
  font-size: 0px !important;
}
#footer .vc_wp_custommenu.wpb_content_element, #footer .t2 {
    left: 13px;
}
#s2 .t2 p {
    width: 98%;
}
#s1 a.primary-color, a#b1:not(#s2 a#b1) {
  font-size: 14px !important;
}
#s5 .owl-nav button {
    width: 42px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
#s1 .n1 .container::before {
  background: linear-gradient(355deg, rgba(11, 27, 11, 0.00) 0.91%, rgb(17 17 17 / 30%) 109.22%);
  aspect-ratio: 1/1;
  left: -60px;
  position: absolute;
}
 #s1 .loaded .swiper-slide {
        background: #fff !important;
} 
#s4 img.img-with-animation.m1.skip-lazy {
    margin-inline: auto;
}
#s1 h1 {
  font-size: 50px;
  line-height: 55px;
}
#s1 p {
  padding-top: 5px;
}
#s2 {
  text-align: center;
}
html body p, html body em, html body a, html body button, html body input, html body label, html body legend, html body .wpb_text_column li, html body .nectar-split-heading li, html body .nectar-fancy-ul li {
  font-size: 14px !important;
  line-height: 24px !important;
}
#s2 .c2::before {
  display: none;
}
#s2 .woocommerce ul li {
  width: 100% !important;
}
#s2 .add_to_cart_button {
  font-size: 0px !important;
}
body .woocommerce ul.products li.product h2.woocommerce-loop-product__title,#s2 h2.woocommerce-loop-product__title {
  font-size: 16px !important;
  line-height: 26px !important;
}
#s2 {
  padding-block: 50px !important;
}
#s2 .t2 p {
    width: 100%;
}
#s4 {
  text-align: center;
}
#s4 a#b1 {
  margin-inline: auto;
}
#s5 .owl-nav {
  display: none;
}
#s5 .owl-dots {
  display: block;
}
#footer .widget.widget_nav_menu::before {
  display: none;
}
#footer .vc_wp_custommenu.wpb_content_element, #footer .t2 {
    left: 0px;
}
#footer .t1 {
    margin-left: unset;
}
#s2 .add_to_cart_button {
    top: 65% !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {

#s1  h1 {
  font-size: 28px;
  line-height: 38px;
}
#s1 p br {
  display: none;
}
html body h2:not(#footer h2,#footer .t1 h2) {
  font-size: 26px;
  line-height: 36px;
}
html body h2 br {
  display: none;
}
#s5 .t2 p {
  max-width: 100% !important;
  font-size: 14px !important;
  line-height: 24px !important;
  width: 100%;
}
#footer .t1 h2 {
  font-size: 18px;
  line-height: 28px;
}
#s2 .add_to_cart_button {
    top: 55% !important;
}
#s2 .woocommerce ul li {
    margin-inline: 0px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@-moz-document url-prefix() {
#s3 .owl-stage-outer {
  height: 430px;
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
#s3 .owl-stage-outer {
  height: auto;
}
}
}