:root {
    --col-red: #f61c2d;
    --col-li-green: #a0ce4a;
    --col-de-green: #064220;
}

.bg-dip-green {
    background-color: #064220 !important
}

.bg-lit-green {
    background-color: #a0ce4a !important
}

.bg-read {
    background-color: #f61c2d !important
}

.bg-gray {
    background-color: #a9a9a9 !important
}

.text-dip-green {
    color: #064220 !important;
}

.text-lit-green {
    color: #a0ce4a !important;
}

.text-read {
    color: #f61c2d !important;
}

.text-gray {
    color: #a9a9a9 !important;
}

.border-gray {
    border-color: #a9a9a9 !important;
}

.border-lit-green {
    border-color: #a0ce4a !important;
}

.border-read {
    border-color: #f61c2d !important;
}


/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}


/*** Spinner End ***/


/*** Button Start ***/

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.border-secondary {
    transition: 0.5s;
}

.btn.border-read:hover {
    background: var(--col-red) !important;
    color: var(--bs-white) !important;
}


/*** Topbar Start ***/

.fixed-top {
    transition: 0.5s;
    background: var(--bs-white);
    border: 0;
}

.topbar {
    padding: 20px;
    border-radius: 230px 100px;
}

.topbar .top-info {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link a {
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--col-li-green) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}


/*** Topbar End ***/


/*** Navbar Start ***/

.navbar-brand img {
    height: 80px;
}

.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
}

.navbar {
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--col-li-green);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    /*background: var(--bs-secondary);*/
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}


/*** Navbar End ***/


/*** Hero Header ***/

.ls-1 {
    letter-spacing: -0.04em;
    font-weight: 600;
}

.text-primary {
    opacity: 1;
    color: #81c408 !important;
}

.fw-bold {
    font-weight: 700 !important;
}


/* - custom - */

.hero-header {
    /*background: linear-gradient(rgba(248, 223, 173, 0.1), rgba(248, 223, 173, 0.1)), url(../img/hero-img.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-item {
    position: relative;
}

.carousel-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    background: linear-gradient(rgba(255, 181, 36, 0.7), rgba(255, 181, 36, 0.7));
}

.carousel-control-next,
.carousel-control-prev {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid var(--bs-white);
    background: var(--bs-primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    margin-right: 20px;
}

.carousel-control-prev {
    margin-left: 20px;
}

.page-header {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/cart-page-header-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {

    .hero-header,
    .page-header {
        margin-top: 152px !important;
    }
}

@media (max-width: 992px) {

    .hero-header,
    .page-header {
        margin-top: 97px !important;
    }
}


/*** Hero Header end ***/


/*** featurs Start ***/

.featurs .featurs-item .featurs-icon {
    position: relative;
    width: 120px;
    height: 120px;
}

.featurs .featurs-item .featurs-icon::after {
    content: "";
    width: 35px;
    height: 35px;
    background: var(--col-li-green);
    position: absolute;
    bottom: -10px;
    transform: translate(-50%);
    transform: rotate(45deg);
}


/*** featurs End ***/


/*** service Start ***/

.service .service-item .service-content {
    position: relative;
    width: 250px;
    height: 130px;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*** service End ***/


/*** Fruits Start ***/

.fruite .tab-class .nav-item a.active {
    background: var(--col-li-green) !important;
}

.fruite .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

.fruite .fruite-categorie .fruite-name {
    line-height: 40px;
}

.fruite .fruite-categorie .fruite-name a {
    transition: 0.5s;
}

.fruite .fruite-categorie .fruite-name a:hover {
    color: var(--bs-secondary);
}

.fruite .fruite-item {
    height: 100%;
    transition: 0.5s;
}

.fruite .fruite-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.fruite .fruite-item .fruite-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
}

.fruite .fruite-item .fruite-img img {
    transition: 0.5s;
}

.fruite .fruite-item .fruite-img img:hover {
    transform: scale(1.3);
}


/*** Fruits End ***/


/*** vesitable Start ***/

.vesitable .vesitable-item {
    height: 100%;
    transition: 0.5s;
}

.vesitable .vesitable-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.vesitable .vesitable-item .vesitable-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
}

.vesitable .vesitable-item .vesitable-img img {
    transition: 0.5s;
}

.vesitable .vesitable-item .vesitable-img img:hover {
    transform: scale(1.2);
}

.vesitable .owl-stage {
    margin: 50px 0;
    position: relative;
}

.vesitable .owl-nav .owl-prev {
    position: absolute;
    top: -8px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--col-li-green);
    border-radius: 20px;
    transition: 0.5s;
}

.vesitable .owl-nav .owl-prev:hover {
    background: var(--col-li-green);
    color: var(--bs-white);
}

.vesitable .owl-nav .owl-next {
    position: absolute;
    top: -8px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--col-li-green);
    border-radius: 20px;
    transition: 0.5s;
}

.vesitable .owl-nav .owl-next:hover {
    background: var(--col-li-green);
    color: var(--bs-white);
}


/*** vesitable End ***/


/*** Banner Section Start ***/

.banner .banner-btn:hover {
    background: var(--bs-primary);
}

.popular-img {
    width: auto !important;
    max-height: 210px;
    height: auto;
    margin: 0px auto;
}


/*** Banner Section End ***/


/*** Facts Start ***/

.counter {
    height: 100%;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.counter i {
    font-size: 60px;
    margin-bottom: 25px;
}

.counter h4 {
    color: var(--bs-primary);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.counter h1 {
    margin-bottom: 0;
}

.banner-blocks {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 2rem;
}

.block-1 {
    grid-area: 1 / 1 / 3 / 8;
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

.block-2 {
    grid-area: 1 / 8 / 2 / 13;
}

.block-3 {
    grid-area: 2 / 8 / 3 / 13;
}


/*** Facts End ***/


/*** testimonial Start ***/

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--col-li-green);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--col-li-green);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--col-li-green);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--col-li-green);
    color: var(--bs-white);
}


/*** testimonial End ***/


/*** Single Page Start ***/

.pagination {
    display: inline-block;
}

.pagination a {
    color: var(--bs-dark);
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid #f61c2d;
    margin: 0 4px;
}

.pagination a.active {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border: 1px solid var(--bs-secondary);
}

.pagination a:hover:not(.active) {
    background-color: var(--bs-primary)
}

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}


/*** Single Page End ***/

.rounded-5 {
    border-radius: 2rem !important;
}

.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px auto;
}

.profile-img img {
    width: 100px;
    height: 100px;
}

.tablinks:hover,
.tablinks.active {
    color: #05451d !important;
    cursor: pointer;
}

.order-id {
    background-color: #f5f5f5;
    padding: 3px 15px;
    border-radius: 15px;
    color: #026a2f;
    font-size: 14px;
}

.order-date p {
    margin: 0;
    font-size: 13px;
}

.accordion {
    background-color: #e7e7e7;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 1px;
}

.accordion:hover {
    background-color: #ccc;
}

.accordion.active {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.accordion:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

.left-cont {
    float: right;
    width: 48%;
    padding: 90px 0px;
}

.right-img {
    width: 48%;
    float: left;
}


/*** Footer Start ***/

.footer-logo {
    height: 80px;
}

.footer .footer-item .btn-link {
    line-height: 35px;
    color: rgba(255, 255, 255, .5);
    transition: 0.5s;
}

.footer .footer-item .btn-link:hover {
    color: var(--col-li-green) !important;
}

.footer .footer-item p.mb-4 {
    line-height: 35px;
}

.btn-outline-secondary {
    color: var(--col-li-green);
    border-color: var(--col-li-green) !important;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: var(--col-li-green) !important;
    border-color: var(--col-li-green) !important;
}


/*** Footer End ***/

@media (max-width: 1024px) {
    .left-cont {
        padding: 50px 0px;
    }
}

@media (max-width: 768px) {
    .left-cont {
        padding: 0px 0px;
    }
}

@media (max-width: 767px) {
    .navbar {
        height: 85px;
    }

    .navbar-brand img {
        height: 55px;
    }

    .hero-header,
    .page-header {
        margin-top: 85px !important;
    }

    .banner-blocks {
        display: block;
    }

    .left-cont {
        float: left;
        width: 100%;
        padding: 0px 0px;
    }

    .right-img {
        width: 100%;
        float: initial;
    }
}


/*====== tnamoy 18-09-25 =====*/

.details_table table {
    width: 100%;
}

.details_table table td,
.details_table table tr {
    border-collapse: collapse;
    padding: 5px;
    margin: 0;
    overflow: hidden;
}

.details_table table tr td:last-child,
.details_table table tr:last-child {
    border-bottom: none;
}

.details_table table tr {
    background-color: #fbfbfb;
    border-radius: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #94cd2d61;
    border-radius: 30px;
}

.details_table table td,
.details_table table td h6 {
    vertical-align: middle;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}

.details_table table td h6 {
    display: inline-block;
}

.details_table table tr td:first-child {
    border-top-left-radius: 10px;
}

.details_table table tr td:last-child {
    border-top-right-radius: 10px;
}

.details_table table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.details_table table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.details_table .input-group {
    margin: 0 auto;
}

.details_table {
    border-radius: 10px;
    border: 1px solid #94cd2d61;
}

.add_to_btn {
    padding: 2px 16px;
    font-size: 13px;
}

.btn-minus,
.btn-plus {
    width: 20px;
    height: 20px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.details_table .quantity {
    display: flex;
    align-items: center;
}

.details_table .quantity input {
    background: transparent;
}

.price_line_through span {
    text-decoration: line-through;
}

.price_line_through {
    font-size: 12px !important;
}

.rl_pro_btn {
    position: absolute;
    bottom: 25px;
}

.pro_dtl_img {
    border-radius: unset !important;
}

.pro_dtl_img img {
    object-fit: cover;
    height: 100%;
}

.product_table {
    margin-top: 15px;
}

.vesitable .vesitable-item .vesitable-img {
    height: 240px;
}

.vesitable .vesitable-item {
    min-height: 400px;
}


/* category page css //tanmoy 20-11-2025 */

.categori_page .categori_boxes .col-md-2 {
    width: 12.5%;
}

.categori_page .each_categori_box {
    border: 1px solid #a0ce4a;
    border-radius: 5px;
    display: block;
    height: 100%;
}

.categori_page .each_categori_box:hover .each_categori_box_img img {
    transform: scale(1.2);
}

.categori_page .categori_area {
    padding-block: 10px 40px;
}

.categori_page .each_categori_box_img {
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    height: 110px;
}

.categori_page .each_categori_box_img img {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    height: 100%;
    object-fit: cover;
}

.categori_page .each_categori_box_txt {
    text-align: center;
}

.categori_page .each_categori_box_txt h5 {
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #45595b;
    text-transform: capitalize;
}

.categori_boxes {
    margin-top: 20px;
}

.categori_page .banner_area {
    margin-top: 153px
}


/*========== rseponsive css =============*/

@media screen and (max-width:991px) {
    .categori_page .categori_boxes .col-md-2 {
        width: 16.66%;
    }
}

@media screen and (max-width:768px) {
    .categori_page .categori_boxes .col-md-2 {
        width: 20%;
    }
}

@media screen and (max-width:767px) {
    .categori_page .categori_boxes .col-md-2 {
        width: 33.33%;
    }

    .categori_page .each_categori_box_txt h5 {
        font-size: 14px;
    }

    .dtl_stock {
        margin-top: 10px;
    }
}


/* 28.11.2025 */

.category-tab-btn {
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 5px;
    transition: 0.25s ease;
}


/* ACTIVE tab styling */

.category-tab-btn.active .each_categori_box {
    border: 3px solid #28a745 !important;
    /* green border */
    background: #e8f9ee !important;
    /* light green bg */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    transform: scale(1.03);
}


/* ///////////////// */

.categori_page .each_categori_box {
    border: 1px solid #a0ce4a;
    border-radius: 5px;
    display: block;
    height: 100%;
}

.categori_page .each_categori_box:hover .each_categori_box_img img {
    transform: scale(1.2);
}

.categori_page .categori_area {
    padding-block: 60px;
}


/* .categori_page .each_categori_box_img {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
} */


/* .categori_page .each_categori_box_img img {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
} */

.categori_page .each_categori_box_txt {
    text-align: center;
}

.categori_page .each_categori_box_txt h5 {
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #45595b;
    text-transform: capitalize;
}

.categori_boxes {
    margin-top: 20px;
}

.categori_boxes button {
    border: unset;
    padding: 0;
    background: transparent;
}

.categori_boxes ul li {
    padding: 0 5px;
    width: 100px;
    margin-bottom: 10px;
    display: inline-block;
}

.categori_boxes button {
    width: 100%;
}

.pro_card_new {
    position: relative;
    overflow: hidden;
}

.pro_card_new h4 {
    height: 70px;
}

.pro_card_info {
    padding: 0 15px;
    margin-top: 20px;
}

.product_table {
    padding: 5px;
}

.card_label {
    position: absolute;
    background: red;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 8px;
    top: 0;
    left: 0;
    border-bottom-right-radius: 15px;
}

.price_box ul li {
    font-size: 12px;
    padding: 4px;
    width: 50%;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #134800;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
}

.price_box ul {
    list-style: none;
    display: flex;
    border: 1px solid #ffd73f;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 140px;
    border-radius: 10px;
}

.pro_card_info .input-group .btn {
    padding: 5px;
}

.pro_card_info .add_to_btn {
    padding: 5px 10px;
    border: 1px solid #ffd73f;
}

.price_box ul li span {
    color: #000;
}

.price_box ul li:last-child span {
    text-decoration: line-through
}

.price_box ul li:first-child {
    position: relative;
}

.price_box ul li:first-child span {
    text-transform: capitalize;
    color: #d74f67;
    font-weight: 700;
}

.price_box ul li:first-child:after {
    content: "";
    background-color: #ffd73f;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(0 0, 80% 0%, 64% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 98% 0%, 87% 100%, 0% 100%);
}


/*========== rseponsive css =============*/

@media screen and (max-width:767px) {
    .categori_boxes ul li {
        padding: 0;
        width: 100%;
    }

    .categori_page {
        padding-top: 0 !important;
    }

    .pro_card_new h4 {
        font-size: 12px;
        padding: 0 5px 0 5px !important;
        height: 35px;
        margin-top: 10px;
    }

    .price_box ul {
        width: 110px;
    }

    .pro_card_info {
        padding: 0 5px;
        margin-top: 7px;
    }

    .categori_page .each_categori_box_txt h5 {
        font-size: 12px !important;
    }

    .product_table {
        margin-top: 5px !important;
    }

    .popular-img {
        max-height: 140px !important;
    }
}

.user_area ul {
    list-style: none;
    width: 400px;
    background-color: #f4f6f8;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 50px
}

.user_area ul li {
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    border-bottom: 1px solid #ebe1e1;
    ;
    padding: 10px 0;
    margin-bottom: 5px
}

.user_area ul li:last-child {
    border-bottom: unset;
    margin-bottom: 0;
}

.user_area ul li b {
    text-align: right
}

.user_area ul li p,
.user_area ul li b {
    width: 50%;
    margin: 0;
}

.user_table {
    border-radius: 15px;
    margin-bottom: 30px;
}

.user_table thead {
    border-bottom: unset;
}

.user_table thead th {
    background-color: #81c408;
    padding: 15px;
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
}

.user_table tbody td,
.user_table tbody th {
    padding: 10px;
    border: unset;
    text-align: center;
}

.user_table tbody tr {
    border: unset
}

.user_table tbody tr:nth-child(odd) {
    background-color: #f4f6f8;
}

.user_circle_img {
    margin-right: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 100%;
}

.order_coupon {
    background-color: #f4f6f8;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.order_coupon img {
    width: 80px;
    height: 80px;
}

.order_coupon_dtl {
    width: calc(100% - 80px);
    padding-right: 20px;
}

.order_input {
    margin-top: 25px;
}

.order_input select {
    width: 100%;
    border: 1px solid #f5f5f5;
    height: 40px;
    font-size: 16px;
    border-radius: 25px;
    margin-bottom: 15px;
    padding: 0 15px
}


/*============ tanmoy 10-12-2025 ==================*/

.order_coupon {
    margin-bottom: 20px;
}

.cart_new {
    padding-top: 50px;
}

.coupon_code_new {
    display: flex;
}

.coupon_code_new input {
    margin-right: 15px;
}

.coupon_code_new input,
.coupon_code_new button {
    height: 58px;
    width: 188px;
}

.coupon_code_new #couponCodeInput {
    border: 1px solid rgba(116, 125, 136, 0.4) !important;
    color: #747d88 !important;
    border-radius: 50px !important;
    text-align: center !important;
}

@media screen and (max-width:1024px) {
    .table-responsive table {
        width: 800px;
    }

    .user_area ul {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .user_area ul {
        width: 100%;
    }

    .coupon_code_new input,
    .coupon_code_new button {
        height: 40px;
        width: 125px;
        font-size: 14px !important;
    }

    .coupon_code_new input {
        margin-bottom: 20px;
    }
}


/*============ tanmoy 11-12-2025 ==================*/

.order_success thead th {
    background-color: #45595b;
}

.view_dtl {
    height: 400px;
    overflow-y: auto;
}

.view_dtl table {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.view_dtl table thead th {
    border-right: 1px solid #ffffff;
    padding: 10px;
    color: #fff;
    text-align: center;
}

.view_dtl table thead {
    background-color: #064220;
}

.view_dtl table td {
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.view_dtl table tbody tr:nth-child(odd) {
    background: #f4f6f8;
}

.view_dtl table tbody tr:nth-child(even) {
    background: transparent;
}

.confirm_row button {
    width: 100%;
}

.order_input {
    background-color: #f4f6f8;
    border-radius: 20px;
    padding: 15px;
}

.order_input option {
    border-radius: 15px !important;
}

.out_stock {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    color: red;
}