* {
    margin: 0;
    padding: 0;
    box-sizing: unset !important;
}

input#es-search-input, .search-wrapper{
    z-index: 999!important;
}
.d-flex.flex-wrap.card-detail-address.flex-column {
    align-items: flex-start;
}
.delete-down {
    max-width: 320px;
    background: #060707;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 16px;
    text-align: right;
    margin: 80px auto;
    position: relative;
}

.modal-body .delete-down {
    margin: 16px auto;
}

#editFormSuccess.delete-down-wrapper {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

#editFormSuccess.delete-down-wrapper .delete-down {
    margin: 16px auto 0 auto;
    display: block !important;
}

.logout-box {
    max-width: 320px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 16px;
    text-align: center;
    margin: 80px auto;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 16px;
    left: 16px;
    background: transparent;
    border: none;
}

.logout-title {
    font-weight: 700;
    color: #060707;
    margin-bottom: 16px;
}  

.content-box .woocommerce, .woo-site-center {
    width: 100%!important;
    max-width: 100%!important;
}

.content-box * {
    box-sizing: border-box !important;
}

img {
    max-width: 100%;
    height: auto;
}

.container-custom {
    max-width: 1334px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 16px;
}

body {
    background-color: #fff;
}

.mt-32 {
    margin-top: 32px;
}

/* CSS Ø³ÙØ§Ø±Ø´ÛŒ */
:root {
    --primary-yellow: #ffc107;
    --light-gray: #F5F6F6;
    --dark-red: #dc3545;
}

.l-h-140 {
    line-height: 140%;
}

.l-h-190 {
    line-height: 190%;
}

.f-s-12 {
    font-size: 12px;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-16 {
    font-size: 16px;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-20 {
    font-size: 20px;
}

.mb-8 {
    margin-bottom: 8px;
}

.container-fluid.p-4 {
    max-width: 1400px;
}

.header-alert {
    background-color: #FFFFFF;
    border: 2px solid #ED1C24;
    padding: 16px 24px !important;
}

.header-alert .btn-success {
    padding: 8px 24px;
    min-width: 120px;
    height: 40px;
    background: #FFD500;
    border-radius: 999px;
    color: #060707;
    border: unset;
}

.note-alert {
    color: #394040;
    margin-top: 4px;
}

.card.summary_orders h5 {
    color: #060707;
}

.order-status-box div {
    color: #394040;
}

.counter-order-status {
    color: #060707;
    padding-left: 4px;

}

.show-more-btn {
    color: #060707;
}

.top-banner>p {
    color: #060707;
}

.order-title {
    padding-left: 8px;
}

.counter-cart-item {
    background: #ED1C24;
    border-radius: 6px;
    color: #fff;
    width: 24px;
    min-width: 24px;
    max-width: 48px;
    height: 24px;
    display: inline-block;
    text-align: center;
    padding-top: 4px;
}

.gap-24 {
    gap: 24px;
}

.gap-16 {
    gap: 16px;
}

.gap-12 {
    gap: 12px;
}

.pl-24 {
    padding-left: 24px;
}

.ml-24 {
    margin-left: 24px;
}

.ml-16 {
    margin-left: 16px;
}



.btn-hover:hover {
    background-color: #E4E9E9;
    padding: 8px;
    border-radius: 999px;
    cursor: pointer;
}

.close-box {
    position: absolute;
    left: 4px;
    top: 4px;
}

/* Ø§Ø³ØªØ§ÛŒÙ„ Ø³ÙØ§Ø±Ø´ÛŒ Ø¨Ø±Ø§ÛŒ Ø¨Ø®Ø´ Ø¨Ù†Ø± Ø¨Ø§Ù„Ø§ */
.top-banner {
    background-color: #FFD500;
    color: #343a40;
    padding: 16px 24px;
    font-weight: bold;
}

.top-banner .btn {
    background: #060707;
    border-radius: 999px;
}

.summary_orders {
    padding: 24px 16px;
    border: 1px solid #E4E9E9
}

.product-image-small,
.see-all-text {
    width: 91px;
    height: 80px;
    display: inline-block;
    flex: 0 0 33%;
}

.card {
    border-radius: 8px;
}

.order-status-box {
    width: 192px;
    height: 48px;
}

.wrapper-order {
    gap: 16px;
    padding: 0 15px;
}

.card-featured h5,
.card-user-information h5,
.card-address h5 {
    color: #060707;
}

.order-detail-card:hover {
    background-color: #F5F6F6;
    border: unset;
    box-shadow: inset 0 0 0 2px #2A4ACA;
}

.help-box {
    opacity: 0;
}

.order-detail-card:hover .help-box {
    opacity: 1;
}

.help-box::before {
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    content: "";
    top: -5px;
    left: 6px;
    opacity: 0;
}

.help-box::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 120%;
    left: 50%;
    line-height: 190%;
    font-size: 16px;
    transform: translateX(-50%);
    background: #394040;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    padding: 12px 16px 16px 16px;
    width: 320px;
    border-width: 6px;
    /* Ø§Ù†Ø¯Ø§Ø²Ù‡ Ù…Ø«Ù„Ø« */
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    /* Ù…Ø«Ù„Ø« Ø¨Ù‡ Ø³Ù…Øª Ù¾Ø§ÛŒÛŒÙ† */
}

.help-box:hover::after,
.help-box:hover::before {
    opacity: 1;
}

.sidebar {
    background-color: #ffffff;
    border: 1px solid #E4E9E9;
    border-radius: 8px;
}

.sidebar .parent-menu-item li a {
    display: block;
    color: #394040;
    text-decoration: none;
}

.sidebar .btn,
.add_address {
    padding: 8px 16px;
    gap: 8px;
    min-width: 120px;
    height: 40px;
    background: #E4E9E9;
    color: #2A4ACA;
    border-radius: 999px;
    width: 100%;
}

.sidebar .btn:hover,
.add_address:hover {
    background-color: #CCD5D3;
    color: #2A4ACA;
}

.sidebar .parent-menu-item li {
    border-bottom: 1px solid #F5F6F6;
    color: #394040;
}

.sidebar .parent-menu-item li.active {
    background-color: #F5F6F6;
    display: flex;
    justify-content: space-between;
    padding-left: 16px;
    color: #060707;
}

.wrapper-top-sidebar {
    padding: 16px;
    text-align: center;
}

.parent-menu-item {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.parent-menu-item li {
    padding: 17px 24px;
}

.sidebar .parent-menu-item>li:last-child {
    border-bottom: none;
}

.order-status-box {
    background-color: var(--light-gray);
    border-radius: 6px;
    padding: 8px 12px;
    text-align: center;
    font-weight: 500;
    gap: 12px;
}

.order-status-box i {
    font-size: 1.25rem;
    color: #007bff;
    /* Ø±Ù†Ú¯ Ø¢Ø¨ÛŒ Ø¨Ø±Ø§ÛŒ Ø¢ÛŒÚ©ÙˆÙ†â€ŒÙ‡Ø§ */
}

.order-detail-card {
    box-shadow: inset 0 0 0 1px #e0e0e0;
    border-radius: 6px;
    padding: 16px;
}

.badge-pending {
    border: 2px solid #7E928F;
    border-radius: 999px;
    padding: 8px 16px;
    color: #7E928F;
}

.badge-progress {
    border: 2px solid #FF9900;
    border-radius: 999px;
    padding: 8px 16px;
    color: #FF9900;
}

.badge-delivery {
    border: 2px solid #04724D;
    border-radius: 999px;
    padding: 8px 16px;
    color: #04724D;
}

.info-label {
    color: #394040;
    font-size: 0.9rem;
}

.wrapper-order-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    max-height: 75px;
    overflow: hidden;
}

.legal-purchase>span {
    background-color: #2A4ACA;
    color: #fff !important;
    border-radius: 999px;
    padding: 4px 8px;
}

.view_invoice {
    color: #2A4ACA;
}

.order-detail>div:not(:last-child) {
    border-left: 1px solid #E4E9E9;
}

.order-detail>div {
    padding: 0 8px;
}

.order-detail>div>span:first-child {
    color: #394040;
}

.order-detail>div>span:last-child {
    color: #060707;
}

.order-detail {
    border-bottom: 1px solid #CCD5D3;
    padding-bottom: 16px;
    margin-bottom: 12px;
}

.legal-purchase-wrapper-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    max-height: 75px;
    overflow: hidden;
    position: relative;
    max-width: 874px;
}

.order-detail-card:hover .legal-purchase-wrapper-item::after {
    background: linear-gradient(270deg, rgba(245, 246, 246, 0) 0%, #F5F6F6 80%);
}

.legal-purchase-wrapper-item::after {
    content: "";
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%);
    width: 120px;
    height: 75px;
    position: absolute;
    left: 0;
}

.wrapper-order-item.legal-purchase-wrapper-item.show-all-item {
    max-height: 100%;
    overflow: visible;
    max-width: 100%;
}

.wrapper-order-item.legal-purchase-wrapper-item.show-all-item::after {
    display: none;
}

.show-more-btn:hover {
    background-color: #E4E9E9;
    padding: 10px 16px;
    border-radius: 999px;
    cursor: pointer;
}

.show-more-btn {
    flex: 1;
    text-align: center;
}

.wrapper-order-item>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #7E928F;
    text-decoration: none;

}

.wrapper-order-item img {
    width: 56px;
    height: 56px;
}

.see-all {
    background-color: #fff;
    margin-top: -16px;
}

.see-all::before {
    content: "";
    box-shadow: inset 0px -64px 64px -32px #fff;
    top: -16px;
    position: absolute;
    height: 16px;
    width: 100%;
    right: 0;
}

.header-alert .btn-success:hover {
    background-color: #F90;
}

.top-banner .btn:hover {
    background-color: #394040;
}

.see-all .btn:hover {
    background-color: #CCD5D3;
}

.see-all.active {
    margin-top: 16px;
}

/* .hover-btn:hover {
    color: #FF9900 !important;
    text-decoration: underline;
    cursor: pointer;
} */
.order-detail-card:hover .view_invoice~svg path {
    fill: #060707;
    color: red;
}

.parent-menu-item>li:hover {
    background-color: #E4E9E9;
    cursor: pointer;
}

.parent-menu-item>li:hover a {
    color: #394040;
}

.see-all .btn {
    padding: 8px 24px;
    gap: 8px;
    width: 127px;
    min-width: 120px;
    height: 40px;
    background: #E4E9E9;
    border-radius: 999px;
    border: unset;
    color: #1F2A37;
}

.info-label {
    min-width: 120px;
}

.info-value {
    margin-right: 16px;
    color: #060707;
}

.btn-edit {
    cursor: pointer;
    color: #2A4ACA;
}

.address-detail-text {
    line-height: 1.8;
}

.card-featured,
.card-user-information,
.card-address {
    border: 1px solid #E4E9E9;
    border-radius: 8px;
    padding: 24px 16px;
}

.card-user-information>div>div {
    display: flex;
    flex-wrap: wrap;
}

.text-registered {
    color: #7E928F;
}

.user-information {
    border-bottom: 1px solid #E4E9E9;
    padding-bottom: 24px;
}

.wrapper-company {
    padding-top: 24px;
}

.product-image-small img {
    width: 80px;
    height: 80px;
}

.parent-featured>div:first-child {
    border-bottom: 1px solid #E4E9E9;
}

.wrapper-product-image>div:not(:last-child) {
    border-left: 1px solid #E4E9E9;
}

.see-all-text .btn,
.card-address h5 span {
    color: #2A4ACA;
}

.wrapper-card-detail-address {
    padding: 16px 16px;
    border: 1px solid #CCD5D3;
    border-radius: 8px;
}

.box-alert+div>span:first-child {
    color: #060707;
}

.edit-address {
    color: #2A4ACA;
}

.address-detail-text {
    margin-top: 4px;
}

.bottom-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.product-image-big img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.product-empty-image {
    margin: 0 auto;
}

.parent-featured.product-image-big>div:first-child {
    border: unset;
}

.wrapper-order-status-box {
    padding: 0;
}

/*style page saved*/
.product-image-big-saved {
    flex: 0 0 25%;
    padding: 16px;
}

.product-image-big-saved img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 16px;
}

.product-image-big-saved p {
    color: #060707;
    margin-top: 16px;
    margin-bottom: 0;
    font-family: 'Estedad-ED';
    letter-spacing: 0.4px;
}

.parent-featured-saved>div:not(:last-child) {
    border-bottom: 1px solid #E4E9E9;
}

.parent-featured-saved>div {
    margin: 0 14px;
}

.product-image-big-saved p:hover {
    color: #2A4ACA;
    text-decoration: underline;
}

.m-r-l-16 {
    margin: 16px !important;
}

.back-page {
    background: transparent;
    width: 52px;
    height: 52px;
}

.back-page.active {
    background: #E4E9E9;
    border-radius: 999px;
}

.back-page:hover {
    background: #E4E9E9;
    border-radius: 999px;
}

.product-image-empty-saved p {
    color: #394040;
}

.product-image-empty-saved img {
    width: 160px;
    height: 160px;
}

.summary_orders_empty {
    min-height: 309px;
}

/*end style*/


/*style modal exit*/
.close-btn svg {
    width: 14px;
    height: 14px;
}

/*end style modal exit*/


/*style order filter*/
.summary_orders_filter {
    background-color: #F5F6F6;
    border-radius: 0;
    border-right: 0;
    border-top: 0;
    border-left: 0;
}

.dropdown {
    background: #FFFFFF;
    border: 2px solid #CCD5D3;
    border-radius: 4px;
    min-width: 224px;
    background-image: url('.././img/keyboard_arrow_up.svg');
    background-repeat: no-repeat;
    background-position: 16px 50%;
}

.btn-disable {
    color: #CCD5D3;
}

/* Ø±Ù†Ú¯â€ŒÙ‡Ø§ Ùˆ Ù¾Ø§ÛŒÙ‡â€ŒÙ‡Ø§ */
:root {
    --chip-active-bg: #FFA000;
    /* Ù†Ø§Ø±Ù†Ø¬ÛŒ Ù…Ø·Ø§Ø¨Ù‚ Ø´Ø§Øª */
    --chip-active-text: #ffffff;
    --chip-bg: #E4E9E9;
    /* Ø®Ø§Ú©Ø³ØªØ±ÛŒ Ø±ÙˆØ´Ù† */
    --chip-text: #222629;
    /* Ø®Ø§Ú©Ø³ØªØ±ÛŒ ØªÛŒØ±Ù‡ Ù…ØªÙ† */
    --divider: #E6E9EC;
}

.chip:hover {
    background-color: #CCD5D3;
}

.orders-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.orders-toolbar .dropdown>.btn {
    background: #fff;
    border: 1px solid var(--divider);
    border-radius: 8px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #3a4040;
}

.orders-toolbar .dropdown .caret {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.orders-chips {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.dropdown .text-muted {
    color: #7E928F !important;
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    margin-left: 3px;
}

.dropdown .text-muted+span {
    color: rgb(6, 7, 7) !important;
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
}

.chip {
    border: 1px solid #E4E9E9;
    border-radius: 24px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    background: var(--chip-bg);
    line-height: 140%;
    color: #060707;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.chip:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .04)
}

.chip.active {
    background: var(--chip-active-bg);
    border: 1px solid #fff;
    box-shadow: 0px 4px 6px -1px rgba(6, 7, 7, 0.1), 0px 2px 4px -2px rgba(6, 7, 7, 0.05);
    color: #060707
}

.chip .label {
    font-weight: 500
}

.dropdown {
    min-height: 40px;
    display: flex;
}

.all-item-order>div {
    margin: 0 16px;
}

.all-item-order>div:not(:last-child) {
    margin-bottom: 16px;
}

/*end order filter*/

/* Order filtering styles */
.order-detail-card {
    transition: opacity 0.2s ease, display 0.2s ease;
}

.orders-empty-message {
    padding: 48px 16px;
    color: #7E928F;
    font-size: 16px;
    line-height: 140%;
}

.orders-empty-message p {
    margin: 0;
}

/*style page order-empty*/
.your-order {
    background-color: #F5F6F6;
    border-bottom: 1px solid #E4E9E9;
    padding: 24px 16px;
}

.textDark {
    color: #060707;
}

.order-list-empty .your-order+div {
    padding: 24px 16px;
}

.services-section {
    background: #fff;
    border-radius: 12px;
}

.services-section h5 {
    font-weight: 700;
}

.services-section img {
    display: block;
    margin: 0 auto;
}

.support-box {
    background: #000;
    color: #fff;
    padding: 40px;
    border-color: transparent !important;
    border-radius: 8px !important;
}

.btn-outline-dark {
    border-color: #fff;
    color: #fff;
}

.btn-outline-dark:hover {
    background: #fff;
    color: #000;
}

.services-section {
    padding: 24px 32px;
}

.container-services-section .row.gy-4>div {
    padding: 16px 24px;
}

.container-services-section .row.gy-4>div h6 {
    font-size: 16px;
    line-height: 140%;
    color: #060707;
}

.container-services-section .row.gy-4>div h6+p {
    color: #394040;
}

.bg-gray {
    background-color: #F5F6F6;
    border-radius: 8px;
}

.mt-56 {
    margin-top: 56px;
}

.mx-975 {
    max-width: 997px;
    margin-right: auto;
}

.tr-16 {
    transform: translateY(-16px);
}

.bottom-banner.mt-56 {
    margin-top: 56px;
    padding: 0 11px;
    border: unset !important;
}

.text-yellow {
    color: #FFD500;
}

.free_consultation,
.box-call a {
    font-size: 24px;
    line-height: 150%;
    font-weight: 700;
}

.call-whatsapp {
    padding: 18px 24px;
    border: 2px solid #FFFFFF;
    margin-right: 21px;
}

.w-382 {
    width: 382px;
}

.w-fill-512 {
    width: calc(100% - 382px);
}

/*end page order-empty*/

/*style page my-account*/
.login-reminder-box {
    border-radius: 8px;
    min-height: 217px;
    background: #fff;
    padding: 32px;
    text-align: center;
    border: 1px solid #E4E9E9
}

.login-reminder-box p {
    color: #060707;
    margin-bottom: 20px;
}

.btn-orange {
    background-color: #FF9900;
    color: #060707;
    border: none;
    border-radius: 25px;
    padding: 10px 30px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-orange:hover {
    background-color: #FFBD1B;
    color: #060707;
}

/*end page my-account*/

.order-title {
    padding-bottom: 8px;
}

.edit-address:hover {
    padding: 8px !important;
}

.delete-address {
    min-height: 40px;
    display: flex;
    align-items: center;
    min-width: 40px;
    justify-content: center;
}

.delete-address:hover {
    background-color: #E4E9E9;
    padding: 8px;
    border-radius: 999px;
    cursor: pointer;
}

.card-detail-address>span {
    color: #060707;
}

.address-detail-text {
    color: #394040;
}

.add_address {
    max-width: 194px !important;
    margin: 32px auto 0 auto !important;
}

/*modal delete address*/
.gap-8 {
    gap: 8px;
}

.yes-btn {
    min-width: 136px;
    background-color: #ED1C24;
    color: #fff;
    padding: 10px;
    border-radius: 999px;
    font-weight: 500;
}

.no-btn {
    min-width: 96px;
    background-color: transparent;
    color: #060707;
    padding: 10px;
    border-radius: 999px;
    font-weight: 500;
}

.no-btn:hover,
.yes-btn:hover {
    background-color: #E4E9E9;
}

.free-cart {
    color: #060707;
}

/*end modal delete address*/


/*style order-detail */
.order-detail-box {
    padding: 24px 16px;
}

.bg-item-gray {
    background-color: #F5F6F6;
    border-radius: 8px;
}

.title-info-detail {
    min-width: 128px;
    color: #394040;
    font-size: 16px;
    line-height: 140%;
}

.value-info-detail {
    font-size: 16px;
    color: #060707;
    line-height: 140%;
}

.img-thumbnail {
    width: 96px;
    height: 96px;
    background-color: #E4E9E9;
    border-radius: 8px;
}

.value-info-detail.btn:hover {
    background-color: #394040;
    border-color: #394040;
}

.value-info-detail.btn {
    border: 2px solid #CCD5D3;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    max-width: 108px;
}

.product-list {
    padding: 4px 8.5px 4px 8.5px;
}

.counter-item {
    min-width: 28px;
    min-height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #394040;
}

.counter-product {
    min-width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-list {
    min-height: 40px;
    border-bottom: 1px solid #E4E9E9;
}

.item-list:last-child {
    border-bottom: 0;
}

/*end style order-detail*/


/*end style order-detail*/
.profile-info .col-md-6 {
    padding: 0;
    min-height: 80px;
}

.wrapper-item-profile {
    border: 1px solid #CCD5D3;
    border-radius: 8px;
}

.wrapper-item-profile .col-md-6 {
    border: 1px solid #e4e9e9;
}

/* Ø¢ÛŒØªÙ… 1: ÙÙ‚Ø· Ú†Ù¾ Ùˆ Ø¨Ø§Ù„Ø§ Ùˆ Ù¾Ø§ÛŒÛŒÙ† */
.wrapper-item-profile .col-md-6:nth-child(1) {
    border-top: 1px solid #e4e9e9;
    border-left: 1px solid #e4e9e9;
    border-right: none;
    border-bottom: none;
}

/* Ø¢ÛŒØªÙ… 2: ÙÙ‚Ø· Ø¨Ø§Ù„Ø§ Ùˆ Ø±Ø§Ø³Øª */
.wrapper-item-profile .col-md-6:nth-child(2) {
    border-top: 1px solid #e4e9e9;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

/* Ø¢ÛŒØªÙ… 3: ÙÙ‚Ø· Ú†Ù¾ Ùˆ Ù¾Ø§ÛŒÛŒÙ† */
.wrapper-item-profile .col-md-6:nth-child(3) {
    border-left: 1px solid #e4e9e9;
    border-top: 1px solid #e4e9e9;
    border-right: none;
    border-bottom: 1px solid #e4e9e9;
}

/* Ø¢ÛŒØªÙ… 4: ÙÙ‚Ø· Ø±Ø§Ø³Øª Ùˆ Ù¾Ø§ÛŒÛŒÙ† */
.wrapper-item-profile .col-md-6:nth-child(4) {
    border-right: none;
    border-top: 1px solid #e4e9e9;
    border-left: none;
    border-bottom: 1px solid #e4e9e9;
}

.profile-info .col-md-6>div {
    min-height: 80px;
}

.profile-info .col-md-6>div .btn {
    min-width: 40px;
    min-height: 40px;
    border-radius: 999px;
}

.profile-info .col-md-6>div .btn:hover {
    background-color: #E4E9E9;
    border-radius: 999px;
}

.color-gray {
    color: #394040;
}

.wrapper-item-profile.bt-0>div {
    border-top: 0 !important;
}

.job-category .btn {
    padding: 16px 12px;
    border: 1px solid #E4E9E9;
    max-height: 52px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 140%;
    color: #394040;
    border-radius: 8px;
    background-color: #fff;
}

.job-category .btn:hover {
    background-color: #E4E9E9;
}

.job-category .btn.active {
    border: 2px solid #04724D;
}

.job-category .btn.active:hover {
    background-color: #ffff;

}

.job-category .btn.active svg,
.job-category .btn.active svg path {
    fill: #04724D;
}

#fullnameEdit:focus,
.focus-input:focus {
    outline: unset;
    box-shadow: unset;
    border: 2px solid #060707;
}


.modal .modal-content {
    border: 2px solid #E4E9E9
}

.focus-input {
    box-shadow: unset;
    border: 2px solid #060707;
}

.toggle-password {
    left: 12px;
}

#changePasswordForm>button {
    background-color: #CCD5D3;
    border: unset;
    min-height: 56px;
    border-radius: 999px;
    color: #7E928F;
    font-size: 16px;
    line-height: 140%;
    margin-top: 16px;
    font-weight: 500;
}

#fullnameEdit,
.focus-input {
    min-height: 62px;
    border-radius: 4px;
    max-width: 384px;
    font-size: 16px;
    color: #060707;
    line-height: 140%;
    font-weight: 500;
}

#editNameForm .btn {
    max-width: 384px;
    margin-top: 32px;
    background-color: #FF9900;
    min-height: 56px;
    color: #060707;
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
}

.modal-body {
    padding: 24px 16px !important;
}

.modal-dialog.modal-dialog-centered {
    max-width: 416px;
}

.field-desc {
    margin-top: 16px;
    text-align: right !important;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 0 !important;
    color: #394040 !important;
}

.mb-32,
.field-desc.mb-32 {
    margin-bottom: 32px !important;
}

/*end style order-detail*/

.count-item {
    font-size: 12px;
    line-height: 140%;
}

@media(min-width:1000px) {
    .col-lg-321 {
        width: 321px;
    }

    .col-lg-1045 {
        width: calc(100% - 337px);
    }

    .btn-hover {
        padding: 8px;
    }
}

@media(min-width:768px) {
    .col-lg-284-fixed {
        width: 284px;
    }

    .col-lg-673 {
        width: calc(100% - 292px);
    }

    .br-1 {
        border: 1px solid #E4E9E9;
        border-radius: 8px;
        overflow: hidden;
    }

    .order-list-empty>div {
        border: 1px solid #E4E9E9;
    }

    .col-md-321 {
        min-width: 321px !important;
        width: 321px;
    }

    .col-md-100 {
        width: calc(100% - 321px);
    }
}

@media (min-width: 992px) and (max-width: 1334px) {

    .container-custom {
        padding: 0 16px;
    }

}

@media(max-width:991px) {
    body {
        padding: 0;
    }

    .show-more-btn {
        text-align: center;
        width: 59px;
        flex: unset;
    }

    .help-box.active::before,
    .help-box.active::after {
        opacity: 1;
    }

    .see-all {
        margin-top: 16px;
    }

    .see-all::before {
        display: none;
    }

    .help-box::after {
        line-height: 150%;
        font-size: 14px;
        width: 274px;
    }

    .m-16 {
        margin: 16px !important;
    }

    .m-l-r-16 {
        margin-left: 16px;
        margin-right: 16px;
    }

    .m-m-l-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .m-t-16 {
        margin-top: 16px;
    }

    .m-b-16 {
        margin-bottom: 16px !important;
    }

    .m-t-32 {
        margin-top: 32px;
    }

    .gap-m-16 {
        gap: 16px;
    }

    .top-banner .btn {
        width: 135px;
        min-width: 120px;
    }

    .box-other {
        flex-shrink: unset;
        margin: 14px;
    }

    .card-address {
        margin-bottom: 32px !important;
    }

    /* font mobile size 12 */
    .f-m-s-12 {
        font-size: 12px;
    }

    .f-m-s-14 {
        font-size: 14px;
    }

    .f-m-s-16 {
        font-size: 16px;
    }

    .f-m-s-18 {
        font-size: 18px;
    }

    .f-m-s-20 {
        font-size: 20px;
    }

    .order-status-box {
        flex-direction: column;
        height: auto;
        padding: 16px 8px;
        width: 115px;
    }

    .wrapper-order {
        gap: 8px;
    }

    .wrapper-order-status-box {
        padding: 0;
        margin: 0;
    }



    .product-image-small img {
        width: auto;
        height: auto;
    }

    .product-image-small {
        width: auto;
        height: auto;
        display: inline-block;
    }

    .see-all-text {
        width: 115px;
    }

    .action-btn {
        width: 100%;
    }

    .action-btn>span {
        width: 100%;
        justify-content: flex-end;
    }


}

@media (min-width: 991px) and (max-width:1058px) {
    .sidebar .btn {
        display: flex;
        height: auto;
        align-items: center;
    }

}

@media (min-width: 410px) and (max-width: 991px) {
    .product-image-small {
        flex: 0 0 33%;
    }

    .see-all-text {
        width: auto;
    }
}

.bottom-banner img {
    min-height: 128px;
    border-radius: 8px;
}

@media(max-width:767px) {
    .wrapper-item-profile .col-md-6:nth-child(1) {
        border-left: 0;
    }

    .wrapper-item-profile .col-md-6:nth-child(2) {
        border-left: 0;
    }

    .wrapper-item-profile .col-md-6:nth-child(3) {
        border-bottom: 0;
        border-left: 0;
    }

    .wrapper-item-profile .col-md-6:nth-child(4) {
        border-bottom: 0;
    }

    .wrapper-card-detail-address {
        padding: 24px 16px;
    }

    .profile-info .col-md-6>div {
        min-height: 64px;
        padding: 11.5px 16px !important;
    }

    .m-m-b-32 {
        margin-bottom: 32px !important;
    }

    .bt-0>.col-md-6:first-child {
        border-bottom: 1px solid #e4e9e9;
    }

    .profile-info .col-md-6 {
        padding: 0;
        min-height: 64px;
    }

    .job-category .btn {
        padding: 11.5px 16px;
        font-size: 12px;
    }

    html,
    body {
        overflow-x: hidden;
    }

    .box-alert {
        display: flex;
        gap: 8px;
    }

    .help-box {
        opacity: 1;
    }

    .card-address {
        margin-bottom: 32px !important;
        padding-top: 32px !important;
    }

    .card-user-information h5,
    .card-featured h5 {
        padding-top: 32px;
    }

    .header-alert {
        padding: 16px !important;
    }

    .top-banner {
        padding: 16px;
    }

    .info-value {
        font-size: 12px;
    }

    .info-label {
        font-size: 12px;
    }

    .wrapper-order {
        padding: 0;
    }

    .order-detail {
        flex-direction: row-reverse;
        justify-content: space-between !important;
    }

    .order-detail>div {
        display: flex;
        flex-direction: column;
    }

    .order-detail>div span {
        font-size: 12px;
    }

    .order-detail>div:not(:last-child) {
        border: unset;
    }

    .flex-direction-reverse {
        flex-direction: column-reverse;
    }

    .card {
        overflow: visible;
    }

    .pm-0 {
        padding: 0 !important;
    }

    /*border mobile top 4px*/
    .br-m-t-4::before {
        content: "";
        background: #CCD5D3;
        width: calc(100% + 32px);
        position: absolute;
        top: -8px;
        height: 4px;
        right: -16px;
        left: auto;
    }

    .border-m-0 {
        border: 0;
    }

    /*style page order-filter*/
    .summary_orders_filter {
        background-color: #fff;
    }

    .dropdown {
        margin: 0 !important;
        margin-top: 24px !important;
        width: 100%;
    }

    .item-filter {
        background-color: #F5F6F6;
        position: relative;
        padding: 24px 0;
        border-bottom: 0;
    }

    .item-filter::before,
    .your-order::before {
        content: "";
        position: absolute;
        top: 0;
        left: -16px;
        right: -16px;
        height: 101%;
        background: #F5F6F6;
        z-index: -1;
        border-bottom: 1px solid #E4E9E9
    }

    .dropdown .text-muted,
    .dropdown .text-muted+span,
    .dropdown-item {
        font-size: 12px !important;
    }

    .orders-chips {
        display: flex;
        overflow: scroll;
        flex-wrap: nowrap;
        padding-bottom: 11px;
    }

    .orders-chips>button {
        flex-shrink: 0;
    }



    .all-item-order>div {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    /*end style page order-filter*/
    /*style page my-account*/
    .login-reminder-box {
        min-height: 236px;
    }

    /*end page my-account*/
}

@media (max-width: 583px) {

    /*style page saved*/
    .m-m-r-14 {
        margin-right: 14px;
    }

    .product-image-big-saved {
        flex: 0 0 50%;
        padding: 0;
    }

    .parent-featured-saved>div:not(:last-child) {
        border-bottom: unset;
    }

    .parent-featured-saved .wrapper-product-image>div:not(:last-child) {
        border-left: unset;
    }

    .parent-featured-saved .wrapper-product-image>div:nth-child(odd) {
        border-left: 1px solid #E4E9E9;
    }

    .parent-featured-saved .wrapper-product-image>div {
        border-bottom: 1px solid #E4E9E9;
    }

    .parent-featured-saved .wrapper-product-image:last-child>div:not(:nth-last-of-type(n+3)) {
        border-bottom: unset;
    }

    .m-l-22 {
        margin-left: 22px;
    }

    .m-l-8 {
        margin-left: 8px;

    }

    .parent-featured-saved>div {
        margin: 0;
    }

    .product-image-big-saved p {
        padding: 0 16px 16px 16px;
    }

    .product-image-big-saved img {
        padding-top: 16px;
    }

    .p-m-r-14 {
        padding-right: 14px;
    }

    /*end style page saved*/

    /*order-detail*/
    .title-info-detail {
        font-size: 14px;
    }

    .value-info-detail {
        font-size: 14px;
    }

    .value-info-detail.l-h-190 {
        line-height: 190%;

    }

    .img-thumbnail {
        width: 88px;
        height: 88px;
        background-color: #E4E9E9;
    }

    .item-list {
        min-height: 50px;
        padding: 8px 0;
    }

    /*end order-detail*/
}

@media (max-width: 390px) {
    .chip {
        padding: 10px 11px !important;
    }
}

@media (max-width: 380px) {

    .order-status-box {
        width: 104px;
    }

    .product-image-small img {
        width: 105px;
        height: auto;
    }

    .see-all-text {
        width: 108px;
        height: 80px;
        display: inline-block;
    }
}

/* Address Modal Styles */
.cam_address_modal_popup_back {
    position: fixed;
    background: #060707;
    opacity: 0.32;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999999;
    display: none;
}

.cam_address_modal_popup {
    position: fixed;
    z-index: 99999999;
    width: 764px;
    height: 616px;
    top: calc(50% - 310px);
    left: calc(50% - 382px);
    border: 2px solid #E4E9E9;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    display: none;
}

.cam_address_modal_popup_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 39px;
    padding: 16px;
    border-bottom: 1px solid #E4E9E9;
}

.cam_address_modal_popup_body {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: calc(100% - 71px);
    overflow: hidden;
}

.cam-modal {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cam-modal-content {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
}

.cam-modal-footer {
    border-top: 1px dashed #CCD5D3;
    padding: 16px;
    background: #fff;
    position: sticky;
    bottom: 0;
    z-index: 10;
}

form#cam-address-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
}

form#cam-address-form>div {
    width: calc(50% - 8px);
}

form#cam-address-form div:nth-child(3) {
    width: 100%;
}

.floating-label-input {
    position: relative;
    margin: 16px 0;
}

.floating-label-input label {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 14px;
    color: #7E928F;
    pointer-events: none;
    transform: translateY(-50%);
    transition: all 0.3s;
    border: none;
    outline: none !important;
}

.floating-label-input select:focus+label,
.floating-label-input select:valid+label,
.floating-label-input input:focus+label,
.floating-label-input input:not(:placeholder-shown)+label {
    top: -1px;
    right: 8px;
    font-size: 14px;
    color: #394040;
    font-weight: 400;
    padding: 0 4px;
    background: #fff;
    max-width: calc(100% - 24px);
    width: auto;
}

.floating-label-input span.select2-container.select2-container--default:nth-child(3) {
    top: 50px !important;
}

.teslakala_text_input,
.teslakala_select {
    padding: 12px !important;
    height: 62px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #394040 !important;
    border-radius: 4px !important;
    outline: none;
    transition: border-color 0.3s;
    color: #060707;
    margin: 0 !important;
    box-sizing: border-box;
    width: 100%;
}

.teslakala_text_input::placeholder,
.teslakala_select::placeholder {
    color: #2F2F2D;
}

.floating-label-input input:disabled,
.floating-label-input input[readonly] {
    color: #CCD5D3 !important;
    border-color: #CCD5D3 !important;
    background-color: transparent;
}

.floating-label-input input:disabled::placeholder,
.floating-label-input input[readonly]::placeholder {
    color: #CCD5D3 !important;
}

.floating-label-input input:disabled+label,
.floating-label-input input[readonly]+label {
    color: #CCD5D3 !important;
}

.teslakala_buton {
    display: block;
    width: 123px;
    background: #FFD814;
    border-radius: 100px;
    color: #060707;
    border: none;
    font-size: 16px;
    padding: 14px 0;
    font-weight: 500;
    line-height: 28px;
}

.primary_hover:hover {
    background: #FF9900 !important;
}

.tertiary_hover {
    color: #060707;
    background: #fff;
    border: 2px solid #CCD5D3;
    margin-top: 12px;
}

#cam_address_modal_submit {
    margin-top: 12px;
}

.close_quaternary_hover {
    padding: 14px;
    border-radius: 100px;
    margin-left: -6px !important;
}

.close_quaternary_hover:hover {
    background: #CCD5D3 !important;
}

hr.cam-divider {
    width: 100%;
    border: 1px dashed #CCD5D3;
}

.cam_other_recipient {
    width: 100%;
}

.cam-modal-actions {
    display: flex;
    gap: 8px;
    margin-right: auto;
    width: auto;
    justify-content: flex-end;
}

.cam-modal-footer .cam-modal-actions {
    width: 100%;
    justify-content: flex-end;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-results>.select2-results__options {
    direction: rtl;
}

span.select2-selection.select2-selection--single {
    border: 2px solid #394040 !important;
    height: 62px !important;
}

@media only screen and (max-width: 1024px) {
    .cam_address_modal_popup {
        width: 100%;
        left: 0;
        bottom: 0;
        top: auto;
        border-radius: 16px 16px 0 0;
        height: 532px;
    }

    .cam_address_modal_popup_body {
        height: calc(100% - 71px);
    }

    .cam-modal-content {
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100% - 80px);
    }
}

@media only screen and (max-width: 767px) {
    .floating-label-input.form-row {
        width: 98% !important;
        margin: 0 !important;
    }

    form#cam-address-form>div {
        width: 100% !important;
    }
}

/* Delete Confirmation Box */
.logout-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 16px;
    position: fixed;
    z-index: 99999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 320px;
    width: 90%;
}

.logout-box .close-btn {
    position: absolute;
    top: 8px;
    left: 8px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.logout-box .close-btn:hover {
    background: #E4E9E9;
}

.logout-box > .d-flex {
    align-items: center;
    gap: 16px;
    margin-top: 8px;
}

.logout-box .d-flex.flex-column {
    flex: 1;
}

.logout-title {
    margin: 0;
    color: #060707;
    font-weight: 700;
    font-size: 16px;
    text-align: right;
}

.logout-box .d-flex.align-items-center.gap-8 {
    justify-content: flex-end;
    margin-top: 16px;
    width: 100%;
}

.logout-box .yes-btn {
    order: 1;
    margin-left: 0;
}

.logout-box .no-btn {
    order: 2;
    margin-right: 0;
}

/* Success/Error Messages */
.delete-down {
    background: #060707;
    padding: 16px;
    width: 288px;
    min-height: 64px;
    border-radius: 8px;
    position: fixed;
    z-index: 9999999999;
    top: 40px;
    right: calc(50% - 144px);
    display: none;
    align-items: center;
}

/* Remove the !important display rule - messages should be hidden by default */

@media only screen and (max-width: 767px) {
    .logout-box {
        min-width: 90%;
        max-width: 90%;
    }

    .delete-down {
        width: calc(100% - 32px);
        right: 16px;
        left: 16px;
    }
}