/*
 Theme Name: eForest
 Theme URI: 
 Author: Mosharof
 Author URI: 
 Description: eForest - Woocommerce HTML5 Responsive Template
 Version: 1.0
 License:
 License URI:
 */

/*==================================
 [Table of contents]
 ===================================
 1. Home 01
 2. Home 02
 3. About Page
 4. My Account
 5. Blog Page
 6. Single Blog Page
 7. Contact Page
 8. Product Page
 9. Single Product Page
 10. Tracking Page
 11. Cart Page
 12. Checkout Page
 13. Order Complete Page
 14. Wishlist Page
 15. Back To Top
 16. Preloader
*/

/*------------------------------------------------------
/ 1. Home 01
/------------------------------------------------------*/

/*---- Topbar ------*/
.topbar{
    position: relative;
    z-index: 6;
    background: #f7f8fb;
    border-bottom: 1px solid #e5e7f0;
    padding: 4px 0 5px;
}
.top-info{
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.top-info p{
    position: relative;
    margin: 0 20px 0 0;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .45px;
    border-right: 1px solid #e5e7f0;
    padding-right: 20px;
}
.top-info p i{
    margin-right: 14px;
}
.top-info p:last-child{
    padding-right: 0;
    border: none;
    margin-right: 0;
}
.topbar-right{
    display: flex;
    justify-content: flex-end;
}
.currency-lang {
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    min-width: 110px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(35, 47, 62, 0.1);
    -moz-box-shadow:    0px 0px 10px 0px rgba(35, 47, 62, 0.1);
    box-shadow:         0px 0px 10px 0px rgba(35, 47, 62, 0.1);
    padding: 15px 20px;
    z-index: 9;
    display: none;
}
.currency-lang ul{
    margin: 0;
    padding: 0;
}
.currency-lang ul li{
    list-style: none;
    display: block;
    border-bottom: 1px solid #e5e7f0;
    padding: 0 0 5px;
    margin-bottom: 5px;
}
.currency-lang ul li:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.currency-lang ul li a{
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .45px;
}
.currency-lang ul li a:hover{
    color: #237B48;
}
.topbar-right .select{
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #232f3e;
    letter-spacing: .45px;
}
.topbar-right .select i{
    font-size: 12px;
    letter-spacing: 0;
    margin-left: 14px;
    position: relative;
    top: -1px;
}
.currency{
    position: relative;
    padding: 0 20px;
    border-left: 1px solid #e5e7f0;
    border-right: 1px solid #e5e7f0;
}
.language{
    position: relative;
    padding-left: 20px;
}
.track-id{
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .45px;
    margin-right: 20px;
}
.track-id:hover{
    color: #237B48;
}

/*----  Header ------*/
.header-01{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    background: #fff;
    padding: 0 0 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(35, 47, 62, 0.1);
    -moz-box-shadow:    0px 0px 10px 0px rgba(35, 47, 62, 0.1);
    box-shadow:         0px 0px 10px 0px rgba(35, 47, 62, 0.1);
}
.navbar.navbar-expand-lg{
    position: relative;
    margin: 0 0;
    padding: 0 0 0 0;
}
.navbar-brand{
    position: relative;
    padding: 30px 0;
    margin: 0;
    text-align: center;
}
.navbar-brand img{
    width: auto;
}
.menu-btn{
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #232f3e;
    margin: 0 0 0 98px;
}
.menu-btn:hover{
    color: #237B48;
}
.signup-btn{
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #232f3e;
    letter-spacing: .45px;
    display: inline-block;
    font-weight: 500;
}
.signup-btn i{
    font-size: 17px;
    font-weight: 400;
    position: relative;
    top: 1px;
}
.signup-btn span{
    margin-left: 13px;
}
.signup-btn span span{
    color: #237B48;
    margin: 0;
    text-transform: uppercase;
}
.signup-btn:hover{
    color: #237B48;
}
.navbar-expand-lg .navbar-nav{
    position: relative;
    margin: 0;
    padding: 0 0 0 30px;
}
.navbar-expand-lg .navbar-nav li{
    position: relative;
    list-style: none;
    display: inline-block;
    margin: 0 25px 0 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-expand-lg .navbar-nav li > a{
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #232f3e;
    text-transform: capitalize;
    font-weight: 500;
    padding: 7px 0 8px;
    letter-spacing: .45px;
    position: relative;
}
.navbar-expand-lg .navbar-nav li.menu-item-has-children > a::after{
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    margin-left: 9px;
    vertical-align: 0;
    border: none;
    font-size: 10px;
    line-height: 30px;
    color: rgba(132, 142, 156, 0.85);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-expand-lg .navbar-nav li.menu-item-has-children:hover > a::after,
.navbar-expand-lg .navbar-nav li.menu-item-has-children:hover > a{
    color: #237B48;
}
.navbar-expand-lg .navbar-nav li .sub-menu {
    background: #fff;
    width: 230px;
    z-index: 9;
    text-align: left;
    padding: 0;
    display: block;
    left: -20px;
    margin: auto;
    position: absolute;
    padding: 0 0;
    visibility: hidden;
    opacity: 0;
    top: 120%;
    z-index: 9;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(35, 47, 62, 0.25);
    -moz-box-shadow:    0px 10px 30px 0px rgba(35, 47, 62, 0.25);
    box-shadow:         0px 10px 30px 0px rgba(35, 47, 62, 0.25);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
}
.navbar-expand-lg .navbar-nav li .sub-menu li{
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ecedf4;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-expand-lg .navbar-nav li .sub-menu a{
    padding: 2px 20px;
    margin: 0;
    color: rgba(35, 47, 62, 0.75);
    line-height: 40px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    display: block;
}

.navbar-expand-lg .navbar-nav li .sub-menu li.menu-item-has-children > a::after{
    position: absolute;
    right: 20px;
    line-height: 40px;
    top: 0;
    content: "\f054";
    font-size: 11px;
    color: rgba(35, 47, 62, 0.40);
}
.navbar-expand-lg .navbar-nav li .sub-menu li.menu-item-has-children:hover > a::after{
    color: #fff;
}
.navbar-expand-lg .navbar-nav li .sub-menu li:hover{
    border-color: #237B48;
}
.navbar-expand-lg .navbar-nav li .sub-menu li:hover > a{
    color: #fff;
    background: #237B48;
}
.navbar-expand-lg .navbar-nav li:hover .sub-menu{
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.navbar-expand-lg .navbar-nav li .sub-menu li a:before{
    display: none;
}
.navbar-expand-lg .navbar-nav li .sub-menu li .sub-menu{
    position: absolute;
    left: 110%;
    right: auto;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.navbar-expand-lg .navbar-nav li .sub-menu li:hover .sub-menu{
    visibility: visible;
    opacity: 1;
    left: calc(100% + 6px);
}
/*--- Mega Menu ---*/
.navbar-expand-lg .navbar-nav li.mg-menu{
    position: static;
}
.mega-menu{
    position: absolute;
    left: 0;
    top: 110%;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    width: 720px;
    padding: 11px 25px 15px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(35, 47, 62, 0.25);
    -moz-box-shadow:    0px 10px 30px 0px rgba(35, 47, 62, 0.25);
    box-shadow:         0px 10px 30px 0px rgba(35, 47, 62, 0.25);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-expand-lg .navbar-nav li:hover .mega-menu{
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.mega-menu .col-lg-7 {
    -ms-flex: 0 0 62.333333%;
    flex: 0 0 62.333333%;
    max-width: 62.333333%;
}
.mega-menu .col-lg-5 {
    -ms-flex: 0 0 37.666667%;
    flex: 0 0 37.666667%;
    max-width: 37.666667%;
}
.mg-title{
    font-size: 15px;
    line-height: 40px;
    color: #232f3e;
    letter-spacing: .60px;
    margin: 0 0 0px;
}
.navbar-expand-lg .navbar-nav .mega-menu ul{
    margin: 0 0 12px;
    padding: 0;
}
.navbar-expand-lg .navbar-nav .mega-menu ul li{
    list-style: none;
    display: block;
    margin: 0 0 0;
    border: none;
}
.navbar-expand-lg .navbar-nav .mega-menu ul li a{
    display: inline-block;
    color: rgba(35, 47, 62, 0.75);
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: .56px;
    text-transform: initial;
    padding: 0;
}
.navbar-expand-lg .navbar-nav .mega-menu ul li a:hover{
    color: #237B48;
}
.mega-menu .mv-single-product{
    margin-right: 5px;
}
.mega-menu .mv-single-product:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}

.mg-ads{
    position: relative;
    overflow: hidden;
    margin: 25px 0 0;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}
.mg-ads img{
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}
.mg-ads:hover img {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.navbar-expand-lg .navbar-nav .mega-menu .mg-ads a{
    margin: 0;
    padding: 0;
}

.search-product{
    position: relative;
    width: 100%;
    height: 46px;
    border-radius: 3px;
    border: 1px solid #237B48;
}
.search-category {
    width: 148px;
    background: #f7f8fb;
    height: 44px;
    border-right: 1px solid #e5e7f0;
    position: relative;
}
.search-category:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-size: 11px;
    line-height: 46px;
    color: rgba(132, 142, 156, 0.50);
    position: absolute;
    right: 15px;
    top: 0;
}
.search-category select {
    width: 100%;
    height: 100%;
    line-height: 46px;
    outline: none;
    margin: 0;
    border: 0;
    padding: 0 22px;
    color: rgba(35, 47, 62, 0.85);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .42px;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f7f8fb;
    cursor: pointer;
}
.search-product input[type="search"] {
    width: 100%;
    position: absolute;
    left: 150px;
    right: 90px;
    height: 100%;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: .56px;
    font-weight: 500;
    border: none;
    background: transparent;
    color: #232f3e;
    outline: none;
    padding: 0 20px;
}
.search-product input[type="search"]::-moz-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.search-product input[type="search"]::-ms-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.search-product input[type="search"]::-webkit-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.search-product button{
    width: 90px;
    height: 100%;
    background: #237B48;
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 42px;
    letter-spacing: .48px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cart-area{
    position: relative;
    display: flex;
    justify-content: flex-start;
    background: #237B48;
    height: 46px;
    width: 100%;
    border-radius: 3px;
}
.cart-area a.cart-btn{
    position: relative;
    display: inline-block;
    height: 100%;
    width: 50px;
    background: #ec2427;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 50px;
    border-radius: 3px 0 0 3px;
}
.cart-area a.cart-btn span{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    display: block;
    background: #fff;
    color: rgba(35, 47, 62, 0.85);
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    border-radius: 50%;
    text-align: center;
}

.cart-area .product-price{
    position: relative;
    padding-left: 15px;
}
.cart-area .product-price .price{
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
}
.cart-area .product-price .price span span{
    margin-right: 4px;
}
.all-categories-title{
    position: relative;
    width: 100%;
    height: 46px;
    background: #237B48;
    padding: 0 24px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 46px;
    letter-spacing: .48px;
    display: inline-block;
    border-radius: 3px 3px 0 0;
}
.all-categories-dropdown{
    position: relative;
    width: 100%;
    height: 46px;
    background: #237B48;
    padding: 0 24px;
    color: rgba(35, 47, 62, 0.85);
    font-weight: 500;
    font-size: 16px;
    line-height: 46px;
    letter-spacing: .48px;
    display: inline-block;
    border-radius: 3px 3px 0 0;
}
.all-categories-dropdown .select{
    position: relative;
    width: 100%;
    display: inline-block;
    color: #fff;
}
.all-categories-dropdown .select:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-size: 13px;
    line-height: 50px;
    color: #fff;
    position: absolute;
    right: 1px;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.all-categories-dropdown.active .select:after{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.all-categories-dropdown .categorie-list{
    position: absolute;
    left: 0;
    top: 100%;
    width: 255px;
    z-index: 5;
    display: none;
}
/*--- Category list ---*/
.categorie-list{
    position: relative;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
    -moz-box-shadow:    0px 0px 30px 0px rgba(35, 47, 62, 0.07);
    box-shadow:         0px 0px 30px 0px rgba(35, 47, 62, 0.07);
}
.categorie-list .mCSB_inside > .mCSB_container{
    margin: 0;
}
.categorie-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #ecedf4;
}
.categorie-list .mCSB_scrollTools .mCSB_draggerRail{
    background: #237B48;
}
.categorie-list ul{
    margin: 0;
    padding: 4px 0;
    max-height: 501px;
}
.categorie-list ul li{
    list-style: none;
    display: block;
    border-bottom: 1px solid #ecedf4;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.categorie-list ul li:last-child{
    border: none;
}
.categorie-list ul li a{
    font-size: 14px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: .42px;
    color: rgba(35, 47, 62, 0.85);
    padding: 0 22px;
    display: block;
}
.categorie-list ul li.active > a,
.categorie-list ul li:hover > a{
    color: #237B48;
}
.categorie-list ul li.has-categorie a{
    font-weight: 400;
    position: relative;
}
.categorie-list ul li.has-categorie > a:after{
    position: absolute;
    right: 20px;
    line-height: 40px;
    top: 0;
    content: "\f054";
    font-size: 11px;
    color: rgba(35, 47, 62, 0.40);
    font-family: 'Font Awesome 5 Pro';
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.categorie-list ul li.has-categorie.active > a:after,
.categorie-list ul li.has-categorie:hover > a:after{
    color: #237B48;
}
.categorie-list ul li.has-categorie.active > a:after{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.categorie-list li > .sub-categorie{
    margin: 0;
    padding: 0;
    border-top: 1px solid #ecedf4;
    display: none;
}
.categorie-list li .sub-categorie li{
    list-style: none;
    display: block;
}

/*---- Hero Banner Section ------*/
.banner-section{
    position: relative;
    padding: 10px 0 40px;
}
.hero-slider-1{
    position: relative;
}
.hero-slider-1 .bg-img {
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    height: 500px;
}
.slider-content{
    position: relative;
    z-index: 3;
    padding: 90px 60px;
}
.slider-content .sc-cate{
    font-size: 16px;
    color: #e47911;
    line-height: .8;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0 0 12px;
    display: inline-block;
}
.slider-content h3{
    font-size: 36px;
    line-height: 47px;
    color: #232f3e;
    letter-spacing: .36px;
    margin: 0 0 21px;
}
.slider-content h3.text-uppercase{
    font-weight: 300;
}
.slider-content h3 span{
    font-weight: 700;
}
.slider-content .product-price{
    position: relative;
    margin: 0 0 36px;
}
.slider-content .product-price p{
    font-size: 14px;
    line-height: .8;
    letter-spacing: 1.05px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(35, 47, 62, 0.75);
    margin: 0 0 15px;
}
.slider-content .product-price .price{
    font-size: 36px;
    line-height: 47px;
    color: rgba(35, 47, 62, 0.90);
    letter-spacing: 1.08px;
    font-weight: 700;
    line-height: .8;
}
.shop-btn{
    height: 44px;
    background: #237B48;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    line-height: 44px;
    font-weight: 500;
    letter-spacing: .97px;
    text-transform: uppercase;
    color: rgba(35, 47, 62, 0.85);
    padding: 0 41px;
    border-radius: 5px;
}
.shop-btn:hover{
    background: #237B48;
}
.hero-slider-1 .owl-dots{
    position: absolute;
    left: 55px;
    bottom: 20px;
    line-height: .8;
    z-index: 5;
}
.hero-slider-1 .owl-dots button{
    width: 5px;
    height: 5px;
    background: #828890;
    border-radius: 100px;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hero-slider-1 .owl-dots button.active,
.hero-slider-1 .owl-dots button:hover{
    background: #237B48;
}
.hero-slider-1 .owl-dots button.active{
    width: 24px;
}
.hero-slider-1 .owl-dots button span{
    display: none;
}
.hero-slider-1 .owl-item.active .slider-content .sc-cate{
    animation-delay: 1.4s;
    animation-name: fadeInDown;
}
.hero-slider-1 .owl-item.active .slider-content h3 {
    animation-delay: 1.5s;
    animation-name: fadeInRight;
}
.hero-slider-1 .owl-item.active .slider-content .product-price {
    animation-delay: 1.5s;
    animation-name: fadeInLeft;
}
.hero-slider-1 .owl-item.active .slider-content .shop-btn {
    animation-delay: 1.6s;
    animation-name: zoomIn;
}

/*---- Product Section ------*/
.product-section-1{
    position: relative;
}
.benefits{
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 9px 0;
    margin: 0 0 40px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
    -moz-box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
    box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
}
.feature-benefit{
    position: relative;
    border-bottom: 1px solid rgba(229, 231, 240, .75);
    padding: 16px 15px 14px 85px;
}
.feature-benefit i{
    position: absolute;
    left: 25px;
    top: 26px;
    font-size: 23px;
    color: #237B48;
    line-height: 23px;
}
.feature-benefit h5{
    font-size: 16px;
    line-height: 22px;
    color: rgba(35, 47, 62, 0.85);
    margin: 0 0 0px;
}
.feature-benefit p{
    letter-spacing: .56px;
    font-size: 14px;
    margin: 0;
    color: rgba(35, 47, 62, 0.60);
}
.feature-benefit:nth-child(2) i{
    font-size: 31px;
}
.feature-benefit:nth-child(3) i{
    font-size: 38px;
}
.feature-benefit:nth-child(4) i{
    font-size: 39px;
}
.feature-benefit:nth-child(5) i{
    font-size: 35px;
}
.feature-benefit:last-child{
    border: none;
}
/*---- Ads Css ------*/
.ads-1{
    position: relative;
    overflow: hidden;
    margin: 0 0 40px;
}
.ads-1 img{
    width: 100%;
    height: auto;
    border-radius: 3px;
}
.ads-content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    padding: 42px 30px 0;
}
.ads-content .ads-cat{
    display: inline-block;
    font-size: 14px;
    line-height: .8;
    font-weight: 500;
    letter-spacing: 4.2px;
    color: rgba(35, 47, 62, 0.70);
    text-transform: uppercase;
    margin: 0 0 9px;
}
.ads-content h4{
    font-size: 20px;
    color: rgba(35, 47, 62, 0.85);
    letter-spacing: .80px;
    line-height: 26px;
    margin: 0 0 27px;
}
.ads-content .ads-btn{
    height: 36px;
    background: #237B48;
    color: #fff;
    font-size: 12px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-radius: 5px;
    display: inline-block;
    padding: 0 21px;
}
/*---- Most View Css ------*/
.most-view-products{
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 19px 0 8px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
    -moz-box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
    box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
}
.most-view-products .sec-title{
    font-size: 18px;
    color: rgba(35, 47, 62, 0.85);
    letter-spacing: .54px;
    margin: 0;
    padding-left: 25px;
    padding-bottom: 5px;
    border-color: #e5e7f0;
}
.owl-carousel .owl-item img{
    width: auto;
}
.mv-single-product{
    position: relative;
    margin: 0 22px;
    overflow: hidden;
    padding: 17px 0 15px 90px;
    border-bottom: 1px solid #e5e7f0;
}
.mv-single-product:last-child{
    border: none;
}
.mv-single-product img{
    max-height: 79px;
    width: auto;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mv-single-product:hover img {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.mv-details{
    position: relative;
}
.mv-details h5{
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    margin: 0 0 2px;
}
.mv-details h5 a{
    color: inherit;
}
.mv-details h5 a:hover{
    color: #237B48;
}
.ratings{
    position: relative;
    font-size: 10px;
    line-height: 18px;
    color: #ec2427;
    letter-spacing: 1px;
    margin: 0 0 4px;
}
.ratings i{
    display: inline-block;
}
.ratings span{
    display: inline-block;
    font-size: 13px;
    color: rgba(35, 47, 62, 0.65);
    font-weight: 500;
    letter-spacing: .52px;
    margin: 0 0 0 3px;
}
.product-price{
    position: relative;
}
.product-price .price{
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: .48px;
    color: rgba(35, 47, 62, 0.85);
}
.product-price .price ins{
    text-decoration: none;
}
.product-price .price del{
    color: rgba(35, 47, 62, 0.50);
    margin: 0 0 0 9px;
}
.most-view-slider.owl-carousel{
    line-height: .8;
    margin: 0;
    padding: 0;
    position: relative;
}
.most-view-slider.owl-carousel .owl-dots{
    position: absolute;
    right: 20px;
    top: -31px;
    line-height: .8;
    z-index: 5;
}
.most-view-slider.owl-carousel .owl-dots button{
    width: 5px;
    height: 5px;
    background: #91979e;
    border-radius: 100px;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.most-view-slider.owl-carousel .owl-dots button.active,
.most-view-slider.owl-carousel .owl-dots button:hover{
    background: #237B48;
}
.most-view-slider.owl-carousel .owl-dots button.active{
    width: 20px;
}
.most-view-slider.owl-carousel .owl-dots button span{
    display: none;
}
/*---- Product Tabs Css ------*/
.product-tab-area{
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 23px 0 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
    -moz-box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
    box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
}
.product-tab-title{
    position: relative;
    justify-content: flex-end;
    border: none;
    margin: -43px 0 23px;
    padding: 0;
}
.product-tab-title li{
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.product-tab-title li a{
    display: inline-block;
    font-size: 15px;
    position: relative;
    z-index: 2;
    font-weight: 400;
    line-height: 30px;
    color: rgba(35, 47, 62, 0.85);
    letter-spacing: .75px;
    margin: 0 29px 0 0;
}
.product-tab-title li a:after{
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    bottom: -13px;
    height: 1px;
    width: 0;
    transition: width .4s cubic-bezier(.25,.8,.25,1) 0s;
    background: #237B48;
}
.product-tab-title li a.active:after,
.product-tab-title li a:hover:after{
    width: 100%;
    left: 0;
    right: auto;
}
.product-tab-title li a.active{
    font-weight: 500;
}
.product-tab-area .tab-content{
    padding: 0 30px;
}
.product-item-1{
    position: relative;
    padding: 0 0;
    margin-bottom: 11px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product-thumb{
    position: relative;
    z-index: 3;
    text-align: center;
    min-height: 230px;
}
.product-thumb img{
    max-height: 230px;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.product-details{
    position: relative;
    z-index: 3;
    border-top: 1px solid #e5e7f0;
    padding: 20px 0 14px;
}
.product-details h5{
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .42px;
    margin: 0 0 6px;
}
.product-details h5 a{
    color: inherit;
}
.product-details h5 a:hover{
    color: #237B48;
}
.soldby{
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: .56px;
    color: rgba(35, 47, 62, 0.65);
    margin: 0 0 5px;
}
.soldby a{
    color: inherit;
}
.soldby a:hover{
    color: #237B48;
}
.product-details .ratings{
    font-size: 12px;
    margin-bottom: 10px;
}
.add-to-cart{
    position: relative;
    background: rgba(35, 47, 62, 0.08);
    color: rgba(35, 47, 62, 0.50);
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 44px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
}
.add-to-cart:hover{
    background: #237B48;
    color: #fff;
}
.product-details .add-to-cart{
    position: absolute;
    right: 0;
    bottom: 18px;
}
.product-meta{
    background: #fff;
    display: none;
    -webkit-animation: show .4s ease;
    animation: show .4s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: absolute;
    z-index: 55;
    width: calc(100% + 40px);
    left: -20px;
    padding: 15px 20px;
    -webkit-box-shadow: 0px 35px 35px 0px rgba(35,47,62,.25);
    box-shadow: 0px 35px 35px 0px rgba(35,47,62,.25);
}
.product-meta:before{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 40px);
    content: '';
    height: 1px;
    background: #e5e7f0;
}
.product-meta a{
    position: relative;
    background: rgba(35, 47, 62, 0.08);
    color: rgba(35, 47, 62, 0.50);
    width: 40px;
    height: 40px;
    font-size: 13px;
    line-height: 42px;
    border-radius: 7px;
    display: inline-block;
    text-align: center;
    margin-right: 11px;
}
.product-meta a:hover{
    background: #237B48;
    color: #fff;
}
.product-item-1:hover .product-meta{
    display: block;
    opacity: 1;
}
.product-item-1:after{
    position: absolute;
    left: -20px;
    top: 0;
    width: calc(100% + 40px);
    height: 100%;
    content: '';
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(35,47,62,.25);
    box-shadow: 0px 10px 35px 0px rgba(35,47,62,.25);
}
.product-item-1:hover:after{
    visibility: visible;
    opacity: 1;
}
/*--- Product Tab with Slider ---*/
.product-tab-slider-area{
    position: relative;
    margin-top: 40px;
    background: #fff;
    border-radius: 5px;
    padding: 23px 0 40px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
    -moz-box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
    box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
}
.product-tab-slider-area .product-tab-title{
    padding-right: 74px;
}
.product-tab-slider-area .tab-content{
    padding: 0 30px;
}
.dealproductSlide{
    position: relative;
    text-align: right;
    padding: 20px 0 0;
}
.ps_img{
    position: relative;
    min-height: 288px;
}
.ps_img img{
    max-height: 225px;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.dealproductSlide .carousel-indicators {
    position: relative;
    z-index: 15;
    display: block;
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
}
.dealproductSlide .carousel-indicators li{
    list-style: none;
    width: 90px;
    height: 90px;
    margin: 0 12px 0 0;
    text-indent: 0;
    text-align: center;
    position: relative;
    cursor: pointer;
    background: transparent;
    background-clip: padding-box;
    border-top: none;
    opacity: 1;
    border: 1px solid #e5e7f0;
    display: inline-block;
    float: left;
}
.dealproductSlide .carousel-indicators li:last-child{
    margin-right: 0;
}
.dealproductSlide .carousel-indicators li img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 73px;
    width: auto;
}

.dealproduct-details{
    position: relative;
    padding: 29px 0 0 30px;
}
.dealproduct-details .product-price{
    margin-bottom: 11px;
}
.dealproduct-details .product-price .price{
    font-size: 20px;
    color: #237B48;
    letter-spacing: .60px;
}
.dealproduct-details .product-price .price del{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .72px;
}
.discount{
    position: absolute;
    right: 0;
    top: 30px;
    height: 22px;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    background: #237B48;
    border-radius: 3px;
    letter-spacing: .39px;
    padding: 0 8px;
}
.dealproduct-details h5{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .54px;
    margin-bottom: 7px;
}
.dealproduct-details h5 a{
    color: inherit;
}
.dealproduct-details h5 a:hover{
    color: #237B48;
}
.dealproduct-details .ratings{
    font-size: 12px;
    margin-top: 15px;
}
.pro-quantity{
    position: relative;
    padding: 22px 0 0;
}
.pro-quantity p{
    display: inline-block;
    color: rgba(35, 47, 62, 0.70);
    margin: 0 0 10px;
}
.pro-quantity p span{
    color: rgba(35, 47, 62, 1);
}
.pro-quantity p.available{
    float: right;
}
.pro-quantity p.available span{
    color: #237B48;
    font-weight: 500;
}
.dealproduct-details .progress{
    position: relative;
    border-radius: 3px;
    height: 10px;
    width: 100%;
    background: #f2f2f2;
}
.dealproduct-details .progress-bar{
    background: #237B48;
    border-radius: 3px;
}

.product-countdown{
    position: relative;
    padding: 32px 0 0;
}
.product-countdown p{
    color: rgba(35, 47, 62, 0.70);
    line-height: 21px;
    margin-bottom: 12px;
}
.countdown{
    position: relative;
    margin: 0 0 0;
}
.countdown .countdown-section{
    position: relative;
    z-index: 2;
    text-align: center;
    float: left;
    display: inline-block;
    padding: 0;
    margin-right: 30px;
}
.countdown .countdown-section:last-child{
    margin-right: 0;
}
.countdown .countdown-section .countdown-amount {
    font-size: 30px;
    color: rgba(35, 47, 62, 0.85);
    font-weight: 300;
    font-family: 'Heebo', sans-serif;
    text-align: center;
    display: block;
    width: 100%;
    height: 70px;
    width: 70px;
    line-height: 44px;
    border-radius: 5px;
    letter-spacing: .90px;
    background: #f2f2f2;
    position: relative;
    padding: 15px;
    margin: 0 0 11px;
}
.countdown .countdown-section .countdown-period{
    font-size: 15px;
    line-height: 21px;
    color: rgba(35, 47, 62, 0.60);
    font-weight: 500;
    letter-spacing: .45px;
    font-family: 'Heebo', sans-serif;
    position: relative;
    text-align: center;
    border: none;
    width: 100%;
    display: block;
}
.deals-slider.owl-carousel{
    position: relative;
}
.deals-slider.owl-carousel .owl-nav{
    position: absolute;
    right: -9px;
    top: -52px;
    margin: 0;
    padding: 0;
}
.deals-slider.owl-carousel .owl-nav button{
    font-size: 15px;
    line-height: 30px;
    margin: 0 11px;
    position: relative;
    color: rgba(35, 47, 62, 0.50);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.deals-slider.owl-carousel .owl-nav button.owl-next:after{
    width: 2px;
    height: 16px;
    background: #c1c5ca;
    content: '';
    position: absolute;
    left: -11px;
    top: 6px
}
.deals-slider.owl-carousel .owl-nav button:hover{
    color: #237B48;
}
/*--- Ads Section ----*/
.ads-section-1{
    position: relative;
    padding: 40px 0;
}
.ads-2{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.ads-2 img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
/*--- Best Sellers Section ----*/
.best-seller-section{
    position: relative;
    padding: 0;
}

.babyfood-section .sec-title {
	background: #237b48;
	padding-top: 16px;
    color: #fff;
}
.babyfood-section .product-tab-title li a{
    color: #fff;
}
.babyfood-section .best-saller-tab-area {
	padding: 0px 0 26px;
}
.babyfood-section .warning {
	text-align: left;
	background: #d71820;
	color: #fff;
	padding: 0px 0 0 30px;
    border-radius: 8px 8px 0 0;
}
.best-saller-tab-area{
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 23px 0 26px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
    -moz-box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
    box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
}
.best-saller-tab-area .tab-content{
    padding: 0 30px;
}
.product-item-2{
    position: relative;
    padding: 0 0;
    margin: 0 0 2px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product-item-2 .product-thumb{
    min-height: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    bottom: 0;
    margin: auto;
    z-index: 4;
}
.product-item-2 .product-thumb img{
    max-height: 107px;
    right: auto;
    left: 15px;
}
.product-item-2 .product-details{
    border-top: none;
    padding: 20px 0 17px 120px;
}
.product-item-2:hover .product-meta{
    display: block;
    opacity: 1;
}
.product-item-2:after{
    position: absolute;
    left: -20px;
    top: 0;
    width: calc(100% + 40px);
    height: 100%;
    content: '';
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-item-2:hover:after{
    visibility: visible;
    opacity: 1;
}
.product-item-2:after{
    -webkit-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.25);
    -moz-box-shadow:    0px 10px 35px 0px rgba(35, 47, 62, 0.25);
    box-shadow:         0px 10px 35px 0px rgba(35, 47, 62, 0.25);
}
.product-item-2 .product-details .add-to-cart{
    bottom: 12px;
}

/*--- hot and Recent Products Section ----*/
.hr-section{
    position: relative;
    padding: 40px 0 100px;
}
.hrs-product-area{
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 23px 0 20px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
    -moz-box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
    box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
}
.hr-product-slider.owl-carousel{
    position: relative;
    padding: 0 30px;
}
.product-item-3{
    position: relative;
}
.product-item-3 .product-thumb{
    min-height: 280px;
}
.product-item-3 .product-thumb img{
    max-height: 193px;
}
.product-item-3 .product-details h5{
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .45px;
}
.product-item-3 .product-details{
    padding-top: 26px;
}
.hr-product-slider.owl-carousel .owl-nav{
    position: absolute;
    right: 18px;
    top: -41px;
    margin: 0;
    padding: 0;
}
.hr-product-slider.owl-carousel .owl-nav button{
    font-size: 15px;
    line-height: 30px;
    margin: 0 11px;
    position: relative;
    color: rgba(35, 47, 62, 0.50);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hr-product-slider.owl-carousel .owl-nav button.owl-next:after{
    width: 2px;
    height: 16px;
    background: #c1c5ca;
    content: '';
    position: absolute;
    left: -12px;
    top: 6px
}
.hr-product-slider.owl-carousel .owl-nav button:hover{
    color: #237B48;
}
/*--- On Sale Products ---*/
.sale-product-area{
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 23px 0 28px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
    -moz-box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
    box-shadow: 0px 0px 30px 0px rgba(35, 47, 62, 0.07);
}
.sale-product-slider.owl-carousel{
    position: relative;
    padding: 14px 30px 0;
}
.sale-product-item{
    position: relative;
    margin: 0 0 0;
    overflow: hidden;
    padding: 26px 0 22px 130px;
    border-bottom: 1px solid #e5e7f0;
}
.sale-product-item:last-child{
    border: none;
}
.sale-product-item img{
    max-height: 90px;
    width: auto;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sale-product-item:hover img {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.sp-details{
    position: relative;
}
.sp-details h5{
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 3px;
}
.sp-details h5 a{
    color: inherit;
}
.sp-details h5 a:hover{
    color: #237B48;
}
.sale-product-slider.owl-carousel .owl-nav{
    position: absolute;
    right: 18px;
    top: -41px;
    margin: 0;
    padding: 0;
}
.sale-product-slider.owl-carousel .owl-nav button{
    font-size: 15px;
    line-height: 30px;
    margin: 0 11px;
    position: relative;
    color: rgba(35, 47, 62, 0.50);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sale-product-slider.owl-carousel .owl-nav button.owl-next:after{
    width: 2px;
    height: 16px;
    background: #c1c5ca;
    content: '';
    position: absolute;
    left: -12px;
    top: 6px
}
.sale-product-slider.owl-carousel .owl-nav button:hover{
    color: #237B48;
}

/*---- Footer Section ---*/
.footer-1{
    position: relative;
    background: #ffffff;
    padding: 70px 0 60px;
}
footer .widget{
    position: relative;
    margin: 0 0 51px;
}
footer .widget .widget-title{
    font-size: 20px;
    line-height: .8;
    color: #232f3e;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 28px;
    position: relative;
    padding-bottom: 10px;
}
footer .widget .widget-title::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 4px;
    width: 30px;
    background: #237B48;
}
footer .widget ul{
    margin: 0;
    padding: 0;
}
footer .widget ul li{
    list-style: none;
    display: block;
}
footer .widget ul li a{
    font-size: 15px;
    line-height: 32px;
    letter-spacing: .45px;
}
footer .widget ul li a:hover{
    color: #237B48;
}
footer .cus-column{
    padding-left: 65px;
}
.social-links{
    position: relative;
}
.social-links a{
    position: relative;
    background: rgba(35, 47, 62, 0.08);
    color: rgba(35, 47, 62, 0.50);
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 44px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    margin-right: 6px;
}
.social-links a:hover{
    color: #fff;
    background: #237B48;
}
.payment-method{
    position: relative;
}
.payment-method img{
    max-width: 100%;
    height: auto;
}
.contact-widget{
    position: relative;
}
.contact-widget img{
    max-width: 100%;
    height: auto;
    margin: 0 0 25px;
}
.contact-info{
    position: relative;
    margin: 10px 0 0;
    padding-left: 34px;
}
.contact-info span{
    display: block;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .45px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-info p{
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .45px;
    margin: 0;
}
.f-divider{
    position: relative;
    border-bottom: 1px solid #e5e7f0;
    margin: 0 0 43px;
}
.play-store,
.newsletter-form{
    position: relative;
}
.play-store h4,
.newsletter-form h4{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 400;
    color: #232f3e;
    margin: 0 0 4px;
}
.play-store p,
.newsletter-form p{
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .45px;
    margin-bottom: 26px;
}
.newsletter-form form{
    position: relative;
}
.newsletter-form input[type="email"] {
    width: 100%;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: .56px;
    border-radius: 5px;
    font-weight: 500;
    border: none;
    background: transparent;
    border: 1px solid #237B48;
    color: #fff;
    outline: none;
    padding: 0 20px;
}
.newsletter-form input[type="email"]::-moz-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.newsletter-form input[type="email"]::-ms-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.newsletter-form input[type="email"]::-webkit-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.newsletter-form input[type="submit"]{
    height: 46px;
    background: #237B48;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 42px;
    letter-spacing: .48px;
    text-align: center;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.newsletter-form input[type="submit"]:hover{
    background: #237B48;
}
.play-store-btn{
    position: relative;
    display: inline-block;
    height: 58px;
    border-radius: 5px;
    background: rgba(35, 47, 62, 0.08);
    color: rgba(35, 47, 62, 0.85);
    font-size: 18px;
    line-height: 32px;
    letter-spacing: .64px;
    padding: 13px 20px 13px 58px;
    margin-right: 25px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.play-store-btn:last-child{
    margin-right: 0;
}
.play-store-btn i{
    font-size: 26px;
    line-height: 26px;
    color: rgba(35, 47, 62, 0.50);
    position: absolute;
    left: 20px;
    top: 16px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.play-store-btn span{
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: .8;
    color: rgba(35, 47, 62, 0.65);
    letter-spacing: .65px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.play-store-btn:hover{
    background: #237B48;
    color: #fff;
}
.play-store-btn:hover *{
    color: #fff;
}
/*--- Coryright Section ---*/
.copyright{
    position: relative;
    background: #232f3e;
    padding: 13px 0;
}
.copyright p{
    font-size: 15px;
    line-height: 24px;
    color: rgba(255, 255, 255, .3);
    letter-spacing: .45px;
    font-weight: 300;
    margin: 0;
}
.copyright p a{
    color: inherit;
}
.copyright p a:hover{
    color: #237B48;
}
.footer-menu{
    position: relative;
    text-align: right;
    margin: 0;
    padding: 0;
    line-height: .8;
}
.footer-menu li{
    list-style: none;
    display: inline-block;
    margin-left: 20px;
}
.footer-menu li:first-child{
    margin-left: 0;
}
.footer-menu li a{
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    color: rgba(255, 255, 255, .3);
    letter-spacing: .45px;
    font-weight: 400;
}
.footer-menu li a:hover{
    color: #237B48;
}

/*------------------------------------------------------
/ 2. Home 02
/------------------------------------------------------*/
/*--- Header 2 ---*/
.header-02{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    background: #fff;
    padding: 0 0 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(35, 47, 62, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(35, 47, 62, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(35, 47, 62, 0.1);
}
.header-02 .navbar-brand{
    padding: 28px 0;
}
.menu-btn-2{
    position: relative;
    margin-left: 35px;
    padding-left: 70px;
    border-left: 2px solid #d3d5d8;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: rgba(35, 47, 62, 0.85);
    letter-spacing: 6.75px;
    text-transform: uppercase;
}
.menu-btn-2 span{
    display: block;
    width: 15px;
    height: 2px;
    background: #8a9198;
    margin: 0 0 0;
    position: absolute;
    left: 40px;
    top: 8px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu-btn-2 span:nth-child(2){
    left: 35px;
    top: 14px;
}
.menu-btn-2 span:nth-child(3){
    top: 20px;
}
.menu-btn-2:hover span:nth-child(2){
    left: 40px;
}
.menu-btn-2:hover span:nth-child(3),
.menu-btn-2:hover span:nth-child(1){
    left: 35px;   
}
.menu-btn-2:hover{
    color: #237B48;
}
.menu-btn-2:hover span{
    background: #237B48;
}
.menu-btn-2 i{
    font-style: normal;
}
.controls-head{
    position: absolute;
    right: 0;
}
.controls-head a{
    display: inline-block;
    color: rgba(35, 47, 62, 0.75);
    font-size: 20px;
    line-height: 30px;
    margin-left: 30px;
    position: relative;
}
.controls-head a span{
    position: absolute;
    right: -11px;
    top: -7px;
    width: 16px;
    height: 16px;
    display: block;
    background: #ec2427;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    border-radius: 50%;
    text-align: center;
}
.controls-head a:hover{
    color: #237B48;
}
.searchForms {
    position: absolute;
    right: 0;
    top: 58px;
    z-index: 5;
    width: 0px;
    height: 50px;
    visibility: hidden;
    border-radius: 5px;
    border: 1px solid #237B48;
    opacity: 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(35, 47, 62, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(35, 47, 62, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(35, 47, 62, 0.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.searchForms input[type="search"] {
    width: 100%;
    height: 100%;
    font-size: 13px;
    line-height: 50px;
    letter-spacing: .56px;
    font-weight: 500;
    border: none;
    background: transparent;
    color: #232f3e;
    outline: none;
    padding: 0 20px;
}
.searchForms input[type="search"]::-moz-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.searchForms input[type="search"]::-ms-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.searchForms input[type="search"]::-webkit-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.search-btn.active .searchForms {
    width: 220px;
    visibility: visible;
    opacity: 1;
}
.searchForms button,
.searchForms .search-submit {
    display: none;
}
.search-btn:hover,
.search-btn.active{
    color: #237B48;
}
/*------------------------------------------------------------
/ 13. Popup Menu
/-------------------------------------------------------------*/
body.menu_open{
    overflow: hidden;
}
.menu_pop_logo{
    z-index: 99;
    position: absolute;
    left: 0;
    top: 28px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
    -webkit-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.popup_menu.active .menu_pop_logo{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.menu_pop_logo img{
    max-height: 100%;
    width: auto;
}
.menu-close{
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    line-height: 44px;
    letter-spacing: -2px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
    -webkit-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.popup_menu.active .menu-close{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.menu-close:hover{
    color: #237B48;
    border-color: #237B48;
}
.popup_menu .menu_top{
    position: relative;
    width: 100%;
    z-index: 99;
}
.popup_menu {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #232f3e;
    display: none;
}
.menu_middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    z-index: -1;
}
.popup_menu.active .menu_middle{
    z-index: 99;
}
.menu_popup {
    position: relative;
    text-align: center;
}
.menu_popup ul {
    margin: 0;
    padding: 0;
}
.menu_popup > ul{
    max-height: calc(100vh - 160px);
}
.menu_popup ul li {
    list-style: none;
    margin: 23px 0;
    position: relative;
}
.menu_popup ul li a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    line-height: .8;
    letter-spacing: 1px;
    font-weight: 500;    
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
.menu_popup ul li.active > a,
.menu_popup ul li:hover > a{
    color: #237B48;
}
.menu_popup ul li.menu-item-has-children > a{
    position: relative;
}
.menu_popup ul li.menu-item-has-children > a::before {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    border: none;
    position: absolute;
    right: -7px;
    top: 0;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    color: rgba(132, 142, 156, 0.85);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.menu_popup ul li.menu-item-has-children.active > a:before,
.menu_popup ul li.menu-item-has-children > a:hover:before{
    transform: rotate(-180deg);
    color: #237B48;
}
.menu_popup > ul > li {
    opacity: 0;
    -webkit-transition: translateY(80px);
    transform: translateY(80px);
}
.menu_popup ul li ul.sub-menu {
    display: none;
    padding: 17px 0 1px;
    transform: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.menu_popup ul li .sub-menu li{
    margin: 11px 0;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.menu_popup ul li ul.sub-menu li a{
    font-size: 15px;
    letter-spacing: .48px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.bottom_menu{
    position: absolute;
    left: 0;
    bottom: 26px;
    z-index: -1;
    width: 100%
}
.f_copy{
    position: relative;
}
.bottom_menu .f_copy{
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(90px);
    -moz-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -o-transform: translateY(90px);
    transform: translateY(90px);
    -webkit-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.popup_menu.active .bottom_menu .f_copy{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.f_copy p{
    font-size: 15px;
    line-height: 24px;
    color: rgba(255, 255, 255, .3);
    letter-spacing: .45px;
    font-weight: 300;
    margin: 0;
}
.f_copy p a{
    color: #fff;
}
.f_copy p a:hover{
    color: #237B48;
}
.foo_social {
    position: relative;
}
.bottom_menu .foo_social{
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(90px);
    -moz-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -o-transform: translateY(90px);
    transform: translateY(90px);
    -webkit-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.popup_menu.active .bottom_menu .foo_social{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.foo_social a {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: .8;
    color: rgba(255, 255, 255, .3);
    text-align: center;
    margin: 0 0 0 21px;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.foo_social a:hover{
    color: #237B48;
}
.popup_menu.active .bottom_menu{
    z-index: 99;
}

/*---- Hero Banner 2 ----*/
.banner-section-2{
    position: relative;
    overflow: hidden;
}
.hero-slider-1{
    position: relative;
}
.hero-slider-2 .bg-img {
    background-position: top center;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    height: 750px;
}
.slider-content-2{
    position: relative;
    z-index: 3;
    padding: 0 0;
}
.slider-content-2 .sub{
    font-size: 16px;
    color: #232f3e;
    line-height: .8;
    font-weight: 700;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin: 0 0 0;
    display: inline-block;
}
.slider-content-2 h3{
    font-size: 70px;
    line-height: 70px;
    color: #232f3e;
    font-weight: 700;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    margin: 15px 0 10px;
}
.slider-content-2 p{
    font-size: 24px;
    line-height: 30px;
    color: #232f3e;
    letter-spacing: 2.4px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 52px;
}
.video-btn{
    position: relative;
    display: inline-block;
    height: 56px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    color: rgba(35, 47, 62, 0.85);
    font-size: 13px;
    line-height: 56px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .97px;
    padding: 0 24px;
}
.video-btn .popup-video{
    position: absolute;
    right: -56px;
    top: 0;
    height: 100%;
    width: 56px;
    background: #237B48;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    border-radius: 0 3px 3px 0;
}
.video-btn .popup-video:hover{
    background: #237B48;
}
.hero-slider-2 .owl-dots{
    right: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    z-index: 5;
}
.hero-slider-2 .owl-dots button{
    width: 6px;
    height: 6px;
    background: #84888f;
    display: block;
    border-radius: 100px;
    margin: 7px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hero-slider-2 .owl-dots button.active,
.hero-slider-2 .owl-dots button:hover{
    background: #237B48;
}
.hero-slider-2 .owl-dots button.active{
    height: 24px;
}
.hero-slider-2 .owl-dots button span{
    display: none;
}
.hero-slider-2 .owl-item.active .slider-content-2 .sub{
    animation-delay: 1.3s;
    animation-name: fadeInLeft;
}
.hero-slider-2 .owl-item.active .slider-content-2 h3 {
    animation-delay: 1.4s;
    animation-name: fadeInLeft;
}
.hero-slider-2 .owl-item.active .slider-content-2 p {
    animation-delay: 1.5s;
    animation-name: fadeInLeft;
}
.hero-slider-2 .owl-item.active .slider-content-2 .video-btn {
    animation-delay: 1.6s;
    animation-name: zoomIn;
}

/*--- Feature Section ---*/
.product-featured{
    display: flex;
    justify-content: space-around;
    background: #fff;
    padding: 16px 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(35, 47, 62, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(35, 47, 62, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(35, 47, 62, 0.1);
}
.feature-benefit-2{
    position: relative;
    width: 100%;
    margin-left: 78px;
    padding: 15px 15px 15px 55px;
    border-right: 1px solid rgba(229, 231, 240, .5);
}
.feature-benefit-2 i{
    position: absolute;
    left: 0;
    top: 26px;
    font-size: 20px;
    color: rgba(35, 47, 62, 0.40);
    line-height: 23px;
}
.feature-benefit-2 h5{
    font-size: 14px;
    line-height: 22px;
    color: rgba(35, 47, 62, 0.85);
    letter-spacing: .70px;
    margin: 0 0 0px;
}
.feature-benefit-2 p{
    letter-spacing: .52px;
    font-size: 13px;
    margin: 0;
    color: rgba(35, 47, 62, 0.60);
}
.feature-benefit-2:nth-child(2) i{
    font-size: 27px;
}
.feature-benefit-2:nth-child(3) i{
    font-size: 35px;
}
.feature-benefit-2:nth-child(4) i{
    font-size: 30px;
}
.feature-benefit-2:nth-child(5) i{
    font-size: 30px;
}
.feature-benefit-2:last-child{
    border: none;
}

/*--- Ads Feature Section ---*/
.ads-section-2{
    position: relative;
    background: #fafafa;
    padding: 50px 0 44px;
}
.ads-3{
    position: relative;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
.ads-3 img{
    width: 100%;
    height: auto;
    border-radius: 3px;
}
.ads-3 .ads-content{
    width: 76%;
    padding: 33px 0px 0 30px;
}
.ads-3 .ads-content .ads-cat{
    font-size: 13px;
    color: rgba(35, 47, 62, 0.75);
    letter-spacing: 1.95px;
}
.ads-3 .ads-content h4{
    font-size: 24px;
    line-height: 26px;
    color: #232f3e;
    letter-spacing: 0;
    margin-bottom: 29px;
}
.ad-last .ads-content{
    padding-top: 52px;
}
.ads-3 .ads-content .ads-btn{
    background: #414c57;
}
.ads-3 .ads-content h4.text-uppercase{
    font-weight: 700;
    letter-spacing: .72px;
}
.ad-last .ads-content h4.text-uppercase{
    letter-spacing: 0;
}
.ad-last .ads-content h4 span{
    font-weight: 400;
    display: block;
}

/*--- Products Section ---*/
.product-section-2{
    position: relative;
    padding: 0 0 58px;
    background: #fafafa;
}
.product-item-4{
    position: relative;
    padding: 15px 0 0;
    margin: 6px 0 19px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-item-4 .product-thumb{
    max-height: auto;
}
.product-item-4 .product-thumb img{
    max-height: none;
    width: 100%;
    height: auto;
    position: relative;
}
.product-item-4 .product-details{
    border: none;
    padding: 17px 0 4px;
}
.product-item-4 .product-details .ratings{
    font-size: 11px;
    margin-bottom: 8px;
}
.product-item-4 .product-details .add-to-cart{
    bottom: 12px;
}
.product-item-4 .product-meta{
    width: calc(100% + 30px);
    left: -15px;
    padding: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-item-4:hover .product-meta {
    display: block;
    opacity: 1;
}
.product-item-4:after {
    position: absolute;
    left: -15px;
    top: 0;
    width: calc(100% + 30px);
    height: 100%;
    content: '';
    visibility: hidden;
    opacity: 0;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(35,47,62,.25);
    box-shadow: 0px 10px 35px 0px rgba(35,47,62,.25);
}
.product-item-4:hover:after {
    visibility: visible;
    opacity: 1;
}
.product-item-4 .product-meta:before{
    display: none;
}
.product-item-4 .discount{
    color: #fff;
    top: 15px;
}

.available-color{
    position: relative;
    margin: 0 0 1px;
}
.tooltips {
  position: relative;
  line-height: .8;
  z-index: 3;
  margin-right: 3px;
  display: inline-block;
}
.tooltips a {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border-width: 4px;
  border-style: solid;
  border-color: #585e68 transparent transparent transparent;
}
.tooltiptext{
  background: #585e68;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  width: 48px;
  height: 22px;
  padding: 7px 0;
  position: absolute;
  z-index: 1;
  bottom: 16px;
  text-transform: uppercase;
  left: -19px;
  font-size: 10px;
  line-height: .8;
  font-weight: 500;
  letter-spacing: .50px;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.43s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tooltips:hover .tooltiptext{
    visibility: visible;
    opacity: 1;
    bottom: 20px;
}
.tooltips a.balck{
    background: #3c4853;
}
.tooltips a.blue{
    background: #2a99d8;
}
.tooltips a.green{
    background: #4b56b1;
}
.tooltips a.red{
    background: #3c4853;
}
.tooltips a.bronze{
    background: #cda78f;
}
.tooltips a.brown{
    background: #956761;
}
.tooltips a.balck{
    background: #3c4853;
}
.tooltips a.yellow{
    background: #237B48;
}
.tooltips a.pea-green{
    background: #80b14b;
}
.product-section-2 .sec-title{
    padding-left: 0;
}
.product-section-2 .product-tab-title li:last-child a{
    margin-right: 0;
}
/*--- Call To Action Section ---*/
.cta-section-1{
    position: relative;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 142px 0 360px;
}
.cta-section-1:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(35, 123, 72, 0.85);
}
.cta-section-1 .container{
    position: relative;
    z-index: 2;
}
.cta-section-1 h2{
    font-size: 44px;
    line-height: 53px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .88px;
    text-shadow: 0px 0px 50px rgba(30, 48, 86, 0.5);
    margin-bottom: 47px;
}
.cta-section-1 h2 span{
    color: #ec2427;
}

/*--- Best Seller Section ---*/

.best-saller-tab-area-2{
    background: #fff;
    margin: -300px -65px 0;
    padding: 43px 65px 0;
}
.best-saller-tab-area-2 .sec-title{
    padding-left: 0;
}
.best-saller-tab-area-2 .product-tab-title li:last-child a{
    margin-right: 0;
}
.best-seller-slider.owl-carousel{
    position: relative;
}
.best-seller-slider.owl-carousel .product-item-4:after{
    display: none;
}
.best-seller-slider.owl-carousel .owl-nav{
    position: absolute;
    left: 0;
    width: 100%;
    top: 31%;
    z-index: 3;
}
.best-seller-slider.owl-carousel .owl-nav button{
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background: #eeeff0;
    color: rgba(35, 47, 62, .5);
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    position: absolute;
    left: -55px;
    top: 0;
    z-index: 3;
   -webkit-transition: all 0.43s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.best-seller-slider.owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: -55px;
}
.best-seller-slider.owl-carousel .owl-nav button:hover{
    background: #237B48;
    color: #fff;
}

/*--- Ads Section 3 ---*/
.ads-section-3{
    position: relative;
    padding: 40px 0 40px;
}
.ads-section-3 .ads-content .ads-cat{
    color: #fff;
    opacity: .85;
    letter-spacing: 2.6px;
    margin-bottom: 14px;
}
.ads-section-3 .ads-content h4{
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.ads-section-3 .ads-content .ads-btn{
    background: #fff;
    height: 50px;
    color: rgba(35, 47, 62, .85);
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .97px;
    line-height: 50px;
    padding: 0 28px;
}
/*--- Feature Section ---*/
.instagram-section{
    position: relative;
    padding: 26px 0 70px;
}
.insta-title{
    position: relative;
    display: inline-block;
    color: #232f3e;
    line-height: 30px;
    letter-spacing: .60px;
    margin-bottom: 25px;
}
.insta-title i{
    display: inline-block;
    color: rgba(35, 47, 62, .75);
    margin-right: 10px;
}
.insta-title a{
    color: #237B48;
}
.insta-title a:hover{
    color: #232f3e;
}
.eforest-instagram{
    display: flex;
    justify-content: space-around;
}
.eforest-instagram a{
    display: inline-block;
    position: relative;
    margin-right: 30px;
}
.eforest-instagram a:last-child{
    margin-right: 0;
}
.eforest-instagram a img{
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}
.eforest-instagram a::before {
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
}
.eforest-instagram a:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms linear;
}
.eforest-instagram a::after {
    background: rgba(255, 255, 255, 0.2);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    pointer-events: none;
    transition: all 600ms linear;
}
.eforest-instagram a:hover::after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 600ms linear;
}

/*--- Footer Section ---*/
.f1-color{
    background: #232f3e;
}
.f1-color .widget .widget-title{
    color: #fff;
}
.f1-color .contact-info span{
    color: rgba(254, 189, 105, .85);
}
.f1-color .contact-info p{
    color: rgba(255, 255, 255, .85);
}
.f1-color .widget ul li a{
    color: rgba(255, 255, 255, .85);
}
.f1-color .play-store-btn{
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .85);
    padding: 13px 16px 13px 55px;
    margin-right: 6px;
}
.f1-color .play-store-btn:last-child{
    margin-right: 0;
}
.f1-color .play-store-btn span,
.f1-color .play-store-btn i{
    color: rgba(255, 255, 255, .85);
}
.f1-color .play-store-btn:hover{
    background: #237B48;
}
.f1-color .social-links a{
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .50);
}
.f1-color .social-links a:hover{
    background: #237B48;
    color: #fff;
}
.f1-color .play-store h4, 
.f1-color .newsletter-form h4{
    color: #fff;
}
.f1-color .play-store p, 
.f1-color .newsletter-form p{
    color: rgba(255, 255, 255, .50);
}
.f1-color .f-divider{
    border-color: rgba(255, 255, 255, .05);
}
.c-color{
    background: #2c3949;
}

/*--------------------------------------------------------
/ 3. About Page
/---------------------------------------------------------*/
.inner-page{
    background-color: #f2f2f2;
}
.page-banner{
    position: relative;
    padding: 28px 0;
    background: transparent;
}
.breadcrumbs{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize;
    color: rgba(35, 47, 62, .65);
}
.breadcrumbs a{
    color: inherit;
}
.breadcrumbs a:hover{
    color: #237B48;
}
.breadcrumbs span{
    display: inline-block;
    font-weight: 700;
    margin: 0 9px;
    position: relative;
    top: -4px;
}
.about-section{
    position: relative;
    background: transparent;
    padding-bottom: 100px;
}
.ab-bg{
    background: #fff;
    padding: 55px 50px 56px;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    -moz-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
}
.ab-bg h2{
    font-size: 30px;
    line-height: 39px;
    color: #232f3e;
    letter-spacing: 0;
    margin: 0 0 24px;
}
.ab-bg p{
    margin: 0 0 31px;
}
.ab-bg h4{
    font-size: 20px;
    line-height: 26px;
    color: #232f3e;
    letter-spacing: 0;
    margin: 0 0 13px;
    position: relative;
    padding-bottom: 10px;
}
.ab-bg .col-lg-6 h4::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 4px;
    width: 30px;
    background: #237B48;
}
.pd-left-50{
    padding-left: 50px;
}
.ab-video{
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 480px;
    margin: 14px 0 60px;
}
.ab-video .popup-video{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 76px;
    height: 76px;
    background: #237B48;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #fff;
    line-height: 80px;
    font-size: 20px;
}
.ab-video .popup-video:after {
    width: 120px;
    height: 120px;
    left: -22px;
    top: -22px;
    background: rgba(255, 255, 255, .20);
    position: absolute;
    content: '';
    z-index: -1;
    border-radius: 50%;
    animation-fill-mode: both;
    animation: blinker 1.5s ease-in-out infinite;
    -webkit-animation: blinker 1.5s ease-in-out infinite;
    -moz-animation: blinker 1.5s ease-in-out infinite;
}
.ab-video .popup-video:hover{
    background: #237B48;
}
.icon-box{
    position: relative;
    padding: 0 15px;
}
.icon-box i{
    color: #237B48;
    font-size: 40px;
    line-height: 40px;
    display: block;
    margin: 0 0 33px;
}
.icon-box h4{
    color: #232f3e;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 13px;
}
.icon-box p{
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .45px;
    margin: 0 0;
}
.team-section{
    position: relative;
    padding: 70px 0;
}
.team-section h4{
    font-size: 30px;
    line-height: .8;
    color: #232f3e;
    letter-spacing: .90px;
    margin: 0 0 28px;
}
.single-team{
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
}
.tm-thumb{
    position: relative;
}
.tm-thumb img{
    width: 100%;
    height: auto;
}
.tm-details{
    position: relative;
    background: #fff;
    border-radius: 15px 15px 0 0;
    padding: 14px 24px 30px;
    margin: -20px 0 0;
}
.tm-details h5{
    font-size: 18px;
    line-height: 39px;
    color: #232f3e;
    font-weight: 400;
    letter-spacing: .54px;
    margin: 0 0 2px;
}
.tm-details h5 a{
    color: inherit;
}
.tm-details h5 a:hover{
    color: #237B48;
}
.tm-details p{
    font-size: 15px;
    line-height: .8;
    letter-spacing: .75px;
    margin: 0 0 24px;
    color: rgba(35, 47, 62, 0.75);
}
.member-social{
    margin: 0;
    padding: 0;
}
.member-social li{
    list-style: none;
    display: inline-block;
}
.member-social li a {
    position: relative;
    background: rgba(35, 47, 62, 0.08);
    color: rgba(35, 47, 62, 0.50);
    width: 36px;
    height: 36px;
    font-size: 13px;
    line-height: 36px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    margin-right: 6px;
}
.member-social li a:hover {
    color: #fff;
    background: #237B48;
}

/*--------------------------------------------------------
/ 4. My Account
/---------------------------------------------------------*/
.myaccount-section{
    position: relative;
    padding: 0 0 100px;
}
.log-in-form {
    background: #fff;
    padding: 44px 50px 45px;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    -moz-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
}
.log-in-form h4{
    color: rgba(35, 47, 62, 0.90);
    font-size: 30px;
    line-height: 39px;
    letter-spacing: 0;
    margin: 0 0 4px;
}
.log-in-form > p{
    color: rgba(35, 47, 62, 0.75);
    font-size: 15px;
    letter-spacing: .60px;
    margin: 0 0 30px;
}
.log-in-form .form-row{
    margin: 0 0 15px;
}
.log-in-form input[type="email"],
.log-in-form input[type="password"],
.log-in-form input[type="text"]{
    width: 100%;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: .56px;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid rgba(145, 151, 158, 0.5);
    background: transparent;
    color: #232f3e;
    outline: none;
    padding: 0 20px;
}
.log-in-form input[type="email"]::-moz-placeholder,
.log-in-form input[type="password"]::-moz-placeholder,
.log-in-form input[type="text"]::-moz-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.log-in-form input[type="email"]::-ms-input-placeholder,
.log-in-form input[type="password"]::-ms-input-placeholder,
.log-in-form input[type="text"]::-ms-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.log-in-form input[type="email"]::-webkit-input-placeholder,
.log-in-form input[type="password"]::-webkit-input-placeholder,
.log-in-form input[type="text"]::-webkit-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.log-in-form .woocommerce-form-login__rememberme{
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    font-size: 15px;
    line-height: 34px;
    letter-spacing: .45px;
    cursor: pointer;
    margin: 0 0 18px;
    color: rgba(35, 47, 62, 0.75);
}
.log-in-form .woocommerce-form-login__rememberme span{
    margin-left: 5px;
}
.log-in-form button{
    height: 46px;
    background: #237B48;
    color: #fff;
    letter-spacing: 1.3px;
    padding: 18px 48px;
}
.log-in-form button::before{
    background: #237B48;
}
.log-in-form .woocommerce-LostPassword{
    float: right;
    display: inline-block;
    margin: -109px 0 0;
    position: relative;
    z-index: 1;
}
.log-in-form .woocommerce-LostPassword a{
    display: inline-block;
    color: rgba(35, 47, 62, 0.5);
    font-size: 15px;
    line-height: .8;
    letter-spacing: .45px;
}
.log-in-form .woocommerce-LostPassword a:hover{
    color: #237B48;
}
.register-form {
    background: #fff;
    padding: 44px 50px 45px;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    -moz-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
}
.register-form h4{
    color: rgba(35, 47, 62, 0.90);
    font-size: 30px;
    line-height: 39px;
    letter-spacing: 0;
    margin: 0 0 4px;
}
.register-form > p{
    color: rgba(35, 47, 62, 0.75);
    font-size: 15px;
    letter-spacing: .60px;
    margin: 0 0 30px;
}
.register-form .form-row{
    margin: 0 0 15px;
}
.register-form input[type="email"],
.register-form input[type="password"],
.register-form input[type="text"]{
    width: 100%;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: .56px;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid rgba(145, 151, 158, 0.5);
    background: transparent;
    color: #232f3e;
    outline: none;
    padding: 0 20px;
}
.register-form input[type="email"]::-moz-placeholder,
.register-form input[type="password"]::-moz-placeholder,
.register-form input[type="text"]::-moz-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.register-form input[type="email"]::-ms-input-placeholder,
.register-form input[type="password"]::-ms-input-placeholder,
.register-form input[type="text"]::-ms-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.register-form input[type="email"]::-webkit-input-placeholder,
.register-form input[type="password"]::-webkit-input-placeholder,
.register-form input[type="text"]::-webkit-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.register-form .woocommerce-form-login__rememberme{
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    font-size: 15px;
    line-height: 34px;
    letter-spacing: .45px;
    cursor: pointer;
    margin: 0 0 18px;
    color: rgba(35, 47, 62, 0.75);
}
.register-form .woocommerce-form-login__rememberme span{
    margin-left: 5px;
}
.register-form .woocommerce-form-login__rememberme a{
    display: inline-block;
    color: #237B48;
}
.register-form .woocommerce-form-login__rememberme a:hover{
    color: #237B48;
}
.register-form button{
    height: 46px;
    background: #237B48;
    color: #fff;
    letter-spacing: 1.3px;
    padding: 18px 48px;
}
.register-form button::before{
    background: #237B48;
}
/*--------------------------------------------------------
/ 5. Blog Page
/---------------------------------------------------------*/
.blogpage-section{
    position: relative;
    padding: 0 0 100px;
}
.post-single {
    background: #fff;
    margin: 0 0 30px;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    -moz-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
}
.post-detail-top{
    position: relative;
    padding: 26px 30px 21px;
}
.post-detail-top h3{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .54px;
    margin: 0 0 9px;
}
.post-detail-top h3 a{
    color: inherit;
}
.post-detail-top h3 a:hover{
    color: #237B48;
}
.post-detail-top span{
    display: block;
    font-size: 13px;
    line-height: .8;
    color: #237B48;
    letter-spacing: 1.69px;
    text-transform: uppercase;
    font-weight: 500;
}
.post-img{
    position: relative;
}
.post-img img{
    width: 100%;
    height: auto;
}
.post-detail-bottom{
    position: relative;
    padding: 13px 30px 30px;
}
.post-detail-bottom .p-cate{
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 1.69px;
    color: rgba(35, 47, 62, 0.75);
    text-transform: uppercase;
    margin: 0 0 20px;
}
.post-detail-bottom .p-cate i{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #237B48;
    margin-right: 10px;
}
.post-detail-bottom .p-cate:hover{
    color: #237B48;
}
.post-detail-bottom p{
    color: rgba(35, 47, 62, 0.75);
    letter-spacing: .32px;
    margin: 0 0 35px;
}
.p-read-more{
    position: relative;
    height: 40px;
    background: rgba(35, 47, 62, 0.08);
    font-size: 13px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    color: rgba(35, 47, 62, 0.85);
    padding: 0 19px;
}
.p-read-more:hover{
    background: #237B48;
    color: #fff;
}
.post-img .popup-video{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: #237B48;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #fff;
    line-height: 52px;
    font-size: 16px;
}
.post-img .popup-video:after {
    width: 100px;
    height: 100px;
    left: -25px;
    top: -25px;
    background: rgba(255, 255, 255, .20);
    position: absolute;
    content: '';
    z-index: -1;
    border-radius: 50%;
    animation-fill-mode: both;
    animation: blinker 1.5s ease-in-out infinite;
    -webkit-animation: blinker 1.5s ease-in-out infinite;
    -moz-animation: blinker 1.5s ease-in-out infinite;
}
.post-img .popup-video:hover{
    background: #237B48;
}
.eforest-pagination{
    position: relative;
    z-index: 3;
    padding: 0 0;
}
.eforest-pagination:after{
    position: absolute;
    right: 0;
    top: 22px;
    width: 62.5%;
    content: '';
    height: 2px;
    background: rgba(35, 47, 62, 0.10);
}
.eforest-pagination a, .eforest-pagination span {
    font-size: 15px;
    color: rgba(35, 47, 62, 0.85);
    letter-spacing: 0;
    line-height: 46px;
    background: #fff;
    width: 46px;
    height: 46px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    padding: 0 0;
    margin: 0 0px 0 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.eforest-pagination a.next,
.eforest-pagination a.prev{
    color: rgba(35, 47, 62, 0.5);
    font-size: 14px;
    position: relative;
    top: -1px;
}
.eforest-pagination a:hover,
.eforest-pagination .current{
    color: #fff;
    background: #237B48;
}
/*---- Blgo Sidebar ----*/
.blog-sidebar{
    position: relative;
    margin-left: 5px;
}
.blog-sidebar .widget{
    position: relative;
    background: #fff;
    margin: 0 0 35px;
    padding: 26px 30px 40px;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    -moz-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
}
.blog-sidebar .widget .widget-title{
    color: rgba(35, 47, 62, 0.90);
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .60px;
    text-transform: capitalize;
    border-bottom: 1px solid #e5e7f0;
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
    padding-left: 30px;
    padding-bottom: 18px;
    margin: 0 0 30px;
}
.blog-sidebar .widget .widget-title:after{
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 15px;
    height: 1px;
    content: '';
    background: #237B48;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog-sidebar .widget .widget-title:before{
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 15px;
    height: 1px;
    content: '';
    background: #237B48;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog-sidebar .widget:hover .widget-title:before,
.blog-sidebar .widget:hover .widget-title:after{
    width: 100%;
}
.blog-sidebar .widget.widget-search{
    padding: 0;
    background: transparent;
}
.blog-sidebar .widget.widget-search .widget-title{
    display: none;
}
.search-form{
    position: relative;
}
.search-form input[type="search"]{
    width: 100%;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: .56px;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid #237B48;
    background: #fff;
    color: #232f3e;
    outline: none;
    padding: 0 15px;
}
.search-form input[type="search"]::-moz-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.search-form input[type="search"]::-ms-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.search-form input[type="search"]::-webkit-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.search-form button{
    width: 90px;
    height: 100%;
    background: #237B48;
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 42px;
    letter-spacing: .48px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.search-form button:hover{
    background: #237B48;
}
.popular-post{
    position: relative;
    min-height: 70px;
    padding-left: 105px;
    margin: 0 0 30px;
}
.popular-post:last-child{
    margin-bottom: 0;
}
.popular-post img{
    width: 80px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
}
.popular-post h5{
    font-size: 16px;
    line-height: 21px;
    color: rgba(35, 47, 62, 0.85);
    margin: 0 0 13px;
}
.popular-post h5 a{
    color: inherit;
}
.popular-post h5 a:hover{
    color: #237B48;
}
.popular-post span{
    display: block;
    font-size: 12px;
    line-height: .8;
    color: #237B48;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: 500;
}
.blog-sidebar .widget ul{
    margin: 0;
    padding: 0;
}
.blog-sidebar .widget ul li {
    list-style: none;
    display: block;
    font-size: 16px;
    line-height: 38px;
    color: rgba(35, 47, 62, 0.75);
    width: 100%;
}
.blog-sidebar .widget ul li a {
    color: inherit;
    display: inline-block;
}
.blog-sidebar .widget ul li a:hover {
    color: #237B48;
}
.blog-sidebar .widget ul li span {
    color: #237B48;
    float: right;
}
.blog-sidebar .widget.widget-advertise{
    padding: 0;
}
.blog-sidebar .widget .ads-content h4{
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #232f3e;
    letter-spacing: .96px;
}

/*--------------------------------------------------------
/ 6. Single Blog Page
/---------------------------------------------------------*/
.single-blog-section{
    position: relative;
    padding: 0 0 70px;
}
.p-title{
    display: inline-block;
    color: #237B48;
    text-transform: initial;
    margin: 0;
}
.single-blog-area{
    background: #fff;
    margin: 0 0 30px;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    -moz-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
}
.sb-top{
    position: relative;
    padding: 34px 40px 30px;
}
.sb-top h3{
    font-size: 30px;
    line-height: 39px;
    color: rgba(35, 47, 62, 0.90);
    margin: 0 0 10px;
}
.post-author{
    position: relative;
    padding: 5px 0 0 65px;
}
.post-author img{
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.post-author p{
    line-height: 18px;
    margin: 0 0 0px;
}
.post-thumb{
    position: relative;
}
.post-thumb img{
    max-width: 100%;
    height: auto;
    width: auto;
}
.a-meta{
    position: relative;
    line-height: .8;
    display: inline-block;
    font-size: 13px;
    color: #237B48;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
.a-meta span{
    display: inline-block;
    color: inherit;
}
.post-content{
    position: relative;
    padding: 20px 40px 40px;
}
.post-meta{
    position: relative;
    margin: 0 0 42px;
}
.post-meta .p-cate {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 1.69px;
    color: rgba(35, 47, 62, 0.75);
    text-transform: uppercase;
    margin: 9px 0 0;
}
.post-meta .p-cate i {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #237B48;
    margin-right: 10px;
}
.post-meta .p-cate:hover{
    color: #237B48;
}
.post-social{
    margin: 0;
    padding: 0;
    display: inline-block;
    float: right;
}
.post-social li{
    list-style: none;
    display: inline-block;
}
.post-social li a {
    position: relative;
    background: rgba(35, 47, 62, 0.08);
    color: rgba(35, 47, 62, 0.50);
    width: 36px;
    height: 36px;
    font-size: 13px;
    line-height: 36px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    margin-left: 6px;
}
.post-social li a:hover {
    color: #fff;
    background: #237B48;
}
.post-content p{
    margin: 0 0 26px;
}
.post-content p span {
    float: left;
    padding-top: 14px;
    padding-right: 9px;
    font-size: 52px;
}
.article-title{
    font-size: 20px;
    line-height: 39px;
    margin: 35px 0 11px;
}
.post-inner-img{
    position: relative;
    margin-left: -40px;
    margin-top: 7px;
}
.post-inner-img img{
    width: 100%;
    height: auto;
}
blockquote{
    position: relative;
    background: transparent;
    border-radius: 0;
    border: none;
    margin: 39px 0 40px;
    padding: 0;
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .54px;
}
blockquote:after{
    position: absolute;
    width: 3px;
    height: 100%;
    content: '';
    left: -40px;
    top: 0;
    background: #237B48;
}
.post-content blockquote p,
blockquote p{
    margin: 0;
}
.related-post-area{
    position: relative;
    padding: 19px 0 50px;
}
.related-post-area h4{
    font-size: 20px;
    line-height: 39px;
    letter-spacing: .80px;
    margin: 0 0 17px;
}
.comment-form-wrapper{
    background: #fff;
    padding: 28px 40px 40px;
    margin: 0 0 50px;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    -moz-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
}
.comment-form-wrapper h5{
    color: rgba(35, 47, 62, 0.90);
    font-size: 20px;
    line-height: 39px;
    letter-spacing: 0;
    border-bottom: 1px solid #e5e7f0;
    width: calc(100% + 80px);
    position: relative;
    left: -40px;
    padding-left: 40px;
    padding-bottom: 12px;
    margin: 0 0 40px;
}
.comment-form-wrapper h5:after{
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 15px;
    height: 1px;
    content: '';
    background: #237B48;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.comment-form-wrapper h5:before{
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 15px;
    height: 1px;
    content: '';
    background: #237B48;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.comment-form-wrapper:hover h5:before,
.comment-form-wrapper:hover h5:after{
    width: 100%;
}
.comment-form{
    position: relative;
}
.comment-form textarea,
.comment-form input{
    width: 100%;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: .56px;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid #237B48;
    background: #fff;
    color: #232f3e;
    outline: none;
    padding: 0 20px;
    margin-bottom: 25px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.comment-form textarea{
    resize: none;
    height: 100px;
    line-height: 26px;
    padding-top: 10px;
}
.comment-form textarea:focus,
.comment-form input:focus{
    -webkit-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.15);
    -moz-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.15);
    box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.15);
}
.comment-form textarea::-moz-placeholder,
.comment-form input::-moz-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.comment-form textarea::-ms-input-placeholder,
.comment-form input::-ms-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.comment-form textarea::-webkit-input-placeholder,
.comment-form input::-webkit-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.comment-form button{
    background: #237B48;
    color: #fff;
    height: 46px;
    font-size: 16px;
    text-transform: initial;
    letter-spacing: .48px;
    padding: 17px 47px;
}
.comment-form button::before{
    background: #237B48;
}
.qomodo-blog-post-comment{
    position: relative;
}
.qomodo-blog-post-comment .comment-title{
    display: none;
}
.comments-list{
    margin: 0;
    padding: 0;
}
.comments-list li{
    list-style: none;
    display: block;
}
.comments-list .comment-author-admin{
    position: relative;
    background: #fff;
    padding: 40px 40px 35px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    -moz-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
}
.single-comment{
    position: relative;
}
.single-comment img{
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.author-meta{
    position: relative;
    padding-left: 70px;
    padding-top: 3px;
}
.author-meta h5{
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1.2px;
    color: rgba(35, 47, 62, 0.75);
    margin: 0 0 3px;
}
.author-meta h5 a{
    color: inherit;
}
.author-meta h5 a:hover{
    color: #237B48;
}
.author-meta .com-date{
    display: block;
    color: rgba(35, 47, 62, 0.75);
    font-size: 14px;
    line-height: .8;
    letter-spacing: 1.05px;
}
.meta-data{
    position: absolute;
    right: 0px;
    top: 12px;
}
.meta-data a{
    display: inline-block;
    color: rgba(35, 47, 62, 0.50);
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1.35px;
    margin-left: 17px;
}
.meta-data a:hover{
    color: #237B48;
}
.comment{
    position: relative;
    margin: 29px 0 0;
}
.comment p{
    margin: 0;
}
.comments-list .comment-author-admin .children{
    margin: 0;
    padding: 0;
}
.comments-list .children .comment-author-admin{
    box-shadow: none;
    background: transparent;
    padding: 25px 0 0;
    margin: 20px 0 0;
    border-top: 1px solid #e5e7f0;
}

/*--------------------------------------------------------
/ 7. Contact Page
/---------------------------------------------------------*/
.eforest-map{
    position: relative;
    line-height: .8;
    overflow: hidden;
}
.eforest-map iframe{
    width: 100%;
    height: 600px;
    border: none;
}
.grayscale iframe{
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
    filter: grayscale(100%);
}
.contact-section{
    position: relative;
    padding: 0 0 100px;
    margin: -110px 0 0;
}
.contact-info-area {
    background: #fff;
    padding: 45px 50px 29px;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    -moz-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
}
.contact-info-area h4 {
    color: rgba(35, 47, 62, 0.90);
    font-size: 30px;
    line-height: 39px;
    letter-spacing: 0;
    margin: 0 0 4px;
}
.contact-info-area > p {
    color: rgba(35, 47, 62, 0.75);
    font-size: 15px;
    letter-spacing: .60px;
    margin: 0 0 0px;
}
.info-box{
    position: relative;
    margin: 26px 0 0;
}
.info-box h5{
    font-size: 18px;
    line-height: 39px;
    color: rgba(35, 47, 62, 0.90);
    letter-spacing: 0;
    margin-bottom: 5px;
}
.info-box ul{
    margin: 0;
    padding: 0;
}
.info-box ul li{
    list-style: none;
    display: block;
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    line-height: 24px;
    color: rgba(35, 47, 62, 0.75);
    letter-spacing: .60px;
    margin: 0 0 14px;
}
.info-box ul li i{
    font-size: 24px;
    line-height: 34px;
    color: #237B48;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-form-area{
    background: #fff;
    padding: 45px 50px 50px;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    -moz-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
}
.contact-form-area h4 {
    color: rgba(35, 47, 62, 0.90);
    font-size: 30px;
    line-height: 39px;
    letter-spacing: 0;
    margin: 0 0 4px;
}
.contact-form-area > p {
    color: rgba(35, 47, 62, 0.75);
    font-size: 15px;
    letter-spacing: .60px;
    margin: 0 0 30px;
}
.contact-form{
    position: relative;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="number"],
.contact-form input[type="url"],
.contact-form select,
.contact-form textarea{
    width: 100%;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: .56px;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid rgba(145, 151, 158, 0.5);
    background: transparent;
    color: #232f3e;
    outline: none;
    padding: 0 20px;
    margin-bottom: 15px;
}
.contact-form textarea::-moz-placeholder,
.contact-form input::-moz-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.contact-form textarea::-ms-input-placeholder,
.contact-form input::-ms-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.contact-form textarea::-webkit-input-placeholder,
.contact-form input::-webkit-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.contact-form textarea{
    height: 150px;
    line-height: 30px;
    padding-top: 10px;
    resize: none;
}
.check-humanity{
    display: flex;
    justify-content: flex-start;
    font-size: 15px;
    line-height: 30px;
    color: rgba(35, 47, 62, 0.85);
    letter-spacing: .45px;
    margin: 0 0 31px;
}
.check-humanity span{
    display: inline-block;
    font-weight: 700;
    margin-left: 13px;
}
.check-humanity input[type=number]{
    width: 60px;
    height: 30px;
    text-align: center;
    padding: 0 15px;
    margin: 0 0 0 20px;
}
.contact-form input[type="submit"]{
    height: 46px;
    background: #237B48;
    border-radius: 3px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 13px;
    color: #FFF;
    line-height: 48px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    padding: 0 23px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact-form input[type="submit"]:hover{
    background: #237B48;
}
/*--------------------------------------------------------
/ 8. Product Page
/---------------------------------------------------------*/
.prodcutpage-section{
    position: relative;
    padding: 0 0 70px;
}
.product-feauture{
    position: relative;
    margin: 15px 0 41px;
    padding: 0;
}
.product-feauture li{
    list-style: none;
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    line-height: 22px;
    color: rgba(35, 47, 62, 0.70);
    letter-spacing: .56px;
}
.product-feauture li:after{
    width: 3px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: rgba(35, 47, 62, 0.50);
}
.product-item-5{
    position: relative;
    margin: 0 0 20px;
}
.product-item-5 .product-details .add-to-cart{
    bottom: 6px;
}
.product-item-6{
    position: relative;
    margin: 10px 0 39px;
}
.product-item-6 .product-thumb{
    border-right: 1px solid #e5e7f0
}
.product-item-6 .product-details{
    border: none;
    border-right: 1px solid #e5e7f0;
    padding: 0 30px 0 0;
}
.product-item-6 .product-details h5{
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .45px;
}
.product-item-6 .product-feauture{
    margin-top: 27px;
}
.product-item-6 .product-price .price{
    font-size: 20px;
    line-height: 18px;
    color: rgba(35, 47, 62, 0.90);
    font-weight: 700;
    letter-spacing: .60px;
    display: block;
    margin-bottom: 39px;
}
.product-item-6 .add_to_car_btn{
    padding: 0 22px;
    margin-bottom: 21px;
}
.product-item-6 .product-meta{
    display: block;
    width: 100%;
    left: 0;
    position: relative;
    box-shadow: none;
    background: transparent;
    padding: 0;
    border: none;
    margin: 0;
}
.product-item-6 .product-meta:before{
    display: none;
}
.product-item-6 .product-meta a:last-child{
    margin-right: 0;
}
.shop-sidebar{
    position: relative;
    margin-left: 5px;
}
.shop-sidebar .widget{
    position: relative;
    background: #fff;
    margin: 0 0 35px;
    padding: 21px 25px 0;
    border-radius: 3px;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    -moz-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
}
.shop-sidebar .widget .widget-title{
    color: rgba(35, 47, 62, 0.90);
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .54px;
    text-transform: capitalize;
    border-bottom: 1px solid #e5e7f0;
    width: calc(100% + 50px);
    position: relative;
    left: -25px;
    padding-left: 25px;
    padding-bottom: 13px;
    margin: 0 0 0;
}
.shop-sidebar .widget .widget-title:after{
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 15px;
    height: 1px;
    content: '';
    background: #237B48;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.shop-sidebar .widget .widget-title:before{
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 15px;
    height: 1px;
    content: '';
    background: #237B48;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*.shop-sidebar .widget:hover .widget-title:before,
.shop-sidebar .widget:hover .widget-title:after{
    width: 100%;
}*/
.shop-sidebar .widget .widget-title button{
    text-decoration: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-weight: inherit;
    color: inherit;
    text-align: inherit;
    vertical-align: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    border: none;
    width: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: 0;
}
.shop-sidebar .widget .widget-title button:after{
    content: "\f077";
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    color: rgba(35, 47, 62, 0.5);
    position: absolute;
    right: 27px;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.shop-sidebar .widget .widget-title button.collapsed:after{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.shop-sidebar .widget ul{
    margin: 0;
    padding: 0;
}
.shop-sidebar .widget .card-body{
    padding: 6px 0 22px;
}
.shop-sidebar .widget ul li{
    list-style: none;
    display: block;
    font-size: 15px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: .45px;
    color: rgba(35, 47, 62, 0.75);
    display: block;
}
.shop-sidebar .widget ul li a{
    color: inherit;
    display: inline-block;
}
.shop-sidebar .card-header{
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}
.widget_sub_categories > a{
    position: relative;
    width: 100%;
}
.widget_sub_categories > a:after{
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-size: 11px;
    line-height: 34px;
    color: rgba(132, 142, 156, 0.40);
    position: absolute;
    right: 1px;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.shop-sidebar .widget_sub_categories .widget_dropdown_categories{
    position: relative;
    padding-left: 15px;
    display: none;
}
.widget_sub_categories.active{
    position: relative;
}
.widget_sub_categories.active:after{
    position: absolute;
    left: 0;
    height: 85%;
    width: 1px;
    left: -25px;
    top: 10px;
    background: #237B48;
    content: '';
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget_sub_categories.active > a{
    font-weight: 500;
    color: rgba(132, 142, 156, 0.85);
}
.widget_sub_categories.active > a:after{
    color: rgba(132, 142, 156, 0.85);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.shop-sidebar .widget_dropdown_categories li a:hover{
    color: #237B48;
}
.widget-brands input[type=checkbox] {
    display: none;
    margin: 0;
}
.widget-brands label{
    position: relative;
    width: 100%;
    padding-left: 29px;
    cursor: pointer;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget-brands label span{
    float: right;
}
.widget-brands label:before {
    width: 14px;
    height: 14px;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background: transparent;
    border: 1px solid #d5d8e6;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget-brands input[type=checkbox]:checked + label::after{
    background: #237B48;
    border-radius: 0;
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget-brands input[type=checkbox]:checked + label::before{
    border-color: #237B48;
}
.widget-brands input[type=checkbox]:checked + label{
    color: #237B48;
}
.widget-brands .show-more{
    display: inline-block;
    font-size: 14px;
    line-height: 34px;
    color: rgba(35, 47, 62, 0.65);
    letter-spacing: .70px;
    margin: 4px 0 0;
}
.widget-brands .show-more:hover{
    color: #237B48;
}
.with-radius label:before{
    border-radius: 50%;
}
.with-radius input[type=checkbox]:checked + label::after{
    border-radius: 50%;
}
#slider-range{
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 15px 0 10px;
}
#slider-range input[type=number]{
    background: rgba(35, 47, 62, 0.08);
    height: 36px;
    width: 75px;
    border-radius: 3px;
    border: none;
    outline: none;
    font-size: 15px;
    color: rgba(35, 47, 62, 0.65);
    line-height: 36px;
    margin: 0;
    padding: 0 0 0 20px;
    margin-right: 6px;
}
#slider-range input[type=number]::-moz-placeholder{
   color: #232f3e;
   opacity: .65; 
}
#slider-range input[type=number]::-ms-input-placeholder{
   color: #232f3e;
   opacity: .65; 
}
#slider-range input[type=number]::-webkit-input-placeholder{
   color: #232f3e;
   opacity: .65; 
}
#slider-range input[type=submit],
#slider-range button{
    background: rgba(35, 47, 62, 0.08);
    width: 36px;
    height: 36px;
    border: none;
    outline: none;
    color: rgba(35, 47, 62, 0.65);
    line-height: 36px;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#slider-range input[type=submit]:hover,
#slider-range button:hover{
    background: #237B48;
    color: #fff;
}
#slider-range .ui-widget-header{
    display: none;
}
#slider-range div{
    position: relative;
}
#slider-range div:after{
    position: absolute;
    left: 8px;
    top: 0;
    content: '$';
    font-size: 15px;
    color: rgba(35, 47, 62, 0.65);
    line-height: 36px;
    font-weight: 400;
}
.best-sale-item{
    position: relative;
    margin: 0 0 0;
    overflow: hidden;
    padding: 17px 0 16px 90px;
    border-bottom: 1px solid #e5e7f0;
}
.best-sale-item:last-child{
    border: none;
}
.best-sale-item img{
    width: 75px;
    height: 85px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.best-sale-item:hover img {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.best-sale-details{
    position: relative;
}
.best-sale-details h5{
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    margin: 0 0 2px;
}
.best-sale-details h5 a{
    color: inherit;
}
.best-sale-details h5 a:hover{
    color: #237B48;
}
.shop-sidebar .ads-widget{
    padding: 0;
}
.show-results{
    position: relative;
    margin: -7px 0 21px;
}
.show-results h4{
    font-size: 20px;
    line-height: 30px;
    color: rgba(35, 47, 62, 0.75);
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    display: inline-block;
}
.show-results p{
    display: inline-block;
    float: right;
    float: right;
    color: rgba(35, 47, 62, 0.65);
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .75px;
    margin: 0;
}
.product-area{
    position: relative;
    background: #fff;
    margin: 0 0 0;
    padding: 20px 30px 39px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0 10px 0px rgba(35, 47, 62, 0.10);
    -moz-box-shadow: 0px 0 10px 0px rgba(35, 47, 62, 0.10);
    box-shadow: 0px 0 10px 0px rgba(35, 47, 62, 0.10);
}
.toolbar-wrapper{
    border-bottom: 1px solid #e5e7f0;
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
    padding: 0 30px 10px;
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.toolbar-wrapper:before {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 20px;
    height: 1px;
    content: '';
    background: #237B48;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.toolbar-wrapper:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 20px;
    height: 1px;
    content: '';
    background: #237B48;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.sorting{
    position: relative;
    display: flex;
    max-width: 245px;
}
.sorting p{
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    color: rgba(35, 47, 62, 0.75);
    letter-spacing: 1.05px;
    font-weight: 500;
    margin: 0 15px 0 0;
}
.sorting select {
    width: 175px;
    height: 36px;
    line-height: 36px;
    outline: none;
    margin: 0;
    border: 0;
    padding: 0 15px;
    color: rgba(35, 47, 62, 0.65);
    letter-spacing: 1.05px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(35, 47, 62, 0.08);
    cursor: pointer;
}
.sorting:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-size: 12px;
    line-height: 36px;
    color: rgba(132, 142, 156, 0.40);
    position: absolute;
    right: 15px;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.toolbar-btn{
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
    border: none;
}
.toolbar-btn li{
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: .8
}
.toolbar-btn li a{
    display: inline-block;
    border: none;
    outline: none;
    background: transparent;
    color: rgba(132, 142, 156, 0.50);
    font-size: 16px;
    line-height: 34px;
    letter-spacing: .48px;
    margin: 0 0 0 15px;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.toolbar-btn li a:hover,
.toolbar-btn li a.active{
    color: rgba(132, 142, 156, 0.85);
}
.ef-shop-page{
    padding: 25px 0 0;
}
.ef-shop-page:after{
    width: 100%;
    top: 0;
    height: 1px;
    background: rgba(229, 231, 240, .75);
}
.ef-shop-page a, .ef-shop-page span{
    background: rgba(35, 47, 62, 0.08);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    color: rgba(35, 47, 62, 0.75);
    margin-left: 6px;
}
.ef-shop-page a.next, 
.ef-shop-page a.prev{
    color: rgba(35, 47, 62, 0.40);
}

/*--------------------------------------------------------
/ 9. Product Details Page
/---------------------------------------------------------*/
.prodcutdetail-section{
    position: relative;
    padding: 0 0 100px;
}
.single-product-area{
    position: relative;
    background: #fff;
    margin: 0 0 0;
    padding: 35px 40px 60px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0 10px 0px rgba(35, 47, 62, 0.10);
    -moz-box-shadow: 0px 0 10px 0px rgba(35, 47, 62, 0.10);
    box-shadow: 0px 0 10px 0px rgba(35, 47, 62, 0.10);
}
.single-product-area .col-lg-5.cus-col {
    -ms-flex: 0 0 47.666667%;
    flex: 0 0 47.666667%;
    max-width: 47.666667%;
}
.single-product-area .col-lg-7.cus-col {
    -ms-flex: 0 0 52.333333%;
    flex: 0 0 52.333333%;
    max-width: 52.333333%;
}
.productSlide{
    position: relative;
    text-align: right;
    padding: 0 0 0;
}
.sp_img{
    position: relative;
    min-height: 332px;
    text-align: center;
}
.sp_img img{
    max-height: 262px;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.indicator-slider {
    position: relative;
    z-index: 15;
    display: block;
    padding: 20px 55px 0;
    border-top: 1px solid #e5e7f0;
    margin: 0 0 0;
    list-style: none;
}
.indicator-slider li{
    list-style: none;
    width: 70px;
    height: 68px;
    margin: 0 0 0 0;
    text-indent: 0;
    text-align: center;
    position: relative;
    cursor: pointer;
    background: transparent;
    background-clip: padding-box;
    border-top: none;
    opacity: 1;
    border-bottom: 1px solid #e5e7f0;
    display: inline-block;
}
.indicator-slider .slick-center li{
    border-color: #237B48;
}
.indicator-slider li img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    width: auto;
}
.slick-initialized .slick-slide{
    border: none;
    outline: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.indicator-slider .slick-slide{
    padding: 0 5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.indicator-slider .slick-arrow{
    background: rgba(35, 47, 62, 0.08);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    color: rgba(35, 47, 62, 0.50);
    text-align: center;
    border-radius: 3px;
    border: none;
    outline: none;
    font-size: 12px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 34px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.indicator-slider .slick-arrow:hover{
    background: #237B48;
    color: #fff;
}
.indicator-slider .slick-next{
    position: absolute;
    left: auto;
    right: 0;
}
.product-decp{
    position: relative;
    margin: 0 0 0 11px;
}
.product-decp h4{
    font-size: 20px;
    line-height: 26px;
    color: rgba(35, 47, 62, 0.90);
    letter-spacing: .60px;
    margin-bottom: 5px;
}
.product-decp .ratings{
    font-size: 12px;
    margin: 10px 0 0;
}
.product-decp .woocommerce-review-link{
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: rgba(35, 47, 62, 0.60);
    margin-left: 20px;
    letter-spacing: .52px;
}
.product-decp .woocommerce-review-link:hover{
    color: #237B48;
}
.sp-meta{
    position: relative;
    margin: 12px 0 13px;
    padding: 12px 0 0;
    border-top: 1px solid rgba(229, 231, 240, .75);
}
.metatext{
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: rgba(35, 47, 62, 0.75);
    letter-spacing: .56px;
}
.metatext span{
    display: inline-block;
    color: rgba(35, 47, 62, 0.60);
    padding-right: 7px;
    min-width: 50px;
}
.color-btn{
    display: inline-block;
    margin: 2px 9px 0 0px;
}
.color-btn input[type=radio] {
    display: none;
    margin: 0;
}
.color-btn label {
    position: relative;
    cursor: pointer;
    width: 14px;
    z-index: 2;
    height: 14px;
    border-radius: 50%;
    padding: 0 0;
    margin: 0;
    background: #e9967a;
    text-align: center;
}
.color-btn input[type=radio]:checked + label::after {
    background: #fff;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.color-1 label{
    background: #e9967a;
}
.color-2 label{
    background: #237B48;
}
.color-3 label{
    background: #ecd34b;
}
.color-4 label{
    background: #7ae9a1;
}
.clear{
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: rgba(35, 47, 62, 0.60);
    letter-spacing: .78px;
    margin-left: 5px;
}
.clear:hover{
    color: #237B48;
}
.quantityd {
    border: none;
    background: transparent;
    height: 36px;
    position: relative;
    z-index: 1;
    border-radius: 1px;
    width: 100px;
    float: left;
}
.quantityd button.qtyBtn {
    background: #dee0e2;
    height: 100%;
    width: 30%;
    padding: 0;
    position: absolute;
    font-size: 16px;
    line-height: 36px;
    border: none;
    outline: none;
    border: none;
    color: rgba(35, 47, 62, 0.40);
    border-radius: 3px 0 0 3px;
    letter-spacing: 0;
    font-weight: 600;
    padding: 0;
    text-align: center;
    top: 0;
    left: 0;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.quantityd input[type="text"] {
    border: medium none;
    color: rgba(35, 47, 62, 0.75);
    font-weight: 500;
    height: 100%;
    font-size: 15px;
    line-height: 36px;
    width: 40%;
    letter-spacing: .60px;
    background: rgba(35, 47, 62, 0.08);
    left: 0;
    margin: auto;
    outline: none;
    padding: 0 0px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: -1;
}
.quantityd button.qtyBtn.btnPlus {
    left: auto;
    right: 0;
    border: none;
    border-radius: 0 3px 3px 0;
}
.quantityd button.qtyBtn:hover{
    color: #237B48;
}
.product-decp .product-price .price{
    color: rgba(35, 47, 62, 0.90);
    font-size: 20px;
    letter-spacing: 0;
    line-height: 31px;
}
.product-decp .product-price .price span span{
    margin-right: 5px;
}
.product-decp .quantityd{
    margin-bottom: 25px;
    margin-right: 38px;
}
.add_to_car_btn{
    position: relative;
    display: inline-block;
    height: 44px;
    background: #237B48;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 44px;
    letter-spacing: .64px;
    text-align: center;
    border: none;
    outline: none;
    padding: 0 24px;
}
.add_to_car_btn i{
    font-size: 18px;
    margin-right: 12px;
    position: relative;
    top: 2px;
}
.add_to_car_btn:hover{
    background: #237B48;
    color: #fff;
}
.cart-meta{
    position: relative;
    display: block;
    margin: 0 0 27px;
}
.cart-meta .view,
.cart-meta .whishlist,
.cart-meta .compare{
    position: relative;
    background: rgba(35, 47, 62, 0.08);
    color: rgba(35, 47, 62, 0.50);
    width: 44px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    margin-left: 16px;
}
.cart-meta a .tooltiptext{
    background: #232f3e;
    width: 60px;
    text-transform: initial;
    font-size: 12px;
    font-weight: 400;
    left: -8px;
    bottom: auto;
    top: -25px
}
.cart-meta a .tooltiptext::after{
    border-top-color: #232f3e;
}
.cart-meta a:hover .tooltiptext{
    visibility: visible;
    opacity: 1;
    top: -32px;
}
.metatext a{
    color: inherit;
}
.metatext a:hover{
    color: #237B48;
}
.product-share{
    position: relative;
    margin: 0 0 0 14px;
}
.product-share a{
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: rgba(35, 47, 62, 0.60);
    letter-spacing: .56px;
    margin-left: 9px;
}
.product-share a:hover{
    color: #237B48;
}
/*--- Product Tab ---*/
.productTabs{
    position: relative;
    margin: 44px 0 34px;
    padding: 0;
    border-bottom: 1px solid rgba(229, 231, 240, .75);
}
.productTabs li{
    list-style: none;
    display: inline-block;
    margin: 0 40px 14px 0;
}
.productTabs li:last-child{
    margin-right: 0;
}
.productTabs li a{
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: rgba(35, 47, 62, 0.90);
    letter-spacing: .42px;
    text-transform: capitalize;
    position: relative;
}
.productTabs li a:after{
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    bottom: -15px;
    height: 1px;
    width: 0;
    transition: width .4s cubic-bezier(.25,.8,.25,1) 0s;
    background: #237B48;
}
.productTabs li a.active:after, .productTabs li a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
.productTabs li a.active{
    font-weight: 500;
}
.tab-description{
    position: relative;
}
.tab-description p{
    margin: 0 0 26px;
}
.tab-description ul{
    margin: 0;
    padding: 0 0 41px 25px;
}
.tab-description ul li{
    line-height: 32px;
    color: rgba(35, 47, 62, 0.75);
    list-style: none;
    position: relative;
    padding-left: 16px;
}
.tab-description ul li:after{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 4px;
    height: 4px;
    background: rgba(35, 47, 62, 0.65);
    border-radius: 50%;
}
.tab-specification{
    position: relative;
}
.tab-specification h4{
    font-size: 18px;
    line-height: 26px;
    color: rgba(35, 47, 62, 0.90);
    letter-spacing: .54px;
    margin: 0 0 15px;
}
.tab-specification table {
    position: relative;
    width: 100%;
    border: none;
    background: transparent;
    margin: 0;
}
.tab-specification table tr th {
    font-size: 16px;
    line-height: 32px;
    color: rgba(35, 47, 62, 0.65);
    font-weight: 400;
    letter-spacing: .48px;
    width: 33%;
    margin: 0 0 0;
    position: relative;
    padding: 0;
    background: transparent;
    border: none;
}
.tab-specification table tr th:after{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: ':';
    font-size: 16px;
    line-height: 32px;
    color: rgba(35, 47, 62, 0.65);
}
.tab-specification table tr td {
    font-size: 16px;
    line-height: 32px;
    color: rgba(35, 47, 62, 0.65);
    font-style: normal;
    font-weight: 400;
    letter-spacing: .48px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}
.tab-reviews{
    position: relative;
}
.reviews-form-area{
    position: relative;
    margin: 0 0 75px;
}
.reviews-form-area h5{
    font-size: 18px;
    line-height: 26px;
    color: rgba(35, 47, 62, 0.90);
    letter-spacing: .54px;
    margin: 0 0 8px;
}
.comment-form-rating{
    display: flex;
    justify-content: flex-start;
    margin: 0 0 18px;
}
.comment-form-rating label{
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: rgba(35, 47, 62, 0.60);
    letter-spacing: .56px;
    margin: 0;
}
.comment-form-rating .ratings{
    font-size: 12px;
    line-height: 30px;
    margin-left: 10px;
}
.review-area{
    position: relative;
    margin: 0 0 0;
}
.review-area > h5{
    font-size: 18px;
    line-height: 26px;
    color: rgba(35, 47, 62, 0.90);
    letter-spacing: .54px;
    margin: 0 0 32px;
}
.review-area .comments-list .comment-author-admin{
    background: transparent;
    box-shadow: none;
    padding: 0 0 23px;
    margin: 0 0 32px;
    border: none;
    border-bottom: 1px solid #e5e7f0;
}
.review-area .comments-list .comment-author-admin:last-child{
    border: none;
}
.review-area .comments-list .comment-author-admin .children .comment-author-admin   {
    margin: 23px 0 0 30px;
    padding: 32px 0 0;
    border-top: 1px solid #e5e7f0;
}
.review-area .eforest-btn{
    height: 46px;
    background: rgba(35, 47, 62, 0.08);
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1.4px;
    padding: 18px 10px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    max-width: 190px;
}
.review-area .eforest-btn:hover{
    color: #fff;
}
.tab-shipping h5{
    font-size: 18px;
    line-height: 26px;
    color: rgba(35, 47, 62, 0.90);
    letter-spacing: .54px;
    margin: 0 0 20px;
}
.tab-shipping p{
    margin: 0 0 26px;
}
.tab-shipping ul{
    margin: -5px 0 40px;
    padding: 0;
}
.tab-shipping ul li{
    line-height: 32px;
    color: rgba(35, 47, 62, 0.75);
    list-style: none;
    font-weight: 500;
    width: 100%;
    font-style: italic;
    position: relative;
    padding-left: 15px;
}
.tab-shipping ul li span{
    float: right;
}
.tab-shipping ul li:after{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 4px;
    height: 4px;
    background: rgba(35, 47, 62, 0.65);
    border-radius: 50%;
}
.related-product-area{
    position: relative;
    background: #fff;
    margin: 50px 0 0;
    padding: 23px 30px 22px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0 10px 0px rgba(35, 47, 62, 0.10);
    -moz-box-shadow: 0px 0 10px 0px rgba(35, 47, 62, 0.10);
    box-shadow: 0px 0 10px 0px rgba(35, 47, 62, 0.10);
}
.related-product-area .sec-title{
    width: calc(100% + 60px);
    left: -30px;
    padding-left: 30px;
    margin-bottom: 4px;
}
.related-pro-slider.owl-carousel .owl-nav{
    position: absolute;
    right: -12px;
    top: -48px;
    margin: 0;
    padding: 0;
}
.related-pro-slider.owl-carousel .owl-nav button{
    font-size: 15px;
    line-height: 30px;
    margin: 0 11px;
    position: relative;
    color: rgba(35, 47, 62, 0.50);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.related-pro-slider.owl-carousel .owl-nav button.owl-next:after{
    width: 2px;
    height: 16px;
    background: #c1c5ca;
    content: '';
    position: absolute;
    left: -12px;
    top: 6px
}
.related-pro-slider.owl-carousel .owl-nav button:hover{
    color: #237B48;
}

/*--------------------------------------------------------
/ 10. Tracking Page
/---------------------------------------------------------*/
.tracking-section{
    position: relative;
    padding: 0 0 100px;
}
.tracking-form {
    background: #fff;
    text-align: center;
    padding: 64px 95px 70px;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    -moz-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
}
.tracking-form h4{
    color: rgba(35, 47, 62, 0.90);
    font-size: 30px;
    line-height: 39px;
    letter-spacing: 0;
    margin: 0 0 13px;
}
.tracking-form > p{
    color: rgba(35, 47, 62, 0.75);
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .60px;
    margin: 0 0 51px;
}
.tracking-form .form-row{
    margin: 0 0 0;
}
.tracking-form input[type="email"],
.tracking-form input[type="number"],
.tracking-form input[type="text"]{
    width: 100%;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: .56px;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid rgba(145, 151, 158, 0.5);
    background: transparent;
    color: #232f3e;
    outline: none;
    padding: 0 20px;
    margin-bottom: 25px;
}
.tracking-form input[type="email"]::-moz-placeholder,
.tracking-form input[type="number"]::-moz-placeholder,
.tracking-form input[type="text"]::-moz-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.tracking-form input[type="email"]::-ms-input-placeholder,
.tracking-form input[type="number"]::-ms-input-placeholder,
.tracking-form input[type="text"]::-ms-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.tracking-form input[type="email"]::-webkit-input-placeholder,
.tracking-form input[type="number"]::-webkit-input-placeholder,
.tracking-form input[type="text"]::-webkit-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.tracking-form button {
    height: 46px;
    background: #237B48;
    color: #fff;
    letter-spacing: 1.3px;
    padding: 18px 24px;
}
.tracking-form button::before {
    background: #237B48;
}

/*--------------------------------------------------------
/ 11. Cart Page
/---------------------------------------------------------*/
.cart-section{
    position: relative;
    padding: 0 0 100px;
}
.cart-table-area{
    background: #fff;
    padding: 60px 40px 70px;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    -moz-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
}
.shopping-process{
    position: relative;
    max-width: 640px;
    margin: 0 auto 58px;
    display: flex;
    justify-content: space-between;
}
.single-process{
    position: relative;
    text-align: center;
}
.single-process span{
    display: block;
    width: 46px;
    height: 46px;
    background: rgba(35, 47, 62, 0.10);
    color: rgba(35, 47, 62, 0.75);
    border-radius: 3px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .80px;
    margin: 0 auto 16px;
}
.single-process p{
    color: rgba(35, 47, 62, 0.50);
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.69px;
    font-weight: 500;
    margin: 0;
}
.single-process:after{
    position: absolute;
    right: -114%;
    left: auto;
    top: 20px;
    width: 155px;
    height: 2px;
    background: #e9eaeb;
    content: '';
}
.single-process:nth-child(2):after{
    right: -187%;
}
.single-process:last-child:after{
    display: none;
}
.cart-title{
    font-size: 30px;
    line-height: 39px;
    color: rgba(35, 47, 62, 0.90);
    text-align: center;
    margin: 0 0 55px;
}
.woocommerce .cart-table,
.cart-table{
    width: 100%;
    position: relative;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 0 50px;
}
.woocommerce table.cart-table thead tr th,
.cart-table thead tr th{
    font-size: 14px;
    color: rgba(35, 47, 62, 0.75);
    letter-spacing: .70px;
    background: transparent;
    padding: 19px 20px 18px;
    font-weight: 400;
    line-height: 18px;
    border: none;
    border-top: 1px solid #e9eaeb;
    border-bottom: 1px solid #e9eaeb;
}

.woocommerce table.cart-table thead tr th.product-remove,
.cart-table thead tr th.product-remove{
    text-align: right;
}
.woocommerce table.cart-table tbody tr td, 
.cart-table tbody tr td{
    border-bottom: 1px solid #e9eaeb;
    color: rgba(35, 47, 62, 0.75);
    font-size: 16px;
    padding: 28px 15px 28px 15px;
    line-height: 21px;
    font-weight: 400;
}
.woocommerce table.cart-table tbody tr td.product-name, 
.cart-table tbody tr td.product-name{
    padding-left: 28px;
}
.cart-table tbody tr td.product-name img{
    max-width: 60px;
    max-height: 79px;
}
.cart-table tbody tr td.product-name .cp-title{
    display: inline-block;
    color: rgba(35, 47, 62, 0.85);
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: .45px;
    margin: 0 0 0 26px;
}
.cart-table tbody tr td.product-name .cp-title:hover{
    color: #237B48;
}
.cart-table tbody tr td.product-price .price{
    letter-spacing: 0;
    font-weight: 400;
    white-space: nowrap;
}
.cart-table tbody tr td .quantityd input[type="text"]{
    background: rgba(35, 47, 62, 0.05);
    border-left: 1px solid rgba(35, 47, 62, 0.15);
    border-right: 1px solid rgba(35, 47, 62, 0.15);
}
.cart-table tbody tr td .quantityd button.qtyBtn{
    background: rgba(35, 47, 62, 0.05);
}
.cart-table tbody tr td.product-subtotal .price{
    font-weight: 500;
    letter-spacing: 0;
    color: rgba(35, 47, 62, 0.85);
    white-space: nowrap;
}
.cart-table tbody tr td.product-remove{
    text-align: right;
    padding-right: 55px;
}
.cart-table tbody tr td.product-remove a{
    display: inline-block;
    color: rgba(35, 47, 62, 0.5);
    font-size: 20px;
}
.cart-table tbody tr td.product-remove a:hover{
    color: #237B48;
}
.cart-table tbody tr.with-bg{
    background: rgba(35, 47, 62, 0.02);
}
.cart-table tbody tr td.actions{
    text-align: right;
    padding: 30px 20px 50px;
}
.cart-table tbody tr td.actions button{
    position: relative;
    background: rgba(35, 47, 62, 0.10);
    color: rgba(35, 47, 62, 0.85);
    height: 46px;
    font-size: 13px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;
    outline: none;
    display: inline-block;
    text-align: center;
    padding: 0 24px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cart-table tbody tr td.actions button:hover{
    background: #237B48;
    color: #fff;
}
.coupon{
    position: relative;
    padding: 0 130px 0 20px;
}
.coupon h5{
    font-size: 20px;
    line-height: 39px;
    letter-spacing: 0;
    color: rgba(35, 47, 62, 0.90);
    margin: 0 0 0px;
}
.coupon p{
    font-size: 15px;
    line-height: 26px;
    color: rgba(35, 47, 62, 0.75);
    letter-spacing: .60px;
    font-style: italic;
    margin: 0 0 25px;
}
.coupon input[type="text"]{
    width: 100%;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: .56px;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid rgba(145, 151, 158, 0.5);
    background: transparent;
    color: #232f3e;
    outline: none;
    padding: 0 20px;
    margin: 0 0 20px;
}
.coupon input[type="text"]::-moz-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.coupon input[type="text"]::-ms-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.coupon input[type="text"]::-webkit-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.coupon button{
    position: relative;
    background: rgba(35, 47, 62, 0.10);
    color: #fff;
    height: 46px;
    font-size: 13px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;
    outline: none;
    display: inline-block;
    text-align: center;
    padding: 0 24px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.coupon button:hover{
    background: #237B48;
}
.cart-totals{
    position: relative;
    padding: 0 0 0 60px;
}
.cart-totals h5{
    font-size: 20px;
    line-height: 39px;
    letter-spacing: 0;
    color: rgba(35, 47, 62, 0.90);
    margin: 0 0 8px;
}
.cart-totals table{
    width: 100%;
    position: relative;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
.woocommerce .cart-totals table tbody tr th, 
.cart-totals table tbody tr th {
    font-size: 16px;
    color: rgba(35, 47, 62, 0.75);
    letter-spacing: .48px;
    background: transparent;
    padding: 9px 0;
    font-weight: 500;
    line-height: 26px;
    border: none;
    border-bottom: 1px solid #e9eaeb;
}
.woocommerce .cart-totals table tbody tr th span, 
.cart-totals table tbody tr th span{
    letter-spacing: 0;
    font-weight: 300;
    font-style: italic;
}
.woocommerce .cart-totals table tbody tr td, 
.cart-totals table tbody tr td{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: rgba(35, 47, 62, 0.85);
    letter-spacing: .48px;
    border-bottom: 1px solid #e9eaeb;
    text-align: right;
} 
.woocommerce .cart-totals table tbody tr.tax th, 
.cart-totals table tbody tr.tax th,
.woocommerce .cart-totals table tbody tr.tax td, 
.cart-totals table tbody tr.tax td{
    border-color: rgba(35, 47, 62, 0.50);
}
.woocommerce .cart-totals table tbody tr.order-total th, 
.cart-totals table tbody tr.order-total th{
    color: #232f3e;
}
.woocommerce .cart-totals table tbody tr.order-total td, 
.cart-totals table tbody tr.order-total td{
    color: #237B48;
}
.wc-proceed-to-checkout{
    position: relative;
    padding: 20px 0 0;
}
.wc-proceed-to-checkout a{
    display: inline-block;
}
.shipping-calculator-button{
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .60px;
    text-decoration: underline;
    color: rgba(35, 47, 62, 0.75);
    margin: 8px 0 0;
}
.shipping-calculator-button:hover{
    text-decoration: underline;
    color: #237B48;
}
.wc-proceed-to-checkout .checkout-button{
    position: relative;
    background: #237B48;
    color: #fff;
    height: 46px;
    font-size: 13px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;
    outline: none;
    display: inline-block;
    text-align: center;
    padding: 0 24px;
    float: right;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.wc-proceed-to-checkout .checkout-button:hover{
    background: #237B48;
}

body.woocommerce-cart .single-process:nth-child(1) span{
    background: #237B48;
    color: #fff;
}

/*--------------------------------------------------------
/ 12. Checkout Page
/---------------------------------------------------------*/
body.woocommerce-checkout .single-process:nth-child(2) span,
body.woocommerce-checkout .single-process:nth-child(1) span{
    background: #237B48;
    color: #fff;
}
body.woocommerce-checkout .single-process:nth-child(1):after{
    background: #237B48;
    color: #fff;
}
.chekout-table-area{
    background: #fff;
    padding: 60px 55px 70px;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    -moz-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
}
.woocommerce-form-coupon-toggle{
    position: relative;
    margin: 0 0 44px;
    padding: 0;
}
.woocommerce-form-coupon-toggle .woocommerce-info{
    position: relative;
    margin: 0;
    padding: 0;
    position: relative;
    background: transparent;
    color: rgba(35, 47, 62, 0.75);
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .60px;
    border: none;
    list-style: none;
    width: 100%;
}
.woocommerce-form-coupon-toggle .woocommerce-info a{
    color: inherit;
    font-weight: 400;
    text-decoration: underline;
}
.woocommerce-form-coupon-toggle .woocommerce-info a:hover{
    color: #237B48;
}
.woocommerce-billing-fields{
    position: relative;
}
.woocommerce-billing-fields h5{
    font-size: 20px;
    line-height: 39px;
    letter-spacing: 0;
    color: rgba(35, 47, 62, 0.90);
    margin: 0 0 16px;
}
.woocommerce-billing-fields .form-row{
    margin: 0 0 15px;
}
.woocommerce-billing-fields label{
    display: none;
}
.woocommerce-billing-fields textarea,
.woocommerce-billing-fields select,
.woocommerce-billing-fields input{
    width: 100%;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: .56px;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid rgba(145, 151, 158, 0.5);
    background: transparent;
    color: #232f3e;
    outline: none;
    padding: 0 19px;
    margin: 0 0 0;
}
.woocommerce-billing-fields textarea::-moz-placeholder,
.woocommerce-billing-fields select::-moz-placeholder,
.woocommerce-billing-fields input::-moz-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.woocommerce-billing-fields textarea::-ms-input-placeholder,
.woocommerce-billing-fields select::-ms-input-placeholder,
.woocommerce-billing-fields input::-ms-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.woocommerce-billing-fields textarea::-webkit-input-placeholder,
.woocommerce-billing-fields select::-webkit-input-placeholder,
.woocommerce-billing-fields input::-webkit-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.woocommerce-billing-fields select{
    color: rgba(35, 47, 62, 0.50);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.woocommerce-billing-fields .select-field{
    position: relative;
    width: 100%;
    display: block;
}
.woocommerce-billing-fields .select-field:after{
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-size: 13px;
    line-height: 46px;
    color: rgba(132, 142, 156, 0.50);
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.create-account{
    position: relative;
    margin: 47px 0 0;
}
.create-account input[type="checkbox"], .woocommerce .create-account input[type="checkbox"] {
    display: none;
}
.create-account label,
.woocommerce .create-account label{
    font-size: 20px;
    line-height: .8;
    letter-spacing: 0;
    font-weight: 500;
    padding-left: 31px;
    position: relative;
    cursor: pointer;
    color: rgba(35, 47, 62, 0.90);
    margin: 0 0 0;
}
.create-account label::before, 
.woocommerce .create-account label:before {
    background: transparent;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 16px;
    border: 1px solid rgba(145, 151, 158, 0.65);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.create-account input:checked + label::after, 
.woocommerce .create-account input:checked + label::after {
    background: #237B48;
    bottom: 0;
    content: "";
    height: 10px;
    left: 3px;
    position: absolute;
    top: 2px;
    width: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.create-account input:checked + label::before, 
.woocommerce .create-account input:checked + label::before {
    border-color: #237B48;
}
.woocommerce-shipping-fields{
    position: relative;
    margin: 35px 0 0;
}
.woocommerce-shipping-fields h5{
    font-size: 20px;
    line-height: .8;
    letter-spacing: 0;
    color: rgba(35, 47, 62, 0.90);
    margin: 0 0 27px;
}
.woocommerce-shipping-fields input[type="checkbox"], 
.woocommerce .woocommerce-shipping-fields input[type="checkbox"] {
    display: none;
}
.woocommerce-shipping-fields label,
.woocommerce .woocommerce-shipping-fields label{
    font-size: 20px;
    line-height: .8;
    letter-spacing: 0;
    font-weight: 500;
    padding-left: 31px;
    position: relative;
    cursor: pointer;
    color: rgba(35, 47, 62, 0.90);
    margin: 0 0 0;
}
.woocommerce-shipping-fields label::before, 
.woocommerce .woocommerce-shipping-fields label:before {
    background: transparent;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 16px;
    border: 1px solid rgba(145, 151, 158, 0.65);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woocommerce-shipping-fields input:checked + label::after, 
.woocommerce .woocommerce-shipping-fields input:checked + label::after {
    background: #237B48;
    bottom: 0;
    content: "";
    height: 10px;
    left: 3px;
    position: absolute;
    top: 2px;
    width: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woocommerce-shipping-fields input:checked + label::before, 
.woocommerce .woocommerce-shipping-fields input:checked + label::before {
    border-color: #237B48;
}
.woocommerce-shipping-fields .form-row{
    margin: 0 0 15px;
}
.woocommerce-shipping-fields .form-row label{
    display: none;
}
.woocommerce-shipping-fields textarea,
.woocommerce-shipping-fields select,
.woocommerce-shipping-fields input{
    width: 100%;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: .56px;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid rgba(145, 151, 158, 0.5);
    background: transparent;
    color: #232f3e;
    outline: none;
    padding: 0 19px;
    margin: 0 0 0;
}
.woocommerce-shipping-fields textarea::-moz-placeholder,
.woocommerce-shipping-fields select::-moz-placeholder,
.woocommerce-shipping-fields input::-moz-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.woocommerce-shipping-fields textarea::-ms-input-placeholder,
.woocommerce-shipping-fields select::-ms-input-placeholder,
.woocommerce-shipping-fields input::-ms-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.woocommerce-shipping-fields textarea::-webkit-input-placeholder,
.woocommerce-shipping-fields select::-webkit-input-placeholder,
.woocommerce-shipping-fields input::-webkit-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.woocommerce-shipping-fields select{
    color: rgba(35, 47, 62, 0.50);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.woocommerce-shipping-fields .select-field{
    position: relative;
    width: 100%;
    display: block;
}
.woocommerce-shipping-fields .select-field:after{
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-size: 13px;
    line-height: 46px;
    color: rgba(132, 142, 156, 0.50);
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woocommerce-additional-fields{
    position: relative;
    margin: 32px 0 0;
}
.woocommerce-additional-fields label{
    font-size: 20px;
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: .8;
    letter-spacing: 0;
    color: rgba(35, 47, 62, 0.90);
    margin: 0 0 18px;
}
.woocommerce-additional-fields textarea{
    width: 100%;
    height: 120px;
    resize: none;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .56px;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid rgba(145, 151, 158, 0.5);
    background: transparent;
    color: #232f3e;
    outline: none;
    padding: 7px 19px 0;
    margin: 0 0 0;
}
.woocommerce-additional-fields textarea::-moz-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.woocommerce-additional-fields textarea::-ms-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.woocommerce-additional-fields textarea::-webkit-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.woocommerce-checkout-review-order{
    position: relative;
    padding: 0 0 0 65px;
}
.woocommerce-checkout-review-order h5{
    font-size: 20px;
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0;
    color: rgba(35, 47, 62, 0.90);
    margin: 0 0 12px;
}
.woocommerce-checkout-review-order table{
    width: 100%;
    position: relative;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
.woocommerce-checkout-review-order thead tr th,
.woocommerce .woocommerce-checkout-review-order thead tr th {
    padding: 0px 0 8px;
    font-size: 16px;
    color: rgba(35, 47, 62, 0.75);
    line-height: 26px;
    letter-spacing: .48px;
    font-weight: 500;
    border-bottom: 1px solid rgba(35, 47, 62, 0.50);
}
.woocommerce-checkout-review-order thead tr th.product-total{
    text-align: right;
}
.woocommerce-checkout-review-order tbody tr td,
.woocommerce .woocommerce-checkout-review-order tbody tr td {
    padding: 9px 0 10px;
    font-size: 15px;
    color: rgba(35, 47, 62, 0.75);
    line-height: 26px;
    letter-spacing: .45px;
    font-weight: 400;
    border-bottom: 1px solid #e9eaeb;
}
.woocommerce-checkout-review-order tbody tr td strong,
.woocommerce .woocommerce-checkout-review-order tbody tr td strong{
    font-weight: 400;
}
.woocommerce-checkout-review-order tbody tr td.product-total{
    text-align: right;
    letter-spacing: .48px;
    font-size: 16px;
    color: rgba(35, 47, 62, 0.85);
}
.woocommerce-checkout-review-order tfoot tr th,
.woocommerce .woocommerce-checkout-review-order tfoot tr th {
    padding: 9px 0 10px;
    font-size: 15px;
    color: rgba(35, 47, 62, 0.75);
    line-height: 26px;
    letter-spacing: .45px;
    font-weight: 500;
    border-bottom: 1px solid #e9eaeb;
}
.woocommerce-checkout-review-order tfoot tr td,
.woocommerce .woocommerce-checkout-review-order tfoot tr td {
    padding: 9px 0 10px;
    font-size: 16px;
    color: rgba(35, 47, 62, 0.85);
    line-height: 26px;
    letter-spacing: .48px;
    font-weight: 500;
    border-bottom: 1px solid #e9eaeb;
    text-align: right;
}
.woocommerce-checkout-review-order tfoot tr.tax td,
.woocommerce .woocommerce-checkout-review-order tfoot tr.tax td,
.woocommerce-checkout-review-order tfoot tr.tax th,
.woocommerce .woocommerce-checkout-review-order tfoot tr.tax th{
    border-color: rgba(35, 47, 62, 0.50);
}
.woocommerce-checkout-review-order tfoot tr.order-total td,
.woocommerce .woocommerce-checkout-review-order tfoot tr.order-total td,
.woocommerce-checkout-review-order tfoot tr.order-total th,
.woocommerce .woocommerce-checkout-review-order tfoot tr.order-total th{
    border: none;
    color: #232f3e;
}
.woocommerce-checkout-review-order tfoot tr.order-total td strong,
.woocommerce .woocommerce-checkout-review-order tfoot tr.order-total td strong{
    color: #237B48;
    font-size: 18px;
    letter-spacing: .54px;
}
.woocommerce-checkout-review-order tbody tr td.product-total{
    text-align: right;
    letter-spacing: .48px;
    font-size: 16px;
    color: rgba(35, 47, 62, 0.85);
}
.wc_payment_methods{
    margin: 0;
    padding: 36px 0 0 24px;
}
.wc_payment_methods li{
    list-style: none;
    display: block;
    margin: 0 0 17px;
}
.wc_payment_methods li input[type="radio"]{
    display: none;
}
.wc_payment_methods li label{
    cursor: pointer;
    position: relative;
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    color: rgba(35, 47, 62, 0.90);
    font-size: 16px;
    line-height: .8;
    letter-spacing: .48px;
    font-weight: 500;
    margin: 0 0 0;
}
.wc_payment_methods li label::before {
    background: transparent;
    content: "";
    height: 14px;
    left: -24px;
    position: absolute;
    border-radius: 50%;
    top: 0px;
    width: 14px;
    border: 1px solid rgba(145, 151, 158, 0.65);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wc_payment_methods li input[type="radio"]:checked + label::after {
    background: #237B48;
    bottom: 0;
    content: "";
    height: 6px;
    left: -20px;
    margin: auto;
    position: absolute;
    top: 0;
    border-radius: 50%;
    width: 6px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wc_payment_methods li input[type="radio"]:checked + label::before {
    border-color: #237B48;
}
.payment_box{
    margin: 0;
    padding: 0;
}
.payment_box p{
    font-size: 15px;
    line-height: 26px;
    color: rgba(35, 47, 62, 0.65);
    letter-spacing: .45px;
    margin: 0 0 3px;
}
.payment_box img{
    max-width: 100%;
    height: auto;
    margin: 11px 0 23px;
}
.payment_box input{
    width: 100%;
    height: 44px;
    resize: none;
    font-size: 13px;
    line-height: 44px;
    letter-spacing: .52px;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid rgba(145, 151, 158, 0.5);
    background: transparent;
    color: rgba(35, 47, 62, 0.65);
    outline: none;
    padding: 0 20px;
    margin: 15px 0 0;
}
.payment_box input::-moz-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.payment_box input::-ms-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.payment_box input::-webkit-input-placeholder{
   color: #232f3e;
   opacity: .5; 
}
.place-order{
    position: relative;
    margin: 35px 0 0;
}
.place-order label{
    font-size: 15px;
    line-height: .8;
    letter-spacing: 0;
    font-weight: 400;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    color: #69788c;
    margin: 0 0 0;
}
.place-order label a{
    color: #237B48;
}
.place-order label a:hover{
    color: #69788c;
}
.place-order input[type="radio"]{
    display: none;
}
.place-order label::before {
    background: transparent;
    content: "";
    height: 13px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 13px;
    border: 1px solid rgba(145, 151, 158, 0.65);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.place-order input[type="radio"]:checked + label::after{
    background: #237B48;
    bottom: 0;
    content: "";
    height: 7px;
    left: 3px;
    position: absolute;
    top: 2px;
    width: 7px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.place-order input:checked + label::before {
    border-color: #237B48;
}
.place-order button {
    margin: 25px 0 0;
    position: relative;
    background: #237B48;
    color: #fff;
    height: 46px;
    font-size: 13px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;
    outline: none;
    display: inline-block;
    text-align: center;
    padding: 0 24px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.place-order button:hover {
    background: #237B48;
}

/*--------------------------------------------------------
/ 13. Order Complete Page
/---------------------------------------------------------*/
body.woocommerce-order-received .single-process span{
    background: #237B48;
    color: #fff;
}
body.woocommerce-order-received .single-process:after{
    background: #237B48;
    color: #fff;
}
.order-complete-area{
    background: #fff;
    padding: 60px 60px 70px;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    -moz-box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
    box-shadow: 0px 10px 35px 0px rgba(35, 47, 62, 0.05);
}
.woocommerce-order{
    position: relative;
}
.woocommerce-order .cart-title{
    margin-bottom: 5px;
}
.woocommerce-thankyou-order-received{
    text-align: center;
    font-size: 15px;
    color: rgba(35, 47, 62, 0.65);
    letter-spacing: .60px;
    margin: 0;
}
.woocommerce-thankyou-order-details{
    margin: 55px 0 38px;
    padding: 0;
    border: 1px solid rgba(35, 47, 62, 0.50);
    border-radius: 3px;
    display: flex;
    justify-content: space-around;
}
.woocommerce-thankyou-order-details li{
    list-style: none;
    display: block;
    color: rgba(35, 47, 62, 0.50);
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: .56px;
    width: 100%;
    border-right: 1px solid rgba(35, 47, 62, 0.50);
    margin: 0;
    padding: 26px 0 25px 50px;
}
.woocommerce-thankyou-order-details li:last-child{
    border: none;
}
.woocommerce-thankyou-order-details li strong{
    display: block;
    font-weight: 500;
    letter-spacing: .56px;
    color: rgba(35, 47, 62, 0.90);
}
.woocommerce-thankyou-order-details li.woocommerce-order-overview__order,
.woocommerce-thankyou-order-details li.woocommerce-order-overview__total{
    background: rgba(35, 47, 62, 0.03);
}
.woocommerce-order-details{
    position: relative;
    max-width: 420px;
}
.woocommerce-order-details__title{
    font-size: 20px;
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0;
    color: rgba(35, 47, 62, 0.90);
    margin: 0 0 12px;
}
.woocommerce-checkout-review-order h5{
    font-size: 20px;
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0;
    color: rgba(35, 47, 62, 0.90);
    margin: 0 0 12px;
}
.woocommerce-order-details table{
    width: 100%;
    position: relative;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
.woocommerce-order-details thead tr th,
.woocommerce .woocommerce-order-details thead tr th {
    padding: 0px 0 8px;
    font-size: 16px;
    color: rgba(35, 47, 62, 0.75);
    line-height: 26px;
    letter-spacing: .48px;
    font-weight: 500;
    border-bottom: 1px solid rgba(35, 47, 62, 0.50);
}
.woocommerce-order-details thead tr th.product-total{
    text-align: right;
}
.woocommerce-order-details tbody tr td,
.woocommerce .woocommerce-order-details tbody tr td {
    padding: 9px 0 10px;
    font-size: 15px;
    color: rgba(35, 47, 62, 0.75);
    line-height: 26px;
    letter-spacing: .45px;
    font-weight: 400;
    border-bottom: 1px solid #e9eaeb;
}
.woocommerce-order-details tbody tr td strong,
.woocommerce .woocommerce-order-details tbody tr td strong{
    font-weight: 400;
}
.woocommerce-order-details tbody tr td.product-total{
    text-align: right;
    letter-spacing: .48px;
    font-size: 16px;
    color: rgba(35, 47, 62, 0.85);
}
.woocommerce-order-details tfoot tr th,
.woocommerce .woocommerce-order-details tfoot tr th {
    padding: 9px 0 10px;
    font-size: 15px;
    color: rgba(35, 47, 62, 0.75);
    line-height: 26px;
    letter-spacing: .45px;
    font-weight: 500;
    border-bottom: 1px solid #e9eaeb;
}
.woocommerce-order-details tfoot tr td,
.woocommerce .woocommerce-order-details tfoot tr td {
    padding: 9px 0 10px;
    font-size: 16px;
    color: rgba(35, 47, 62, 0.85);
    line-height: 26px;
    letter-spacing: .48px;
    font-weight: 500;
    border-bottom: 1px solid #e9eaeb;
    text-align: right;
}
.woocommerce-order-details tfoot tr.product-payment-method td,
.woocommerce .woocommerce-order-details tfoot tr.product-payment-method td,
.woocommerce-order-details tfoot tr.product-payment-method th,
.woocommerce .woocommerce-order-details tfoot tr.product-payment-method th{
    border-color: rgba(35, 47, 62, 0.50);
}
.woocommerce-order-details tfoot tr.product-payment-method td,
.woocommerce .woocommerce-order-details tfoot tr.product-payment-method td{
    color: rgba(35, 47, 62, 0.75);
    font-weight: 400;
}
.woocommerce-order-details tfoot tr.order-total td,
.woocommerce .woocommerce-order-details tfoot tr.order-total td,
.woocommerce-order-details tfoot tr.order-total th,
.woocommerce .woocommerce-order-details tfoot tr.order-total th{
    border: none;
    color: #232f3e;
}
.woocommerce-order-details tfoot tr.order-total td strong,
.woocommerce .woocommerce-order-details tfoot tr.order-total td strong{
    color: #237B48;
    font-size: 18px;
    letter-spacing: .54px;
}
.woocommerce-order-details tbody tr td.product-total{
    text-align: right;
    letter-spacing: .48px;
    font-size: 16px;
    color: rgba(35, 47, 62, 0.85);
}

/*--------------------------------------------------------
/ 14. Wishlist Page
/---------------------------------------------------------*/
.woocommerce table.wishlist-table tbody tr td.stock-status, 
.wishlist-table tbody tr td.stock-status{
    color: #237B48;
}
.woocommerce table.wishlist-table tbody tr td.stock-status a, 
.wishlist-table tbody tr td.stock-status a{
    color: #78a23f;
}
.woocommerce table.Wishlist-table tbody tr td.stock-status a:hover, 
.Wishlist-table tbody tr td.stock-status a:hover{
    color: #237B48;
}
table.wishlist-table tbody tr td .add_to_car_btn,
.woocommerce table.wishlist-table tbody tr td .add_to_car_btn{
    height: 46px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    padding: 0 24px;
    line-height: 46px;
}

/*--------------------------------------------------------
/ 15. Back To Top
/---------------------------------------------------------*/
#back-to-top {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: #237B48;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(35, 47, 62, 0.05);
    -moz-box-shadow:    0px 10px 30px 0px rgba(35, 47, 62, 0.05);
    box-shadow:         0px 10px 30px 0px rgba(35, 47, 62, 0.05);
}
#back-to-top:hover{
    background: #237B48;
}
#back-to-top:hover i {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode:both;
    animation-iteration-count: infinite;
}

/*--------------------------------------------------------
/ 16. Preloader
/---------------------------------------------------------*/
.preloader {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
.loaderInner{
    width: 70px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mask {
    position: absolute;
    border-radius: 2px;
    overflow: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.plane {
    background: #237B48;
    width: 400%;
    height: 100%;
    position: absolute;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    /*transition: all 0.8s ease; */
    z-index: 100;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.animation {
    transition: all 0.3s ease;
}
#top .plane {
    z-index: 2000;
    -webkit-animation: trans1 1.3s ease-in infinite  0s backwards;
    animation: trans1 1.3s ease-in infinite  0s backwards;
}
#middle .plane {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    background: #237B48;
    -webkit-animation: trans2 1.3s linear infinite  0.3s  backwards;
    animation: trans2 1.3s linear infinite  0.3s  backwards;
}
#bottom .plane {
    z-index: 2000;
    -webkit-animation: trans3 1.3s ease-out infinite  0.7s backwards;
    animation: trans3 1.3s ease-out infinite  0.7s backwards;
}
#top {
    width: 53px;
    height: 20px;
    left: 20px;
    -webkit-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0);
    z-index: 100;
}
#middle {
    width: 33px;
    height: 20px;
    left: 20px;
    top: 15px;
    -webkit-transform: skew(-15deg, 40deg);
    transform: skew(-15deg, 40deg);
}
#bottom {
    width: 53px;
    height: 20px;
    top: 30px;
    -webkit-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0);
}
.preloader p {
    color: #237B48;
    position: absolute;
    left: -3px;
    top: 45px;
    text-align: center;
    font-size: 11px;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
@-webkit-keyframes trans1 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }
}
@keyframes trans1 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }
}
@-webkit-keyframes trans2 {
    from {
        -webkit-transform: translate3d(-160px, 0, 0);
        transform: translate3d(-160px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
}
@keyframes trans2 {
    from {
        -webkit-transform: translate3d(-160px, 0, 0);
        transform: translate3d(-160px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
}
@-webkit-keyframes trans3 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-220px, 0, 0);
        transform: translate3d(-220px, 0, 0);
    }
}
@keyframes trans3 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-220px, 0, 0);
        transform: translate3d(-220px, 0, 0);
    }
}
