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


.woocommerce ul.products li.product.classic .button {
    min-height: unset !important;
}
.page-id-21 div#blk-supp {
    display: none !important;
}
select#pa_select-ml {
    border: 1px solid #00000059;
}
/* header css */

.page-id-21 div#header-outer, .page-id-102 div#header-outer, .page-id-107 div#header-outer, .single-product div#header-outer {
    background: #3b593f70 !important;
}

.page-id-21 div#header-outer #top .container, .page-id-102 div#header-outer #top .container, .page-id-107 div#header-outer #top .container, .single-product div#header-outer #top .container {
    background: #3b593f70 !important;
}

nav ul li a {
    color: #000 !important;
    margin-right: 20px !important;
     opacity:unset !important;
}
li#search-btn .icon-salient-search {
    color: #000 !important;
}
.cart-menu i.icon-salient-cart {
    color: #000 !important;
}
li#menu-item-13 a {
    position: relative !important;
    background: #8F9937 !important;
    padding: 10px 30px !important;
    color: #fff !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    z-index: 1 !important;
    transition: color 0.3s ease !important;
    opacity:unset !important;
}
li#menu-item-13 a::before {
    content: "" !important;
    position: absolute !important;
    left: -100% !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #4b5a00 !important;
    z-index: -1 !important;
    transition: all 0.4s ease-in-out !important;
}
li#menu-item-13 a::after {
    content: "" !important;
    position: absolute !important;
    right: -100% !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #a6c122 !important;
    z-index: -1 !important;
    transition: all 0.4s ease-in-out !important;
}
li#menu-item-13 a:hover {
    color: #fff !important;
}
li#menu-item-13 a:hover::before {
    left: 0 !important;
}
li#menu-item-13 a:hover::after {
    right: 0 !important;
}
/* banner css */
div#main-banner {
    padding: 250px 0 120px !important;
}

div#main-banner h1 {
    color: #fff;
}
#main-banner h5 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 30px;
}
div#main-banner p {
    color: #fff;
    font-size: 24px !important;
    line-height: 32px !important;
    max-width: 870px;
}
#trnsparent-btn {
    position: relative !important;
    background: transparent !important;
    padding: 15px 30px !important;
    color: #fff !important;
    border-radius: 13px !important;
    overflow: hidden !important;
    z-index: 1 !important;
    transition: color 0.3s 
ease !important;
    opacity: unset !important;
    border: 1px solid #fff;
    font-size: 24px;
    line-height: 32px;
    transform: unset !important;
    margin-right: 10px;
}


#trnsparent-btn::before {
    content: "" !important;
    position: absolute !important;
    left: -100% !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #4b5a00 !important;
    z-index: -1 !important;
    transition: all 0.4s ease-in-out !important;
}
#trnsparent-btn::after {
    content: "" !important;
    position: absolute !important;
    right: -100% !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #a6c122 !important;
    z-index: -1 !important;
    transition: all 0.4s ease-in-out !important;
}
#trnsparent-btn:hover {
    color: #fff !important;
}
#trnsparent-btn:hover::before {
    left: 0 !important;
}
li#menu-item-13 a:hover::after {
    right: 0 !important;
}
/* product css */
.add_to_cart_button.ajax_add_to_cart {
    min-height: unset !important;
    font-size: 20px !important;
    line-height: 28px !important;
    padding: 16px 20px !important;
    border-radius: 10px !important;
}
li.classic.product.type-product {
    border: 1px solid #00000033;
    border-radius: 10px;
    padding-bottom: 20px !important;
}
li.classic.product.type-product img {
    border-radius: 7px 7px 0px 0px !important;
}
div#all-prod {
    padding: 100px 0 !important;
}
div#all-prod ul.wpb_tabs_nav.ui-tabs-nav.clearfix {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
li.tab-item.active-tab a {
    background: #000 !important;
    padding: 12px !important;
    border-radius: 10px;
    text-transform: uppercase;
    margin-right: 20px;
    color:#fff !important;
}
li.tab-item a {
    background: #F1F1F1 !important;
    padding: 12px !important;
    border-radius: 10px !important;
    text-transform: uppercase !important;
    margin-right: 20px !important;
    color:#000 !important;
}

h2.woocommerce-loop-product__title {
    color: #000 !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
div#all-prod h2, div#all-prod p {
    color: #000;
}
/* explore css */
div#explore {
    padding: 150px 0 !important;
}
div#explore h2 {
    color: #fff;
    max-width: 740px;
}
div#explore p {
    color: #fff;
    max-width: 650px;
}
/* flash sale css */
#flsh-sale .product-list {
  width: 90% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 25px !important;
}
#flsh-sale .product-card {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
}
#flsh-sale .product-card img {
  width: 100px;
  height: 130px;
  object-fit: cover;
  border-radius: 10px;
}
#flsh-sale .details h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    max-width: 230px;
    line-height: 26px !important;
}
#flsh-sale .details .size {
  font-size: 13px;
  color: #fff;
  margin-top: 5px;
}
#flsh-sale .details .price {
  color: #8F9937;
  font-weight: bold;
  margin-left: 8px;
}
#flsh-sale .product-card a {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
#flsh-sale .fea-col .vc_column-inner {
    padding-left: 100px;
}
#flsh-sale {
    background: #000;
}
#flsh-sale h3 {
    color: #fff;
}
#flsh-sale h2 {
    color: #fff;
}
#flsh-sale .wpb_text_column.wpb_content_element {
    margin-bottom: unset !important;
}
#flsh-sale .divider-small-border {
    margin: 15px 0 !important;
    width: 30% !important;
    height: 1px !important;
    background-color: #8F9937 !important;
}
/* blog css */
div#blog-sec h2, div#blog-sec p {
    text-align: center;
    color: #000;
}
div#blog-sec h2.uppercase.recent-posts-title {
    display: none !important;
}
div#blog-sec span.meta-category {
    display: none !important;
}
div#blog-sec h3.title {
    font-size: 18px !important;
    line-height: 26px !important;
    color:#000 !important;
}
div#blog-sec h3.title a {
    color:#000 !important;
}
div#blog-sec .excerpt {
    color: #4E5669 !important;
    font-size: 15px !important;
    line-height: 23px !important;
}
.blog-recent .col {
    margin-bottom: 40px !important;
    padding: 10px !important;
    border: 1px solid #00000075 !important;
}
div#blg-cont {
    background: #F5F5F5;
    border-radius: 5px !important;
    padding: 30px 40px !important;
}
div#blg-cont h3 {
    color: #000 !important;
}
div#blg-cont .divider-small-border {
    background: #88941F !important;
    width: 40% !important;
}
span.green {
    color: #88941F;
}
div#blog-dtl p {
    display: none !important;
}
h1.entry-title {
    font-size: 70px !important;
    line-height: 78px !important;
}
div#single-below-header {
    display: none !important;
}
a.uncategorized {
    display: none !important;
}
div#author-bio {
    display: none !important;
}
.nectar-social.fixed.visible {
    display: none !important;
}
.comments-section {
    margin-top: 100px;
    margin-bottom: 100px;
}
.comments-section .comment-wrap {
    background: #F5F5F5;
    border-radius: 20px;
}
h3#reply-title {
    font-size: 40px;
    line-height: 48px !important;
    color: #000;
}
h1.product_title.entry-title.nectar-inherit-default {
    color: #000 !important;
}
span.woocommerce-Price-amount.amount bdi {
    color: #889d46;
    font-weight: bold;
}
select#pa_select-a-mile {
    border: 1px solid #0000003b;
}

table.variations label {
    color: #00000085;
    text-transform: uppercase;
}
/* button.single_add_to_cart_button.button.alt {
    position: absolute;
    top: 330px;
    right: 370px;
} */
.related.products h2 {
    text-align: center;
    color: #000 !important;
}
.bottom-see-more-btn {
    background: #889b48 !important;
    color: #000;
    padding: 12px 60px !important;
}
.postid-34 li.classic.product {
    padding: 18px 18px !important;
}
body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="4"] li.product {
        width: 23.4% !important;
        margin: 0 1.5% 1.5% 0 !important;
        text-align: center;
    }
ul.products.columns-4 {
    text-align: center;
}
/* recovery css */
div#blk-supp {
    padding: 60px 160px !important;
}
div#blk-supp .row-bg {
    background: #000;
}
div#blk-supp h4, div#blk-supp p {
    color: #fff;
}

#blk-supp .high {
    display: flex;
    align-items: center;
    gap: 10px;
}

#blk-supp .high-text h4 {
    font-size: 28px;
    line-height: 36px;
}

#blk-supp .high-text p {
    font-size: 22px;
    line-height: 30px;
}
/* ft css */
div#main-ft .row-bg {
    background: #8F9937;
}
.main-menu {
    display: flex;
    gap: 30px;
}
.main-menu li a {
    color: #fff;
}
.main-menu li {
    list-style: none !important;
}

div#ft-copy p {
    color: #fff;
}

.right-set p {
    text-align: right;
}

.right-set a {
    color: #fff !important;
    font-weight: bold !important;
}
div#ft-copy {
    border-top: 1px solid #fff;
    padding-top: 20px;
	padding-bottom: 20px;
}
div#copyright {
    display: none !important;
}

#ft-inner ul.social-icons {
    margin: unset;
    display: flex;
    gap: 10px;
}

#ft-inner ul.social-icons li {
    list-style: none;
}

#ft-inner ul.social-icons li a i {
    color: #889b48;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: all 0.5s;
}

#ft-inner ul.social-icons li a i:hover {
    color: #fff;
    background: #889b48;
}


/* iner pages css */
div#inner-pages h1 {
    color: #fff;
    text-align: center;
}
/* contact page css */
div#contatc-us {
    padding: 100px 100px !important;
}
div#contatc-us h5 {
    color: #8F9937;
    font-size: 30px;
    line-height: 38px !important;
}
div#contatc-us p {
    max-width: 600px;
}
div#contatc-us .contact-list li {
    list-style: none !important;
    padding: 12px 0 !important;
}
div#contatc-us .contact-list {
    margin-left: 80px;
}
div#contatc-us .social-icons {
    display: flex;
    gap: 20px;
    margin: 0;
}
div#contatc-us .social-icons li {
    list-style: none !important;
}
div#contatc-us .social-icons i {
    font-size: 22px !important;
    line-height: 30px !important;
}
.clr-chane h5 {
    color: #2E4049 !important;
}
div#contatc-us li.message-item:before {
    position: absolute;
    content: '\f0e0';
    font-family: 'FontAwesome';
    left: 0;
    background: #F2F2F2 !important;
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #222222;
}
div#contatc-us li.contact-item:before {
     position: absolute;
    content: '\f095';
    font-family: 'FontAwesome';
    left: 0;
    background: #F2F2F2 !important;
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #222222;
}
div#contatc-us .scent-form p {
    max-width: unset !important;
}
div#contatc-us .scent-form {
    border: 1px solid #0000003d;
    padding: 40px;
}
div#contatc-us .scent-form input, div#contatc-us .scent-form textarea {
    padding: 20px;
}
div#contatc-us .scent-form textarea {
    height: 160px;
    resize: none;
}

/* main-form section CSS start */

#main-form .step-boxes ul.steps {
    column-count: 2;
}

#main-form .step-boxes ul.steps li {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #D9D9D9;
    margin-bottom: 20px;
    padding: 15px 15px;
    border-radius: 10px;
}

#main-form .step-boxes span.wpcf7-list-item-label {
    display: none;
}

#main-form .step-boxes span.form-text {
    font-size: 26px;
    line-height: 34px;
    color: #000;
    font-weight: 500;
}

#main-form .step-boxes h2 {
    color: #fff;
    text-align: center;
    padding-bottom: 100px;
}

#main-form .step-boxes ul.steps li img {
    margin-bottom: unset;
}

#main-form .step-boxes button.uacf7-next, #main-form .step-boxes button.uacf7-prev {
    background: #D9D9D9;
    border: unset !important;
    padding: 12px 30px;
    font-size: 20px;
    line-height: 28px;
}

#main-form input.wpcf7-submit {
    background: transparent;
    padding: 15px 50px !important;
    border: 1px solid #fff;
    font-size: 20px;
    line-height: 28px;
    border-radius: 10px !important;
    opacity: 1 !important;
}

#main-form input.wpcf7-submit:hover {
    transform: unset !important;
    box-shadow: unset !important;
}

#main-form .btn {
    padding: unset !important;
    text-align: center;
}

#main-form h3 {
    color: #fff;
}

#main-form ul#summary-list {
    margin: unset;
}

#main-form ul#summary-list li {
    list-style: none;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 10px;
}

/* main-form section CSS end */

/* score section CSS start */

#score h3 {
    font-size: 30px;
    line-height: 38px;
    color: #0A0F15;
}

#score ul li strong {
    color: #88941F;
    font-weight: 500;
    font-size: 25px;
    line-height: 33px;
}

#score ul li {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 10px;
    color: #373E4E;
    list-style: none;
}

#score ul {
    margin: unset;
}

div#score-inr {
    background: #FBFDFE;
    border: 1px solid #A7B0B4;
    border-radius: 10px;
    padding: 40px 40px;
}

/* score section CSS end */

/* our-all section CSS start */

#our-all .tabbed>ul li a {
    background: transparent !important;
    border: 2px solid #889b48;
    color: #889b48 !important;
    padding: 10px 30px !important;
    font-weight: 600;
}

#our-all .tabbed>ul li.active-tab a {
    background: #889b48 !important;
    color: #fff !important;
}

/* our-all section CSS end */






/* responsive start */
@media only screen and (min-width: 1600px) and (max-width: 1750px){}
@media only screen and (min-width: 1366px) and (max-width: 1599px){
div#main-banner {
    padding: 200px 0 120px !important;
}
div#explore {
    padding: 100px 0 !important;
}
#flsh-sale .fea-col .vc_column-inner {
    padding-left: 60px;
}

#flsh-sale h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}
#flsh-sale .product-list {
    width: 90% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}
#flsh-sale .product-card img {
    width: 90px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}
.blog-recent .col {
    margin-bottom: 40px !important;
    padding: 10px !important;
    border: 1px solid #00000075 !important;
    min-height: 440px !important;
}	
	
div#main-form {
    padding: 80px 0px !important;
}

#main-form h2 {
    padding-bottom: 80px !important;
}

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

div#score-inr {
    padding: 30px 30px !important;
}

#score ul li {
    font-size: 20px !important;
    line-height: 28px !important;
}	
	
div#blk-supp {
    padding: 50px 80px !important;
}

#blk-supp .high-text h4 {
    font-size: 22px !important;
    line-height: 30px !important;
}

#blk-supp .high-text p {
    font-size: 15px !important;
    line-height: 23px !important;
}	
	
div#contatc-us {
    padding: 80px 80px !important;
}	
	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
div#main-banner {
    padding: 180px 0 100px !important;
}
div#explore {
    padding: 60px 0 !important;
}
#flsh-sale .fea-col .vc_column-inner {
    padding-left: 60px;
}

#flsh-sale h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}
#flsh-sale .product-list {
    width: 90% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}
#flsh-sale .product-card img {
    width: 90px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}
.blog-recent .col {
    margin-bottom: 40px !important;
    padding: 10px !important;
    border: 1px solid #00000075 !important;
    min-height: 440px !important;
}

header#top .container {
    padding: 0 30px !important;
}
h2.woocommerce-loop-product__title {
    color: #000 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 22px !important;
}
li.tab-item.active-tab a {
    background: #000 !important;
    padding: 12px !important;
    border-radius: 10px;
    text-transform: uppercase;
    margin-right: 20px;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
li.tab-item a {
    background: #F1F1F1 !important;
    padding: 12px !important;
    border-radius: 10px !important;
    text-transform: uppercase !important;
    margin-right: 20px !important;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
.add_to_cart_button.ajax_add_to_cart {
    min-height: unset !important;
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 10px 16px !important;
    border-radius: 10px !important;
}	
	
div#main-form {
    padding: 60px 0px !important;
}

#main-form h2 {
    padding-bottom: 60px !important;
}

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

div#score-inr {
    padding: 25px 25px !important;
}

#score ul li {
    font-size: 18px !important;
    line-height: 26px !important;
}

#score ul li strong {
    font-size: 22px !important;
    line-height: 30px !important;
}	
	
div#blk-supp {
    padding: 40px 60px !important;
}

#blk-supp .high-text h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}

#blk-supp .high-text p {
    font-size: 13px !important;
    line-height: 21px !important;
}	
	
div#contatc-us {
    padding: 60px 60px !important;
}	
	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
div#main-banner {
    padding: 200px 0 40px !important;
}
	
#main-banner img {
    max-width: 300px !important;
}

#main-banner h5 {
    font-size: 30px !important;
    line-height: 38px !important;
    letter-spacing: 25px !important;
}	
	
div#explore {
    padding: 60px 0 !important;
}
#flsh-sale .fea-col .vc_column-inner {
    padding-left: 60px;
}

#flsh-sale h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}
#flsh-sale .product-list {
    width: 90% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}
#flsh-sale .product-card img {
    width: 50px !important;
    height: 70px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
}
.blog-recent .col {
    margin-bottom: 40px !important;
    padding: 10px !important;
    border: 1px solid #00000075 !important;
    min-height: 440px !important;
}

header#top .container {
    padding: 0 30px !important;
}
h2.woocommerce-loop-product__title {
    color: #000 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 22px !important;
}
li.tab-item.active-tab a {
    background: #000 !important;
    padding: 12px !important;
    border-radius: 10px;
    text-transform: uppercase;
    margin-right: 20px;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
li.tab-item a {
    background: #F1F1F1 !important;
    padding: 12px !important;
    border-radius: 10px !important;
    text-transform: uppercase !important;
    margin-right: 20px !important;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
.add_to_cart_button.ajax_add_to_cart {
    min-height: unset !important;
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 10px 16px !important;
    border-radius: 10px !important;
}
nav ul li a {
    color: #000 !important;
    margin-right: 9px !important;
    opacity: unset !important;
    font-size: 20px !important;
    line-height: 28px !important;
}#flsh-sale .details h3 {
    font-size: 12px !important;
    font-weight: 600;
    color: #fff;
    margin: 0;
    max-width: 230px;
    line-height: 20px !important;
}
.main-menu {
    display: flex;
    gap: 16px;
    margin-left: unset !important;
}
div#ft-copy p {
    color: #fff;
    font-size: 14px !important;
    line-height: 22px !important;
}

div#main-form {
    padding: 60px 0px !important;
}

#main-form h2 {
    padding-bottom: 60px !important;
}

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

div#score-inr {
    padding: 25px 25px !important;
}

#score ul li {
    font-size: 18px !important;
    line-height: 26px !important;
}

#score ul li strong {
    font-size: 22px !important;
    line-height: 30px !important;
}

#main-form .step-boxes ul.steps li {
    gap: 8px !important;
    padding: 10px 10px !important;
}

#main-form .step-boxes span.form-text {
    font-size: 20px !important;
    line-height: 28px !important;
}

#main-form .step-boxes ul.steps li img {
    max-width: 100px !important;
}	
	
div#blk-supp {
    padding: 30px 30px !important;
}

#blk-supp .high-text h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}

#blk-supp .high-text p {
    font-size: 13px !important;
    line-height: 21px !important;
}	
	
div#contatc-us {
    padding: 40px 40px !important;
}	
#main-form .step-boxes h2 br {
    display: none !important;
}	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
div#main-banner {
    padding: 120px 0 40px !important;
}
#main-banner img {
    max-width: 250px !important;
}

#main-banner h5 {
    font-size: 25px !important;
    line-height: 33px !important;
    letter-spacing: 20px !important;
}
	
	
div#explore {
    padding: 60px 0 !important;
}
#flsh-sale .fea-col .vc_column-inner {
    padding-left: 20px;
}

#flsh-sale h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}
#flsh-sale .product-list {
    width: 90% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}
#flsh-sale .product-card img {
    width: 50px !important;
    height: 70px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
}
.blog-recent .col {
    margin-bottom: 40px !important;
    padding: 10px !important;
    border: 1px solid #00000075 !important;
    min-height: 440px !important;
}

header#top .container {
    padding: 0 30px !important;
}
h2.woocommerce-loop-product__title {
    color: #000 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 22px !important;
}
li.tab-item.active-tab a {
    background: #000 !important;
    padding: 12px !important;
    border-radius: 10px;
    text-transform: uppercase;
    margin-right: 20px;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
li.tab-item a {
    background: #F1F1F1 !important;
    padding: 12px !important;
    border-radius: 10px !important;
    text-transform: uppercase !important;
    margin-right: 20px !important;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
.add_to_cart_button.ajax_add_to_cart {
    min-height: unset !important;
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 10px 16px !important;
    border-radius: 10px !important;
}
nav ul li a {
    color: #000 !important;
    margin-right: 9px !important;
    opacity: unset !important;
    font-size: 20px !important;
    line-height: 28px !important;
}#flsh-sale .details h3 {
    font-size: 12px !important;
    font-weight: 600;
    color: #fff;
    margin: 0;
    max-width: 230px;
    line-height: 20px !important;
}
.main-menu {
    display: flex;
    gap: 16px;
    margin-left: unset !important;
}
div#ft-copy p {
    color: #fff;
    font-size: 14px !important;
    line-height: 22px !important;
}

div#main-form {
    padding: 60px 0px !important;
}

#main-form h2 {
    padding-bottom: 60px !important;
}

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

div#score-inr {
    padding: 25px 25px !important;
}

#score ul li {
    font-size: 18px !important;
    line-height: 26px !important;
}

#score ul li strong {
    font-size: 22px !important;
    line-height: 30px !important;
}

#main-form .step-boxes ul.steps li {
    gap: 8px !important;
    padding: 10px 10px !important;
}

#main-form .step-boxes span.form-text {
    font-size: 20px !important;
    line-height: 28px !important;
}

#main-form .step-boxes ul.steps li img {
    max-width: 100px !important;
}	
	
div#blk-supp {
    padding: 30px 30px !important;
}

#blk-supp .high-text h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}

#blk-supp .high-text p {
    font-size: 13px !important;
    line-height: 21px !important;
}	
	
div#contatc-us {
    padding: 40px 40px !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 100px !important;
    }

h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}

p {
    font-size: 12px !important;
    line-height: 20px !important;
}
div#main-banner p {
    color: #fff;
    font-size: 14px !important;
    line-height: 22px !important;
    max-width: 450px;
}

.sl-collect .vc_column-inner {
    position: absolute;
    bottom: 0;
    right: -460px;
}

div#flsh-sale {
    padding-top: 30px !important;
}

.green-mg {
    width: 100%;
    margin-top: 50px !important;
}

div#blog-sec img {
    width: 100%;
}
div#footer-widgets {
    display: none !important;
}
#blk-supp .high {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
#main-form .step-boxes ul.steps {
    column-count: 1;
}
	#main-form .step-boxes h2 br {
    display: none !important;
}
div#contatc-us .scent-form {
    border: 1px solid #0000003d;
    padding: 15px;
    margin-top: 30px;
}
div#contatc-us .scent-form input, div#contatc-us .scent-form textarea {
    padding: 10px;
}
div#contatc-us h5 {
    color: #8F9937;
    font-size: 24px !important;
    line-height: 32px !important;
    }	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
div#main-banner {
    padding: 70px 0 70px !important;
}
div#explore {
    padding: 60px 0 !important;
}
#flsh-sale .fea-col .vc_column-inner {
    padding-left: 20px;
}

#flsh-sale h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}
#flsh-sale .product-list {
    width: 90% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}
#flsh-sale .product-card img {
    width: 50px !important;
    height: 70px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
}
.blog-recent .col {
    margin-bottom: 40px !important;
    padding: 10px !important;
    border: 1px solid #00000075 !important;
    min-height: 440px !important;
}

header#top .container {
    padding: 0 30px !important;
}
h2.woocommerce-loop-product__title {
    color: #000 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 22px !important;
}
li.tab-item.active-tab a {
    background: #000 !important;
    padding: 12px !important;
    border-radius: 10px;
    text-transform: uppercase;
    margin-right: 20px;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
li.tab-item a {
    background: #F1F1F1 !important;
    padding: 12px !important;
    border-radius: 10px !important;
    text-transform: uppercase !important;
    margin-right: 20px !important;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
.add_to_cart_button.ajax_add_to_cart {
    min-height: unset !important;
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 10px 16px !important;
    border-radius: 10px !important;
}
nav ul li a {
    color: #000 !important;
    margin-right: 9px !important;
    opacity: unset !important;
    font-size: 20px !important;
    line-height: 28px !important;
}#flsh-sale .details h3 {
    font-size: 12px !important;
    font-weight: 600;
    color: #fff;
    margin: 0;
    max-width: 230px;
    line-height: 20px !important;
}
.main-menu {
    display: flex;
    gap: 16px;
    margin-left: unset !important;
}
div#ft-copy p {
    color: #fff;
    font-size: 14px !important;
    line-height: 22px !important;
}

div#main-form {
    padding: 60px 0px !important;
}

#main-form h2 {
    padding-bottom: 60px !important;
}

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

div#score-inr {
    padding: 25px 25px !important;
}

#score ul li {
    font-size: 18px !important;
    line-height: 26px !important;
}

#score ul li strong {
    font-size: 22px !important;
    line-height: 30px !important;
}

#main-form .step-boxes ul.steps li {
    gap: 8px !important;
    padding: 10px 10px !important;
}

#main-form .step-boxes span.form-text {
    font-size: 20px !important;
    line-height: 28px !important;
}

#main-form .step-boxes ul.steps li img {
    max-width: 100px !important;
}	
	
div#blk-supp {
    padding: 30px 30px !important;
}

#blk-supp .high-text h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}

#blk-supp .high-text p {
    font-size: 13px !important;
    line-height: 21px !important;
}	
	
div#contatc-us {
    padding: 40px 40px !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 100px !important;
    }

h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}

p {
    font-size: 12px !important;
    line-height: 20px !important;
}
div#main-banner p {
    color: #fff;
    font-size: 14px !important;
    line-height: 22px !important;
    max-width: 450px;
}
.sl-collect .vc_column-inner {
    position: unset !important;
    padding-left:20px;
    padding-top:20px;
}
div#flsh-sale {
    padding-top: 30px !important;
}

.green-mg {
    width: 100%;
    margin-top: 50px !important;
}

div#blog-sec img {
    width: 100%;
}
div#footer-widgets {
    display: none !important;
}
div#all-prod {
    padding: 50px 0 !important;
}

.row-bg.viewport-desktop.using-image {
    background-position: bottom !important;
}

div#explore .row-bg:before {
    background: #0000001f !important;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
#blk-supp .high {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
#main-form .step-boxes ul.steps {
    column-count: 1;
}
#main-form .step-boxes h2 br {
    display: none !important;
}
#main-form .step-boxes h2 {
    font-size: 28px !important;
    line-height: 36px !important;
}
div#contatc-us .scent-form {
    border: 1px solid #0000003d;
    padding: 15px;
    margin-top: 30px;
}
div#contatc-us .scent-form input, div#contatc-us .scent-form textarea {
    padding: 10px;
}
div#contatc-us h5 {
    color: #8F9937;
    font-size: 24px !important;
    line-height: 32px !important;
    }	
}
@media only screen and (min-width: 300px) and (max-width: 519px){
    #main-form .step-boxes h2 {
        font-size: 20px !important;
        line-height: 28px !important;
    }
	
div#main-banner {
    padding: 120px 0 30px !important;
}
	
#main-banner img {
    max-width: 200px !important;
}

#main-banner h5 {
    font-size: 20px !important;
    line-height: 28px !important;
    letter-spacing: 10px !important;
}

#top i.label {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-left: 6px !important;
}

div#header-outer #top .container {
    padding: 0px 15px !important;
}	
div#explore {
    padding: 60px 0 !important;
}
#flsh-sale .fea-col .vc_column-inner {
    padding-left: 20px;
}

#flsh-sale h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}
#flsh-sale .product-list {
    width: 90% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}
#flsh-sale .product-card img {
    width: 50px !important;
    height: 70px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
}
.blog-recent .col {
    margin-bottom: 40px !important;
    padding: 10px !important;
    border: 1px solid #00000075 !important;
    min-height: 440px !important;
}

header#top .container {
    padding: 0 30px !important;
}
h2.woocommerce-loop-product__title {
    color: #000 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 22px !important;
}
li.tab-item.active-tab a {
    background: #000 !important;
    padding: 10px !important;
    border-radius: 10px;
    text-transform: uppercase;
    margin-right: 20px;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
li.tab-item a {
    background: #F1F1F1 !important;
    padding: 10px !important;
    border-radius: 10px !important;
    text-transform: uppercase !important;
    margin-right: 9px !important;
    color: #000 !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
.add_to_cart_button.ajax_add_to_cart {
    min-height: unset !important;
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 10px 16px !important;
    border-radius: 10px !important;
}
nav ul li a {
    color: #000 !important;
    margin-right: 9px !important;
    opacity: unset !important;
    font-size: 20px !important;
    line-height: 28px !important;
}#flsh-sale .details h3 {
    font-size: 12px !important;
    font-weight: 600;
    color: #fff;
    margin: 0;
    max-width: 230px;
    line-height: 20px !important;
}
.main-menu {
    display: flex;
    gap: 12px;
    margin-left: unset !important;
    flex-direction: column;
}
div#ft-copy p {
    color: #fff;
    font-size: 15px !important;
    line-height: 23px !important;
    text-align: center;
}

div#main-form {
    padding: 60px 0px !important;
}

#main-form h2 {
    padding-bottom: 60px !important;
}

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

div#score-inr {
    padding: 25px 25px !important;
}

#score ul li {
    font-size: 18px !important;
    line-height: 26px !important;
}

#score ul li strong {
    font-size: 22px !important;
    line-height: 30px !important;
}

    #main-form .step-boxes ul.steps li {
        gap: 0px !important;
        padding: 10px 6px !important;
    }

#main-form .step-boxes span.form-text {
    font-size: 20px !important;
    line-height: 28px !important;
}

#main-form .step-boxes ul.steps li img {
    max-width: 100px !important;
}	
	
div#blk-supp {
    padding: 30px 30px !important;
}

#blk-supp .high-text h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}

#blk-supp .high-text p {
    font-size: 13px !important;
    line-height: 21px !important;
}	
	
div#contatc-us {
    padding: 40px 40px !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 100px !important;
    }

h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}

p {
    font-size: 12px !important;
    line-height: 20px !important;
}
div#main-banner p {
    color: #fff;
    font-size: 14px !important;
    line-height: 22px !important;
    max-width: 450px;
}
.sl-collect .vc_column-inner {
    position: unset !important;
    padding-left:20px;
    padding-top:20px;
}
div#flsh-sale {
    padding-top: 30px !important;
}

.green-mg {
    width: 100%;
    margin-top: 50px !important;
}

div#blog-sec img {
    width: 100%;
}
div#footer-widgets {
    display: none !important;
}
div#all-prod {
    padding: 50px 0 !important;
}

.row-bg.viewport-desktop.using-image {
    background-position: bottom !important;
}

div#explore .row-bg:before {
    background: #0000001f !important;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
#main-form .step-boxes h2 br {
    display: none !important;
}
div#blog-sec p br {
    display: none !important;
}
#blk-supp .high {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
    #main-form .step-boxes ul.steps {
        column-count: 1;
        margin: 0;
    }
div#contatc-us .scent-form {
    border: 1px solid #0000003d;
    padding: 10px;
    margin-top: 30px;
}
div#contatc-us .scent-form input, div#contatc-us .scent-form textarea {
    padding: 10px;
}
div#contatc-us h5 {
    color: #8F9937;
    font-size: 24px !important;
    line-height: 32px !important;
    }	
}