/** Style  **/

body {
    background-color: #ffffff !important;
}

.top-header {
    /* border-bottom: 1px solid #e1e1e1 !important;
    box-shadow: 0 2px 35px #0000000d; */
}

.footer-container {
    background-color: #0a1a07 !important;
}

.t-btn {
    background-color: #28662c !important;
}

.line {
    margin: 0 auto;
    width: 50px;
}

.heading .line {
    border-top-color: rgb(162, 162, 162);
}

#checkout-button {
    background-color: #28662c !important;
    color: #ffffff !important;
    border: 0 !important;
    font-weight: 500;
    font-size: 16px;
}

#checkout-button:hover {
    background-color: #2f4e31 !important;
}

#checkout-button a {
    color: #ffffff !important;
    text-decoration: none;
}

button#addtocart {
    background-color: #28662c !important;
    color: #ffffff !important;
    border: 0 !important;
}

.btn-increment {
    background-color: #28662c !important;
}

.btn-decrement {
    border-color: #28662c !important;
    color: #28662c !important;
}

.buttonModalChange {
    background-color: #28662c !important;
    color: #ffffff !important;
}

a {
    color: #28662c;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #001c0c;
    text-decoration: underline;
}

.footer-section a {
    color: #fff !important;
    cursor: pointer;
    text-decoration: none !important;
}

.cls-cat-list div.cls-hover-cat.active {
    color: #083E38 !important;
    border-bottom: 1px solid #083E38 !important;
    border-radius: 10px 10px 0 0;
    background: #f3f5f2;
}

.app-cart-text svg>path {
    fill: #083E38;
}

.cls-cat-list div.cls-hover-cat:hover {
    border-bottom: 1px solid #083E38 !important;
    border-radius: 10px 10px 0 0;
    background: #f3f5f2;
    color:#083E38;
}

.nav-menu li.nav-menu-item a {
    /* color: #323b4b !important; */
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Bauhaus Std';
    color: #535862;
    align-items: center;
    letter-spacing: 0.3px;
}

.nav-menu li.nav-menu-item a:hover {
    color: #083E38 !important;
}

.nav-menu li.nav-menu-item a svg {
    display: none;
}

.btn {
    background-color: #28662c !important;
    color: #ffffff !important;
    border: 0 !important;
}

.btn-cancel {
    background-color: #ffffff !important;
    color: #28662c !important;
    border: 1px solid #ccc !important;
}

.wallet-aa>div {
    display: flex;
}

.wallet-aa>div>span:first-child {
    width: 130px;
    font-weight: 500;
    text-transform: capitalize;
}

.wallet-date {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e3e3;
    padding-bottom: 10px;
}

.margin-top20 {
    margin-top: 20px;
}

.box-wrapper button[type='submit'] {
    background-color: #28662c !important;
}

.box-wrapper {
    border-radius: 7px;
}

/** Cart box **/

.cartAndClear {
    justify-content: space-between;
    display: flex;
    gap: 10px;
}

.app-cart-text {
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1b1b1b;
    border-bottom: 0px solid #e9e9eb;
    border-radius: 0;
    padding: 10px 15px;
    background-color: #f3f5f2;
}

.cartText {
    flex-grow: 0;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    font-family: 'Bauhaus Std';
    color: #083E38;
}

.cartFlex {
    display: flex;
    gap: 10px;
    align-items: center;
}

.app-cart-div {
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    padding: 15px 0 15px;
    border-bottom-color: transparent;
}

.pad-60 {
    padding: 60px 0;
}

.app-cart-item {
    padding: 0 8px;
}

.emptyCart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #7e808c;
    font-size: 18px;
    font-weight: 300;
}

.app-item-subtotal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 500;
}

button.chk_proceed_pay {
    background-color: #28662c !important;
    border-radius: 5px !important;
    padding: 0px 20px !important;
    border: 0 !important
}

.app-cart-item .d-flex.cart-item-left {
    flex: 1;
}

.app-cart-item .cart-item-head-div {
    width: 90%;
}

.app-cart-item hr {
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
}

p.app-item-head {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 2px;
    color: #083E38;
}

.app-cart-div .currentcartitem {
    margin-bottom: 12px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 13px;
}

.app-cart-div .currentcartitem:last-child {
    border-bottom: 0;
}

.cart-item-price-div {
    justify-content: space-between;
    font-weight: 600;
    font-size: 13px;
}

.total {
    font-weight: 600;
    text-align: right;
    font-size: 16px;
}

.cart-p-detail-sec .p-action-btn {
    flex-direction: column;
    align-items: flex-end;

}

div.cart-p-detail-sec div.t-btn {
    width: auto !important;
    display: inline-block;
    background: transparent !important;
    border: 0;
    color: rgb(150, 0, 0);
    padding: 0 !important;
    min-width: auto;
    font-size: 13px !important;
}

div#cart-content.app-cart-item {
    max-height: 290px;
    overflow-y: scroll;
    min-height: 100px;
}

.app-subtotal {
    padding: 10px;
}

.heading {
    text-align: center;
    /* padding: 0px 0 30px; */
    padding: 20px 0;
    margin-bottom: 10px;
}

h1.title {
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 35px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #083E38;
    text-transform: capitalize;
    font-family: 'Bauhaus Std';
    font-weight: 400;
}

.wrapper-page {
    max-width: 600px;

}

.main {
    padding-top: 70px;
    margin: auto;
    padding-bottom: 80px;
}

.white-box {
    background-color: #fff;
    box-shadow: 0 2px 35px #0000000d;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.mb-20 {
    margin-bottom: 20px
}

.order-prod-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 5px;
}

.sub-title {
    font-weight: 600;
    padding-bottom: 10px;

}

.justify-content-between {
    justify-content: space-between;
}

.status-text {
    margin: 0 0 20px;
    font-weight: 600;
    background: #dfebdd;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.status-text p {
    margin: 0
}

.order-total-price {
    font-weight: 700;
    font-size: 15px;
}

.mt-20 {
    margin-top: 20px
}

.align-item-center {
    align-items: center;
}

.cancel-order {
    color: #528d12 !important;
    cursor: pointer;
}

.order-date-div {
    padding: 15px 30px;
}

.order-date-div p {
    margin: 0;
}

.wallet .new-profile-section .heading {
    background: transparent !important;
    padding-top: 50px;
    padding-bottom: 40px;
}

.file-upload button {
    background-color: #28662c !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 5px;
    padding: 5px 15px;
}

.file-upload input[type=file] {
    width: 40%;
}

.file-upload.d-flex {
    justify-content: flex-end;
}

.file-upload input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #eaffeb;
    padding: 0;
    border-radius: 0;
    color: #333;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.file-upload input[type=file]::file-selector-button:hover {
    background: #eaffeb;
}

.profile-img {
    text-align: center;
}

.file-upload.d-flex {
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
}

.profileNameHeading {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;

}

.justify-content-evenly {
    justify-content: space-evenly;
}

.editButton {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.subtitle-text {
    margin: 0 0 20px;
    font-weight: 600;
    background: #dfebdd;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.profile.wrapper-page {
    max-width: 990px;
}

.patner-details-section {
    width: 100%;
    margin-top: 30px;
}

.additionalText {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.additionalData .editButton {
    text-align: right;
}

.additionalInformation {
    padding-left: 70px;
    padding-top: 20px;
}

.patner-details-section .row>div {
    border-radius: 5px;
    margin-bottom: 30px;
}

.sub-line {
    margin: 10px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.modal-content .close {
    font-size: 26px;
    font-weight: 400;
    color: #000;
    opacity: .5;
    position: absolute;
    right: 10px;
    top: 10px !important;
}

.modal-content .close path {
    fill: #000;
}

label {
    font-weight: 500 !important;
}

.count-box>div span {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    background: #f7f7f7;
    cursor: pointer;
}

.form-control:focus {
    border-color: #083E38;
    outline: 0;
    box-shadow: none;
    border: 1px solid #083E38;
}

.menu-icon {
    display: none;
}

.stickySet {
    display: none
}

.cls-home-cat .productLayoutOne_1 {
    border: 0px solid #e7e7e7;
    border-radius: 10px !important;
}

#cat-fix,
#cart-fix {
    border: 0px solid #e7e7e7;
}

.mobileViewMain {
    background-color: #ffffff !important;
}

.wallet .heading {
    padding: 65px 30px 20px !important;
    text-align: right !important;
}


.wallet .clickBoxClass {
    margin-right: 0 !important;
}

div:where(.swal2-container) div:where(.swal2-html-container) {
    font-size: 16px !important;
}

div:where(.swal2-container) div:where(.swal2-actions) {
    /* display:none !important */
}

.orderIDDiv {
    align-items: center;
}

.verify-style {
    background: transparent;
    padding: 2px 8px;
    border: 0;
    line-height: 17px;
    display: inline-block;
    color: green;
    font-size: 12px;
    border-radius: 5px;
    text-decoration: underline;
    cursor: pointer;
}

div#cartIcon {
    display: none;
}

.deskCateView {
    padding: 0 !important
}

.hybridcat .cls-cat-list:last-child {
    padding-right: 0 !important;
}

.product-quantity {
    margin-left: auto;
}

.cls-menu-text {
    display: none !important;
}

.deskCateView {
    display: flex;
    overflow: auto !important;
    justify-content: center;
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
}

.cart-p-detail-sec .p-action-btn>div {
    /* align-items: baseline; */
}

.basket-div {
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    padding: 0;
    border-bottom-color: transparent;
}

.basket-item span {
    display: block;
}

.basket-item {
    border-bottom: 1px solid #e9e9eb;
    padding: 15px;
}

span.basket-title {
    font-weight: 600;
    margin-bottom: 2px
}

div#basket-list {
    min-height: 100px;
}

div#basket-list {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.basket-list {
    width: 100%;
}

div#animateScrollDiv {
    margin-bottom: 30px;
}

.basket-empty {
    text-align: center;
}

div#basket-list h6 {
    font-size: 14px;
    font-weight: 400;
}

h6#createbasketnewlogin {
    text-decoration: underline;
    cursor: pointer;
}

#addressForm button[type=submit] {
    background-color: #28662c !important;
    border-radius: 4px !important;
}

.basket-list a {
    color: #333 !important;
    text-decoration: none;
}

.cards:hover {
    box-shadow: 0 4px 10px #53535329;
    border: 1px solid var(--theme);
    transition: .5s;
}

.basket-listing a {
    color: #333 !important;
    text-decoration: none;
}

.basket-listing .basket-item {
    border-bottom: 0;
    padding: 5px;
}

.main-c {
    height: auto;
    padding-bottom: 20px;
}

.reload_btn {
    background: white;
    border: 1px solid #e5e5e5;
    height: 3.1rem;
    border-radius: 5px;
    display: flex;
    text-align: center;
    font-size: 2rem;
    align-items: center;
}

.basket-listing .basket-item .basket-title {
    display: flex;
    justify-content: space-between;
    padding: 0 0 10px;
    font-weight: 600;
    border-bottom: 1px dashed #e5e5e5 !important;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.imageWallet {
    background-color: #28662c !important;
    color: #fff !important
}

.imageWallet .colorTheme {
    color: #fff !important
}

.imageWallet .fillColor {
    fill: #fff !important;
}

.dropify-wrapper {
    width: 220px !important;
    margin: 0 auto;
    border: 0;
    height: 214px !important;
}

.dropify-preview:before {
    content: "";
    position: absolute;
    background: url(../assets/img/pencil.svg) #93e0af no-repeat center;
    width: 40px;
    height: 40px;
    top: 27px;
    right: 0;
    z-index: 9;
    color: #fff;
    border-radius: 50%;
}

.dropify-wrapper .dropify-preview .dropify-infos {
    display: none;
}

.dropify-message {
    display: none;
}

.dropify-preview img {
    height: 214px !important;
    width: 220px !important;
    border-radius: 50%;
    margin: 0 auto;
}

.dropify-wrapper .dropify-preview .dropify-render img {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}

.dropify-wrapper .dropify-preview {
    padding: 0
}

.dropify-wrapper.has-preview .dropify-clear {
    display: none !important;
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename {
    display: none
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before {
    display: none
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
    margin-top: 0;
    padding-top: 0;
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p {
    white-space: pre-wrap;
    line-height: 20px;
}

.profile-image {
    text-align: center;
}

.profile-image button#uploadButton {
    text-align: center;
    margin: 0 auto;
    border: 0;
    color: #ffffff;
    background-color: #28662c;
    padding: 5px 13px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.no-found-text {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
    margin-bottom: 20px;
    float: none;
    width: 100%;
}

.scrollDiv .no-found-text {
    height: auto;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

button.swal2-confirm.swal2-styled.swal2-default-outline {
    background: #28662c !important;
}

.wallet-listing .cards {
    cursor: default;
}

.wallet-listing .cards:hover {
    box-shadow: none;
    border: 1px solid #e9e9eb;
    transition: .5s;
}

.mat-mdc-text-field-wrapper {
    flex-direction: column;
}

.text-danger {
    font-size: 12px;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background: #28662c !important;
    font-size: 14px !important;
    border: 0 !important;
}

button:focus {
    outline: 0;
    outline: 0;
}

.btn-inline {
    display: flex;
    width: 220px;
    margin: 0 auto;
}

.cancel-btn {
    background-color: #ffffff !important;
    border: 1px solid #ddd !important;
    color: #333 !important;
    margin-left: 10px;
}

.basket-card-box .basket-item {
    padding: 0 15px 15px;
}

button.btn.btn-decrement {
    font-size: 27px;
    text-indent: -4px;
    padding-top: 2px;
    height: 26px;
    width: 26px;
}

button.btn.btn-increment {
    height: 26px;
    width: 26px;
}

.descriptionP>span {
    width: 100%;
    font-size: 16px;
    color: #414651;
}

.btn-confirm {
    font-weight: 500;
}

.btn-confirm .walletBalance.total-amount{
    margin-left:5px
}

#model-variants > div {
    background: #f3f5f2;
    margin-bottom: 5px;
    padding: 8px;
}

#model-variants > div > label {
    margin-bottom:0
}

.modal-body .long_description {
    margin: 0px 0 10px 0;
}

.modal-header .modal-title {
    font-size: 22px;
    font-family: 'Bauhaus Std';
    font-weight: 500;
    color: #083E38;
}

.modal-footer {
    justify-content: space-between;
}

.select-one {
    font-weight: 400;
    font-size: 12px;
}

/****************************************/

/* #model-variants label [type="radio"]:checked,
#model-variants label [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

#model-variants label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
#model-variants label [type="radio"]:checked + span:before,
#model-variants [type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
#model-variants label [type="radio"]:checked + span:after,
#model-variants label [type="radio"]:not(:checked) + span:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #28662c;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#model-variants label [type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
#model-variants label [type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
} */

/********************************************/



@media (min-width: 576px) {

    .container,
    .container-sm {
        /* max-width: 100%; */
    }
}

@media (min-width: 1200px) {
    .container-2 {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1240px) {
    .header-size {
        height: 75px;
    }
}

@media only screen and (max-width: 1469px) and (min-width: 990px) {
    #cart-fix {
        min-width: 190px;
    }
}

@media only screen and (max-width: 992px) {
    .cls-cat-list div.cls-hover-cat.active {
        /* background-color: #fff; */
    }
}

@media only screen and (max-width: 767px) {
    .menu-icon {
        display: block;
        margin-right: 5px;
    }

    .menu-icon svg {
        width: 30px;
        height: 30px;
    }

    .nav-menu {
        position: fixed;
        left: 0;
        top: 65px;
        width: 100%;
        padding: 5px 0 0;
        background: #ffffff;
        display: none;
        box-shadow: 0 15px 35px #0000000d;
    }

    .nav-menu li.nav-menu-item {
        display: block;
        text-transform: capitalize;
        margin: 0;
    }

    .nav-menu li.nav-menu-item a {
        padding: 10px 10px;
        display: block;
        border-bottom: 1px solid #ccc;
        font-size: 14px;
    }

    .header-size {
        height: 55px !important;
    }

    .bannerComponent1 .multiBanners .carouselDiv .carousel .carousel-inner .item img {
        width: 100%;
    }

    .wallet .clickBoxClass .walletText {
        display: none
    }

    .wallet .imageWallet .colorTheme {
        /* display: none !important;
        font-size: 0 !important; */
    }

    .wallet .imageWallet {
        /* width: auto !important;
        border: 0 !important;
        background-color: transparent !important; */
        margin-left: 20px !important;
        width: 100%;
        padding: 2px 0px;
        height: auto;
    }

    .wallet .clickBoxClass {
        margin-right: 0 !important;
    }


    .wallet .heading .flexClass {
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse;
    }

    .wallet .latestClassHeading {
        text-align: left !important;
    }

    .fillColor[_ngcontent-ng-c611372105] {
        /* fill: #7a7a7a !important; */
    }

    .count-box>div {
        width: auto;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .modal-content {
        padding: 10px !important;
        width: 100% !important
    }

    .container,
    .container-sm {
        max-width: 100%;
    }

    .main {
        padding-top: 80px;
    }

    .top-header {
        padding: 0 15px ! IMPORTANT;
    }

    .back-space[_ngcontent-ng-c2942465852] {
        margin-right: 15px;
    }

    .file-upload.d-flex {
        justify-content: center;
        position: relative;
        top: 17px;
        right: 0;
    }

    .file-upload input[type=file] {
        width: 100%;
    }

    .additionalInformation {
        padding-left: 0;
        padding-top: 20px;
    }

    .patner-details-section .row {
        display: block;
    }

    .patner-details-section .row>div {
        width: 100% !important;
        max-width: 100% !important;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .cart-app {
        flex: auto;
        max-width: initial;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

    .cart-app .cart-card-box:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0000005e;
    }

    .cart-card-box>div {
        position: relative;
    }

    .app-cart-div {

        border-radius: 0 0 0;
    }

    #cat-fix,
    #cart-fix {
        width: 100%;
    }

    div#cartIcons {
        /* margin-right: 10px; */
    }

    .cart-icon svg {
        width: 25px;
        height: 21px;

    }

    div#cartIcon {
        /* margin-right: 10px; */
        display: block
    }

    .cls-cat-list div.cls-hover-cat.active {
        /* color: #083E38 !important;
        border-bottom: 3px solid #083E38 !important;
        border-left: 0 !important; */
    }

    .cls-cat-list div.cls-hover-cat {
       font-size: 18px;
    }

    .p-detail-sec .div1 {
        /* font-size: 14px !important; */
    }

    .priceText {
        /* font-size: 14px !important; */
        /* font-weight: 600 !important; */
        margin-bottom: 13px;
    }

    .categoryFlex {
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: 16px;
    }

    .basket-app {
        display: none;
    }


    .white-box {
        padding: 20px 0;
    }

    .heading {
        /* padding: 0 0 20px 0; */
    }

    #toggleMenu .b-humburger-icon {
        display: block
    }

    #toggleMenu.active .b-humburger-icon {
        display: none
    }

    #toggleMenu .b-close-icon {
        display: none
    }

    #toggleMenu.active .b-close-icon {
        display: block
    }

    .nav-right .items {
        gap: 10px !important;
    }


}

@media only screen and (max-width: 576px) {
    .wallet-listing .wallet-listing-item {
        padding-left: 10px;
        padding-right: 10px
    }
}