@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    background: #ffffff;
    color: #232323;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
    margin: 0;
}
#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 9999;
}
.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #53a133;
    border-color: #53a133 transparent #53a133 transparent;
    animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}
a {
    color: #2f415d;
    text-decoration: none;
}
a:hover {
    color: #53a133;
}
img {
    max-width: 100%;
}
.header-wrap:not([class*="bg_"]):not([class*="bg-"]) {
    background-color: #fff;
}
.header-wrap.fixed-top {
    position: relative;
    padding-right: 0 !important;
}
.header-wrap:not([class*="bg_"]):not([class*="bg-"]) {
    background-color: #fff;
}
.header-wrap.nav-fixed {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1041;
    -webkit-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    -o-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-fill-mode: none;
    -moz-animation-fill-mode: none;
    -o-animation-fill-mode: none;
    animation-fill-mode: none;
}
.header-wrap {
    transition: all 0.5s ease 0s;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.top-header {
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #eee;
}
.nav-fixed .top-header, .nav-fixed .middle-header {
    display: none !important;
}
.nav-fixed img {
    width: 75px;
}
.top-header span {
    font-size: 14px;
    vertical-align: middle;
}
.contact-detail, .header-list {
    margin: 0;
    padding: 0;
}
.contact-detail > li, .header-list > li {
    color: #333;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 15px 2px 0;
}
.contact-detail i {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 16px;
}
.contact-detail span {
    vertical-align: middle;
}
.header-list > li i {
    margin-right: 5px;
    vertical-align: middle;
}
.navbar .navbar-nav li {
    position: relative;
    list-style: none;
    transition: all 0.3s ease 0s;
    font-size: 16px;
}
.navbar .navbar-nav > li > .nav-link {
    font-weight: 500;
    padding: 22px 10px;
    text-transform: capitalize;
    color: #2f415d !important;
}
.dropdown-toggle::after, .dropdown-toggler::after {
    border: 0 none;
    font-family: bootstrap-icons, serif;
    content: "\F282";
    margin-left: 5px;
    vertical-align: middle;
}
.navbar-nav .dropdown-menu {
    background-color: #fff;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    min-width: 14rem;
}
.dropdown-menu {
    left: 0;
    font-size: inherit;
}
.dropdown-menu ul {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.header-list .dropdown-menu {
    padding: 0;
}
.header-list .dropdown-menu .dropdown-item {
    padding: 7px 10px;
}
.header-list .dropdown-menu .dropdown-divider {
    margin: 0;
}

.navbar .navbar-nav li.dropdown-mega-menu {
    position: static;
}
.navbar .navbar-nav li.dropdown-mega-menu .dropdown-menu {
    right: 0;
    padding-left: 0;
    padding-right: 0;
}
.navbar-toggler {
    float: right;
    margin: 13px 0 0 3px;
    color: #333333;
    border-radius: 0;
    height: 35px;
    width: 35px;
    padding: 0;
    line-height: 36px;
    transition: none;
    box-shadow: none !important;
}
.navbar-toggler[aria-expanded="true"] span::before {
    content: "\F62A";
}

#searchModal .form-control {
    padding-left: 45px;
    font-size: 1.09375rem;
}
#searchModal .search-widget-icon {
    position: absolute;
    left: 18px;
    top: 10px;
    font-size: 17px;
}

.banner-section {
    position: relative;
}
.banner-section .carousel-slider .item {
    height: 500px;
}
.banner-section .banner-slide-content {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.background-bg {
    background-position: center center;
    background-size: cover;
}
.bg-success-subtle {
    background-color: #cdf7ec;
}
.bg-primary-subtle {
    background-color: #dbe9ff;
}
.bg-danger-subtle {
    background-color: #fcdae2;
}
.bg-secondary-subtle {
    background-color: #e5e1ff;
}
section.section {
    padding: 60px 0;
}
.section-title {
    text-align: center;
    margin-bottom: 30px;
}
.section-title .title {
    margin: 0;
}
.section-title p {
    margin: 10px 0 0;
    font-size: 18px;
    color: #555555;
}
.section-title.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bg-light {
    background: #f3f4f5;
}
.bg-blog {
    background: #f1f5f4;
}
.bg-arrival {
    background: #f5f5f5;
}
.bg-about {
    background: #f3f6f0;
}
.bg-stats {
    background: url("/images/stats-banner.jpg") no-repeat center;
}

.flat-icon .box-icon {
    text-align: center;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
    padding: 32px 0 25px;
}
.flat-icon .box-icon .content .box-title {
    font-size: 22px;
    margin: 15px 0 0;
}

.flat-about .wrap-about {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.flat-about .wrap-about .wrap-about-box {
    width: 50%;
}
.flat-about .wrap-about .box-icon {
    margin: 20px;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
}
.flat-about .wrap-about .box-icon .icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f3f6f0;
    flex: none;
    line-height: 64px;
    text-align: center;
    margin-right: 20px;
    margin-top: 5px;
    overflow: hidden;
}
.flat-about .wrap-about .box-icon .icon img {
    width: 100%;
    padding: 5px;
}

.product {
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.product.out-of-stock {
    position: relative;
}
.product.out-of-stock a {
    cursor: not-allowed;
}
.product.out-of-stock a {
    color: #999999;
}
.product.out-of-stock a:before {
    content: '';
    position: absolute;
    background: rgba(127, 202, 144, .2);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.product .product_img {
    height: 200px;
}
.product .product_img .sub_type {
    right: 5px;
    top: 5px;
    font-size: 12px;
    padding: 0;
}
.product.product-row {
    display: flex;
    margin-bottom: 30px;
}
.product-info, .category-info, .blog-info {
    padding: 15px;
}

.category-info {
    text-align: center;
}
.product .product-title, .category .category-title, .blog .blog-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
    margin: 0;
    font-size: 18px;
}
.product.product-row img {
    max-width: 120px;
}
.product-swiper #sync1 .item {
    height: 400px;
}
.product-swiper #sync2 img {
    width: 100px;
}

.blog-info {
    padding: 15px 0;
}
.blog-info p {
    color: #555555;
}
.product-price {
    margin-top: 5px;
    font-size: 20px;
}
.price {
    color: #388e3c;
    font-weight: 500;
}
.product-price del {
    font-size: 15px;
    margin: 0 5px;
    color: #999999;
}
.on-sale {
    display: inline-block;
    color: #388e3c;
    font-size: 14px;
}
.product-price .out-stock {
    color: #FF324D;
    font-size: 16px;
}

.single-product .title {
    margin-bottom: 5px;
}
.single-product .product-price {
    font-size: 25px;
    margin: 15px 0 0;
    position: relative;
    padding: 15px 0 0;
}
.single-product .product-price:before {
    border-top: 2px solid #e7e7e7;
    height: 2px;
    width: 50px;
    content: " ";
    position: absolute;
    top: 0;
}
.single-product .product-price del {
    font-size: 18px;
    margin: 0 8px;
}
.single-product .product-price .on-sale {
    font-size: 18px;
}
.single-product .product-description {
    color: #555555;
    margin-top: 10px;
}

.box-quantity-container {
    display: flex;
    align-items: center;
}
.box-quantity-container .box-quantity {
    display: inline-block;
    flex: none;
    padding-top: 4px;
}
.box-quantity-container .quantity {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px 20px 10px 10px;
    display: flex;
}
.box-quantity-container .quantity input[type=number] {
    background: transparent;
    color: #000;
    font-size: 18px;
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    line-height: 24px;
    width: 40px;
    height: 24px;
    text-align: center;
    padding: 4px 0 0 0;
    margin-right: 29px;
    border: 0 none;
    outline: none;
}
.box-quantity-container .quantity .btn-quantity {
    width: 24px;
    height: 24px;
    line-height: 0;
    border-radius: 3px;
    background: #f3f6f0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
}
.box-quantity-container .quantity .btn-quantity i {
    font-size: 20px;
}
.box-quantity-container .quantity .minus-btn {
    margin-left: 6px;
}
.box-quantity-container .tf-buttons {
    margin-left: 15px;
    width: 100%;
}

.cart-table .box-quantity-container {
    justify-content: center;
}
.cart-table .box-quantity-container .quantity {
    padding: 0;
    box-shadow: none;
}
.cart-table .box-quantity-container .quantity input[type=number] {
    margin: 0 20px;
}

.product-farmer {
    margin-top: 30px;
    padding-top: 20px;
}
.product-farmer-info {
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 75px auto;
    padding: 10px 0 10px 85px;
}

.quality_section_wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.quality_middle_gallery {
    max-width: 300px;
    margin: auto;
}
.img_moving_anim1 {
    position: relative;
    -webkit-animation: glide1 2s ease-in-out alternate infinite;
    animation: glide1 2s ease-in-out alternate infinite;
}
.quality_title h4 {
    color: #525252;
    margin: 0 0 5px;
}

.owl-theme .owl-nav {
    display: none;
    margin-top: 0;
}
.carousel-slider.owl-theme:hover .owl-nav {
    display: block;
}
.carousel-slider.owl-theme .owl-nav .owl-prev {
    left: 10px;
}
.carousel-slider.owl-theme .owl-nav .owl-next {
    right: 10px;
}
.carousel-slider.owl-theme .owl-nav [class*="owl-"] {
    background: rgba(255, 255, 255, .5);
    color: #222;
    font-size: 26px;
    height: 45px;
    width: 35px;
    border-radius: 5px;
    position: absolute;
    top: 40%;
}
.owl-carousel .owl-stage-outer __ {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}
.blog {
    position: relative;
}
.blog .date {
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    padding: 10px;
    line-height: normal;
    text-align: center;
}
.blog .date .dt {
    font-size: 25px;
    margin-bottom: 2px;
    display: block;
}

.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.form-group {
    margin-bottom: 10px;
}
.form-group label {
    margin-bottom: 5px;
}
.form-control, .form-control:focus {
    box-shadow: none;
    font-size: inherit;
}
.form-group label.error {
    color: #ff0000;
    font-size: 13px;
}

.btn {
    border: 0 none;
}
.btn-custom {
    background: #53a133;
    color: #ffffff;
}
.btn-custom:hover {
    background: #44852a;
    color: #ffffff;
}
.btn-custom2 {
    background: #ad4525;
    color: #ffffff;
}
.btn-custom2:hover {
    background: #83341b;
    color: #ffffff;
}

.form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: 0.2em;
}
.form-check-input:focus {
    border: 1px solid rgba(0, 0, 0, .25);
}
.form-check-input:checked {
    background-color: #53a133;
    border-color: #53a133;
}
.form-check-input:focus {
    box-shadow: none;
}

.page-header-container {
    background: #7fca90 url("/images/banner/page-banner-2.jpg") no-repeat center;
    background-size: cover;
    padding: 50px 0;
    color: #ffffff;
}
.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-page-title {
    margin: 20px 0 30px 0;
}

.my-account-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.account-menu {
    border: 1px solid rgba(0, 0, 0, 0.175);
}
.account-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.175);
    font-weight: 500;
}
.account-menu li:last-child {
    border-bottom: 0 none;
}
.account-menu li a {
    display: block;
    padding: 15px 10px;
}
.account-menu li.active a {
    background: #53a133;
    color: #ffffff;
}
.account-title {
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.175);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.cart-table {
    font-size: 15px;
}
.cart-table td {
    padding: 20px;
}
.cart-table thead td {
    background: #53a133;
    font-size: 15px;
    color: #ffffff;
    padding: 10px;
}
.cart-product-name {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.address-row {
    border: 1px solid #dee2e6;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.address-row:hover {
    background: #f5f5f5;
}

.counter-content-area {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    z-index: 9;
    padding-top: 30px;
}
.counter-content-area .counter-item {
    border-right: 1.5px solid rgba(161, 172, 179, 0.2);
    position: relative;
    z-index: 9;
    padding-bottom: 14px;
    padding-left: 50px;
    text-align: center;
}
.counter-content-area .counter-item:first-child {
    padding-left: 0;
}
.counter-content-area .counter-item .tj-count {
    font-size: 60px;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
    line-height: 1;
}
.counter-content-area .counter-item .sub-title {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
}

.fu-block-content {
    padding: 20px;
    border-radius: 3px;
    height: 100%;
}
.fu-block-content.bg-1 {
    background: #f3f201;
}
.fu-block-content.bg-2 {
    background: #63b93d;
    color: #ffffff;
}
.fu-block-content h5 {
    font-size: 25px;
    line-height: 28px;
    margin: 0 0 20px;
}
.fu-block-content span {
    margin-bottom: 10px;
    border-left: 3px solid;
    padding: 5px;
    font-size: 13px;
    display: block;
    letter-spacing: 3px;
    line-height: 12px;
    text-transform: uppercase;
}

.product-cart-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-image {
    width: 250px;
}
.blog-image img {
    border-radius: 10px;
}
.blog-title {
    font-size: 20px;
}

footer .footer-content .social-list {
    display: flex;
}
footer .footer-content .social-list li {
    margin: 0 15px 0 0;
    font-size: 25px;
}
footer .footer-content .contact-list i {
    margin-right: 5px;
    font-size: 18px;
}
footer .footer-title {
    font-size: 20px;
    margin-bottom: 15px;
}
footer .footer-content li + li {
    margin-top: 10px;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}
.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4b93ff;
    color: #fff;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.active > .page-link, .page-link.active {
    background: #ad4525;
    border-color: #ad4525;
}
.page-link, .page-link:hover {
    color: #ad4525;
    box-shadow: none;
}

@media only screen and (max-width: 1199px) {
    .banner-section .carousel-slider .item {
        height: 400px;
    }
    .product-cart-row {
        display: block;
    }
    .product-cart-row form {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar .navbar-nav li > .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.1s ease-in-out;
        margin-top: 20px;
        pointer-events: none;
    }
    .navbar .navbar-nav li:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        pointer-events: auto;
    }
    .header-list li.dropdown > .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.1s ease-in-out;
        margin-top: 20px;
        pointer-events: none;
    }
    .header-list li.dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        pointer-events: auto;
    }
}

@media only screen and (max-width: 991px) {
    .header-wrap nav.navbar {
        display: table;
        width: 100%;
    }
    .header-wrap .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 999;
    }
    .navbar .navbar-collapse .navbar-nav:not([class*="bg_"]):not([class*="bg-"]) {
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }
    .navbar .navbar-nav > li > .nav-link, .nav-fixed .navbar .navbar-nav > li > .nav-link {
        padding: 10px 10px;
    }
    .dropdown-toggle::after {
        float: right;
    }
    .navbar-nav .dropdown-menu {
        box-shadow: none;
        padding-left: 12px;
    }
    .navbar .navbar-nav .dropdown-item {
        padding: 8px 10px 8px 10px;
    }
    .banner-section .carousel-slider .item {
        height: 350px;
    }
    section.section {
        padding: 30px 0;
    }
    .flat-about .wrap-about .wrap-about-box {
        width: 100%;
    }
    .blog .date {
        padding: 5px;
    }
    .blog .date .dt {
        font-size: inherit;
        display: inline-block;
    }
    .section-title .title {
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .top-header {
        padding-top: 10px;
    }
    .banner-section .carousel-slider .item {
        height: 350px;
    }
    .section-title .title {
        font-size: 22px;
    }
    .counter-content-area {
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }
    .counter-content-area .counter-item {
        border-right: none;
        padding-left: 0;
        margin-bottom: 30px;
    }
    .counter-content-area .counter-item .tj-count {
        font-size: 45px;
    }
}

@-webkit-keyframes glide1 {
    from {
        right: 0px;
        top: 0px;
    }
    to {
        right: 0px;
        top: 20px;
    }
}

@keyframes glide1 {
    from {
        right: 0px;
        top: 0px;
    }
    to {
        right: 0px;
        top: 20px;
    }
}
