.not_stock .blob-btn__inner {
    background: #C6C6C6 !important;
}

.not_stock .blob-btn__blob {
    background: #838282;
}

b {
    color: #373a40;
    font-weight: 600 !important;
}

.title-inner-breadcrumb-cart h5 a {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    color: #373a40;
    font-weight: 600;
    font-size: 22px;
}

.mt-1 {
    margin-top: 5px
}

.mt-2 {
    margin-top: 10px
}

.mt-3 {
    margin-top: 15px
}

.mb-0 {
    margin-bottom: 0px !important
}

.mb-1 {
    margin-bottom: 5px
}

.mb-2 {
    margin-bottom: 10px
}

.mb-3 {
    margin-bottom: 15px
}

.m-0 {
    margin: 0 !important
}

.p-0 {
    padding: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}


.p-1 {
    padding: 5px
}

.p-2 {
    padding: 10px
}

.c-pointer {
    cursor: pointer !important;
}

.border-none {
    border: none !important;
}

.alert-theme {
    background-color: #f3f6f0;
    border-color: #96a36a4d;
    color: #96a36a;
}

.sidebar .nav-tabs .nav-link {
    background: #ff000000;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 2px solid #96a36a;
    color: #686e40;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px;
    transition: 400ms;
}

.sidebar .nav-tabs .nav-link:hover {
    background: #96a36a77;
    transition: 400ms;
}

.sidebar .nav-tabs .nav-link.active {
    background: #686e40;
    border: 2px solid #686e40;
    color: #fff;
}

.sidebar .nav-tabs {
    border: none !important;
}

.account-container {
    padding: 50px 0 !important;
}

.cart-review-bottom-button {
    margin-bottom: 50px;
}

/*** account ***/

.address-item {
    margin-bottom: 20px;
    padding: 20px !important;
    border: 1px solid #686e40;
    /* border-radius: 10px; */
}

.address-item-title {
    border-bottom: 1px solid #0000002e;
    margin-bottom: 10px;
}

.address-item-title span {
    font-size: 18px;
    font-weight: 600;
    color: #686e40;
    text-transform: capitalize !important;
}

.address-item-description p {
    font-size: 15px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 22px;
    margin-bottom: 10px;
}

.address-item-destination span,
.address-item-phone span {
    font-size: 13px;
    font-weight: 600;
    color: #676767;
}

.address-item-destination,
.address-item-phone {
    line-height: 1;
    margin: 3px 0;
}

.address-item-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.btn-green-outline,
.address-item-buttons .remove-address {
    background: #f3f9e6;
    padding: 12px 20px;
    line-height: 1;
    font-size: 15px;
    border-radius: 6px;
    font-weight: 500;
    color: #868c64 !important;
    outline: none !important;
    border: none !important;
}

.address-item-buttons #remove_address i {
    font-size: 12px;
}

.wishlist-action-buttons {
    display: flex;
    flex-direction: column;
}

.theme-input {
    background-color: #f3f6f0 !important;
    border: 1px solid #f3f6f0 !important;
    padding: 13px 14px 11px 21px !important;
    border-radius: 5px !important;
    font-family: "Roboto", sans-serif !important;
    width: 100% !important;
    font-size: 16px !important;
    color: #666666 !important;
}

.theme-input::placeholder {
    color: #666666 !important;
}

.address-edit-title {
    margin-bottom: 50px
}

.custom-checkbox {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    background: #686e404f;
    border: 1px solid #686e40a1;
    overflow: hidden;
    transition: 400ms;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: #ffffff00;
    margin-bottom: 4px;
}

.custom-checkbox:has(:checked) {
    background: #686e40;
    color: #ffffff;
    transition: 400ms
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}

label.custom-checkbox-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 25px;
}

label.custom-checkbox-label .custom-checkbox {
    margin-right: 4px;
}

label.custom-checkbox-label span {
    line-height: 1;
    color: #686e40;
    font-size: 15px;
    font-weight: 600;
}

.theme-button-1 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 6px;
    color: #96a36a;
    line-height: 32px;
    background: #f3f6f0;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.address-actions-static,
.address-actions {
    margin-top: 25px;
}

a.new-address-card {
    width: 100%;
    min-height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    transition: 400ms;
    background: #f3f9e6;
    border: none;
}

a.new-address-card span {
    font-size: 19px;
    font-weight: 600;
    color: #686e40;
}

a.new-address-card i {
    font-size: 24px;
    color: #686e40c9;
    margin-bottom: 10px;
}

.custom-radio input {
    opacity: 0;
    position: absolute;
}

.custom-radio {
    position: relative;
    background: #f3f9e6;
    padding: 12px 20px;
    line-height: 1;
    font-size: 15px;
    border-radius: 6px;
    font-weight: 500;
    color: #868c64;
    cursor: pointer;
    transition: 400ms;
}

.custom-radio:has(:checked) {
    background: #868c64;
    color: #f3f9e6;
    transition: 400ms;
}


.edit-address {
    padding: 12px 20px;
    line-height: 1;
    font-size: 15px;
    border-radius: 6px;
    font-weight: 500;
    background: #ffa7062e !important;
    color: #f0ad4e !important;
    outline: none !important;
    border: none !important;
}

.w-unset {
    width: unset !important;
}

span.badge {
    padding: 5px 10px;
    line-height: 1;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 500;
}


.badge-light-warning {
    background: #ffa7062e !important;
    color: #f0ad4e !important;
}

.badge-light-success {
    background: #46d12e2e !important;
    color: #46d12e !important;
}

.badge-light-info {
    background: #4ec2f02e !important;
    color: #4ec2f0 !important;
}

.badge-light-gray {
    background: #f7f7f9;
    color: #686D76;
}

.btn-info-outline {
    background: #4ec2f02e !important;
    color: #4ec2f0 !important;
    padding: 12px 20px;
    line-height: 1;
    font-size: 15px;
    border-radius: 6px;
    font-weight: 500;
    outline: none !important;
    border: none !important;
}

.address-item-type .badge {
    padding: 6px 12px;
    font-size: 14px !important;
    margin: 5px 0;
}

.address-item-title .badge {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}


.orders-list #delivered-list .product-list .product-item:last-child {
    border-bottom: none !important;
}

.orders-list #delivered-list .product-list .product-item .product-details .images img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.orders-list #delivered-list .product-list {
    margin-bottom: 0 !important;
}

.orders-list .faq-box .flat-accordion .flat-toggle .toggle-title {
    font-size: 16px;
    color: #686e40;
    align-items: center;
}

.orders-list .faq-box .flat-accordion .flat-toggle .toggle-title .btn-toggle::after {
    color: #686e40 !important;
}

.orders-list .address-item {
    padding-bottom: 5px !important;
    transition: 400ms !important;
}

.orders-list .address-item:has(.active) {
    padding-bottom: 20px !important;
    transition: 400ms !important;
}


/* label {
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    font-family: "Roboto", sans-serif !important;
    padding: 6px 0;
} */


.order-detail-content td,
.order-detail-content tr,
.order-detail-content thead,
.order-detail-content tr th {
    border: none !important;
}

.order-detail-content thead tr th {
    background: #f2f2f2;
    overflow: hidden;
    position: relative;
    color: #5b5b5b;
    text-align: center;
}

.order-detail-content thead tr th:last-child {
    border-radius: 0 10px 0 0;
}

.order-detail-content thead tr th:first-child {
    border-radius: 10px 0 0 0;
}

.order-detail-content tbody tr td {
    background: #fafafb;
    font-size: 15px;
    font-weight: 600;
    color: #5b5b5b;
    text-align: center;
}

.order-detail-content tbody tr td:last-child {
    border-radius: 0 0 10px 0;
}

.order-detail-content tbody tr td:first-child {
    border-radius: 0 0 0 10px;
}

.order-detail-content table {
    margin-bottom: 50px !important;
}

.order-detail-content .orders-list img {
    width: 100px !important;
    height: 100px !important;
}

.order-detail-content .orders-list .faq-box .flat-accordion .flat-toggle .toggle-title {
    font-size: 18px;
    font-weight: 500;
    text-align: center !important;
    background: #f2f2f2;
    color: #5b5b5b;
    display: flex;
    justify-content: center;
    padding: 10px 0 !important;
    border-radius: 10px 10px 0 0;
    transition: 400ms;
}


.order-detail-content .orders-list .faq-box .flat-accordion .flat-toggle .toggle-title:not(.active) {
    border-radius: 10px;
    transition: 400ms;
}

.order-detail-content .orders-list li.product-item:nth-child(odd) {
    background: #fafafb;
}

.order-detail-content .orders-list li.product-item:nth-child(even) {
    background: #f5f5f5;
}

.order-detail-content .faq-box .flat-accordion .flat-toggle .toggle-content {
    border: none !important;
}

.order-detail-content .orders-list li.product-item {
    padding: 5px 10px !important;
    border-bottom: none !important;
}

.order-detail-content .orders-list li.product-item:last-child {
    border-radius: 0 0 10px 10px;
}

.order-detail-content .orders-list {
    margin-bottom: 25px !important;
}

/*** account-end ***/


/*** shopping ***/

.cart-desc {
    padding: 35px 0 25px 0;
}

/*** shopping-end ***/

.category-filter .dropdown a::after {
    right: 10px;
}

.category-filter .dropdown a {
    font-size: 17px;
    padding: 11px 11px;
}


.category-filter li {
    cursor: pointer;
}

strong {
    font-weight: bolder !important;
}

.prod-tags {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
}


.prod-tags * {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}

.prod-tags div {
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

.flat-shop-details .image-cart .flat-tabs .content-img {
    align-items: start !important;
}

.text-light {
    color: #fff !important;
}

div#addressListModal .modal-dialog {
    margin: 150px auto;
}

div#addressListModal .modal-content {
    border: none;
    border-radius: 6px;
}

a.change-btn {
    white-space: nowrap !important;
}


.payment-type-radio {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: end;
}

.payment-type-radio input {
    position: absolute !important;
    opacity: 0 !important;
    left: 0;
}

.payment-type-radio .selected a {
    color: #fff !important;
    background: #96a36a !important;
}

.cargo-radio {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: end;
}

.cargo-radio input {
    position: absolute !important;
    opacity: 0 !important;
    left: 0;
}

.cargo-radio .selected a {
    color: #fff !important;
    background: #96a36a !important;
}

.shopping-summary-title {
    margin-bottom: 10px !important;
    font-size: 28px;
}

#delivered-list .product-list .product-item:last-child {
    margin: 0;
    border-bottom: none !important;
    padding-bottom: 0;
}

div#delivered-address.cart.delivered-address .address-item {
    margin-bottom: 10px !important;
}

.bank-item {
    border: 1px solid #dbdbdb;
    padding: 15px 25px;
    margin-top: -1px;
}

.bank-item p {
    font-size: 15px;
}

.success-image img {
    height: 225px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.success-content {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.success-content .title {
    font-size: 34px;
    font-weight: 600;
    color: #96a36a;
}

.success-image {
    padding: 35px 0;
    margin-top: 50px;
}

.success-content p {
    font-size: 15px;
    text-align: center;
    padding: 25px 0 35px 0;
    color: #8f8f8f !important;
    !i;
    !;
}

.success-content a {
    width: 250px !important;
}

.success-content p b {
    color: #7f7f7f !important;
}

label.order-chck-label input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

label.order-chck-label {
    position: relative;
}


label.order-chck-label .checked {
    display: none !important;
}

label.order-chck-label .not-checked {
    display: inline-block !important;
}

label.order-chck-label:has(:checked) .checked {
    display: inline-block !important;
}

label.order-chck-label:has(:checked) .not-checked {
    display: none !important;
}

button.filter-button {
    padding: 3px 9px;
    font-size: 14px;
    border: none !important;
    outline: none !important;
    background: #96a36a;
    color: #fff;
    border-radius: 5px;
}



.bank-item .notification {
    display: none;
    color: rgb(150, 163, 106);
    padding: 1px 5px;
    border-radius: 6px;
    font-size: 14px;
}

span.iban-data {
    cursor: pointer;
}

li.menu-item.menu-item-has-children a::after {
    display: none !important;
}

li.menu-item.menu-item-has-children li a::after {
    display: block !important;
}

.widget.widget-categorie.style.widget-price ul.sub-menu {
    margin-bottom: 0;
    margin-left: 10px;
}

.widget.widget-categorie.style.widget-price ul.sub-menu li.menu-item {
    padding: 0 !important;
    margin-top: 10px !important;
    background: #fff;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
    transition: 400ms;
}

.widget.widget-categorie.style.widget-price ul.sub-menu li.menu-item.active a {
    color: #fff !important;
    background: #96a36a !important;
}

.widget.widget-categorie.style.widget-price ul.sub-menu li.menu-item:hover a {
    color: #fff !important;
    background: #96a36aa2 !important;
}


.widget.widget-categorie.style.widget-price ul.sub-menu li.menu-item a {
    padding: 7px 12px !important;
    font-size: 15px !important;
    background: #fff !important;
    width: 100%;
}

.flat-shop-sidebar .side-bar .widget-categorie li {
    border: 1px solid #f3f6f0 !important;
    background: #f3f6f0 !important;
}