/* Satrt text color */
.text-red {
    color: red !important;
}
.text-017d03 {
    color: #017d03;
}
.link-text-017d03 {
    color: #017d03;
}
.link-text-017d03:hover {
    color: #017d03;
}
.active-menu {
    color: #ffd700 !important;
}
.text-theme{
    color: black !important;
}
.text-color-black{
    color: black !important;
}
/* End text color */

/* Start background */
.bg-017d031f {
    background-color: #017d031f !important;
}
.bg-017d03 {
    background-color: #017d03 !important;
}
.bg-cce5cd {
    background-color: #cce5cd !important;
}
.bg-ecf0f1 {
    background-color: #ecf0f1 !important;
}
.bg-017d04 {
    background-color: #017d04 !important;
}
.bg-191b19{
    background-color: #191b19 !important;
}
.product-detail-bg .shape{
    background-color: #017d03 !important;
}
.hover-bg-191b19{
      background-color: #191b19 !important;
}
.hover-bg-black:hover{
    opacity: 0.8;
}
/* End background */

/* Start font size  */
.fs-14px {
    font-size: 14px;
}
.fs-16px {
    font-size: 16px !important;
}
.fs-20px {
    font-size: 20px !important;
}
/* End font size  */

/*Start padding  */
.py-120px {
    padding-top: 120px;
    padding-bottom: 120px;
}
.py-100px {
    padding-top: 100px;
    padding-bottom: 100px;
}
/*End padding  */

/* Start height and width  */
.w-auto-lg-100 {
    width: auto;
}
.w-auto-sm-100 {
    width: auto;
}
.w-100-sm-auto {
    width: 100%;
}
.max-w-200px {
    max-width: 200px !important;
}
.product-name-w-200px{
    width: 250px;
    white-space: normal;
}
.min-w-440px {
    min-width: 440px !important;
    width: 100%;
}
.min-width-100 {
    min-width: 100% !important;
}
.h-100vh {
    height: 100vh;
}
.min-height-100VH {
    min-height: 100vh !important;
}
/* End height and width  */

/*Start btn */
.btn-red {
    background-color: red !important;
}
.btn-017d03 {
    background-color: #017d03 !important;
    color: white !important;
}

/*End btn */

/* Start custom css */
.comments-input {
    border: 0;
    border-bottom: 2px solid #000000;
}
.label-text {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 700 !important;
}
.form-control {
    height: 56px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid transparent;
    color: white;
    background-color: #017d0314;
    border-radius: 27px;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent !important;
    background-color: #017d0314;
    color: white !important;
}
.th-product .product-img{
    background-color: transparent !important;
}
.th-menu-toggle{
    background-color: white;
    color: black;
}
.th-menu-toggle:hover{
    background-color: white;
    color: black;
    opacity: 0.8;
}
.th-menu-wrapper .th-menu-toggle{
    background-color: #000000 !important;
}
.th-menu-wrapper .mobile-logo{
    background-color: #000000 !important;
}
.th-menu-wrapper .th-menu-area{
    border: 0 !important;
}
.custom-table .custom-table-th {
    padding: 18px 10px;
    font-size: 14px;
    font-family: var(--title-font);
    font-weight: 500;
    color: var(--title-color);
    background-color: #ecf0f1;
    text-align: center;
}
.custom-table {
    border-bottom: 1px solid #0000001f;
}
.custom-table .custom-table-td {
    padding: 18px 10px;
    font-size: 14px;
    font-family: var(--title-font);
    text-align: center;
}
.border-right-1px {
        border-right: 1px solid #e0e0e0;
}
.custom-btn {
    border: 2px solid var(--smoke-color) !important;
    background-color: transparent;
    color: #b8c6d0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 4px;
}
.custom-table .custom-table-td .custom-input {
    vertical-align: middle;
    border: 2px solid var(--smoke-color);
    width: 60px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: var(--title-color);
    font-weight: 700;
    margin: 0 3px;
    border-radius: 4px;
    padding: 0;
    font-family: inherit;
}
.card-custom-input{
        vertical-align: middle;
    border: 2px solid var(--smoke-color);
    width: 60px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: var(--title-color);
    font-weight: 700;
    margin: 0 3px;
    border-radius: 4px;
    padding: 0;
    font-family: inherit;
}
.custom-table .custom-table-th {
    padding: 18px 10px;
    font-size: 14px;
    font-family: var(--title-font);
    font-weight: 500;
    color: white;
    background-color: #000000;
    text-align: center;
}
.custom-table-radius {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.custom-table .custom-table-td .custom-btn:hover{
    /* background-color: #000000; */
    color: white;
}
.bg-white-e8f3e8 {
    background: white;
}
.bg-white-e8f3e8 input{
    background: white;
}
.full-body-img{
    background-image: url(../img/farmers-img/login-img.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-light-black{
    background: #0000007a;
    position: absolute;
    width: 100%;
    height: 100%;
}
.th-btn-black{
    background-color: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0);
}
.th-btn-black:hover{
    background-color: white !important;
    color: black;
    opacity: 0.8;
}
.th-btn:before{
    display: none;
}
.main-menu ul li.menu-item-has-children > a:after{
    color: white !important;
}
.main-menu ul li a:hover:after{
    color: #ffd700 !important;
}
.main-menu ul.sub-menu li a:before{
    display: none;
}
.main-menu ul.sub-menu li a:hover{
   color: #ffd700 !important;
   padding-left: 0 !important;
}
.main-menu  ul li a:hover{
   color: #ffd700 !important;
}
.bg-black-opacity:hover{
    opacity: 0.8;
}
.breadcumb-wrapper{
    position: relative;
}
.custom-table-left-right{
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.form-control:disabled{
    color: #788087 !important;
}
.th-product:hover .product-img:before{
    display: none;
}
.bg-card-linear{
  background: linear-gradient(180deg, #000000a8 20.18%, #000000 95%) !important
}
.blog-box .th-btn:hover{
    border-color: white !important;
    opacity: 0.7;
}
.form-group .form-control{
    background-color: #e9ecef;
    color: black;
}
.form-group .form-control:focus{
    color: black !important;

}
.form-input-login .form-control{
    color: white !important;
}
.form-input-login .form-control:focus{
    color: white !important;
}
.form-input-login .form-control::placeholder{
    color: white !important;
}
 .iti__selected-dial-code{
    color: white !important;

}
.border-lg-bottom{
    border-bottom: 1px solid #e0e0e0;
}

.Contact-number .iti--allow-dropdown{
    width: 100%;
}
.Contact-number .Contact-input{
    padding-left: 100px !important;
}

.Contact-number  .iti__selected-country{
    left: 16px;
}
.w-90p-100{
    min-width: 90%;
}
/* End custom css */

/* Start Toaster */
#toast-container {
    padding: 0px 15px;
    z-index: 999999999;
}
#toast-container > .toast-success,
#toast-container > .toast-error,
#toast-container > .toast-warning,
#toast-container > .toast-gray {
    background-image: unset !important;
}
.toast-top-center {
    top: 15px !important;
    display: flex !important;
    flex-direction: column;
}
.toast {
    padding: 20px 30px !important;
    overflow: hidden !important;
    border-radius: 6px !important;
    border: 0px !important;
    max-width: 348px;
    width: 100% !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
#toast-container > div {
    /* width: auto !important; */
    opacity: 1;
    box-shadow: unset !important;
}
.toast-message {
    text-align: center !important;
}
.toast-error {
    background-color: red !important;
}
.toast-error .toast-message {
    color: white !important;
}
.toast-success {
    background-color: green !important;
}
.toast-success .toast-message {
    color: white !important;
}
.toast-warning {
    background-color: yellow !important;
}
.toast-warning .toast-message {
    color: black !important;
}
.toast-gray {
    background-color: #017d03 !important;
}
.toast-gray .toast-message {
    color: white !important;
}
/* End Toaster */

a:hover {
    opacity: 0.8;
}

.cart_table_white th{
    color: white !important;
}

/*start rounded*/
.rounded-8px {
    border-radius: 8px;
}
.rounded-12px {
    border-radius: 12px;
}
.rounded-top-20px{
    border-radius: 20px 20px 0 0;
}
/*end rounded*/

/*start overflow*/
.overflow-hidden {
    overflow: hidden !important;
}
/*end overflow*/

/* Start Select2  */
.select2-container .select2-selection--single {
    height: 50px;
}
.farmers-table .select2-container{
min-width: 320px;
}
/* Custom row layout */
.select2-result-data {
    display: flex;
    /* justify-content: space-between; */
}
.select2-result-data span {
    font-size: 14px;
    font-weight: 500;
}
.select2-result-data small {
    color: #666;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgb(1, 1, 1) !important;
}
.select2-selection__clear {
    display: none !important;
}
.select2-selection__arrow {
    display: none;
}

.select2-style-input {
    border: 1px solid black;
    background-color: white !important;
    padding: 10px 8px;
}

.select2-container--default .select2-selection--single {
    font-size: 18px;
    width: 100%;
    border: 2px solid black;
    background-color: transparent;
    color: #fff;
    border-radius: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 47px;

}
.select2-dropdown{
    border-color: black;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #000000;
    color: white;
    padding: 8px 12px;
}
.select2-container--open .select2-dropdown--below {
    border-color: black;
}

.select2-container--default .select2-selection--single .select2-selection__rendered  {
    text-align: start !important;
}

.select2-data + .select2-container--default .select2-selection--single{
     background-color: #e9ecef !important;
    color: black !important;
    border-color: transparent !important;
    border-radius: 27px;
}

/* End Select2 */


.form-control.is-invalid{
    background-image: none !important;
    border-color: black !important;
}


/*Start farmers-table table css  */
.farmers-table{
    width: 100%;
    border: 1px solid #e0e0e0;
     border-radius: 20px 20px 0 0;
      overflow: hidden;
}
.farmers-table tbody tr th{
    background: black;
    color: white;
    padding: 18px 10px;
    font-size: 16px;
    font-family: var(--title-font);
    font-weight: 500;
    text-align: center;
    border-color: #e0e0e0;
        white-space: nowrap;

}
.farmers-table tbody tr td{
    font-size: 15px;
    white-space: nowrap;
    padding: 13px 30px;
    border-color: #e0e0e0;
    text-align: center;

}
.farmers-table .custom-input {
    vertical-align: middle;
    border: 2px solid var(--smoke-color);
    width: 60px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: var(--title-color);
    font-weight: 700;
    margin: 0 3px;
    border-radius: 4px;
    padding: 0;
    font-family: inherit;
}
.farmers-table .comments-input{
    min-width: 230px;
    width: 100%;
}
.text-normal{
    white-space: normal;
}
/*End farmers-table table css  */

.otp-fild {
    width: 70px;
    height: 70px;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
        padding: 0.5rem 1rem;
    border-radius: 4px;
    border-color :#ECEFF1;
    color: #263238;
        background-color: #fff;
}
.otp-fild:focus{
     border-color :#ECEFF1;
    color: #263238 !important;
        background-color: #241f1f2d;
}

@media (max-width: 1199px) {

.active-menu{
        color: black !important;
     }
     .th-mobile-menu ul li.th-active > a{
        color: black !important;
     }
     .w-90p-100{
    min-width: 100%;
}
.choose-feature-area{
    border-radius: 20px;
}

    }

@media (max-width: 991px) {
    .w-auto-lg-100 {
        width: 100%;
    }
    .custom-table {
        border: 1px solid;
        border-radius: 9px;
        background: #25292517;
        border-color: #017d0300;
        padding: 10px 14px;
    }
    .custom-table {
        border-bottom: 0 !important;
    }
    .custom-table .custom-table-td .btn-remove {
        background-color: red;
        color: white;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
    }
    .bg-white-e8f3e8 {
        background: #9f9e9b1a;
    }
    .bg-white-e8f3e8 input{
        background: #f5f5f5;
        border-color: black !important;
    }
    .custom-minus-plus{
        border-color: black !important;
        color: black !important;
    }
     .custom-minus-plus:hover{
        color: white !important;
     }
     .custom-table .custom-table-th{
        font-weight: 800;
     }
     .custom-table-left-right{
        border: 0;
    }
    .border-lg-bottom{
        border: 0;
    }
    .select2-result-data{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}


@media (max-width: 576px) {
    .w-auto-sm-100 {
        width: 100%;
    }
    .w-100-sm-auto {
        width: auto;
    }
    .select2-selection__placeholder {
        display: flex;
        align-items: center;
        height: 100%;
    }
    .py-100px {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .select2-result-data{
        align-items: start;
        font-weight: 400;
    }
      .select2-result-data span{
        font-weight: 400;
    }


    .select2-data + .select2-container .select2-selection--single{
        height: 56px !important ;
    }

      .select2-data + .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 56px !important;
    }

}

.cardImage{
    min-width: 200px;
    max-height: 200px;
    min-height: 200px;
    object-fit: contain;
}

.quantityPlus:hover{
    border: 1px solid black !important;
    background-color: green;
    color: black !important;
}

.quantityMinus:hover{
    border: 1px solid black !important;
    background-color: red;
    color: black !important;
}

.quantityPlus{
    background-color: green;
    color: white;
}

.quantityMinus{
    background-color: red;
    color: white;
}

.quantityNumber{
    font-size: 15px !important;
}

.reviewOrderSubmit:hover{
    border: 1px solid black !important;
    color: white !important;
    opacity: 1 !important;
}

.addToCartProducts:hover{
    border: 1px solid black !important;
    color: white !important;
    opacity: 1 !important;
}

.placeOrderSubmit:hover{
    border: 1px solid black !important;
    color: white !important;
    opacity: 1 !important;
}

.cancelOrderSubmit:hover{
    border: 1px solid black !important;
    color: white !important;
    opacity: 1 !important;
}



@media (max-width: 991px) {
.custom-table .custom-table-td{
    padding: 7px 10px;
}
.custom-table .custom-table-td{
    text-align: start;
}
.custom-table .custom-table-td .custom-input{
    background: transparent;
}
.comments-input{
    background-color: transparent;
}
.border-right-1px{
    border-right: 0px;
}
}

.fw-700{
    font-weight: 700 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.text-black{
    color: black !important;
}


.rs-bg-00000012{
    background-color: #00000012 !important;
}
.rs-bg-transparent{
    background: transparent !important;
}

.rs-border-00000057{
    border-color: #00000057 !important;
}