.swiper-container {
    width: 100%;
    overflow: hidden;
    /* height: 100vh; */
}

.swiper-slide .hero__item {
    display: flex;
    background-size: cover;
    background-position: center;
}

.swiper-pagination {
    bottom: 20px;
}

.swiper-button-prev,
.swiper-button-next {
    margin-top: 2px !important;
    font-size: 10px !important;
    color: #339e73 !important;
    width: 3rem !important;
    opacity: 0.3 !important;
    /* height: 3rem !important; */
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 1 !important;
}

.user-dropdown-menu {
    display: none;
}

.user-dropdown-menu.show {
    display: block;
}

.user-dropdown-menu li{
    margin-top: 5px;
}

.customer-form{
    padding: 30px;
    border: 1px solid #f6854e;
    border-radius: 5px;
}

.underline-green {
    font-weight: 600 !important;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #28a745;
    text-align: center;
}

.categories-list {
    max-height: 465px;
    /* Adjust height as needed */
    overflow-y: auto;
    /* Enable vertical scrollbar */
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: #ccc #f9f9f9;
    /* For Firefox (track and thumb colors) */
}

/* Style the scrollbar for WebKit browsers (Chrome, Safari, Edge) */
.categories-list::-webkit-scrollbar {
    width: 6px;
}

.categories-list::-webkit-scrollbar-thumb {
    background-color: #ccc;
    /* Scrollbar thumb color */
    border-radius: 10px;
    /* Rounded scrollbar */
}

.categories-list::-webkit-scrollbar-track {
    background: #f9f9f9;
    /* Scrollbar track color */
}

/* .primary-btn {
    display: inline-block;
    font-size: 14px;
    padding: 10px 28px 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    background: #00a260;
    letter-spacing: 2px;
} */

.add-cart-btn:hover {
    color: #ffffff;
    background: #f6854e;
}

/* .preloader-wrapper {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    background: #fff;
}

.preloader-wrapper .preloader {
    margin: 20% auto 0;
    transform: translateZ(0);
}

.preloader:before,
.preloader:after {
    content: '';
    position: absolute;
    top: 0;
}

.preloader:before,
.preloader:after,
.preloader {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    animation: animation 1.2s infinite ease-in-out;
}

.preloader {
    animation-delay: -0.16s;
}

.preloader:before {
    left: -3.5em;
    animation-delay: -0.32s;
}

.preloader:after {
    left: 3.5em;
} */

/* product-grid */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.featured__item__pic__hover .quantity {
    padding: 0.5rem;
}
/* .product-item .button-area .quantity {
    padding: 0.5rem;
} */

.product-item {
    position: relative;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0);
    /* transition: box-shadow 0.3s ease-out, margin 0.3s ease-out; */
}

.product-item .button-area {
    display: none;
    position: absolute;
    text-align: center;
    background: #fff;
    width: 100%;
    left: 0;
    bottom: -55px;
    z-index: 1;
    box-shadow: 0px 20px 44px rgba(0, 0, 0, 0.08);
    /* transition: box-shadow 0.3s ease-out; */
}

.product-item:hover .button-area {
    display: block;
}

.product-item:hover {
    box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.08);
}

.product-item figure {
    text-align: center;
}

.product-item figure img {
    max-height: 210px;
    height: auto;
}

.product-item .product-qty {
    width: 85px;
}

.product-item .btn-link {
    text-decoration: none;
}

.product-item #quantity {
    height: auto;
    width: 28px;
    text-align: center;
    border: none;
    margin: 0;
    padding: 0;
}

.product-item .btn-number {
    width: 26px;
    height: 26px;
    line-height: 1;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    color: #222;
    padding: 0;
}

/* cart */
.cart .product-qty {
    min-width: 130px;
}

/* floating image */
.image-float {
    margin-top: -140px;
    margin-bottom: -140px;
}

.btn-cart {
    background: #00a260;
    color: #fff;
}
.btn-cart:hover {
    background: #f6854e;
    color: #fff;
}
.input-number{
    width: 60px;
    margin-left: 0;
}

.special-cat-title {
    margin-bottom: 50px;
    text-align: start;
}

.special-cat-title h2 {
    color: #1c1c1c;
    font-weight: 700;
    position: relative;
}

.special-cat-title h2:after {
    position: absolute;
    left: 0;
    bottom: -15px;
    /* right: 0; */
    height: 4px;
    width: 80px;
    background: #00a260;
    content: "";
    margin: 0 auto;
}

.featured__item__text h5 {
    margin-bottom: 10px !important;
    color: #252525 !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}
.featured__item__text h5 a {
    color: #252525 !important;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #999999;
    margin-right: 10px;
}
.footer-text-new p {
    font-size: 16px;
    color: #fff;
}
.custom-text {
    text-decoration: none;
    color: #e0e0e0;
}
.footer__widget ul li a {
    transition: transform 0.3s ease-in-out !important;
    /* Smooth transition for the transformation */
}

.footer__widget ul li a:hover {
    color: #ffffff;
}

/* sign in modal */
.modal-title {
    margin-left: 170px;
    color: #00a260;
    font-size: 25px;
    letter-spacing: .2em;
}

.form-head-text {
    text-align: center;
    margin-bottom: 30px;
}

.login-m-btn .btn {
    color: #fff;
    background-color: #00a260;
    border-color: #00a260;
    letter-spacing: .2em;
    line-height: 1;
    padding: 10px 15px;
    font-size: 18px;
}

.forgot-m-btn .btn {
    line-height: 1;
    margin: 15px 0;
    font-size: 13px;
    color: #3c3c3c;
}

.forgot-m-btn .btn:hover {
    color: #000;
    text-decoration: underline;
}

.scrollable-modal-body {
    max-height: 600px;
    overflow-y: auto;
}

.modal-body input {
    border-radius: 0 !important;
    padding: 10px;
    border-bottom: 1px solid #00a260;
}
.modal-body textarea {
    border-radius: 0 !important;
    border-bottom: 1px solid #00a260;
}

.modal-body label {
    font-size: 14px;
}

.createAcc {
    text-align: center;
}

.createAcc p {
    display: inline;
}

/* .createAcc link{color: #ec1a22;} */
.createAcc p>a {
    color: #00a260;
    cursor: pointer;
}

.form-control:focus {
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}
.reset-btn {
    background: #00a260;
    color: #fff;
}

.reset-btn:hover {
    background: #fff;
    color: #f6854e;
    border: 1px solid #f6854e;
    transition: .3s all;
}
    
.shoping__cart__btns .cart-btn{
    background: #00a260;
    color: #fff;
}

.qty-input {
    color: #000;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.qty-input .product-qty,
.qty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 2.5rem;
    line-height: 1;
}

.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
    outline: none;
}

.qty-input .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
}

.qty-input .qty-count:before,
.qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #222;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.qty-input .qty-count--minus {
    border: 1px solid #e2e2e2;
}

.qty-input .qty-count--add {
    border: 1px solid #e2e2e2;
}

.qty-input .qty-count--add:after {
    transform: rotate(90deg);
}

.qty-input .qty-count:disabled {
    color: #ccc;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
}

.qty-input .qty-count:disabled:before,
.qty-input .qty-count:disabled:after {
    background: #ccc;
}
.add-cart-btn {
    padding: 12px !important;
}

/* mini-cart-area */
.mini-cart-area {
    width: 324px;
    z-index: 10000000;
}

.mini-cart-area .offcanvas-title {
    color: #7e7e7e;
    font-size: 20px !important;
}

.mini-cart-area .offcanvas-body {
    scrollbar-width: thin;
}

.mini-cart-area .btn-close {
    background-size: 16px;
}

.mini-cart-area .btn-close:focus {
    box-shadow: none;
}

.mini-cart-area .offcanvas-body {
    position: relative;
}
.mini-cart-item{
    border-bottom: 1px solid #00a260;
}
.mini-cart-product{
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #00a260;
}

.mini-cart-item .mini-cart-head{
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 10px !important;
}
.minicart-weight{
    font-size: 16px;
}
.mini-cart-btn{
    background: #00a260 !important;
    color: #fff !important;
    padding: 5px 12px !important;
    font-size: 14px !important;
}
.mini-cart-btn:hover {
    background: #f6854e !important;
    color: #fff !important;
}

.minicart-item-remove a{
    text-decoration: none;
    font-size: 24px;
    color: #00a260;
}
.hover-effect {
    padding-left: 20px;
}
.hover-effect:hover {
    border: 1px solid #f6854e;
    border-radius: 5px;
    background-color: #eaeaea;
}
.invoice-header {
    /* background: #bdccc5; */
    border: 1px solid #00a260;
}

.header-btn h5 {
    text-transform: uppercase;
    margin: 0;
    color: #00a260;
    font-weight: bold;
}

.inv-text {
    padding: 0 50px;
}

.address-form h5 {
    text-transform: uppercase;
    font-weight: 600;
    color: #00a260;
    border-bottom: 1px solid #00a260;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.address-form p {
    margin-bottom: 0;
    color: #222;
}

.address-to h5 {
    text-transform: uppercase;
    font-weight: 600;
    color: #00a260;
    border-bottom: 1px solid #00a260;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.address-to p {
    margin-bottom: 0;
    color: #222;
    font-weight: bold;
}

.inv-date-details h5 {
    text-align: end;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #00a260;
    margin-bottom: 5px;
}

.invoice-d-table table {
    border: 1px solid #00a260;
}

.invoice-d-table table>thead tr {
    /* background:#bdccc5; */
    border-style: none;
    border: 1px solid #00a260;
}

.invoice-d-table thead tr>th {
    border-style: none;
    font-size: 16px;
    padding: 5px;
    color: #00a260;
    text-align: center;
    border-right: 1px solid #00a260;
    width: 50%;
}

.invoice-d-table tbody {
    text-align: center;
    color: #222;
}

.invoice-d-table tbody tr {
    border-style: none;
}

.invoice-d-table tbody tr>th {
    border-style: none;
    border-right: 1px solid #00a260;
    border-bottom-width: 0;
    border-top-width: 0;
    vertical-align: middle;
}

.invoice-d-table tbody tr>td {
    border-style: none;
    border-bottom-width: 0;
    border-top-width: 0;
}

.product-table-detail table>thead {
    background: #ddd;
    color: #00a260;
    text-transform: uppercase;
    text-align: start;
    border-top: 1px solid #00a260;
}

.product-table-detail table>thead th {
    font-size: 13px;
    border-right: 1px solid #00a260;
    border-left: 1px solid #00a260;
    border-bottom: 0;
}

.product-table-detail table tbody tr>td {
    border-right: 1px solid #00a260;
    border-left: 1px solid #00a260;
    height: 33px;
    border-bottom: 1px solid #00a260;
    text-align: start;
}

.product-table-detail table tbody tr>td {
    border: 1px solid #00a260;
    color: #222;
}

.invoice-bottom-area {
    margin-bottom: 20px;
}

.invoice-bottom-area .bottom-text p {
    color: #222;
}

.invoice-bottom-area .bottom-text p>span {
    color: #00a260;
    font-weight: bold;
}

.invoice-bottom-area .bottom-text p>span {
    color: #00a260;
    font-weight: bold;
}

.invoice-bottom-area .bottom-text p>a {
    text-decoration: none;
    color: #222;
}

.invoice-footer-area {
    background: #ddd;
    padding: 10px 0;
}

.invoice-footer-area ul li {
    list-style: none;
    display: inline-block;
    margin: 5px;
}

.invoice-footer-area ul li a>i {
    font-size: 20px;
    color: #00a260;
    border: 1px solid #00a260;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}

.invoice-footer-area .bottom-text p {
    color: #222;
    margin: 0
}

.invoice-footer-area .bottom-text p>a {
    text-decoration: none;
    color: #00a260;
}

.address-form p {
    margin-bottom: 10px;
    color: #222;
}

.news-header {
    background-color: #00a260;
    color: #fff;
    padding: 5px 0;
    overflow: hidden;
    position: relative;
}

.news-header .scrolling-text {
    display: flex;
    white-space: nowrap;
    animation: scroll-left 30s linear infinite;
}

.news-header span {
    margin-right: 50px;
}
.wish-btn{
    background: #f6854e !important;
}
.see-more-btn{
    border-color: #f6854e; 
    color: #f6854e;
}
.see-more-btn:hover{
    background: #f6854e;
    color: #fff;
}
/* Video Area News Css */
picture img {
    aspect-ratio: 1.7777;
    object-fit: cover;
    object-position: center;
    width: 100%;
    transition: all 0.5s ease-in;
}
.Video-news-img iframe {
    aspect-ratio: 1.7777;
    object-fit: cover;
    object-position: center;
    width: 100%;
    transition: all 0.5s ease-in;
}
.img100 {
    width: 100%
}

.CommonLead3 {
    margin-bottom: 24px;
}

.CommonLead3 .Desc .Title {
    color: #fff;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
}

.CommonLead3:hover .Desc .Title {
    color: #00a260;
    transition: 0.3s;
}

.CommonLead3 .Brief p {
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.CommonLead2 {
    background: #fff;
}

.CommonLead2 .Desc {
    padding: 6px;
}

.CommonLead2 .Desc .Title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.CommonLead2:hover .Desc .Title {
    color: #00a260 !important;
    transition: color 0.3s;
}

.Video-Area-news {
    background: #dfb5a0;
    padding: 40px 0;
    margin-bottom: 30px;
}

.Video-Area-news .Video-news-wrapper .Video-news-img {
    position: relative;
}

.video-title img {
    width: 70px;
    height: auto;
    margin-bottom: 20px;
}

.Video-news-wrapper .CommonLead2 {
    background: #8cdaba;
}

.Video-news-wrapper .CommonLead2 .Desc .Title {
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
}

.Video-news-wrapper .CommonLead2:hover .Desc .Title {
    color: #fff;
    transition: 0.3s;
}

.Video-news-wrapper .CommonLead2 .Desc {
    padding: 15px 6px;
}

.Video-news-wrapper .CommonLead3 {
    margin-bottom: 8px;
}

.videoInLead .CommonLead2 .Desc .Title {
    -webkit-line-clamp: 3;
}
.video-icon i {
    color: #e93a3a;
    font-size: 45px;
}

.video-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    line-height: 56px;
}

.termsAndConditions-page{
    padding-bottom: 80px;
}

.section-heading h2 {
    font-size: 28px;
    line-height: 1.4;
    color: #222;
    font-weight: 600;
    text-align: center;
}
.Rte h5 a:hover{
    color:#00a260;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}