@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600;700&display=swap');

body {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    color: #000000;
}

a,
img {
    text-decoration: none;
    outline: none;
    border: none;
}

a,
.btn {
    transition: all .4s;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: 0 !important;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: 0px;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p:last-child {
    margin-bottom: 0;
}

.items{
      
    align-items: center!important;
    margin-left: 290px;
   
}

/* header */
#top-nav-fixed {
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    transition: all .4s;
}

#top-nav-fixed.sticky {
    height: 80px;
    transition: all .4s;
}

#top-nav-fixed .navbar-brand img {
    transition: all .4s;
}

#top-nav-fixed.sticky .navbar-brand img {
    max-width: 140px;
    transition: all .4s;
}

#top-nav-fixed .navbar {
    padding: 0;
}

.navbar-brand {
    width: 220px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(238, 145, 27, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
    border: none;
    padding: 0;
}

header .container-fluid {
    position: relative;
    padding-right: 50px;
    padding-left: 50px;
}

header .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    color: #222;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    display: block;
    margin: -3px 12px;
}

header .navbar-light .navbar-nav .nav-link:hover,
header .navbar-light .navbar-nav .nav-link:focus,
header .navbar-light .navbar-nav .nav-link.active {
    color: #90c73e;
}

header .navbar-light .navbar-nav .active>.nav-link {
    color: #EE911B;
}

header .navbar-light .icon-menu .navbar-nav .nav-link {
    margin: 0 0 0 25px;
}

.icon-menu svg.feather {
    width: 18px;
    max-height: 18px;
}

/* banner */
.banner-section {
    position: relative;
    color: #fff;
    padding-top: 100px;
}

.carousel-caption{
    position: absolute;
    right: 0%;
    bottom: 20px;
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.banner-section .carousel-caption {
    /*max-width: 590px;*/
    bottom: 0;
    height: 100%;
    /*display: -ms-flexbox;*/
    display: flex;
    /*-ms-flex-align: center;*/
    align-items: center;
    color: #fff;
    text-align: left;
}

.banner-section h1 {
    font-size: 55px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.banner-section p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 45px;
}

.btn-orange {
    background-color: #000000;
    border-radius: 0;
    min-width: 160px;
    padding: 14px 15px 10px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 16px;
    
}

.btn-green {
    background-color: #000000;
}

.btn-orange:hover {
    background-color: #ffffff;
    color: #000;
    border-color: #90c73e;
}

.btn-orange-lg {
    min-width: 180px;
    padding: 17px 15px 13px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #ffffff;
}

.section {
    padding-top: 106px;
    position: relative;
}

.section-md{
    padding-top: 35px;
    position: relative;
}

.section-title {
    position: relative;
    font-size: 40px;
    font-weight: 600;
    color: #254C26;
    padding: 50px 0 25px;
    margin-bottom: 50px;
}

.section-title1{
    position: relative;
    font-size: 40px;
    font-weight: 600;
    color: #254C26;
    padding: 50px 0 25px;
    margin-bottom: 50px;
}

.section-title1:before{
content: "";
    position: absolute;
    left: 0;
    top: 10px;
    right: 0;
    margin: auto;
    background: url(../images/title-logo.png) no-repeat;
    width: 100px;
    height: 100px;
} 


.pay-logo{
    width: 40px;
    margin-left: 435px;
    margin-top: 20px;
    display: flex;
}

.text-pay{
    margin-left: 500px;
    margin-top: 10px;
    font-size: 15px;
    color: #ffffff;
}
.section-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    right: 0;
    margin: auto;
    background: url(../images/title-logo.png) no-repeat;
    width: 100px;
    height: 100px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    display: inline-block;
}

.single-prodcut {
    background-color: #fff;
    margin-bottom: 50px;
    text-align: center;
    transition: all .4s;
}

.single-prodcut:hover {
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    z-index: 1;
}

.pro-thumbs {
    position: relative;
    overflow: hidden;
}

.cart-wishlist {
    position: absolute;
    left: 25px;
    right: 25px;
    z-index: 1;
    background-color: #fff;
    height: 45px;
    bottom: 20px;
    border-radius: 5px;
    transform: translateY(200%);
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
    transition: all .4s;
}

.single-prodcut:hover .cart-wishlist {
    transform: translateY(0%);
}


.cart-wishlist a {
    color: #222;
}

.cart-wishlist a:hover {
    color: #90c73e;
    background-color:#000000;
    padding: 12px;
    border-radius: inherit;
}

.cart-wishlist a svg {
    max-height: 18px;
    vertical-align: text-bottom;
}

.pro-content {
    padding: 0px 0px 0px;
    min-height: 120px;
}

.pro-content h5 {
    font-size: 20px;
    color: #222;
    font-weight: 600;
    margin-bottom: 15px;
}

.text-grey {
    color: #999999;
}

.text-orange {
    color: #EE911B;
}

.pro-price {
    font-size: 20px;
}

.slick-prev,
.slick-next {
    width: 45px;
    color: #000;
    opacity: 1;
    height: 45px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -100px;
    z-index: 1;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.slick-next {
    right: -65px;
}

.slick-prev {
    left: -65px;
}

.slick-prev::before,
.slick-next::before {
    content: "";
    background: url(../images/left-arrow.svg) no-repeat 0 0;
    width: 18px;
    height: 18px;
    display: block;
    opacity: 1;
}

.slick-next::before {
    background: url(../images/right-arrow.svg) no-repeat 0 0;
}

.category-box {
    position: relative;
    background-color: #ffffff;
}

.category-large {
    padding: 70px 40px 35px;
    height: 400px;
}

.category-large-img {
    margin-top: 20px;
}
.category-large{
     background: url(../images/category-bg1.png) no-repeat;
      background-position:right;
    background-size:cover;
}
.bodycare-pro {
    background: url(../images/category-bg2.png) no-repeat;
    background-position:right;
    background-size:cover;
}

.haircare-pro {
    background: url(../images/category-bg3.png) no-repeat;
     background-position:right;
    background-size:cover;
}
/*
.category-large:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/category-bg1.png) no-repeat;
    width: 582px;
    height: 400px;
}
*/
.category-box h2 {
    /* font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px; */
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 30px;
}

.category-sml {
    height: auto;
    padding: 0 30px;
}
/*
.bodycare-pro:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/category-bg2.png) no-repeat;
    width: 600px;
    height: 180px;
}

.haircare-pro:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/category-bg3.png) no-repeat;
    width: 600px;
    
    height: 180px;
}*/

.category-sml-row>.col-lg-12:not(:last-child)>.category-sml {
    margin-bottom: 40px;
}

.category-sml h2 {
    /* font-size: 30px;
    margin-bottom: 15px;
    padding-top: 35px; */
    font-size: 25px;
    margin-bottom: 74px;
    margin-top: 19px;
    white-space: nowrap;
}

.btn-orange-sml {
    min-width: 140px;
    padding: 8px 15px 6px;
    font-size: 14px;
}

.slick-dots li button:before {
    width: 16px;
    height: 16px;
    content: "";
    text-align: center;
    opacity: 1;
    border: 1px solid #90c73e;
    border-radius: 100%;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #90c73e;
}

.new-arrivals-slider .slick-slide img {
    height: 260px;
    object-fit: contain;
    max-width: 300px;
    filter: drop-shadow(0 10px 12px rgb(0, 0, 0, .15));
    margin-bottom: 30px;
}

.new-arrivals-slider .single-prodcut {
    margin-bottom: 20px;
}

.new-arrivals-slider .single-prodcut:hover {
    box-shadow: none;
}

.new-arrivals-slider .pro-content {
    padding: 10px 25px 0px;
    min-height: 180px;
}

.octopus-img {
    position: relative;
    background-color: #ffffff;
    height: 700px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.octopus-img:before {
    content: "";
    position: absolute;
    right: 0%;
    bottom: 0;
    
    width: 206px;
    height: 203px;
    z-index: -1;
    transform: translateX(55%);
}

.section-title2 {
    font-size: 55px;
    color: #254C26;
    font-weight: 600;
    margin-bottom: 35px;
}

.pro-type {
    font-size: 20px;
    margin-bottom: 60px;
}

.naturally-icons {
    transition: all .4s;
}

.naturally-icons:hover {
    transform: translateY(-10px);
}

.naturally-icons img {
    margin-bottom: 25px;
}

.product-naturally-icons{
    transition: all .4s;
    display: inline-flex;
    max-width: 18%;
    margin-left: -23px;
}

.product-naturally-icons:hover {
    transform: translateY(-10px);
}

.treat-yourself-right:after {
    content: "";
    position: absolute;
    right: 0%;
    top: 0;
   
    width: 141px;
    height: 185px;
    transform: translateY(-120%);
}

.different-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    
    width: 188px;
    height: 575px;
    z-index: -1;
}

.different-section:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    
    max-width: 500px;
    width: 32%;
    height: 100%;
    z-index: -1;
}

.different-section {
    padding: 0px;
}

.logo-bg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sml-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.title-leaf {
    vertical-align: text-bottom;
}

.comman-text {
    font-size: 18px;
    font-weight: 300;
}

.after-before-section {
    background-color: #90c73e;
    padding: 50px;
    margin-top: 100px;
    margin-left: 6vw;
    margin-right: 6vw;
}

.after-before-section>.row {
    margin-left: -25px;
    margin-right: -25px;
}

.after-before-section>.row>[class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
}

.befor-after {
       position: absolute;
    left: 265px;
    top: 230px;
    margin: 0 auto;
    bottom: -140px;
    transition: all .4s;
}

.befor-after:hover {
    transform: translateY(-20px);
}

.leaf-list {
    background: url(../images/title-leaf.jpg) no-repeat 0 5px;
    background-size: 16px auto;
    padding-left: 25px;
}
 .subcribe-section {
   padding-top:0;
}
.subcribe-section  .row.justify-content-center {
    justify-content: flex-start !important;
}
.subcribe-section  .social-icons {
    margin-left: 0px;
}
.subcribe-section .text-center {
    text-align: center!important;
    flex: 0 0 100%;
    max-width: 100%;
}
/*
 .subcribe-section {
   margin-top: -103px;
    margin-left: -111px;
    margin-right: -208px;
} */

/* .subcribe-section h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
} */

/* .subcribe-section h6 {
    font-size: 18px;
    margin-bottom: 40px;
} */

/* .subcribe-section .input-group {
    max-width: 500px;
    margin: auto;
} */

/* .subcribe-section .form-control,
.search-bar .form-control {
    height: 50px;
    border-radius: 0;
    border: 0;
} */
.subcribe-section .proo-title{
    font-size: 18px; 
    white-space:normal;
}
.subcribe-section .proo-title2{
 white-space:normal;
}
.proo-title{
    color: #f8f9f3 !important; 
    font-size: 20px; 
    line-height: 40px; 
    white-space:nowrap;
}

.proo-title2{
    white-space: nowrap; 
    font-size: 14px;  
    color: #f8f9fa; 
    line-height: 40px;
}
.subcribe-section .input-group-text,
.search-bar .input-group-text {
    background-color: #90c73e;
    color: #fff;
    /* border-radius: 0; */
    width: 50px;
    /* font-size: 22px; */
    /* border: 1px solid #000; */
    height: 38px;
} 

::placeholder {
    color: #999 !important;
}

.search-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 100%;
    padding: 0px 100px 0px 50px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    transition: all .2s;
    transform: translateY(-300%);
}

.search-bar.search-show {
    transition: all .2s;
    transform: translateY(0%);
}

.search-bar .input-group-text {
    justify-content: center;
    border: 1px solid #ddd;
}

.search-bar .form-control {
    border: 1px solid #ddd;
}

.search-bar .close {
    position: absolute;
    right: 30px;
    top: 0;
    height: 90%;
    font-size: 50px;
    font-weight: 300;
}

footer {
    background-color: #618f29;

    padding-top: 70px;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    color: #000000;
}

.footer-link a {
    font-size: 14px;
    text-transform: uppercase;
    color: #f8f9fa;
    line-height: 40px;
}

.social-icons {
    margin-top: 30px;
    margin-bottom: 25px;
    padding:0px;
    margin-left: 170px;
}

.social-icons .list-inline-item:not(:last-child) {
    margin-right: 25px;
}

.social-icons a {
    font-size: 24px;
}

.text-15 {
    font-size: 15px;
}

.section-title3{

    position: relative;
    font-size: 40px;
    font-weight: 600;
    color: #254C26;
    padding: 50px 0 25px;
    margin-bottom: 50px;
    margin-top: -195px;
}
.section-title3:before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    right: 0;
    margin: auto;
    background: url(../images/title-logo.png) no-repeat;
    height: 100px;
    width: 100px;
   

}
.copyright {
        
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    border-top: 1px solid #808080;
    padding: 25px 0 20px;
    margin-top: 15px;
    margin-bottom: 0;
    color: #ffffff;
    /* font-weight: 300; */
}

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    background-color: #000;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    line-height: 40px;
    box-shadow: 0 0 8px #ccc;
    transition: all .4s;
    display: none;
}
.page-wrapper.account-pages {
    /*margin-bottom: -100px;*/
}
.my-account {
    padding-top: 160px;
}
.left-sidebar {
    /*background: url(../images/left-side-bg.jpg) no-repeat 0 0;*/
    background-color: #60636624;
    max-width: 315px;
    min-height: 850px;
    padding-right: 0;
    padding-left: 0;
    margin-top: 120px;
}
.left-sidebar-inner {
    padding-top: 100px;
}
.filter-duration .custom-control {
    display: inline-block;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: #90c73e;
    background-color: #90c73e;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.font-weight-lighter {
    font-weight: 300 !important;
}
.blog-page {
    margin-bottom: -100px;
}



.category-section.section {
	padding-top: 0px;
}

.new-arrivals-section.section {
	padding-top: 0px;
}

.product-usp-section.section {
	padding-top: 53px;
}

.aboutUS-image {
    padding-top: 150px;
}
.aboutUsOur-story-section {
    padding: 0 0 50px;
}
.contact_info iframe {
    width: 100%;
}