#map {
    width: 100%;
    height: 600px;
}
body {
    background-color: #fff5e0!important;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 80%;
}

.bg-theme {
    background-color: #008840;
}
.text-theme {
    color: #008840;
}
.text-dark {
    color: #333!important;
}

.bg-lime {
    background-color: #fff5e0!important;
}
.bg-limelight {
    background-color: #fff7e6!important;
}

.bg-cream {
    background-color: rgba(253, 226, 197, 0.3)!important;
}
.bg-product {
    background-color: #ffefd5!important;
}

.header__logo img {
    width: 200px;
}
.main-menu ul li a {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    padding: 32px 12px;
    color: #333;
}
.tpabout__icon img {
    width: 60px;
}
.tpabout__inner-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.03em;
    margin-bottom: 15px;
}
.tpcoundown__shape-four {
    right: 280px;
    top: 70px;
}
.tpproduct__title {
        font-size: 18px;
    }

.tpbanner__big-bg {
    background-size: cover;
    background-position: right center;
    padding: 185px 60px 45px 40px;
    border-radius: 10px;
}

.bage__discount {
    font-weight: 500;
    font-size: 12px;
    background-color: #008840;
    border-radius: 2px;
    color: var(--tp-common-white);
    padding: 3px 9px;
}

.product-feature-area {
    /*background-image: url(../img/banner/tree-vail3.png);*/
    background-position: top ;
    background-size: cover;
}
.tpproduct {
    background-color: #fff;
    border-radius: 10px;
     border: 0; 
}
.tpproduct__content {
    /*background-color: #ffefd5;*/
    padding: 11px 22px 20px 18px;
    border-radius: 10px;
}

.about-area, #singleproduct {
    background-image: url("../img/banner/banner-theme.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.product-area, .banner-area5 {
    background-image: url("../img/banner/green-leaf.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.shop-area-start {
    background-image: url("../img/banner/green-leaf.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.tpdetails__product {
    background-color: var(--tp-common-white);
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
}

.header-sticky {
    background: #fff5e0;
}
.tpfooter__widget-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #008840;
    margin-bottom: 30px;
}
.tpfooter__widget p {
    color: #333;
    font-size: 16px;
    margin-bottom: 0;
}
.tpfooter__widget-links ul li a {
    font-size: 16px;
    color: #333;
}
.tpfooter__widget-links ul li a:hover {
    color: #008840;
    padding-left: 8px;
}
.tpfooter__widget-time-info span {
    font-size: 16px;
    color: #333;
    display: block;
}
.tpfooter__widget-time-info span b {
    font-weight: 400;
    font-size: 16px;
    color: #111;
}
.breadcrumb__area {
    background-image: url("../img/breadcrumb-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    /*margin-top: -82px;*/
    padding: 100px 20px 50px ;
}
.breadcrumb__area .tpabout__inner-sub {
    font-weight: 700;
    font-size: 40px;
}
.tplocation__content ul li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: var(--tp-text-body);
}
.tpproduct__content {
    /* background-color: #ffefd5; */
    padding: 0px 22px 20px 18px;
    border-radius: 10px;
    margin-top: -20px;
}
.product__details-info-list li {
    padding-left: 12px;
}
#singleproduct2 .tpdetails__product {
    background-color: transparent;
    padding: 20px;
    border-radius: 10px;
}
#singleproduct2 .product__details-price-box {
    padding-bottom: 0px;
    border-bottom: 1px solid #E6ECF0;
    margin-bottom: 0px;
}
#cardhover-area .detail p {
    color: #fff;
}
.tpproduct {
    background-color: transparent;
    border-radius: 10px;
    border: 0;
}
.whight-product .tpproduct__content {
    background-color: transparent;
}
.tpform__textarea textarea {
    padding: 15px 20px;
    background-color: rgba(253, 226, 197, 0.3)!important;
}
.tpform__input input {
    padding: 15px 20px;
    background-color: rgba(253, 226, 197, 0.3)!important;
}

.whight-product .tpproduct {
    border: 1px solid #fde2c5;
}
.whatsapp-fixed {
    position: fixed;
    bottom: 32px;
    left: 20px;
    z-index: 999;
}
.whatsapp-fixed img {
    width: 80px;
}
.tpfooter__copyright-text {
    font-size: 14px;
    color: var(--tp-grey-10);
}