/* ===============COMMEN=============== */
body{
    margin: 0px;
    padding: 0px;
}
::-webkit-selection { color:#fff; background: #70be50; }
::-moz-selection { color:#fff; background: #70be50; }
::selection { color:#fff; background: #70be50; }

/* Scroll bar */
/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #70be50; 
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover{
    background: #61ac40;
}

input, textarea, button, select, img, li, a{
    outline: none !important;
    -moz-outline: none;
}
body, html, button, a, div, i, ul, input, select, label{
    -webkit-tap-highlight-color: transparent !important;
}
a{
    text-decoration: none !important;
}
.c-padd{
    padding-left: 200px;
    padding-right: 200px;
}
.c-padd-l{
    padding-left: 150px;
    padding-right: auto;
}
.c-padd-r{
    padding-left: auto;
    padding-right: 150px;
}
@media screen and (max-width: 1024px){
    .c-padd{
        padding-left: 50px;
        padding-right: 50px;
    }
    .c-padd-l{
        padding-left: 50px;
        padding-right: auto;
    }
    .c-padd-r{
        padding-left: auto;
        padding-right: 50px;
    }

}
/* FOR 1300 + */
@media screen and (min-width: 1300px){
    .c-padd{
        padding-left: 200px;
        padding-right: 200px;
    }
    .c-padd-l{
        padding-left: 200px;
        padding-right: auto;
    }
    .c-padd-r{
        padding-left: auto;
        padding-right: 200px;
    }
}
/* FOR 1400 + */
@media screen and (min-width: 1400px){
    .c-padd{
        padding-left: 250px;
        padding-right: 250px;
    }
    .c-padd-l{
        padding-left: 250px;
        padding-right: auto;
    }
    .c-padd-r{
        padding-left: auto;
        padding-right: 250px;
    }
}
/* FOR 1600 + */
@media screen and (min-width: 1600px){
    .c-padd{
        padding-left: 320px;
        padding-right: 320px;
    }
    .c-padd-l{
        padding-left: 320px;
        padding-right: auto;
    }
    .c-padd-r{
        padding-left: auto;
        padding-right: 320px;
    }
}
/* FOR 1900 + */
@media screen and (min-width: 1900px){
    .c-padd{
        padding-left: 460px;
        padding-right: 460px;
    }
    .c-padd-l{
        padding-left: 460px;
        padding-right: auto;
    }
    .c-padd-r{
        padding-left: auto;
        padding-right: 460px;
    }
}

nav ul li, nav ul li::after, .disapear, button, .btn1::after{
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
}
.nav-logo-comp, .mobile-navbar, .mobnav-list{
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}

/* Buttons */
button{
    cursor: pointer;
}
.btn1{
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
}
.btn1{
    padding: 10px 30px;
    border: 0px;
    font-family: ltM;
    font-size: 16px;
    letter-spacing: 1px;
    color: #242c2f;
    background-color: #70be50;
    box-shadow: 0px 0px 0px 2px #242c2f, 0px 0px 0px 4px rgba(112,190,80,0.6);
}
.btn1:hover{
    background-color: #242c2f;
    color: #ccc;
    padding: 10px 60px 10px 30px;
}
.btn1::after{
    content: '';
    position: absolute;
    width: 40px;
    height: 20px;
    margin-left: 5px;
    background-position: 0px -4px;
    background-size: 100%;
    opacity: 0;
}
.review-comp div:nth-child(2) p::before, 
.review-comp div:nth-child(2) p::after,
.btn1::after,
.nav-menubar,
.nav-menubar-close{
    background-image: url('../img/icnset1.svg');
    background-repeat: no-repeat;
}

.btn1:hover::after{
    opacity: 0.5;
}
.btn2{
    padding: 8px 20px;
    border: 0px;
    color: #101415;
    font-family: lt;
    font-size: 16px;
    background-color: #70be50;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
}
.btn2:hover{
    background-color: #101415;
    color: #aaa;
}

/* Back to top */
#backToTop{
    position: fixed;
    bottom: 60px;
    right: 0px;
    background-color: transparent !important;
    text-align: right;
    z-index: 999;
    display: none;
}
.backtotop-btn{
    background-color: #70be50;
    color: #fff;
    padding: 10px;
    width: 45px;
    height: 45px;
    border: 0px;
    background-image: url('../img/icnset1.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center -157px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    animation: slide1 .3s;
    -webkit-animation: slide1 .3s;
    -moz-animation: slide1 .3s;
    -o-animation: slide1 .3s;
}
.backtotop-btn:hover{
    background-color: #5ea83e;
}

/* TEXT Commen cls */
.ttl1{
    font-family: tom;
    font-size: 32px;
    padding: 0px;
    margin: 0px;
    color: #242c2f;
}
.ttl2{
    font-family: tom;
    font-size: 26px;
    padding: 0px;
    margin: 0px;
    color: #242c2f;
}
.ttl3{
    font-family: lt;
    font-size: 22px;
    color: #242c2f;
    margin-bottom: 20px;
}
.p1{
    font-family: lt;
    font-size: 16px;
    color: #3d4a50;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.hr1{
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

/* Leaf Set */
.leaf-set1{
    width: 300px;
    height: 150px;
    display: inline-block;
    position: absolute;
    left: -30px;
}
.leaf-set1 div{
    width: 300px;
    height: 150px;
    background-image: url('../img/leaf2.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
.leaf-set2{
    width: 300px;
    height: auto;
    position: absolute;
    overflow: hidden;
    right: 0px;
}
.leaf-set2 div{
    width: 300px;
    height: 150px;
    background-image: url('../img/leaf1.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    transform: translate(30px, 0px);
    -webkit-transform: translate(30px, 0px);
    -moz-transform: translate(30px, 0px);
    -o-transform: translate(30px, 0px);
}
.leaf-set3-l, .leaf-set3-r{
    width: 200px;
    height: 150px;
    display: inline-block;
    position: absolute;
    margin-top: -105px;
    background-repeat: no-repeat;
    background-size: 80%;
}
.leaf-set3-l{
    background-image: url('../img/leaf2.png');
    background-position: left bottom;
    left: -50px;
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
}
.leaf-set3-r{
    background-image: url('../img/leaf1.png');
    background-position: 55px bottom;
    position: absolute;
    right: 0px;
    margin-right: 0px;
}
.leaf-set1 :nth-child(1), .leaf-set2 :nth-child(1){
    background-size: 80%;
    filter: saturate(1.1) brightness(1.1);
    -webkit-filter: saturate(1.1) brightness(1.1);
    -moz-filter: saturate(1.1) brightness(1.1);
    -o-filter: saturate(1.1) brightness(1.1);
}
.leaf-set1 :nth-child(2){
    background-size: 60%;
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    margin-left: -20px;
    margin-top: -15px;
}
.leaf-set2 :nth-child(2){
    background-size: 40%;
    transform: rotate(-70deg) translate(0px, 50px);
    -webkit-transform: rotate(-70deg) translate(0px, 50px);
    -moz-transform: rotate(-70deg) translate(0px, 50px);
    -o-transform: rotate(-70deg) translate(0px, 50px);
}
@media screen and (max-width: 1024px){
    .leaf-set1, .leaf-set2, .leaf-set3-r, .leaf-set3-l{
        display: none;
    }
}


/* ======== Navbar ========= */
nav{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    z-index: 9999;
}
.nav-logo-comp{
    height: 90px;
    background-color: #fff;
    left: 0px;
    text-align: center;
}
.navlogo{
    width: 180px;
    height: 90px;
    background-image: url('../img/navlogo.png');
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
}
nav ul{
    background-color: #242c2f;
    margin: 0px;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
}
.nav-cart{
    width: 100px;
    height: 35px;
    float: right;
    display: grid;
    grid-template-columns: 35px auto;
    cursor: pointer;
}
.nav-cart::after{
    content: 'Go To Cart';
    position: absolute;
    background-color: #242c2f;
    color: #aaa;
    font-family: lt;
    font-size: 12px;
    margin-top: 36px;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    display: none;
}
.nav-cart:hover::after{
    display: block;
}
.nav-cart span{
    font-family: lt;
    color: #70be50;
    vertical-align: middle;
    padding-top: 8px;
}
.nav-cart .cart-icon{
    width: 35px;
    height: 35px;
    border: 0px;
    background-image: url('../img/icnset1.svg');
    background-size: 100% auto;
    background-position: center -158px;
    background-color: transparent;
}
nav ul li{
    list-style: none;
    float: left;
    color: #bbb;
    font-family: lt;
    margin: 4px 5px;
    font-size: 14px;
    cursor: pointer;
    padding: 5px;
    letter-spacing: 0.5px;
}
nav ul li::after{
    content: '';
    display: block;
    height: 2px;
    margin-left: -50%;
    background-color: #70be50;
    margin: 0px;
    margin-top: 3px;
    width: 0px;
    margin-left: auto;
    margin-right: auto;
}
nav ul li:hover, nav ul .active{
    color: #70be50;
}
nav ul li:hover::after, nav ul .active::after{
    width: 100%;
}
.disapear{
    background-color: transparent;
}

/* ======= Mobile Navbar ======= */
.mobile-navbar{
    position: fixed;
    z-index: 9999;
    top: -2px;
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    display: none !important;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
.nav-menubar, .nav-menubar-close{
    width: 40px;
    height: 40px;
    position: fixed;
    right: 15px;
    top: 25px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    z-index: 9999;
    animation: popBtns .3s;
    -webkit-animation: popBtns .3s;
    -moz-animation: popBtns .3s;
    -o-animation: popBtns .3s;
}
.nav-menubar{
    background-size: 100% auto;
    background-position: 0px -64px;
    background-color: #242c2f;
}
.nav-menubar-close{
    display: none;
    background-size: 100% auto;
    background-position: 0px -104px;
    background-color: #2e383d;
}
.mobnav-logo{
    margin-left: auto;
    margin-right: auto;
}
.mobnav-list{
    position:fixed;
    z-index: 9998;
    top: 0px;
    right: 0px;
    background-color: #242c2f;
    width: 75%;
    height: 102vh;
    transform: translate(100%, 0px);
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
}
.mobnav-list .inner{
    display: table;
    height: 102vh;
    width: 100%;
}
.mobnav-list ul{
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
}
.mobnav-list ul li{
    list-style: none;
    font-family: lt;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #ccc;
    padding: 12px 15px;
    border-bottom: 1px solid #2e383d;
    margin: 0px;
}
.mobnav-list ul li:hover{
    background-color: #2e383d;
}
.mobnav-list ul .active{
    color: #70be50;
    background-color: #2e383d;
}
.nav-glass{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 102vh;
    background-color: rgba(0,0,0,0.5);
    display: none;
}


/* ========== Boddy comp ============ */
.boddy-comp{
    margin-top: 125px;
}
.body-top-padd{
    padding-top: 30px;
}




/* Top of Footer Shopnow btn component */
.shopnow-add-comp{
    background-color: #70be50;
    text-align: center;
    height: 130px;
    width: 100%;
    padding-top: 5px;
    background-image: url('../img/leafbg2.svg');
    background-size: 100px;
}


/* ============ Footer =============== */
footer{
    font-family: lt;
}
.footer-main{
    height: auto;
    background-color: #242c2f;
    background-image: url('../img/leafbg.svg');
    background-size: 120px;
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 2fr;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-main div{
    font-family: lt;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    padding: 10px;
}
.mob-viv{
    display: none;
}
.footer-main div:nth-child(1), .footer-main .addr{
    border-right: 1px solid rgba(200,200,200,0.2);
}
.footer-main .mob-viv, .footer-main .desk-viv{
    text-align: center;
    padding-top: 50px;
}
.footer-main .mob-viv h2, .footer-main .desk-viv h2{
    font-family: tom;
    font-size: 16px;
    color: #61ac40;
}
.footer-main div ul{
    padding: 0px;
    margin: 0px;    
}
.footer-main div ul li{
    list-style: none;
    margin: 7px 0px;
    padding: 5px 0px;
    cursor: pointer;
}
.footer-main div ul li a{
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
}
.footer-main div ul li a:hover{
    color: #61ac40;
}
.footer-bottom{
    height: 40px;
    background-color: #101415;
    color: #666;
    padding-top: 20px;
}
.footer-bottom span:nth-child(2){
    float: right;
}


/*=============== FONTS =================*/
/* Fonts */
@font-face{
    font-family:lt;
    src: url(font/ltR.ttf);
    -webkit-font-family:lt;
    -webkit-src: url(font/ltR.ttf);
}
@font-face{
    font-family:ltM;
    src: url(font/ltM.ttf);
    -webkit-font-family:ltM;
    -webkit-src: url(font/ltM.ttf);
}
@font-face{
    font-family:ltL;
    src: url(font/ltL.ttf);
    -webkit-font-family:ltL;
    -webkit-src: url(font/ltL.ttf);
}
@font-face{
    font-family:ltB;
    src: url(font/ltB.ttf);
    -webkit-font-family:ltB;
    -webkit-src: url(font/ltB.ttf);
}
@font-face{
    font-family:ltI;
    src: url(font/ltI.ttf);
    -webkit-font-family:ltI;
    -webkit-src: url(font/ltI.ttf);
}
@font-face{
    font-family:ltBl;
    src: url(font/ltBl.ttf);
    -webkit-font-family:ltBl;
    -webkit-src: url(font/ltBl.ttf);
}

@font-face{
    font-family:tom;
    src: url(font/tom.ttf);
    -webkit-font-family:tom;
    -webkit-src: url(font/tom.ttf);
}

/* 
Colors
Dark 01     = #101415
dark 02     = #242c2f
gray 01     = #3d4a50
Green 01    = #70be50

*/