@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: rgba(0, 0, 0, 0.70);
    top: 0 !important;
}


h1 {
    color: #4C5829;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
}

h2 {
    color: #4C5829;
    font-size: 24px;
    font-weight: 400;
}

h3 {
    font-size: 22px;
    color: #4C5829;
    font-weight: 400;
}

h4 {
    font-size: 20px;
    color: #4C5829;
    font-weight: 400;
}

h5 {
    font-size: 18px;
    color: #4C5829;
    font-weight: 400;
}

h6 {
    font-size: 16px;
    color: #4C5829;
    font-weight: 400;
}

a {
    color: #4C5829;
    transition: all 0.3s linear;
}

a {
    color: #000;
}

.shopnowBtn {
    border-radius: 5px;
    border: 1px solid #4C5829;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #4C5829;
    padding: 12px 30px;
}

.shopnowBtn:hover {
    border: 1px solid #4C5829;
    color: #4C5829;
}

.header-top {
    background: #4C5829;
    padding: 10px 0;
}

.header-top a {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}

.social-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

.social-media ul li:not(:last-child) {
    margin-right: 15px;
}

.social-media ul li a {
    font-size: 15px;
}

.header-bottom .navbar-nav .nav-item .nav-link {
    color: rgba(76, 88, 41, 0.50);
    text-transform: uppercase;
    padding: 20px;
}


.header-bottom .navbar-nav .nav-item.active .nav-link {
    color: #4C5829;
    border-bottom: 3px solid #4c5829;
}

.header-bottom .navbar-nav .nav-item .nav-link:hover {
    border-bottom: 3px solid #4c5829;
    color: #4C5829;
}

.header-bottom button.btn.bnt-link.SignIn {
    border-radius: 6.305px;
    border: 1px solid #603913;
    color: #603913;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 20px;
}

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.banner .content {
    padding-top: 200px;
    padding-bottom: 100px;
    color: #FFF;
}

.banner .content h1,
.banner .content p {
    color: #FFF;
}

section {
    padding: 40px 0;
}

.main-heading {
    border-bottom: 1px solid #4C5829;
}

.box .image {
    border-radius: 12.156px;
    background: #F7F7F7;
    padding: 20px;
}

.box {
    text-align: center;
}

.Farm .inner-content {
    border-radius: 10px;
    background: linear-gradient(96deg, #A0C65B 39.75%, #739A2B 99.7%), linear-gradient(112deg, #4C5829 0%, #291807 100%);
}


.Farm .inner-content .content {
    padding: 60px 0px;
    padding-right: 40px;
}

.Farm .inner-content .content h2 {
    font-weight: 600;
}

.Farm .inner-content .row {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center left;
}

.Farm .inner-content .content h5 {
    font-weight: 500;
    text-transform: uppercase;
}

.Farm .inner-content .content p {
    color: #FFF;
}

.box .image {
    border: 1px solid transparent;
}

.box:hover .image {
    border: 1px solid #4C5829;
}

.box:hover .image img {
    transform: scale(1.2);
    transition: all 0.3s linear;
}

.box:hover .image {
    overflow: hidden;
}

ul.seeds-wrap,
ul.services-wrap {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 -12px;
    flex-wrap: wrap;
}

.Seeds-box .image {
    height: 183px;
    overflow: hidden;
}

ul.seeds-wrap li,
ul.services-wrap li {
    padding: 0 12px;
    width: 20%;
}

.services-box h6 {
    color: #603913;
    font-weight: 500;
}

.services-box p {
    font-size: 14px;
}

.services-box .image img {
    border-radius: 50%;
    border: 1px solid transparent;
    padding: 10px;
}

.services-box .image img {
    transition: 0.3s linear;
}

.services-box:hover .image img {
    transform: scale(0.88);
    border: 1px solid #4C5829;
}

.services-box:hover .image {
    overflow: hidden;
}

.viewBtn {
    text-align: right;
    display: block;
    color: #4C5829 !important;
    line-height: normal;
    text-decoration-line: underline;
    padding: 0;
    font-size: 16px;
}

.viewBtn img {
    margin-left: 10px;
}

.main-wrap {
    border-bottom: 1px solid #4C5829;
}

.Seeds-box {
    border-radius: 6.849px;
    border: 1px solid rgba(76, 88, 41, 0.20);
    padding: 20px;
    transition: 0.3s linear;
    position: relative;
    padding-top: 30px;
}

.Seeds-box .content ul li select option {
    background: #4C5829;
}

.Seeds-box:hover {
    border-radius: 6.849px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #4C5829;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
}

.Seeds-box:hover img {
    transform: scale(0.88);
}

.Seeds-box img {
    transition: 0.3s linear;
}

.Seeds-box .content ul {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-bottom: 15px;
    position: relative;
}

.Seeds-box .content ul li {
    color: #4C5829;
    padding: 0;
    font-size: 15px;
}

.Seeds-box .content strong.total-price {
    color: #4C5829;
    font-weight: 700;
    text-align: right;
    display: block;
    margin-top: 10px;
    font-size: 18px;
}

.Seeds-box .content ul li select {
    color: #4C5829;
    text-decoration-line: underline;
    border: 0;
    outline: none !important;
}

.Seeds-box .content ul li select:hover {
    color: #fff;
}

.Seeds-box .content ul li select {
    background-color: transparent;
    position: relative;
    font-family: Poppins;
    font-size: 15px;
    text-decoration-line: underline;
    position: absolute;
    right: 0;
}

.Seeds-box:hover h6 {
    color: rgba(255, 255, 255, 0.60);
}

.Seeds-box:hover .content ul li,
.Seeds-box:hover h6 {
    color: rgba(255, 255, 255, 0.60);
}

.Seeds-box .content {
    text-align: left;
}



.Seeds-box:hover .content ul li:last-child select,
.Seeds-box:hover .content ul li select#cars,
.Seeds-box:hover .content strong.total-price {
    color: #fff;
}

.place-ordBtn {
    color: #fff !important;
    font-size: 15px;
    border-radius: 0;
    background-color: #4C5829 !important;
    padding: 12px 25px;
    text-decoration: none;
    margin-top: 30px;
    width: 100%;
    border-radius: 10px;
}


.order-top ul li {
    font-weight: 400;
    font-size: 1rem;
}

.Seeds-box:hover::after {
    background-image: url(../images/cart-hover.svg);
}

.brands {
    overflow: hidden;
}

.brands .owl-stage-outer {
    overflow: visible !important;
}

.brands .owl-stage-outer:after {
    content: "";
    width: 35vw;
    position: absolute;
    right: 100%;
    background: #EDEEEA;
    z-index: 99;
    top: 0;
    height: 125px;
}

.brands .content {
    position: relative;
    z-index: 2;
}

.brands .content p {
    color: rgba(0, 0, 0, 0.50);
    font-size: 14px;
}

.brands .content .viewBtn {
    text-align: left;
}

.brands .content {
    border-bottom: 1px solid rgba(76, 88, 41, 0.50);
    padding-bottom: 15px;
}

.footer-wrapper .copyright {
    border-top: 1px solid rgba(0, 0, 0, 0.20);
    padding: 15px 0;
}

.footer-wrapper .copyright p {
    margin: 0;
    color: rgba(0, 0, 0, 0.50);
    font-size: 14px;
}

.footer-wrapper .contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-wrapper .contact ul li a {
    color: rgba(0, 0, 0, 0.60);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}

.footer-wrapper .contact ul li i {
    margin-right: 10px;
}

.footer-wrapper .menu h6 {
    color: #4C5829;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-wrapper {
    padding-top: 60px;
    background-color: #F0F0F0;
}

.footer-wrapper .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-wrapper .menu ul li a {
    color: rgba(0, 0, 0, 0.60);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
}

.footer-wrapper>.container>.row {
    padding-bottom: 20px;
}

.Seeds-box .content ul li:last-child {
    text-align: right;
}

.footer-top {
    background: #4C5829;
}

.contact-box h5 {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
}

.contact-box img {
    margin-bottom: 15px;
}

.footer-top .contact-box p {
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    font-weight: 400;
    width: 250px;
    text-align: left;
}

.product-order-detail .option.active {
    background: #4c5829;
    color: #fff;
}

.Experience-inner {
    border-radius: 10px;
    background: linear-gradient(96deg, #A0C65B 39.75%, #739A2B 99.7%);
    box-shadow: -10px -10px 10px 0px rgba(0, 0, 0, 0.18) inset;
    padding: 80px 40px;
    position: relative;
}

.Experience-img {
    position: absolute;
    right: 0;
    top: -98px;
}

.Experience-Seamless {
    padding-top: 100px;
}

.Experience-inner p {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}

.Experience-inner ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.Experience-inner ul li {
    width: 50%;
}

.inner-banner {
    background: rgba(76, 88, 41, 0.10);
    padding: 40px 0;
}

.inner-banner h2 {
    color: #4C5829;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

h2.heading {
    color: #4C5829;
    font-weight: 600;
    text-transform: uppercase;
}

.banner-bottom {
    padding-top: 40px;
}

.contactBtn {
    border-radius: 5px;
    background: linear-gradient(91deg, #739A2B 0%, #4C5829 100%), #4C5829 !important;
    color: #FFF !important;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    border: 0;
    padding: 10px 80px;
}

p.main-text {
    color: #4C5829;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
}

.inner-banner.about-banner {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.values {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-form {
    background: rgba(237, 238, 234, 1);
    padding: 30px;
    border-radius: 10px;
}

.contact-form h2.heading {
    display: inline-block;
    width: 38%;
    border-bottom: 1px solid rgba(76, 88, 41, 1);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.contact-form p {
    color: rgba(76, 88, 41, 0.7);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.9px;
}

.form-label {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

input#message {
    height: 100px;
}

.form-control {
    color: rgba(0, 0, 0, 0.60);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    height: 45px;
    -webkit-appearance: auto;
}

.form-control::placeholder {
    color: rgba(0, 0, 0, 0.60);
}

.submitBtn {
    background: rgba(76, 88, 41, 1) !important;
    width: 100%;
    border: 0;
    border-radius: 7.08px;
    height: 45px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.5px;
}

.contact-box {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 30px;
    border-radius: 10px;
}



.contact-box h2 {
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.contact-box .icon {
    background: #fff;
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-box .icon img {
    margin: 0;
}

.contact-box h4 {
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.contact-box span {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: block;
    color: rgba(255, 255, 255, 0.7);
}

.contact-box p {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    width: auto;
}

.contact-box hr {
    border-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
}

.col-md-5:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.breadcrumb li,
.breadcrumb li a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    color: rgba(76, 88, 41, 1);
}

.img-display {
    overflow: hidden;
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.img-display {
    background: rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.img-showcase img {
    min-width: 100%;
}

.img-item {
    margin-bottom: 1.5rem;
}

.img-item {
    margin-right: 0;
}

.img-item:hover {
    opacity: 0.8;
}

.img-item img {
    height: 70px;
    width: 100px;
    object-fit: cover;
}

.img-item {
    background: rgba(0, 0, 0, 0.08);
    padding: 20px;
    text-align: center;
}

.product-order-detail .content span {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    display: block;
    margin-bottom: 10px;
}

.product-order-detail h2 {
    font-weight: 700;
}

.product-order-detail .option {
    border: 1px solid rgba(76, 88, 41, 1);
    padding: 8px 12px;
    border-radius: 3px;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: center;
}

.product-order-detail .options {
    display: flex;
}

.product-order-detail .options .option:not(:last-child) {
    margin-right: 10px;
}


.product-order-detail a.btn {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    height: 50px;

}

.product-order-detail .storeBtn {
    border: 1px solid rgba(76, 88, 41, 1);
    text-align: center;
    text-decoration: none;
    color: rgba(76, 88, 41, 1) !important;
    border-radius: 5px;
    margin-left: 0;
}


.product-order-detail .addBtn {
    margin-right: 0;
    border: 0;
    background: linear-gradient(90deg, rgba(115, 154, 43, 1) 0%, rgba(76, 88, 41, 1) 100%);
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 60px;
}

.product-order-detail .button-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.product-order-detail .button-group a.addShare:hover {
    background: #6c8d2b;
    color: #fff;
}

.product-order-detail .button-group a.addShare {
    border: 1px solid #739a2b;
    padding: 10px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    color: #6c8d2b;
    display: inline-block;
    background: #fff;
    z-index: 1;
    position: relative;
}

.product-order-detail .button-group>ul>li {
    display: inline-block;
    position: relative;
}

.product-order-detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.cart-box {
    background: rgba(242, 243, 240, 1);
    padding: 20px;
}

.cart-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cart-box ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cart-box ul li:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
}

.cart-box ul li:first-child span {
    font-weight: 600;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);

}

.cart-box ul li:first-child strong {
    font-size: 20px;
    font-weight: 700;
}

.cart-box ul li strong {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);

}

.cart-box ul li span {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: rgba(0, 0, 0, 0.6);
}

.cart-box .button-group button {
    text-align: center;
    text-decoration: none;
    border-radius: 0;
}

.cart-box .button-group .storeBtn {
    width: 100%;
    display: block;
    border: 1px solid rgba(76, 88, 41, 1);
    margin-bottom: 20px;
}

.cart-box .button-group button a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
}

.cart-box .button-group .nowBtn {
    background: linear-gradient(90deg, rgba(115, 154, 43, 1) 0%, rgba(76, 88, 41, 1) 100%);
    width: 100%;
    text-decoration: none;
    border: 0;
}

.cart-box .button-group .nowBtn a {
    color: #fff;
}

table.table .qtyplus,
table.table .qtyminus {
    border-radius: 3px 0 0 3px;
    width: 30px;
    height: 30px;
    background: rgba(241, 241, 241, 1);
    text-align: center;
    font-size: 25px;
    line-height: 1.3;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.5);
}

table.table .qty {
    width: 60px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    border: 0;
}

table.table tr {
    vertical-align: text-bottom;
}

table.table h6 {
    margin: 0;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

table.table span {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    display: inline-block;
}

table.table span.product-Price {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

i.fa-solid.fa-trash-can {
    color: rgba(227, 54, 41, 1);
}

table.table span.product-totle {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(76, 88, 41, 1);
}

.contact-box p {
    color: #b9beb4;
}

.header-bottom .cartBtn {
    background: rgba(76, 88, 41, 0.10) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px !important;
    border-color: transparent !important;
    border-radius: 6px;
    padding: 6px 12px;
    position: relative;
}

.header-bottom span.cart-count {
    color: #fff;
    position: absolute;
    top: -15px;
    right: 0;
    background: #4c5829;
    width: 20px;
    border-radius: 50%;
    font-size: 12px;
    padding: 2px;
}

.modal-header {
    justify-content: center;
    border: 0;
}

.modal-dialog button.btn-close {
    position: absolute;
    background: #739A2B !important;
    width: 40px;
    height: 40px;
    opacity: 1;
    border-radius: 50%;
    top: -20px;
    right: -20px;
    color: #fff !important;
    font-size: 20px;
}

.modal-body p {
    color: rgba(0, 0, 0, 0.70);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.modal-body input.form-control {
    background: #F0F0F0;
    color: rgba(0, 0, 0, 0.30);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    border: 0;
}

.modal-body input.form-control::placeholder {
    color: rgba(0, 0, 0, 0.30);
}

.modal-body button.btn.btn-primary {
    border-radius: 8px;
    background: linear-gradient(91deg, #739A2B 0%, #4C5829 100%), #4C5829;
    width: 100%;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    height: 45px;
}

.modal-content {
    padding: 40px;
}

.btn-close:hover {
    opacity: 1;
}

.modal-dialog {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-body p.bottom-text {
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
}

.modal-body p.bottom-text a {
    color: #739A2B;
    text-decoration: none;
}

h4.modal-title {
    color: #212121;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
}

.modal-body .button-group {
    display: flex;
    justify-content: space-between;
}

.modal-body .otpBtn {
    background: rgba(0, 0, 0, 0.06);
    width: 80px;
    height: 70px;
    border-radius: 0;
}

ul.tabber-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;

}

ul.tabber-list li a {
    color: #4C5829;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 40px;
    text-decoration: none;
}

ul.tabber-list li {
    border-bottom: 3px solid #ccc;
}

ul.tabber-list li.active {
    border-bottom: 3px solid #4C5829;
}

.tabber-content-wrapper .heading h6 {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    padding-top: 10px;
    margin-bottom: 31px;
}

.checkbox-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.checkbox-wrap label {
    font-size: 14px;
    margin: 0;
    line-height: 1;
    font-weight: 500;
}

.checkbox-wrap input {
    margin-right: 10px;
}

.checkbox-btn button {
    width: 45%;
    border: 0;
    height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 14px;
    padding: 0;
}

.checkbox-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.checkbox-btn .addBtn {
    background: transparent;
    border: 1px solid rgba(76, 88, 41, 1);
    color: #000;
}

.checkbox-btn .saveBtn {
    border-radius: 7.083px;
    background: linear-gradient(90deg, rgba(115, 154, 43, 1) 0%, rgba(76, 88, 41, 1) 100%);

}

.tabber-content-wrapper .PaymentBox span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.tabber-content-wrapper .payment-icon ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

.paymentBtn {
    border-radius: 7.083px;
    background: linear-gradient(90deg, rgba(115, 154, 43, 1) 0%, rgba(76, 88, 41, 1) 100%);
    width: 100%;
    border: 0;
    height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 14px;
    padding: 0;
}

.cart-box-bottom {
    background: linear-gradient(90deg, rgba(115, 154, 43, 1) 0%, rgba(76, 88, 41, 1) 100%);
    padding: 40px;
}

.cart-box-bottom h6 {
    color: #FFF;
    font-weight: 500;
}

.cart-box-bottom strong {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}



.cart-box-bottom .checkoutBtn {
    text-align: right;
    background: #fff;
    text-decoration: none;
    padding: 10px 20px;
}

.cart-box-bottom .checkoutBtn a {
    text-decoration: none;
    font-weight: 600;
}

.payment-method h6 {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.Seeds-box .content .bottom-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.Seeds-box .content .bottom-wrap strong.total-price {
    margin-top: 0;
}

/* .Seeds-box .icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 50%;
} */

.Seeds-box .icon i {
    color: rgba(76, 88, 41, 1);
}

.Seeds-box:hover .icon i {
    color: #fff;
}

.cartBtn {
    padding: 0;
    border-radius: 50%;
    margin: 0;
}

.radio-group label {
    border: 1px solid rgba(76, 88, 41, 1);
    padding: 8px 12px;
    border-radius: 3px;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: center;
    cursor: pointer;
}

.manage-wrapper .address-box address {
    width: 100%;
}

.radio-group input[type="radio"] {
    background: transparent !important;
    border: 0 !important;
    width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.radio-group label.checked {
    background: rgba(76, 88, 41, 1);
    color: #fff;
}

.product-order-detail .button-group>ul>li ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #6b8c2b;
    box-shadow: 0 0 5px #ccc;
    text-align: center;
    padding-top: 40px;
    border-radius: 10px 10px 0 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s linear;
}


.product-order-detail .button-group>ul>li:hover ul {
    visibility: visible;
    opacity: 1;
}

.product-order-detail .content span.price {
    color: #4C5829;
    font-weight: 700;
    display: block;
    font-size: 20px;
    margin: 0;
}

.product-order-detail .button-group>ul>li ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    background: #6b8c2b;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.product-order-detail .button-group>ul>li ul li:hover a {
    background: #fff;
    color: #6b8c2b;
    border-color: #6b8c2b;
}

textarea#notes {
    height: 130px;
}

.product-order-detail .button-group>ul>li {
    display: inline-block;
}

select.form-select.form-control {
    background: #fff;
}

.order-wrap {
    border: 1px solid rgb(226, 232, 240);
    border-radius: 16px;
    padding: 24px;
}

.order-wrap ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}

.order-top ul li {
    font-size: 18px;
    font-weight: 600;
    color: #253237;
}

.order-top {
    margin-bottom: 20px;
}

.order-middle {
    border-bottom: 1px solid #dee0e4;
    border-top: 1px solid #dee0e4;
}

.order-total {
    border-bottom: 1px solid #dee0e4;
    padding: 20px 0 20px;
}

.order-middle ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-middle ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

span.order-middle-left {
    font-weight: 600;
}

.order-total li.total {
    font-weight: 600;
    color: #4c5829;
    font-size: 18px;
}

.order-total li {
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.payment-method {
    border-bottom: 1px solid #dee0e4;
    padding: 20px 0 20px;
}

.payment-method {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

select.form-select.form-control {
    background: #fff;
}



.Payment-Method-wrapper .radio {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.rounded-xl {
    border-radius: .75rem;
}

.Payment-Method-wrapper {
    border: 1px solid rgb(226, 232, 240);
    margin: 20px 0;
    border-radius: 16px;
    padding: 20px;
}

.Payment-Method-wrapper .radio span {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.input-box .input-group {
    border: 1px solid rgb(226, 232, 240);
    border-radius: 8px;
    display: flex;
    padding: 5px;
    background-color: #fff;
}

.input-box span {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 10px;
    display: block;
}

.input-group button {
    color: #fff !important;
    border-radius: 4px !important;
    width: 40px;
    height: 40px;
}

.input-box {
    background: rgb(241, 245, 249);
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
}

.input-group input {
    border: 0;
    border-radius: 0;
    height: auto;
}

.order-top ul li {
    font-weight: 400;
    font-size: 1rem;
}

.order-wrap ul {
    margin: 20px 0;
}

.order-middle {
    border-bottom: 2px solid rgb(100, 116, 139);
    border-top: 1px dashed #ccc;
}

.product-list .dropdown-menu {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    top: 100% !important;
    transform: inherit !important;
    padding: 24px;
    background: #edeee9;
}

.product-list .dropdown-menu li:not(:last-child) {
    margin-bottom: 10px;
}

a#dropdownMenuLink {
    background: transparent;
    border: transparent;
    text-align: right;
    color: #4C5829;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

.list-box {
    background: #bacb9b52;
    padding: 20px 0;
}

.list-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    border: 0;
}

.list-box ul li a {
    display: block;
    padding: 16px;
    text-decoration: none;
    font-size: 16px;
    border-right: 4px solid transparent;
    border-radius: 10px;
}

.list-box ul li a i {
    margin-right: 10px;
}

.list-box .nav-tabs .nav-item .nav-link {
    text-align: left;
    width: 100%;
    padding: 16px;
    text-decoration: none;
    font-size: 16px;
    border: 0;
    border-right: 4px solid transparent;
    border-radius: 10px;
    color: #000;

}

.list-box .nav-tabs .nav-item .nav-link:hover,
.list-box .nav-tabs .nav-item .nav-link.active {
    border-color: #4C5829;
    background-color: rgba(76, 88, 41, 0.10);
    color: #4C5829;
}

.list-box ul li a:hover,
.list-box ul li.active a {
    border-color: #4C5829;
    background-color: rgba(76, 88, 41, 0.10);
    color: #4C5829;
}

.list-box ul li {
    margin-bottom: 10px;
}

.dashboard-page {
    background: rgb(248, 250, 252);
}

.dashboard-page .box {
    padding: .75rem;
    background: #fff;
    border: 1px solid rgb(190, 242, 100);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
}



.dashboard-page .box .content span {
    text-align: left;
    display: block;
    font-size: 24px;
    font-weight: 400;
}

.dashboard-page .box .content h6 {
    text-align: left;
    font-size: 12px;
    margin-top: 10px;
}

.dashboard-page .box .content .icon {
    text-align: right;
}

.dashboard-page .box.border-primary-300 {
    border-color: #faa7b5;
}

.dashboard-page .border-blue-300 {
    border-color: rgb(147, 197, 253);
}

.pagination ul.pages {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination ul.pages li button {
    border: 0;
    background: #fff;
    margin: 5px;
    color: #000;
    padding: 10px;
    border-radius: 10px;
    width: 35px;
    height: 35px;
    display: block;
    line-height: 1;
    font-size: 16px;
    box-shadow: 0 0 5px #ccc;
}

.pagination ul.pages li a {
    text-decoration: none;
}

.pagination a.btn.next {
    line-height: 2;
}

.pagination ul.pages li button.active {
    background: #4c5829;
    color: #fff;
}

.pagination {
    margin: 30px 0;
}

.dashboard-page .col-right .table>:not(caption)>*>* {
    padding: 20px !important;
    color: #4c5829;
}

.my-profile {
    background: rgb(255, 255, 255);
    padding: 24px;
    border-radius: 16px;

}

.profile-picture {
    background: rgb(248, 250, 252);
    padding: 16px;
    border-radius: 12px;
    text-align: center;
}

.profile-image {
    width: 9rem;
    height: 9rem;
    margin: auto;
}

.profile-image img {
    border-radius: 50%;
}

.profile-picture span {
    color: #4c5829;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: block;
    text-align: left;
}

.profile-picture label.upload-btn {
    background: #4c5829;
    padding: 10px 20px;
    border-radius: 6px;
    text-align: center;
    margin: 15px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.profile-picture label.upload-btn input {
    display: none;
}

.form-wrapper {
    border: 1px solid rgb(241, 245, 249);
    border-radius: 12px;
    margin-top: 20px;
    padding: 12px;
}

.form-wrapper label.form-label {
    font-size: 16px;
    display: block;
}

.form-wrapper select {
    color: rgba(0, 0, 0, 0.60);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    height: 45px;
    -webkit-appearance: auto;
    width: 100%;
}

.form-wrapper span#basic-addon1 {
    color: rgba(0, 0, 0, 0.60);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    height: 45px;
    -webkit-appearance: auto;
    background: transparent;
}

.form-wrapper .updateBtn {
    padding: 15px 20px;
    padding-right: 20px;
    color: #fff !important;
    background: #4c5829 !important;
    text-decoration: none;
    margin: 20px 0;
}

.addressBtn {
    text-align: right;
}

.newAdressBtn {
    padding: 15px 20px;
    padding-right: 20px;
    color: #fff !important;
    background: #4c5829 !important;
    text-decoration: none;
    margin-bottom: 20px;
}

.manage-wrapper .modal-dialog {
    max-width: 1000px;
}

.manage-wrapper .form-label {
    font-size: 16px;
}

.manage-wrapper label.form-check-label {
    font-size: 14px;
}

.manage-wrapper .saveBtn {
    padding: 15px 20px;
    padding-right: 20px;
    color: #fff !important;
    background: #4c5829 !important;
    text-decoration: none;
    margin-bottom: 20px;
}


.google-login-wrap {
    border: 1px solid rgb(226, 232, 240);
    padding: 12px 16px;
    border-radius: 9999px;
    margin: 30px 0;
}

.google-login-wrap button {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    padding: 0;
}

.google-login-wrap button img {
    margin-right: 10px;
}

.continue-text {
    text-align: center;
    border-bottom: 1px solid rgb(229, 231, 235);
}

.continue-text span {
    position: relative;
    top: 12px;
    background: #fff;
    display: inline-block;
    padding: 0 10px;
}

.login-page .form-label {
    font-size: 16px;
    display: block;
}

.login-page .form-check-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
}

.login-box-wrapper {
    padding: 40px;
    border: 1px solid #ccc;
    border-radius: 16px;
    box-shadow: 0 0 5px #ccc;
}

.login-box-wrapper .button-wrap {
    text-align: center;
}

.login-box-wrapper .button-wrap button {
    background: #4C5829 !important;
    padding: 10px 20px;
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.login-box-wrapper .bottom-text {
    margin-top: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-box-wrapper .bottom-text span {
    color: rgba(0, 0, 0, .6);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 0;
}

.login-box-wrapper .bottom-text a.nav-link {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #4c5829;
    font-family: Poppins;
    margin: 0 10px;
}

.login-page .form-check-wrap {
    font-size: 14px;
}

.login-box-wrapper select {
    color: rgba(0, 0, 0, 0.60);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    height: 45px;
    -webkit-appearance: auto;
    width: 100%;
}

.login-box-wrapper span#basic-addon1 {
    color: rgba(0, 0, 0, 0.60);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    height: 45px;
    -webkit-appearance: auto;
    background: transparent;
}

.login-box-wrapper span.bottom-content {
    font-size: 16px;
    margin: 20px 0;
    display: block;
}

.order-wrapper {
    background: #f1f5f9;
}

.order-wrapper .order-top {
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgb(229, 231, 235);
    padding: 20px;
}

.order-wrapper .order-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-wrapper .order-top ul li {
    color: #253237;
}

.order-wrapper .order-top ul li span {
    color: #739a2b;
    font-weight: 400;
    font-size: 16px;
}

.order-wrapper .ordrBtn {
    background: rgb(234, 179, 8) !important;
    color: #fff !important;
    text-decoration: none;
    font-size: 12px;
}

.order-wrapper .order-bottom {
    background: rgb(255, 255, 255);
    padding: 24px;
    border-radius: 16px;
}

.order-wrapper .order-box-left {
    border: 1px solid rgb(241, 245, 249);
    padding: 20px;
    border-radius: 16px;
}

.order-wrapper .order-box-left ul li span.product-name {
    font-size: 16px;
    font-weight: 600;
}

.order-wrapper .order-box-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.order-wrapper .order-box-left ul li {
    display: flex;
    justify-content: space-between;
}

.order-wrapper .order-detail-box {
    border: 1px solid rgb(241, 245, 249);
    padding: 20px;
    border-radius: 16px;
}

.order-wrapper .order-detail-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.order-wrapper .order-detail-box ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.order-wrapper .order-detail-box ul li .items,
.order-wrapper .order-detail-box ul li .subtotal,
.order-wrapper .order-detail-box ul li .discount,
.order-wrapper .order-detail-box ul li .shipping-charge,
.order-wrapper .order-detail-box ul li .total-amount {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}

.order-wrapper .order-detail-box ul li:nth-child(4) {
    border-bottom: 1px solid rgb(148, 163, 184);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.order-wrapper .payment-wrapper {
    background: rgb(248, 250, 252);
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
}

.order-wrapper .payment-wrapper h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.order-wrapper .payment-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-wrapper .payment-inner span {
    background: rgb(237 238 233);
    padding: 10px;
    border-radius: 6px;
    font-size: 12px;
    color: #4C5829;
}


.order-wrapper .invoice-wrapper {
    text-align: center;
}

.order-wrapper .invoice-wrapper button {
    padding: 24px;
    color: #4c5866;
    font-size: 14px;
}

.order-wrapper .invoice-wrapper button img {
    margin-right: 5px;
}

.order-wrapper .cancelPayment {
    padding: 0;
    text-align: center;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    color: #878a78;
    font-weight: 600;
    margin: 10px 0 20px;

}

.order-wrapper .payment-inner h3 {
    font-size: 18px;
    font-weight: 600;
}

.order-wrapper .payment-inner span {
    background: rgb(237 238 233);
    padding: 10px;
    border-radius: 6px;
    font-size: 12px;
    color: #4C5829;
}

.manage-wrapper .address-box {
    border: 1px solid #4c5829;
    border-radius: 30px 0 30px 0;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 5px #ccc;
    background: #e4ebdd;
    transition: 0.3s linear;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.manage-wrapper .address-box:hover {
    background: #4f5b2c;
}

.manage-wrapper .address-box p strong {
    font-size: 20px;
    color: #4C5829;
    text-transform: capitalize;
}

.manage-wrapper .address-box p {
    margin-bottom: 10px;
    font-size: 14px;
}

.manage-wrapper .address-box:hover p strong {
    color: #fff;
}

.manage-wrapper .address-box:hover {
    color: #fff;
}


.manage-wrapper .icon-arrow a {
    margin: 0 5px;
}

.manage-wrapper .icon-arrow .btn.btn-sqr {
    background: #ff0000 !important;
    color: #fff !important;
}

.manage-wrapper .icon-arrow .btn.btn-sqr.tt-edit-address {
    background: #078ba6 !important;
    color: #fff !important;
}

.dashboard-page .sticky-top {
    height: 510px;
}

.Payment-Method-wrapper .radio .radio-inner {
    display: flex;
    gap: 1rem;
    align-items: center;
    cursor: pointer;
}

.Payment-dopdown {
    padding: 15px 0;
    border-top: 1px solid rgb(229, 231, 235);
    margin-top: 20px;
    display: none;
}

.Payment-Method-wrapper .col-md-6.open .Payment-dopdown {
    display: block;
}

.Payment-dopdown h6 {
    font-size: 14px;
}

.Payment-dopdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.Payment-dopdown ul li {
    width: 25%;
}

.Payment-Method-wrapper .radio-group label {
    border-color: #e5e7eb;
    width: 50%;
}

.Payment-Method-wrapper .radio-group label.checked {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(76, 88, 41, 1);
}

.product-order-detail .product-details {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 2px;
    padding: 40px;
}

.Description-content {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 40px;
    margin: 0 -12px;
}

.product-order-detail .content .price-wrap {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.product-order-detail .content span.old-price {
    margin-bottom: 0;
}

span.old-price {
    margin: 0;
    line-height: 1;
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
    color: red;
    font-weight: 400;
}

.Seeds-box .content .bottom-wrap span.old-price {
    margin-left: 0px !important;
}

.no-banner header.header-wrapper {
    box-shadow: 0 0 5px #ccc;
}

.Seeds-box .content h6 {
    font-weight: 500;
}

.Payment-Method-wrapper .radio-group label {
    pointer-events: none;
}

section.brands .owl-carousel .owl-item img {
    max-width: 100%;
    height: 100px;
    object-fit: contain;
}


section.brands .item .logos {
    background: #fff;
    border-radius: 10px;
}

@media(max-width:991px) {


    .offcanvas-body .SignIn a.nav-link {
        border-radius: 6.305px;
        border: 1px solid #603913;
        text-align: center;
        background: #603913;
        color: #fff;
        margin-top: 20px;
    }

    .offcanvas.offcanvas-end {
        background: #fff !important;
        transform: translateX(-100%);
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        backface-visibility: hidden;
        bottom: 0;
    }

    .product-cart .col-left {
        overflow-x: scroll;
    }

    .contactBtn {
        padding: 10px 60px;
    }

    .Seeds-box .content ul li:last-child {
        text-align: right;
    }

    .Seeds-box .content ul li select {
        right: 0;
    }

    .Seeds-box {
        padding-top: 40px;
    }

    .Farm .inner-content .content {
        padding-right: 0;
    }

    .Farm .inner-content .row {
        background-image: none !important;
        padding: 0 24px;
    }

    ul.seeds-wrap li,
    ul.services-wrap li {
        width: 50%;
        margin-bottom: 30px;
    }

    ul.seeds-wrap li .content ul li,
    ul.services-wrap li .content ul li {
        margin: 0;
    }

    .offcanvas-header .btn-close {
        --bs-btn-close-bg: none;
        filter: none;
        font-size: 25px;
    }

    .offcanvas-body a.nav-link {
        color: rgba(76, 88, 41, 0.50);
        font-family: Poppins;
        font-size: 16px;
        font-weight: 400;
    }

    .offcanvas-body li.nav-item.active a.nav-link {
        color: #4C5829;
    }

    a.navbar-brand img,
    .offcanvas-title img {
        width: 70%;
    }

    .offcanvas-header {
        box-shadow: 0 0px 5px #ccc;
    }

    .offcanvas-body li.SignIn a.nav-link {
        border-radius: 6.305px;
        border: 1px solid #603913;
        text-align: center;
        background: #603913;
        color: #fff;
        margin-top: 20px;
    }

    .offcanvas-body li.nav-item.active a.nav-link {
        color: #4C5829;
        border-bottom: 1px solid #4C5829;
    }

    .offcanvas-body li.nav-item a.nav-link:hover {
        color: #4C5829;
        border-bottom: 1px solid #4C5829;
    }

    .banner .content {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    h1 {
        font-size: 28px;
    }

    .Experience-Seamless {
        padding-top: 30px;
    }

    section {
        padding: 30px 0;
    }

    .Seeds-box {
        padding-left: 12px;
        padding-right: 12px;
    }

    .Farm .inner-content .content {
        padding: 30px 0px;
    }

    .inner-banner.about-banner {
        padding: 60px 0;
    }

    .values {
        padding: 60px 0;
    }

    .contact-form h2.heading {
        width: 35%;
    }

    .dashboard-page .sticky-top {
        height: auto;
        position: static;
    }
}

@media(max-width:767px) {
    .footer-logo img {
        max-width: 150px;
    }

    .contact-form h2.heading {
        width: 50%;
    }

    div#myModal1 .modal-body {
        padding: 0 !important;
    }

    .modal-dialog button.btn-close {
        width: 30px;
        height: 30px;
        font-size: 16px;
        top: -8px;
    }

    .contact-box {
        padding: 12px;
    }

    div#myModal1 .modal-dialog {
        height: auto;
    }

    .Seeds-box .content {
        height: 30px;
    }

    .Seeds-box {
        padding-top: 20px;
    }

    .Seeds-box {
        height: 325px !important;
    }

    .Description-content {
        padding: 20px;
    }

    .product-order-detail .product-details {
        padding: 20px;
    }

    header.header-wrapper .navbar-brand {
        width: 78%;
    }

    .product-order-detail .button-group {
        width: 100%;
    }

    .login-box-wrapper {
        padding: 20px;
    }

    .login-page .form-check-wrap {
        font-size: 12px;
    }

    .manage-wrapper .col-right {
        overflow: scroll;
    }

    .img-select {
        display: flex;
    }

    .Seeds-box .image {
        height: 120px;
        overflow: hidden;
    }

    .Seeds-box {
        height: 290px;
    }

    .checkbox-btn button {
        width: 100%;
    }

    ul.tabber-list li a {
        padding: 10px 20px;

    }

    .checkbox-btn {
        flex-direction: column;
    }

    .modal-content {
        padding: 15px;
    }

    .modal-dialog button.btn-close {
        right: -5px;
    }

    h4.modal-title {
        font-size: 24px;
    }

    .breadcrumb li,
    .breadcrumb li a {
        font-size: 14px;
    }

    *,
    ::afte .img-select {
        display: flex;
    }

    .product-order-detail a.btn {
        width: 40%;
    }

    .img-item:not(:last-child) {
        margin-right: 12px;
    }

    .col-md-5:first-child {
        border-right: 0;
    }

    .img-item {
        padding: 10px;
        margin-top: 1.5rem;
        margin-bottom: 0;
    }

    .contact-box hr {
        display: none;
    }

    .contact-box .icon {
        width: 50px;
        height: 50px;
    }

    .Experience-inner {
        padding: 30px 20px;
    }

    h1 {
        font-size: 24px;
    }

    .contact-box p {
        font-size: 14px;
    }

    .inner-banner h2 {
        font-size: 20px;
    }

    p.main-text {
        font-size: 16px;
    }

    .Experience-inner ul li:first-child {
        margin-right: 5px;
    }

    .Experience-inner ul li:last-child {
        margin-left: 5px;
    }

    .contact-box p {
        width: 100%;
    }

    h2 {
        font-size: 18px;
    }

    .viewBtn {
        font-size: 14px;
    }

    .viewBtn img {
        margin-left: 5px;
    }

    .Seeds-box .content ul li select {
        font-size: 12px;
    }

    h6 {
        font-size: 14px;
    }

    .Seeds-box .content strong.total-price {
        font-size: 16px;
    }

    h4 {
        font-size: 16px;
    }

    .contact-box span {
        font-size: 14px;
    }

    .contact-form {
        padding: 20px;
    }
}

@media (max-width:375px) {
    .contact-form h2.heading {
        width: 65%;
    }
}

.heart-icon {
    position: absolute;
    top: 5px;
    right: 8px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    background: #4c5829;
    color: #fff;
    border-radius: 50%;
    padding: 3px;
}

.Seeds-box:hover .heart-icon {
    background: #fff;
    color: #4C5829;
}


.heart-icon button {
    border: 0;
    background: transparent;
    padding: 0;
}

.heart-icon button i.fa-solid.fa-heart {
    color: #fff;
}

.Seeds-box:hover .heart-icon button i.fa-solid.fa-heart {
    color: #21712f;
}

#google_translate_button {
    position: relative;
    display: inline-block;
}

#google_translate_button .skiptranslate {
    color: transparent;
    user-select: none;
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
}

.goog-te-gadget {
    font-size: 14px !important;
}

.goog-te-combo {
    width: 100%;
    padding: 5px;
    font-family: Arial, sans-serif;
    font-size: 12px !important;
    color: #333;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: calc(1.3em + .75rem + 2px) !important;
}

.goog-te-gadget .goog-te-combo {
    margin: 4px -10px !important;
}

#google_translate_button .skiptranslate span {
    display: none;
}

.skiptranslate iframe {
    display: none;
}

@media(max-width:767px) {
    .goog-te-gadget .goog-te-combo {
        margin: -6px -10px !important;
    }

    header.header-wrapper .navbar-brand {
        width: 30%;
    }
}



.single_blog {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    transition: .5s;
}

#blog_page_area .single_blog {
    margin-bottom: 45px;
}

.single_blog_img {
    position: relative;
}


.single_blog_img img {
    transition: .5s;
    max-width: 100%;
    height: auto;
}

.blog_date {
    background: #739a2b;
    color: #fff;
    font-size: 13px;
    right: 10px;
    padding: 6px 13px;
    position: absolute;
    text-transform: uppercase;
    bottom: 10px;
    z-index: 9;
    border-radius: 2px;
}

.hero {
    margin-bottom: 40px;
}

.single_blog .blog_content {
    display: inline-block;
    padding: 10px 30px 30px;
}

#blog_page_area .single_blog .post_title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 10px;
}

#blog_page_area .single_blog .post_title a {
    color: #000;
    text-decoration: none;

}

#blog_page_area .single_blog .post_title a:hover {
    color: #739a2b;
}

.post-bar {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
    margin-top: 5px;
    margin-bottom: 0;
}

.single_blog .blog_content h4 a:hover,
.post-bar i {
    color: #586169;
}

#blog_page_area .single_blog p {
    line-height: 1.5;
}

.post-bar li,
.post-bar li a {
    display: inline-block;
    font-size: 14px;
    color: #777;
    text-decoration: none;
}

.pgntn_mrgntp {
    margin-top: 10px;
    margin-bottom: 0px;
}

.pagination ul li a.active {
    background: #739a2b;
    color: #fff;
    box-shadow: 4px 3px 5px rgba(0, 0, 0, 0.07);
}

.pagination ul li a {
    color: #303030;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    padding: 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
}

.pagination {
    justify-content: center;
    display: flex;
    flex-direction: row;
}

.pagination ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}

.single_sidebar {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
    padding: 22px 23px;
    text-align: left;
    overflow: hidden;
}

h3.sdbr_title {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 30px;
    letter-spacing: 1.5px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 30px;
}

h3.sdbr_title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    background: #4C5829;
    height: 2px;
    width: 15px;
}

.sdbr_inner {
    position: relative;
}

.sdbr_inner .form-control {
    border-color: #ddd;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 1px;
    outline: medium none;
    transition: all 0.2s ease 0s;
    padding: 10px 15px;
    min-width: 40px;
}

.sdbr_inner button.search_button {
    position: absolute;
    background: transparent;
    border: 1px solid transparent;
    outline: none;
    right: 0;
    top: 0;
    padding: 9px 15px;
    color: #4C5829;
}

.single_sidebar ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}

.single_sidebar ul li {
    padding-right: 30px;
    position: relative;
}

.single_sidebar ul li a {
    color: #606060;
    display: block;
    line-height: 11px;
    margin-bottom: 22px;
    text-transform: capitalize;
    transition: .5s;
    text-decoration: none;
}

.spp_text a {
    color: #606060;
    display: block;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
    transition: .5s;
}

.blog_comment_area {
    padding-top: 40px;
}

.blog_cmnt_form #reply-title,
.comments-title {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 30px;
    letter-spacing: 1.5px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.comment_inner {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
    margin-bottom: 30px;
}

.comment_inner>li {
    padding-right: 40px;
}

.single_cmnt {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 20px;
    padding: 25px;
    text-align: left;
    border: 1px solid #f1f1f1;
}

.blog_cmnt_img {
    border: 1px solid #eee;
    width: 77px;
    margin-right: 20px;
    float: left;
    border-radius: 50%;
}

.blog_cmnt_img img {
    border-radius: 50%;
}

.cmnt_content.fix {
    overflow: hidden;
}

.cmnt_content h4 {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #586169;
    margin-top: 0;
    line-height: 14px;
    text-transform: uppercase;
}

.com_date {
    display: inline-block;
    margin: 5px 0 8px;
    color: #888;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

.comment_inner>li ul {
    margin-left: 40px;
    margin-right: -40px;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

section#blog_page_area textarea {
    min-height: 140px;
    color: rgba(0, 0, 0, 0.60);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    height: 45px;
    -webkit-appearance: auto;
    width: 100%;
}

section#blog_page_area .border-btn {
    border-radius: 5px;
    border: 1px solid #4C5829;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 12px 30px;
    background: #4C5829;
}

.input-area {
    float: left;
    margin-bottom: 18px;
    width: 100%;
}

.comment_inner ul {
    list-style: none;
}

.cmnt_content a {
    color: #586169;
    float: right;
    font-size: 18px;
}

.cmnt_content p {
    width: 100%;
    overflow: hidden;
}

.spp_text p {
    color: #444444;
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}

.tags a {
    color: #888;
    display: block;
    float: left;
    font-size: 14px !important;
    line-height: 23px;
    margin-bottom: 5px;
    padding: 5px;
    text-transform: capitalize;
    transition: .5s;
    text-decoration: none;
}


.post-bar svg {
    width: 1.25rem;
}

.post_subtilte {
    color: #739a2b;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

@media(max-width:767px) {
    ul.breadcrumb {
        justify-content: start !important;
    }

    .form-row {
        flex-direction: column;
    }
}