/*
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
*/
/*----aioseo-breadcrumbs added on header.php on last line --------*/
.aioseo-breadcrumbs {
/*     background: url(https://samplelinksweb.com/sweetnsassy/wp-content/uploads/2025/08/background1.webp); */
	padding:9px 10px 10px 93px;
}
/*-----aioseo-breadcrumbs added on header.php on last line end --------*/
.ocm-effect-wrap {
	background: transparent !important;
}
.ocm-effect-wrap > .ocm-effect-wrap-inner {
    background: url(https://samplelinksweb.com/sweetnsassy/wp-content/uploads/2025/08/background1.webp) !important;
    background-repeat: repeat !important;
    background-color: transparent !important;
    background-position: left top !important;
}

/*--------------Disclaimer Pop-up CSS--------*/
#disclm-secc p {
    padding-bottom: 0px;
    font-weight: 600;
    color: #1e73be;
}
.pop-ftr span.pum-close {
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #003366;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    color: #003366;
    margin: 5px;
}
.pop-ftr span.pum-close:hover {
	background-color: #003366;
    color: #fff;
}
.pop-ftr a.cnt-sppt {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #003366;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    color: #003366;
    margin: 5px;
}
.pop-ftr a.cnt-sppt:hover {
    background-color: #003366;
    color: #fff;
}

.pop-ftr {
    text-align: center;
}

/*---------woocommerce Global-------------*/
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-family: 'Fredoka' !important;
        font-weight: 600 !important;
    }
/*------cart-------*/

li.nectar-woo-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content p.woocommerce-mini-cart__total, 
li.nectar-woo-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content p.woocommerce-mini-cart__total strong {
    color: #0769bf !important;
    text-align: center;
	font-family: 'Fredoka' !important;
    font-weight: 600 !important;
}
#header-outer .cart-outer .total strong,
#header-outer .cart-outer .total {
    color: #0769bf !important;
}
.icon-salient-cart:before, 
body.material .icon-salient-cart:before {
    content: "\f291";
    font-family: fontawesome !important;
    color: #333333;
}
#header-outer .widget_shopping_cart a.button.wc-forward {
    background: #eeee22 !important;
    color: #000 !important;
    font-weight: 600;
    font-family: 'Fredoka';
    display: block;
    width: 100% !important;
    margin-top: 8px !important;
    margin-left: 0 !important;
}
#header-outer .widget_shopping_cart a.button.checkout.wc-forward {
    background: #000 !important;
    color: #fff !important;
}
/*--------------Woocommerce-single product page--------*/
.container-wrap > .container.main-content > .row > div.product.type-product h1.product_title.entry-title.nectar-inherit-default {
    color: #0769bf;
}
.container-wrap > .container.main-content > .row > div.product.type-product span.woocommerce-Price-amount.amount {
    color: #0769bf;
    font-weight: 600;
}
.container-wrap > .container.main-content > .row > div.product.type-product h3 {
    font-size: 1.618em !important;
    color: #333333;
    font-family: 'Fredoka' !important;
    font-weight: 600;
}
.container-wrap > .container.main-content > .row > div.product.type-product h5 {
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 700;
    line-height: 1.4;
}
.container-wrap > .container.main-content > .row > div.product.type-product .woocommerce-product-details__short-description p {
    color: #1e73be;
    font-weight: 600;
    font-family: 'Fredoka';
    font-size: 17px;
}
/*----------------Header/Navigation------------------*/
header#top > .container > .row > .col.span_3:nth-child(1) {
    display: none !important;
}
#top-header1 .header1-logo {
    width: 41%;
}
header#top > .container > .row {
    padding: 40px 5px;
}
#ajax-content-wrap .container-wrap {
    background: transparent;
}
#top-header1 form {
	width:60%;
	float:right;
}
/*--------------inner pages------------*/
/*-----------Need Sheet Page------------*/
.nsheets1-txt1 h1 {
    margin-bottom: 50px;
}
.nsheets1-txt1 h5 {
    width: 60%;
    margin: 0 auto;
}
/*--------Need Sheet Page end-----------*/
/*---------Contact us page-----------*/
#contactp-sec1 #contactp1-inr1 {
    padding-top: 30px;
}
#contactp1-inr1 p {
    font-size: 17px;
    font-weight: bold !important;
}
#contactp1-inr1 p span,
#contactp1-inr1 p a {
    font-size: 17px;
    font-weight: bold !important;
    font-family: fredoka !important;
}
#contactp-sec1 form {
    width: 60%;
    margin: 0 auto;
	text-align:left;
}
#contactp1-inr2 form label {
    color: #1e73be;
    font-weight: 700;
}
#contactp-sec1 form input, 
#contactp-sec1 form textarea {
    border: 3px solid #1e73be;
	background:#fff;
}
#contactp-sec1 form input::placeholder, 
#contactp-sec1 form textarea::placeholder {
    visibility: hidden;
}
#contactp-sec1 .contactp1-txt3 p {
    padding: 20px 0 !important;
}
#contactp-sec1 form input[type="submit"] {
    background: #eeee22;
    border: 3px solid #eeee22;
    color: #000;
    float: left;
    font-size: 16px;
    font-family: fredoka !important;
}
/*---------Contact us page end-----------*/
/*---------------inner pages end------------------*/
/*--------------section 1-----------------*/
#sec-1 .sec1-categ-txt1a p {
    font-weight: 700;
    font-family: 'Fredoka';
}
#sec-1 h2.woocommerce-loop-category__title {
    font-weight: 700;
    font-family: 'Fredoka';
    font-size: 17px;
}
#sec-1 .woocommerce ul.products li.product, 
#sec-1 .woocommerce-page ul.products li.product {
    padding: 0px 10px;
}
#sec-1 .sec1-insta-txt5 h3 a {
    text-decoration: underline;
}
#sec-1 .sec1-insta-txt5 h3 {
    padding-top: 28px;
}
#sec-1 #sec1-inr2 > .row-bg-wrap::before {
    content: '';
    background: #ebebeb;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: -5px;
}
#sec-1 .sec1-txt1-1 {
    margin-bottom: 53px;
}
#sec-1 #sec1-inr0 ul.products.columns-4 li.classic.product {
    margin-bottom: 80px;
}
/*------------woocommerce---------------*/
#sec-1 .woocommerce.columns-4 {
    text-align: center;
}
#sec-1 .woocommerce .classic .product-wrap .product_type_variable, 
#sec-1 .woocommerce .classic .product-wrap a.button {
    position: absolute !important;
    transform: none;
    -webkit-transform: none;
    top: auto !important;
    bottom: -140px;
    left: 30%;
    z-index: 20;
    background: #eeee22 !important;
    border: 2px solid #eeee22;
    border-radius: unset;
    color: #000;
    width: auto;
    font-size: 13px !important;
    padding: 10px 15px !important;
    font-weight: 600 !important;
}
#sec-1 .woocommerce .product-wrap {
    overflow: visible !important;
    position: relative;
}
#sec-1 a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart i {
    display: none !IMPORTANT;
}
#sec-1 .woocommerce .classic .product-wrap a.button i {
    display: none;
}
/*------------footer----------------*/
#footer-1 .cpr-txt1 p:nth-child(2) {
    text-decoration: underline;
}
/* ==========// Desktop //=========== */
@media (max-width: 1600px) {}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1300px) {}
@media (max-width: 1280px) {}
@media (max-width: 1226px) {
		#sec-1 .woocommerce .classic .product-wrap .product_type_variable, 
	#sec-1 .woocommerce .classic .product-wrap a.button {
    left: 25%;
}
	#sec-1 .woocommerce ul.products li.product, 
	#sec-1 .woocommerce-page ul.products li.product {
    padding: 0px 0px;
}
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
    line-height: 23px;
    font-size: 16px;
    margin-top: 10px;
}
}
@media (max-width: 1024px) {
	    #sec-1 .woocommerce .classic .product-wrap .product_type_variable, 
	#sec-1 .woocommerce .classic .product-wrap a.button {
        left: 22%;
    }
	/*--------inner pages----------*/
	/*-------Need sheet page-------*/
	#nsheet-sec1 .nsheets1-txt1 h5 {
    width: 75%;
    margin: 0 auto;
    font-size: 23px;
    line-height: 38px;
}
		/*-------contact page-------*/
	#contactp1-inr1 p span, #contactp1-inr1 p a {
    font-size: 15px;
}
}

/* ==========// Mobile //=========== */
@media (max-width: 999px) {
		#top-header1 > .col {
    flex-wrap: nowrap;
}
	#top-header1 .header1-logo {
    width: 65%;
}
	#top-header1 form {
    width: 85%;
}
		    #sec-1 .woocommerce .classic .product-wrap .product_type_variable, 
	#sec-1 .woocommerce .classic .product-wrap a.button {
        left: 36%;
    }
}
@media (max-width: 820px) {
	#top-header1 > .col {
    flex-wrap: nowrap;
}
	#top-header1 .header1-logo {
    width: 65%;
}
	#top-header1 form {
    width: 85%;
}
	/*-------contact page-------*/
	#contactp-sec1 .contactp1-txt1 h1 {
    font-size: 47px;
}
	#contactp-sec1 #contactp1-inr1 > .col {
    flex-wrap: nowrap;
}
	#contactp1-inr1 p {
    font-size: 16px;
    line-height: 1.4;
}
	    #contactp1-inr1 p span, #contactp1-inr1 p a {
        font-size: 14px;
    }
	#contactp-sec1 form {
    width: 80%;
}
	#contactp-sec1 form .row {
    padding-bottom: 0;
}
}
@media (max-width: 800px) {}
@media (max-width: 768px) {
		#contactp-sec1 #contactp1-inr1 > .col {
    flex-wrap: wrap;
}
	    #sec-1 .woocommerce .classic .product-wrap .product_type_variable, 
	#sec-1 .woocommerce .classic .product-wrap a.button {
        left: 31%;
    }
}
@media (max-width: 480px) {
	    #top-header1 .header1-logo {
        width: 60%;
        margin: 0 auto;
    }
	    #nsheet-sec1 .nsheets1-txt1 h5 {
        width: 90%;
        font-size: 19px;
        line-height: 35px;
    }
	    #top-header1 > .col {
        flex-wrap: wrap;
    }
	    #top-header1 form {
        width: 90%;
        float: unset;
        margin: 0 auto;
        margin-top: 35px;
    }
	#sec-1 .sec1-txt1 {
    text-align: center;
}
	    #sec-1 .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 15px;
    }
	#sec-1 .woocommerce .classic .product-wrap .product_type_variable, 
	#sec-1 .woocommerce .classic .product-wrap a.button {
        left: 21%;
    }
	#sec-1 .sec1-insta-txt5 h2 {
    font-size: 32px;
}
	#sec-1 .sec1-insta-txt5 h3 {
    padding-top: 15px;
    font-size: 33px;
}
	#sec-1 #sec1-inr1 .woocommerce ul.products li.product-category {
    width: 75%;
    margin: 0 auto;
}
	/*------------------------------*/
	    #contactp1-inr1 p span, 
	#contactp1-inr1 p a {
        font-size: 16px;
    }
	#contactp1-inr2 .contactp1-txt3 h2 {
    font-size: 31px;
    line-height: 40px;
}
	#contactp-sec1 form {
        width: 90%;
    }
	#contactp-sec1 form textarea {
    height: 150px;
}
}
@media (max-width: 428px) {
	#sec-1 #sec1-inr0 ul.products.columns-4 li.classic.product {
    margin-bottom: 80px !important;
    width: 80%;
    margin: 0 auto;
}
	    #sec-1 .woocommerce .classic .product-wrap .product_type_variable, 
	#sec-1 .woocommerce .classic .product-wrap a.button {
        left: 30%;
    }
}
@media (max-width: 414px) {
	/*-------inner pages---------*/
	    #contactp-sec1 .contactp1-txt1 h1 {
        font-size: 40px;
    }
	.contactp1-txt3 h2 {
    font-size: 26px;
    line-height: 35px;
}
}
@media (max-width: 390px) {
	#sec-1 #sec1-inr1 .woocommerce ul.products li.product-category {
    width: 80%;
    margin: 0 auto;
}
}
@media (max-width: 375px) {}
@media (max-width: 360px) {}
