.whatsAppFixed{
    z-index: 999;
}
.productSection{
    padding: 80px 0;
}

.productCardSection{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.productCardSection .imgBox{
    /* background-color: #eee; */
    padding: 30px 15px 10px;
    display: flex;
    align-items: center;
}

.productCardSection .imgBox img{
    width: 75%;
    margin: 0 auto;
    height: auto;
    flex-shrink: 0 !important;
}

.productCardSection .cntArea{
    padding: 20px 15px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.productCardSection .cntArea h6{
    text-align: center;
    margin-bottom: 15px;
    color: #000;
}

.productCardSection .cntArea .quantityWrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 10px;
}

.productCardSection .cntArea .quantityWrapper .quantity{
    background-color:#08662a;
    width: 50px;
    height: 50px;
    border-radius: 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 2px;
}

.productCardSection .cntArea .quantityWrapper .quantity:last-child{
    padding-right: 0;
    border-right: 0;
}

.productCardSection .cntArea .quantityWrapper .quantity h6{
    text-align: center;
    font-weight: 600;
    margin: 0;
    color: #fff;
    font-size: 15px;
}

.productCardSection .cntArea .quantityWrapper .quantity p{
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
}

.productCardSection:hover .cntArea h6{
    color: #08662a;
    cursor: pointer;
}

@media (max-width:991px){
    .productSection{
        padding: 60px 0;
    }
}

@media (max-width:767px){
    /* .productCardSection .cntArea .quantityWrapper .quantity h6{
        font-size: 12px;
    }
    
    .productCardSection .cntArea .quantityWrapper .quantity p{
        font-size: 10px;
    } */
}

@media (max-width:767px){
    .homeSlider .carousel .carousel-item{
        min-height: auto !important;
    }
    .homeSlider .carousel .carousel-item img{
        min-height: auto !important;
    }
    .homeSlider .carousel .carousel-item .carousel-caption .primary_btn{
        display: none !important;
    }
}




header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu[data-bs-popper]{
    left: inherit;
    margin-top: inherit;
    border: 0px;
}


header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link svg {
    margin-left: 10px;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 {
    transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 li {
    padding: 0 !important;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 li:last-child {
    margin-bottom: 0px;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 li a{
    padding: 0;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 li a:hover{
    background: transparent;
    color: #08662a !important;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 li a:focus{
    background: transparent;
    color: #08662a !important;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 li a{
    background: transparent;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{
    padding: 50px 10px;
}

header.sticky .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{
    padding-top: 34px;
    padding-bottom: 34px;
}

@media (max-width: 1399.98px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 100% !important;
    }
}

/*24-10-2024*/


.productContainer .nav-pills{
    margin: 0 !important;
    flex-direction: column;
    grid-gap: 10px;
}

.productContainer .nav-pills .nav-link{
    width: 100%;
    text-align: left;
    border-radius: 8px;
    font-weight: 400;
    color: #071c1f;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    letter-spacing: 1px;

    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.productContainer .nav-pills .nav-link.active, .productContainer .nav-pills .nav-link:hover{
    background: #08662a;
    border: 1px solid #08662a;
    color: #fff;
}

.productContainer .nav-pills .nav-link img{
    width: 28px;
    flex-shrink: 0 !important;
}

.productContainer .nav-pills .nav-link.active img, .productContainer .nav-pills .nav-link:hover img{
    filter: brightness(0) invert(1);
}

@media (max-width: 991.98px){
    .productContainer{
        max-width: 100%;
    }
}

.canvasCategories .btn-close{
    box-shadow: none;
    outline: none;
}

@media (max-width: 1199.98px){
    .productCardSection .cntArea .quantityWrapper .quantity{
        width: 45px;
        height: 45px;
    }
    .productCardSection .cntArea .quantityWrapper .quantity h6{
        font-size: 13px;
    }
    .productCardSection .cntArea .quantityWrapper .quantity p{
        font-size: 11px;
    }
}

@media (min-width: 768px){

    .canvasCategories{
        position: relative;
        transform: inherit;
        visibility: visible;
        border-right: 0;
        z-index: 1;
    }

    .canvasCategories .offcanvas-header{
        display: none;
    }

    .canvasCategories .offcanvas-body{
        padding: 0;
    }
}

@media (max-width: 767.98px){
    .canvasCategoriesBtnWrapper{
        position: sticky;
        top: 80px;
        background:#fff;
        padding: 15px 0;
    }

    .productCardSection .cntArea .quantityWrapper .quantity{
        width: 40px;
        height: 40px;
    }

    .productCardSection .cntArea .quantityWrapper{
        grid-gap: 7px;
    }

    .productCardSection .cntArea .quantityWrapper .quantity h6{
        font-size: 11px;
    }
    .productCardSection .cntArea .quantityWrapper .quantity p{
        font-size: 10px;
    }
}


@media (max-width: 599.98px) and (min-width: 400px){
    .productRowList .col-6.col-xl-4:nth-child(2n+1) {
        padding-right: 5px;
    }
    .productRowList .col-6.col-xl-4:nth-child(2n) {
        padding-left: 5px;
    }
}

form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: inherit !important;
    bottom: 9px !important;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: 0;
    width: 13px;
    height: 7px;
    background: url(../images/svg/downArrow.svg)center no-repeat;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
}

.filterMobile {
    margin: 0px 0px;
    position: sticky;
    background: #08662a;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    top: 80px;
    z-index: 99;
}
.filterMobile .filterMobilePositionRelative {
    position: relative;
    z-index: 95;
    width: 100%;
    height: 100%;
    padding: 10px 0;
}
.filterMobile .filterMobilePositionRelative::before {
    content: "";
    display: block;
    width: 10000%;
    height: 64px;
    right: -500%;
    top: 0;
    position: absolute;
    background: #08662a;
    z-index: 1;
}
.filterMobile .filterMobilePositionRelative label {
    color: #ffffff;
}
.filterMobile form .form-flex-de {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
.filterMobile form .form-flex-de h6 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.filterMobile form .form-group {
    width: 100%;
}
.filterMobile form .form-group .select2.select2-container.select2-container--default {
    border: 1px solid #fff !important;
    background: #fff;
}
.filterMobile form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    background: #fff;
    padding: 0;
}

.filterMobile form .form-group .select2-container--default .select2-selection--single{
    border: 0;
}

.filterMobile form .form-group .select2-container .select2-selection--single{
    height: auto;
}

.filterMobile form .form-group .select2.select2-container.select2-container--default {
    padding: 7px 10px;
}
.filterMobile form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    bottom: 4px !important;
}
.filterMobile form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
}
.filterMobile form .form-group .select2-results__option {
    padding: 5px 15px;
    font-size: 13px;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .filterMobile {
        display: none;
    }
}
@media (max-width: 525px) {
    .filterMobile form .form-flex-de {
        grid-gap: 10px;
    }
    .filterMobile form .form-flex-de h6 {
        font-size: 14px;
        grid-gap: 5px;
    }
    .filterMobile form .form-flex-de h6 svg {
        width: 18px;
        height: 18px;
    }
    .filterMobile form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 13px;
    }
    .filterMobile form .form-group .select2.select2-container.select2-container--default {
        padding: 7px 7px;
    }
    .filterMobile form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 6px;
    }
}


form .form-group .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #08662a;
    color: #fff;
}

@media (max-width: 399.98px){
    .productRowList .col-6.col-xl-4 {
        width: 100%;
    }
}

/*28-10-2024*/

.orderListWrapper{
    margin: 50px 0;
    padding: 0px 0px 30px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    overflow: hidden;
}

.orderListWrapper .orderHeader{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    background: #f6f6f6;
}

.orderListWrapper .orderHeader .navbar-brand{
    margin: 0px auto 10px;
    display: inline-block;
    align-items: center;
}

.orderListWrapper .orderDetailsContainer{
    padding: 30px  20px 0;
}

.orderListWrapper .orderDetailsContainer table, .orderListWrapper .orderDetailsContainer table tr, .orderListWrapper .orderDetailsContainer table th, .orderListWrapper .orderDetailsContainer table td{
    border: 1px solid #e3e3e3;
    border-collapse: collapse;
}

.orderListWrapper .orderDetailsContainer .tableRow {
    height: 604px;
    overflow-y: auto;
}

.orderListWrapper .orderDetailsContainer .tableRow::-webkit-scrollbar {
    width: 5px;
}
.orderListWrapper .orderDetailsContainer .tableRow::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #CECEC5;
}
.orderListWrapper .orderDetailsContainer .tableRow::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000;
    opacity: 1;
}

.orderListWrapper .orderDetailsContainer table th{
    background: #08662a;
    color: #fff;
}

.orderListWrapper .orderDetailsContainer table th, .orderListWrapper .orderDetailsContainer table td{
    padding: 20px 20px;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    vertical-align: center;
    line-height: 1.2;
}

.orderListWrapper .orderDetailsContainer table tbody tr:nth-child(even){
    background: #f6f6f6;
}

.orderListWrapper .orderDetailsContainer table th{
    font-weight: 500;
}

.orderListWrapper .orderDetailsContainer table td{
    padding: 10px 20px;
}

.orderListWrapper .orderDetailsContainer table td .form-group{
    margin: 0;
    padding: 0;
}

.orderListWrapper .orderDetailsContainer table td .form-group .form-control{
    font-size: 14px;
    padding: 7px 10px;
    font-weight: 400;
    border: 1px solid #e3e3e3;
    border-radius: 0;
}

.orderListWrapper .orderDetailsContainer table .w-20p{
    width: 25%;
}

.login .modal-content .modal-body .tableRow {
    height: auto !important;
}

@media (max-width: 1399.98px){
    .orderListWrapper .orderDetailsContainer table th, .orderListWrapper .orderDetailsContainer table td{
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
    }

    .orderListWrapper .orderDetailsContainer table td .form-group .form-control{
        font-size: 13px;
    }
}

@media (max-width: 991.98px){

    .orderListWrapper .orderDetailsContainer{
        padding: 30px  10px 0;
    }

    .orderDetails .container{
        max-width: 100%;
    }

    .orderListWrapper .orderDetailsContainer table th{
        padding: 15px 10px;
    }

    .orderListWrapper .orderDetailsContainer table td{
        padding: 8px 10px;
        font-size: 13px;
    }

    .orderListWrapper .orderDetailsContainer table .w-20p{
        width: 28%;
    }
    .orderListWrapper .orderHeader{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767.98px){

    .orderListWrapper .orderDetailsContainer table td{
        font-size: 12px;
    }
    .orderListWrapper .orderDetailsContainer table td .form-group .form-control {
        font-size: 12px;
    }
    .orderListWrapper .orderDetailsContainer table .w-20p{
        width: 31%;
    }

    .tableRow{
        overflow: scroll;
    }
    .orderListWrapper .orderDetailsContainer table{
        min-width: 600px;
        overflow-x: auto;
    }
}

.orderListWrapper .orderDetailsContainer .modal-body table th{
    padding-top: 10px;
    padding-bottom: 10px;
}

.productSelect .select2-container--default .select2-selection--single{
    background: #fff;
    border: 2px solid #000;
    color: #000;
    padding: 16px 20px;
    border-radius: 10px;
    text-align: left;
}

.productSelect .select2-container .select2-selection--single{
    height: auto;
}

.productSelect .select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0;
    line-height: inherit;
}

form .productSelect .select2-container--default .select2-selection--single .select2-selection__arrow{
    bottom: 14px !important;
}


.productSelect  .select2-results__option{
    text-align: left;
    padding: 7px 10px;
    font-size: 14px;
}

.select2-container--default .select2-results__option[aria-selected="true"]{
    background: #08662a;
    color: #fff;
}

@media (max-width: 1399.98px){
    .productSelect .select2-container--default .select2-selection--single{
        padding: 13px 20px;
    }
}

@media (max-width: 1299.98px){
    .productSelect .select2-container--default .select2-selection--single{
        font-size: 14px;
        line-height: 23px;
    }
}

@media (max-width: 991.98px){
    .productSelect .select2-container .select2-selection--single{
        padding: 12px 10px;
    }
    .orderDetailsContainer .form-group .form-control{
        padding: 12px 10px;
    }
    form .productSelect .select2-container--default .select2-selection--single .select2-selection__arrow {
        bottom: 10px !important;
    }
}

/*02-11-2024*/

.productSection .sticky-md-top{
    top: 120px;
    z-index: 9;
}

.filterMobile .filterMobilePositionRelative::before{
    width: 100% !important;
    display: none !important;
}

@media (max-width: 767.98px){
    .overflow-mob-hidden{
        overflow: hidden !important;
    }

    .pad0{
        padding-left: 0;
        padding-right: 0;
    }

    .padMobAdd{
        padding-left: 14px;
        padding-right: 14px;
    }
}


@media (max-width: 766.98px) {
    .innerBanner .innerImage img {
        min-height:inherit !important;
        height: auto;
    }
}

@media (max-width: 575px) {
    .homeSlider .carousel .carousel-control-next, .homeSlider .carousel .carousel-control-prev {
        width: 20px;
        height: 20px;
    }
}


