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

li#menu-item-139 a {
    background: #084800 !important;
    padding: 12px 40px !important;
    font-size: 18px !important;
    line-height: 26px !important;
    border-radius: 10px !important;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    color: #fff !important;
    border: 2px solid #084800 !important;
}

li#menu-item-139 a:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0);
    transition: all 1s;
}

li#menu-item-139 a:hover:before {
    transform: scale(8);
}

li#menu-item-139 a:hover {
    box-shadow: unset !important;
    transform: unset !important;
    color: #084800 !important;
}

/* header CSS end */

/* hero section CSS start */

#hero h1 {
    color: #fff;
}

#hero p {
    color: #fff;
    max-width: 810px;
}

#entire-btn {
    background: #084800 !important;
    padding: 12px 40px;
    font-size: 18px;
    line-height: 26px;
    border-radius: 10px !important;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    color: #fff;
    border: 2px solid #084800 !important;
}

#entire-btn:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0);
    transition: all 1s;
}

#entire-btn:hover:before {
    transform: scale(7);
}

#entire-btn:hover {
    box-shadow: unset !important;
    transform: unset !important;
    color: #084800;
}

#hero .owl-dots {
    display: none;
}

/* hero section CSS end */

/* about section CSS start */

#about h6 {
    color: #000;
}

#about h2 {
    color: #000;
}

#about p {
    color: #000;
}

#about .type-blk {
    position: relative;
    padding-left: 70px;
}

#about .type-blk:before {
    content: '';
    position: absolute;
    background: #368300;
    height: 2px;
    width: 10%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

#about .border-blk {
    padding-left: 30px;
    border-left: 1px solid #368300;
}

/* about section CSS end */

/* herbal-prod section CSS start */

#herbal-prod li.classic.product {
    background: #fff;
    padding: 15px 15px;
    border-radius: 15px;
}

#herbal-prod li.classic.product img {
    border-radius: 15px 15px 0px 0px;
}

#herbal-prod a.button {
    width: 100%;
    min-height: unset;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans';
    padding: 15px 20px;
    position: relative;
    overflow: hidden;
    color: #fff;
    border: 2px solid #084800 !important;
    z-index: 9 !important;
    border-radius: 10px;
	background: #084800 !important;
}

#herbal-prod a.button:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0);
    transition: all 1s;
    z-index: -1
}

#herbal-prod a.button:hover:before {
    transform: scale(10);
}

#herbal-prod a.button:hover {
    box-shadow: unset !important;
    transform: unset !important;
    color: #084800 !important;
}

#herbal-prod .woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #000 !important;
    font-size: 20px;
    line-height: 28px;
	text-align: left !important;
}

#herbal-prod .prod-short-desc {
    color: #000;
    font-size: 14px;
    line-height: 22px;
}

#herbal-prod .amount bdi {
    font-size: 22px;
    line-height: 30px;
}

#herbal-prod .product-rating .star.filled {
    color: #084800;
}

#herbal-prod h2 {
    color: #fff;
    text-align: center;
}

/* herbal-prod section CSS end */

/* contact-us section CSS start */

#contact-us .vc_column-inner {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 50px 50px;
    border-radius: 50px;
}.vc_column-inner {}

#contact-us input, #contact-us textarea {
    background: transparent;
    border: 1px solid #084800;
    border-radius: 10px;
    color: #000;
    padding: 12px 15px;
    font-size: 18px;
    line-height: 26px;
}

#contact-us input::placeholder, #contact-us textarea::placeholder {
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

#contact-us .btn {
    padding: unset;
}

#contact-us input.wpcf7-submit {
    background: #084800;
    width: 100%;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    border-radius: 10px !important;
    transition: all 0.5s;
    border: 2px solid #084800;
    opacity: 1;
}

#contact-us input.wpcf7-submit:hover {
    background: #fff !important;
    color: #084800 !important;
    box-shadow: unset !important;
    transform: unset !important;
}

#contact-us h2 {
    color: #000;
    text-align: center;
}

/* contact-us section CSS end */

/* footer CSS start */

#footer-inr ul {
    margin: unset;
}

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

#footer-inr ul.social-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

#footer-inr ul.social-links li a i {
    background: #084800;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    border: 1px solid #084800;
    transition: all 0.5s;
}

#footer-inr ul.social-links li a i:hover {
    background: #fff;
    color: #084800;
}

#footer-inr ul.with-icons li a {
    color: #464646;
}

#footer-inr ul.with-icons li {
    color: #464646;
    padding-bottom: 20px;
}

#footer-inr ul.with-icons li i {
    background: #323232;
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
}

div#inr-footer .row-bg {
    position: relative;
}

div#inr-footer .row-bg:before {
    content: '';
    position: absolute;
    background: #084800;
    height: 100%;
    width: 180%;
    top: 0;
    left: -34%;
}

div#inr-footer {
    padding: 20px 0px;
    text-align: center;
}

div#inr-footer p {
    color: #fff;
}

div#footer-outer {
    display: none;
}

/* footer CSS end */

/* product page CSS start */

h1.product_title.entry-title.nectar-inherit-default {
    color: #000;
}

.single-product bdi {
    color: #084800;
    font-weight: bold;
}

.single-product span.posted_in {
    color: #000;
}

span#reply-title {
    color: #000;
}

section.related.products {
    display: none;
}

.woocommerce-page button[type=submit].single_add_to_cart_button, body[data-form-submit=regular].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button {
    min-height: unset;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans';
    padding: 15px 30px !important;
    position: relative;
    overflow: hidden;
    color: #fff;
    border: 2px solid #084800 !important;
    z-index: 9 !important;
    border-radius: 10px;
	background: #084800 !important;
}

.single_add_to_cart_button.button.alt:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0);
    transition: all 1s;
    z-index: -1;
}

.single_add_to_cart_button.button.alt:hover:before {
    transform: scale(10);
}

.single_add_to_cart_button.button.alt:hover {
    box-shadow: unset !important;
    transform: unset !important;
    color: #084800 !important;
}

/* product page CSS end */

/* checkout CSS start */

.wc-block-components-title.wc-block-components-title {
    color: #000 !important;
    font-size: 30px !important;
    line-height: 38px !important;
}

.wc-block-components-panel__button {
    color: #000 !important;
}

span.wc-block-components-totals-item__label {
    color: #000;
}

.wc-block-components-formatted-money-amount {
    color: #000 !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    color: #000 !important;
    font-size: 14px;
    line-height: 22px;
}

.woocommerce-billing-fields h3 {
    color: #000;
}

h3#order_review_heading {
    color: #000 !important;
}

tr.order-total {
    color: #000 !important;
}

/* checkout CSS end */



@media only screen and (min-width: 1600px) and (max-width: 1750px){}
@media only screen and (min-width: 1366px) and (max-width: 1599px){
	
div#hero {
    padding: 170px 0px !important;
}

div#about {
    padding: 80px 0px !important;
}

div#herbal-prod {
    padding: 80px 0px !important;
}

div#contact-us {
    padding: 80px 0px !important;
}
	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
	
h1 {
	font-size: 45px !important;
	line-height: 53px !important;
}

h2 {
	font-size: 40px !important;
	line-height: 48px !important;
}	
	
p {
	font-size: 16px !important;
	line-height: 24px !important;
}		
	
div#hero {
    padding: 150px 0px !important;
}

div#about {
    padding: 60px 0px !important;
}

div#herbal-prod {
    padding: 60px 0px !important;
}

div#contact-us {
    padding: 60px 0px !important;
}	
	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
	
h1 {
	font-size: 45px !important;
	line-height: 53px !important;
}

h2 {
	font-size: 40px !important;
	line-height: 48px !important;
}	
	
p {
	font-size: 16px !important;
	line-height: 24px !important;
}		
	
div#hero {
    padding: 150px 0px !important;
}

div#about {
    padding: 60px 0px !important;
}

div#herbal-prod {
    padding: 60px 0px !important;
}

div#contact-us {
    padding: 60px 0px !important;
}		
	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
	
	
h1 {
	font-size: 28px !important;
	line-height: 35px !important;
}

h2 {
	font-size: 25px !important;
	line-height: 33px !important;
}	
	
p {
	font-size: 14px !important;
	line-height: 22px !important;
}		
	
div#hero {
    padding: 80px 0px 50px !important;
}

div#about {
    padding: 40px 0px !important;
}

div#herbal-prod {
    padding: 60px 0px !important;
}

div#contact-us {
    padding: 30px 0px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 60px !important;
}

#hero .owl-stage {
    padding: unset !important;
}

#hero h1 br {
    display: none !important;
}

#hero p {
    max-width: unset !important;
}

#hero .row-bg {
    background-position: center center !important;
}

#about h2 br {
    display: none;
}

#about .type-blk {
    padding-left: 40px !important;
}

#about .border-blk {
    padding-left: 15px !important;
}

#entire-btn {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 10px 25px !important;
}

#herbal-prod .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px !important;
    line-height: 26px !important;
}

.woocommerce ul.products[data-product-style]:not([data-n-desktop-columns=default]), .woocommerce ul.products[data-product-style]:not([data-n-desktop-small-columns=default]) {
    flex-direction: column;
}

#herbal-prod li.classic.product {
    width: 100% !important;
}

#herbal-prod li.classic.product {}

#herbal-prod a.button {
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 10px 10px !important;
}

#contact-us .vc_column-inner {
    padding: 20px 20px !important;
}

#contact-us .form-pro .row {
    padding: unset !important;
}

#contact-us input, #contact-us textarea {
    padding: 10px 10px !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

#contact-us input::placeholder, #contact-us textarea::placeholder {
    font-size: 16px !important;
    line-height: 24px !important;
}

#footer-inr ul.social-links li a i {
    height: 50px !important;
    width: 50px !important;
    font-size: 25px !important;
    line-height: 33px !important;
}

#footer-inr ul.with-icons li {
    font-size: 15px !important;
    line-height: 23px !important;
}

#footer-inr ul.with-icons li i {
    margin-right: 5px !important;
}

.woocommerce-page button[type=submit].single_add_to_cart_button, body[data-form-submit=regular].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button {
    font-size: 18px !important;
    line-height: 26px !important;
}			
	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
	
h1 {
	font-size: 28px !important;
	line-height: 35px !important;
}

h2 {
	font-size: 25px !important;
	line-height: 33px !important;
}	
	
p {
	font-size: 14px !important;
	line-height: 22px !important;
}		
	
div#hero {
    padding: 80px 0px 50px !important;
}

div#about {
    padding: 40px 0px !important;
}

div#herbal-prod {
    padding: 60px 0px !important;
}

div#contact-us {
    padding: 30px 0px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 60px !important;
}

#hero .owl-stage {
    padding: unset !important;
}

#hero h1 br {
    display: none !important;
}

#hero p {
    max-width: unset !important;
}

#hero .row-bg {
    background-position: center center !important;
}

#about h2 br {
    display: none;
}

#about .type-blk {
    padding-left: 40px !important;
}

#about .border-blk {
    padding-left: 15px !important;
}

#entire-btn {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 10px 25px !important;
}

#herbal-prod .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px !important;
    line-height: 26px !important;
}

.woocommerce ul.products[data-product-style]:not([data-n-desktop-columns=default]), .woocommerce ul.products[data-product-style]:not([data-n-desktop-small-columns=default]) {
    flex-direction: column;
}

#herbal-prod li.classic.product {
    width: 100% !important;
}

#herbal-prod li.classic.product {}

#herbal-prod a.button {
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 10px 10px !important;
}

#contact-us .vc_column-inner {
    padding: 20px 20px !important;
}

#contact-us .form-pro .row {
    padding: unset !important;
}

#contact-us input, #contact-us textarea {
    padding: 10px 10px !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

#contact-us input::placeholder, #contact-us textarea::placeholder {
    font-size: 16px !important;
    line-height: 24px !important;
}

#footer-inr ul.social-links li a i {
    height: 50px !important;
    width: 50px !important;
    font-size: 25px !important;
    line-height: 33px !important;
}

#footer-inr ul.with-icons li {
    font-size: 15px !important;
    line-height: 23px !important;
}

#footer-inr ul.with-icons li i {
    margin-right: 5px !important;
}

.woocommerce-page button[type=submit].single_add_to_cart_button, body[data-form-submit=regular].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button {
    font-size: 18px !important;
    line-height: 26px !important;
}		
	
}
@media only screen and (min-width: 300px) and (max-width: 519px){
	
h1 {
	font-size: 25px !important;
	line-height: 33px !important;
}

h2 {
	font-size: 23px !important;
	line-height: 31px !important;
}	
	
p {
	font-size: 14px !important;
	line-height: 22px !important;
}		
	
div#hero {
    padding: 60px 0px 30px !important;
}

div#about {
    padding: 30px 0px !important;
}

div#herbal-prod {
    padding: 60px 0px !important;
}

div#contact-us {
    padding: 30px 0px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 60px !important;
}

#hero .owl-stage {
    padding: unset !important;
}

#hero h1 br {
    display: none !important;
}

#hero p {
    max-width: unset !important;
}

#hero .row-bg {
    background-position: center center !important;
}

#about h2 br {
    display: none;
}

#about .type-blk {
    padding-left: 40px !important;
}

#about .border-blk {
    padding-left: 15px !important;
}

#entire-btn {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 10px 25px !important;
}

h2.woocommerce-loop-product__title {}

#herbal-prod .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px !important;
    line-height: 26px !important;
}

.woocommerce ul.products[data-product-style]:not([data-n-desktop-columns=default]), .woocommerce ul.products[data-product-style]:not([data-n-desktop-small-columns=default]) {
    flex-direction: column;
}

#herbal-prod li.classic.product {
    width: 100% !important;
}

#herbal-prod a.button {
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 10px 10px !important;
}

#contact-us .vc_column-inner {
    padding: 20px 20px !important;
}

#contact-us .form-pro .row {
    padding: unset !important;
}

#contact-us input, #contact-us textarea {
    padding: 10px 10px !important;
    font-size: 15px !important;
    line-height: 23px !important;
}

#contact-us input::placeholder, #contact-us textarea::placeholder {
    font-size: 15px !important;
    line-height: 23px !important;
}

#footer-inr ul.social-links li a i {
    height: 40px !important;
    width: 40px !important;
    font-size: 20px !important;
    line-height: 28px !important;
}

#footer-inr ul.with-icons li {
    font-size: 15px !important;
    line-height: 23px !important;
}

#footer-inr ul.with-icons li i {
    margin-right: 5px !important;
}

.woocommerce-page button[type=submit].single_add_to_cart_button, body[data-form-submit=regular].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button {
    font-size: 18px !important;
    line-height: 26px !important;
}	
	
}







