.text-primary {
    color: #fd9636 !important;
}

.delivery-address-details {
    padding: 10px 24px 10px 0;
}

.order-status-wrapper {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    padding: 0;
    position: relative;
}

.vertical-line {
    background: #d8d8d8;
    height: 100%;
    left: 12px;
    position: absolute;
    top: 12px;
    width: 1px;
}

.order-status-wrapper:last-child .vertical-line {
    display: none;
}

.order-status-details-wrapper {
    align-items: flex-start;
    color: rgba(0, 0, 0, 0.54);
    display: flex;
    flex-wrap: nowrap;
    font-size: 14px;
    justify-content: flex-start;
    width: 100%;
}

.current-status .order-status-details-wrapper {
    color: #26aa99;
}

.order-status-image-wrapper {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    min-width: 24px;
    width: 24px;
}

.order-status-image-wrapper .dot {
    background: #d8d8d8;
    border-radius: 50%;
    flex-shrink: 0;
    height: 11px;
    margin-left: 2px;
    width: 11px;
    z-index: 1;
}

.order-status-image-wrapper img {
    height: 24px;
    position: relative;
    width: 24px;
    z-index: 2;
}

.order-status-date {
    color: rgba(0, 0, 0, 0.8);
    flex-shrink: 0;
    margin-top: 3px;
    padding: 0 12px;
    width: 120px;
}

.order-status-details {
    min-width: 0;
}

.order-status-details p {
    word-wrap: break-word;
    line-height: 20px;
    margin: 1px 0 8px;
}

.order-status-details p.order-status {
    font-weight: 700;
    margin-bottom: -2px;
}

.order-item-wrapper {
    display: flex;
    align-items: center;
}

.item-details {
    padding: 1rem;
}

.item-name {
    font-size: 18px;
    margin-bottom: 1rem;
}

.pricing-form {
    background-color: #fafafa;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.pricing-form-item {
    align-items: center;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.09);
    display: flex;
    justify-content: flex-end;
    padding: 0 24px;
    text-align: right;
}

.item-label {
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
    padding: 13px 10px;
}

.price {
    border-left: 1px dotted rgba(0, 0, 0, 0.09);
    justify-content: flex-end;
    padding: 13px 0 13px 10px;
    width: 240px;
    word-wrap: break-word;
    color: rgba(0, 0, 0, 0.8);
}

.pricing-form-item {
    align-items: center;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.09);
    display: flex;
    justify-content: flex-end;
    padding: 0 24px;
    text-align: right;
}

.pricing-form-item:last-child {
    border: 0;
}

.total-price {
    font-size: 24px;
}

.custom-error-alert {
    padding: 2rem;
    color: white;
    text-align: center;
    border-radius: 1rem;
    margin-bottom: 1.25rem;
}

.address-box {
    display: flex;
    border-style: dashed !important;
    border-radius: 0.475rem;
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    height: 100%;
    justify-content: space-between !important;
    align-items: center !important;
}

.invalid-feedback {
    display: block;
}

.btn-wishlist.active {
    background: #ffffff url(../imgs/template/icons/wishlist-hover.svg) no-repeat
        center;
}

.list-sizes input[type="radio"] {
    display: inline-block;
    border: 1px solid #8c9ec5;
    padding: 5px 8px;
    border-radius: 2px;
    margin-right: 4px;
    font-size: 16px;
    line-height: 16px;
    color: #425a8b;
    cursor: pointer;
    margin-bottom: 8px;
}

.list-sizes input[type="radio"] {
    display: none;
}

.list-sizes label {
    display: inline-block;
    border: 1px solid #8c9ec5;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 4px;
    font-size: 16px;
    line-height: 16px;
    /* color: #425a8b; */
    color: black;
    cursor: pointer;
    margin-bottom: 8px;
}

.list-sizes input[type="radio"]:checked + label,
.list-sizes label:hover {
    color: #fd9636;
    font-weight: bold;
    background-color: #f0f3f8;
    border-color: #fd9636;
}

.list-sizes label.disabled {
    border-style: dashed;
    border-color: #b2c2e1;
    color: #8c9ec5;
    cursor: not-allowed;
}

.list-sizes input[type="radio"]:disabled + label:hover {
    color: #8c9ec5;
    font-weight: 400;
    background-color: #ffffff;
    border-color: #b2c2e1;
}

.product-wishlist .product-info {
    align-items: start;
}

.cart-product .wishlist-product .product-wishlist .product-info a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-product .wishlist-price {
    width: 25%;
}

.btn.btn-buy:hover {
    border: 1px solid #425a8b !important;
    background-color: #ffffff;
    color: #425a8b;
}

.btn.btn-cart {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #425a8b;
    border: 1px solid #8c9ec5 !important;
    width: 100%;
    text-align: center;
    padding: 7px 22px;
    transition: all 0.3s ease 0s;
}

.btn.btn-cart--black{
    color: black;
}

.btn.btn-cart:hover {
    border: 1px solid #425a8b !important;
    background-color: #425a8b;
    color: #ffffff;
}

.image-input {
    position: relative;
    display: inline-block;
    border-radius: 0.75rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-input:not(.image-input-empty) {
    background-image: none !important;
}

.image-input .image-input-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 0.75rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-input [data-kt-image-input-action] {
    cursor: pointer;
    position: absolute;
    transform: translate(-50%, -50%);
}

.image-input [data-kt-image-input-action="change"] {
    left: 100%;
    top: 0;
}

.image-input [data-kt-image-input-action="change"] input {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
    opacity: 0;
}

.image-input [data-kt-image-input-action="cancel"],
.image-input [data-kt-image-input-action="remove"] {
    position: absolute;
    left: 100%;
    top: 100%;
}

.image-input [data-kt-image-input-action="cancel"] {
    display: none;
}

.image-input.image-input-changed [data-kt-image-input-action="cancel"] {
    display: flex;
}

.image-input.image-input-changed [data-kt-image-input-action="remove"] {
    display: none;
}

.image-input.image-input-empty [data-kt-image-input-action="cancel"],
.image-input.image-input-empty [data-kt-image-input-action="remove"] {
    display: none;
}

.image-input.image-input-circle {
    border-radius: 50%;
}

.image-input.image-input-circle .image-input-wrapper {
    border-radius: 50%;
}

.image-input.image-input-circle [data-kt-image-input-action="change"] {
    left: 100%;
    top: 0;
    transform: translate(-100%, 0);
}

.image-input.image-input-circle [data-kt-image-input-action="cancel"],
.image-input.image-input-circle [data-kt-image-input-action="remove"] {
    left: 100%;
    top: 100%;
    transform: translate(-100%, -100%);
}

.image-input.image-input-outline .image-input-wrapper {
    border: 3px solid var(--bs-body-bg);
    box-shadow: var(--bs-box-shadow);
}

.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.75rem;
}

.symbol .symbol-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: var(--bs-symbol-label-color);
    background-color: var(--bs-symbol-label-bg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.75rem;
}

.symbol .symbol-label:after {
    border-radius: 0.75rem;
}

.symbol .symbol-badge {
    position: absolute;
    border-radius: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
}

.symbol > img {
    width: 100%;
    flex-shrink: 0;
    display: inline-block;
    border-radius: 0.75rem;
}

.symbol.symbol-square,
.symbol.symbol-square .symbol-label,
.symbol.symbol-square > img {
    border-radius: 0 !important;
}

.symbol.symbol-circle,
.symbol.symbol-circle .symbol-label,
.symbol.symbol-circle > img {
    border-radius: 50%;
}

.symbol.symbol-circle .symbol-label:after,
.symbol.symbol-circle:after,
.symbol.symbol-circle > img:after {
    border-radius: 50%;
}

.symbol > img {
    width: 50px;
    height: 50px;
}

.symbol .symbol-label {
    width: 50px;
    height: 50px;
}

.symbol.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px;
}

.symbol.symbol-fixed > img {
    width: 50px;
    height: 50px;
    max-width: none;
}

.symbol.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px;
}

.symbol.symbol-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: none;
}

.symbol.symbol-20px > img {
    width: 20px;
    height: 20px;
}

.symbol.symbol-20px .symbol-label {
    width: 20px;
    height: 20px;
}

.symbol.symbol-20px.symbol-fixed .symbol-label {
    width: 20px;
    height: 20px;
}

.symbol.symbol-20px.symbol-fixed > img {
    width: 20px;
    height: 20px;
    max-width: none;
}

.symbol.symbol-20px.symbol-2by3 .symbol-label {
    height: 20px;
    width: 30px;
}

.symbol.symbol-20px.symbol-2by3 > img {
    height: 20px;
    width: 30px;
    max-width: none;
}

.symbol.symbol-25px > img {
    width: 25px;
    height: 25px;
}

.symbol.symbol-25px .symbol-label {
    width: 25px;
    height: 25px;
}

.symbol.symbol-25px.symbol-fixed .symbol-label {
    width: 25px;
    height: 25px;
}

.symbol.symbol-25px.symbol-fixed > img {
    width: 25px;
    height: 25px;
    max-width: none;
}

.symbol.symbol-25px.symbol-2by3 .symbol-label {
    height: 25px;
    width: 37.5px;
}

.symbol.symbol-25px.symbol-2by3 > img {
    height: 25px;
    width: 37.5px;
    max-width: none;
}

.symbol.symbol-30px > img {
    width: 30px;
    height: 30px;
}

.symbol.symbol-30px .symbol-label {
    width: 30px;
    height: 30px;
}

.symbol.symbol-30px.symbol-fixed .symbol-label {
    width: 30px;
    height: 30px;
}

.symbol.symbol-30px.symbol-fixed > img {
    width: 30px;
    height: 30px;
    max-width: none;
}

.symbol.symbol-30px.symbol-2by3 .symbol-label {
    height: 30px;
    width: 45px;
}

.symbol.symbol-30px.symbol-2by3 > img {
    height: 30px;
    width: 45px;
    max-width: none;
}

.symbol.symbol-35px > img {
    width: 35px;
    height: 35px;
}

.symbol.symbol-35px .symbol-label {
    width: 35px;
    height: 35px;
}

.symbol.symbol-35px.symbol-fixed .symbol-label {
    width: 35px;
    height: 35px;
}

.symbol.symbol-35px.symbol-fixed > img {
    width: 35px;
    height: 35px;
    max-width: none;
}

.symbol.symbol-35px.symbol-2by3 .symbol-label {
    height: 35px;
    width: 52.5px;
}

.symbol.symbol-35px.symbol-2by3 > img {
    height: 35px;
    width: 52.5px;
    max-width: none;
}

.symbol.symbol-40px > img {
    width: 40px;
    height: 40px;
}

.symbol.symbol-40px .symbol-label {
    width: 40px;
    height: 40px;
}

.symbol.symbol-40px.symbol-fixed .symbol-label {
    width: 40px;
    height: 40px;
}

.symbol.symbol-40px.symbol-fixed > img {
    width: 40px;
    height: 40px;
    max-width: none;
}

.symbol.symbol-40px.symbol-2by3 .symbol-label {
    height: 40px;
    width: 60px;
}

.symbol.symbol-40px.symbol-2by3 > img {
    height: 40px;
    width: 60px;
    max-width: none;
}

.symbol.symbol-45px > img {
    width: 45px;
    height: 45px;
}

.symbol.symbol-45px .symbol-label {
    width: 45px;
    height: 45px;
}

.symbol.symbol-45px.symbol-fixed .symbol-label {
    width: 45px;
    height: 45px;
}

.symbol.symbol-45px.symbol-fixed > img {
    width: 45px;
    height: 45px;
    max-width: none;
}

.symbol.symbol-45px.symbol-2by3 .symbol-label {
    height: 45px;
    width: 67.5px;
}

.symbol.symbol-45px.symbol-2by3 > img {
    height: 45px;
    width: 67.5px;
    max-width: none;
}

.symbol.symbol-50px > img {
    width: 50px;
    height: 50px;
}

.symbol.symbol-50px .symbol-label {
    width: 50px;
    height: 50px;
}

.symbol.symbol-50px.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px;
}

.symbol.symbol-50px.symbol-fixed > img {
    width: 50px;
    height: 50px;
    max-width: none;
}

.symbol.symbol-50px.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px;
}

.symbol.symbol-50px.symbol-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: none;
}

.symbol.symbol-55px > img {
    width: 55px;
    height: 55px;
}

.symbol.symbol-55px .symbol-label {
    width: 55px;
    height: 55px;
}

.symbol.symbol-55px.symbol-fixed .symbol-label {
    width: 55px;
    height: 55px;
}

.symbol.symbol-55px.symbol-fixed > img {
    width: 55px;
    height: 55px;
    max-width: none;
}

.symbol.symbol-55px.symbol-2by3 .symbol-label {
    height: 55px;
    width: 82.5px;
}

.symbol.symbol-55px.symbol-2by3 > img {
    height: 55px;
    width: 82.5px;
    max-width: none;
}

.symbol.symbol-60px > img {
    width: 60px;
    height: 60px;
}

.symbol.symbol-60px .symbol-label {
    width: 60px;
    height: 60px;
}

.symbol.symbol-60px.symbol-fixed .symbol-label {
    width: 60px;
    height: 60px;
}

.symbol.symbol-60px.symbol-fixed > img {
    width: 60px;
    height: 60px;
    max-width: none;
}

.symbol.symbol-60px.symbol-2by3 .symbol-label {
    height: 60px;
    width: 90px;
}

.symbol.symbol-60px.symbol-2by3 > img {
    height: 60px;
    width: 90px;
    max-width: none;
}

.symbol.symbol-65px > img {
    width: 65px;
    height: 65px;
}

.symbol.symbol-65px .symbol-label {
    width: 65px;
    height: 65px;
}

.symbol.symbol-65px.symbol-fixed .symbol-label {
    width: 65px;
    height: 65px;
}

.symbol.symbol-65px.symbol-fixed > img {
    width: 65px;
    height: 65px;
    max-width: none;
}

.symbol.symbol-65px.symbol-2by3 .symbol-label {
    height: 65px;
    width: 97.5px;
}

.symbol.symbol-65px.symbol-2by3 > img {
    height: 65px;
    width: 97.5px;
    max-width: none;
}

.symbol.symbol-70px > img {
    width: 70px;
    height: 70px;
}

.symbol.symbol-70px .symbol-label {
    width: 70px;
    height: 70px;
}

.symbol.symbol-70px.symbol-fixed .symbol-label {
    width: 70px;
    height: 70px;
}

.symbol.symbol-70px.symbol-fixed > img {
    width: 70px;
    height: 70px;
    max-width: none;
}

.symbol.symbol-70px.symbol-2by3 .symbol-label {
    height: 70px;
    width: 105px;
}

.symbol.symbol-70px.symbol-2by3 > img {
    height: 70px;
    width: 105px;
    max-width: none;
}

.symbol.symbol-75px > img {
    width: 75px;
    height: 75px;
}

.symbol.symbol-75px .symbol-label {
    width: 75px;
    height: 75px;
}

.symbol.symbol-75px.symbol-fixed .symbol-label {
    width: 75px;
    height: 75px;
}

.symbol.symbol-75px.symbol-fixed > img {
    width: 75px;
    height: 75px;
    max-width: none;
}

.symbol.symbol-75px.symbol-2by3 .symbol-label {
    height: 75px;
    width: 112.5px;
}

.symbol.symbol-75px.symbol-2by3 > img {
    height: 75px;
    width: 112.5px;
    max-width: none;
}

.symbol.symbol-90px > img {
    width: 90px;
    height: 90px;
}

.symbol.symbol-90px .symbol-label {
    width: 90px;
    height: 90px;
}

.symbol.symbol-90px.symbol-fixed .symbol-label {
    width: 90px;
    height: 90px;
}

.symbol.symbol-90px.symbol-fixed > img {
    width: 90px;
    height: 90px;
    max-width: none;
}

.symbol.symbol-90px.symbol-2by3 .symbol-label {
    height: 90px;
    width: 135px;
}

.symbol.symbol-90px.symbol-2by3 > img {
    height: 90px;
    width: 135px;
    max-width: none;
}

.symbol.symbol-100px > img {
    width: 100px;
    height: 100px;
}

.symbol.symbol-100px .symbol-label {
    width: 100px;
    height: 100px;
}

.symbol.symbol-100px.symbol-fixed .symbol-label {
    width: 100px;
    height: 100px;
}

.symbol.symbol-100px.symbol-fixed > img {
    width: 100px;
    height: 100px;
    max-width: none;
}

.symbol.symbol-100px.symbol-2by3 .symbol-label {
    height: 100px;
    width: 150px;
}

.symbol.symbol-100px.symbol-2by3 > img {
    height: 100px;
    width: 150px;
    max-width: none;
}

.symbol.symbol-125px > img {
    width: 125px;
    height: 125px;
}

.symbol.symbol-125px .symbol-label {
    width: 125px;
    height: 125px;
}

.symbol.symbol-125px.symbol-fixed .symbol-label {
    width: 125px;
    height: 125px;
}

.symbol.symbol-125px.symbol-fixed > img {
    width: 125px;
    height: 125px;
    max-width: none;
}

.symbol.symbol-125px.symbol-2by3 .symbol-label {
    height: 125px;
    width: 187.5px;
}

.symbol.symbol-125px.symbol-2by3 > img {
    height: 125px;
    width: 187.5px;
    max-width: none;
}

.symbol.symbol-150px > img {
    width: 150px;
    height: 150px;
}

.symbol.symbol-150px .symbol-label {
    width: 150px;
    height: 150px;
}

.symbol.symbol-150px.symbol-fixed .symbol-label {
    width: 150px;
    height: 150px;
}

.symbol.symbol-150px.symbol-fixed > img {
    width: 150px;
    height: 150px;
    max-width: none;
}

.symbol.symbol-150px.symbol-2by3 .symbol-label {
    height: 150px;
    width: 225px;
}

.symbol.symbol-150px.symbol-2by3 > img {
    height: 150px;
    width: 225px;
    max-width: none;
}

.symbol.symbol-160px > img {
    width: 160px;
    height: 160px;
}

.symbol.symbol-160px .symbol-label {
    width: 160px;
    height: 160px;
}

.symbol.symbol-160px.symbol-fixed .symbol-label {
    width: 160px;
    height: 160px;
}

.symbol.symbol-160px.symbol-fixed > img {
    width: 160px;
    height: 160px;
    max-width: none;
}

.symbol.symbol-160px.symbol-2by3 .symbol-label {
    height: 160px;
    width: 240px;
}

.symbol.symbol-160px.symbol-2by3 > img {
    height: 160px;
    width: 240px;
    max-width: none;
}

.symbol.symbol-175px > img {
    width: 175px;
    height: 175px;
}

.symbol.symbol-175px .symbol-label {
    width: 175px;
    height: 175px;
}

.symbol.symbol-175px.symbol-fixed .symbol-label {
    width: 175px;
    height: 175px;
}

.symbol.symbol-175px.symbol-fixed > img {
    width: 175px;
    height: 175px;
    max-width: none;
}

.symbol.symbol-175px.symbol-2by3 .symbol-label {
    height: 175px;
    width: 262.5px;
}

.symbol.symbol-175px.symbol-2by3 > img {
    height: 175px;
    width: 262.5px;
    max-width: none;
}

.symbol.symbol-200px > img {
    width: 200px;
    height: 200px;
}

.symbol.symbol-200px .symbol-label {
    width: 200px;
    height: 200px;
}

.symbol.symbol-200px.symbol-fixed .symbol-label {
    width: 200px;
    height: 200px;
}

.symbol.symbol-200px.symbol-fixed > img {
    width: 200px;
    height: 200px;
    max-width: none;
}

.symbol.symbol-200px.symbol-2by3 .symbol-label {
    height: 200px;
    width: 300px;
}

.symbol.symbol-200px.symbol-2by3 > img {
    height: 200px;
    width: 300px;
    max-width: none;
}

.btn.btn-icon.btn-circle {
    border-radius: 50%;
}

.w-25px {
    width: 25px !important;
}

.h-40px {
    height: 40px !important;
}

.badge-light-danger {
    background-color: #dc3545;
}

.badge-light-success {
    background-color: #198754;
}

.badge-light-warning {
    background-color: #ffc107;
}

.badge-orange,
.badge-primary {
    background-color: #fd9636;
}

.badge-light-info {
    background-color: #eef6ff;
    color: #1b84ff;
}

.reponse-count {
    right: -5px;
    top: -15px;
    position: absolute;
    font-size: 0.7rem;
    background: green;
    /* padding: 0rem 0.5rem; */
    border-radius: 50%;
    width: 20px;
    color: white;
}

.mw-950px {
    max-width: 950px !important;
}

.card-grid-style-3 {
    transition-duration: 0.2s;
    height: 100%;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.card-grid-style-3 .card-grid-inner {
    padding: 0;
    height: 100%;
}

.card-grid-style-3 .card-grid-inner .list-features {
    margin-top: 0;
}

.product-detail__img {
    border-radius: 10px;
}

.price-info strong {
    font-size: 12px;
}

.product-detail__moq {
    font-size: 12px;
    font-weight: bold;
    color: gray;
}

.product-detail__categories {
    font-size: 11px;
    line-height: 12px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nav-tabs {
    padding-top: 15px !important;
}

.box-content .card-grid-style-3 .card-grid-inner .image-box,
.card-grid-style-3 .card-grid-inner .image-box {
    background: #f5f3f3;
    height: unset;
    line-height: unset;
}

.card-grid-style-3 .card-grid-inner .image-box a {
    display: block;
}

.card-grid-style-3 .card-grid-inner .image-box img {
    max-width: 100%;
    object-fit: contain;
    aspect-ratio: 1/1;
}

.card-grid-style-3 .card-grid-inner .info-right {
    padding: 5px;
}

.card-grid-style-3 .card-grid-inner {
    border: 0;
}

.product-detail__name {
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: darkgray;
}

.product-detail__name a {
    color: #393939;
}

.header-shop {
    width: 100% !important;
}

.box-info-vendor .avarta {
    max-height: unset !important;
}

.header-search {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.clear-input-mark {
    cursor: pointer;
}

.card-grid-style-2.card-grid-none-border .image-box,
.slide-shop .card-grid-style-2.card-grid-none-border .image-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-grid-style-2.card-grid-none-border .image-box img {
    background-color: #f5f3f3;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.item-wishlist {
    align-items: start !important;
}

.cart-items {
    width: 100% !important;
}

.cart-price {
    display: flex;
    justify-content: center;
    width: 50% !important;
}

.cart-quantity {
    display: flex;
    justify-content: center;
    width: 50% !important;
}

.cart-quantity .box-quantity {
    justify-content: center;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    border-radius: 0.2rem !important;
}

.checkout-page-item {
    align-items: center !important;
}

.modal-header h2 {
    font-size: 24px !important;
}

.btn-primary {
    color: #fff;
    background-color: #fd9636;
    border-color: #fd9636;
}

.btn-primary:active,
.btn-primary:hover {
    color: #fff;
    background-color: #fd9636;
    border-color: #fd9636;
}

.border-orange {
    border-color: #fd9636 !important;
}

.custom-header-logo {
    width: 90px !important;
}

.product-info a h6 {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
}

.page-item.active .page-link {
    background-color: #fd9636;
    border-color: #fd9636;
}

.page-link {
    color: #fd9636;
}

.page-link:hover {
    color: #fd9636;
}

.height-unset {
    height: unset;
}

.indicator-progress {
    display: none;
}

.mb-6 {
    margin-bottom: 1.5rem !important;
}

.form-control.form-control-solid {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    color: #4b5675;
    transition: color 0.2s ease;
}
.chat {
    padding-top: 10px;
    padding-bottom: 10px;
}

.chat-sidebar {
    border-right: 1px solid #f5f3f3;
}

.contact-list {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 400px;
    overflow-y: auto;
}

.contact-item {
    padding: 5px 10px;
    cursor: pointer;
    gap: 5px;
    display: flex;
    justify-content: center;
}

.contact-item.active {
    background: #f5f3f3;
    color: gray;
}

.contact-avatar {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.unread {
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
}

.chat-avatar img,
.contact-avatar img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 999px;
}

.contact-info {
    width: 80%;
    display: none;
    overflow: hidden;
}

.chat-header {
    display: flex;
    gap: 5px;
    align-items: center;
    border-bottom: 1px solid #f5f3f3;
}

.contact-name,
.chat-contact-name {
    font-weight: bold;
}

.chat-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    padding-top: 20px;
    max-height: 400px;
    overflow-y: auto;
}

.chat-header {
    padding: 10px;
}

.chat-message p {
    word-wrap: break-word;
    word-break: break-all;
    max-width: 90%;
    padding: 15px;
    background: skyblue;
    border-radius: 30px;
    display: inline-block;
    color: white;
}

.self-message {
    display: flex;
    justify-content: end;
}

.self-message p {
    background: #fd9636;
}

.chat-input-field {
    display: flex;
    gap: 10px;
    padding: 10px;
}

.send-button {
    background: transparent;
    border: none;
}

.send-button img {
    max-width: 50px;
}

.contact-last-message_wrapper {
    justify-content: space-between;
    display: flex;
}

.contact-last-message {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40%;
    /* or a specific width like 150px */
}

.last-message-time {
    font-size: 0.7rem;
    color: gray;
}

.customer_share_button {
    margin-inline-start: 10px;
    font-size: 24px;
    cursor: pointer;
}

.btn.btn-contact-seller {
    border: 1px solid #d5dfe4;
    height: 30px;
    width: 30px;
    background: #ffffff url(../imgs/template/support.svg) no-repeat center;
    padding: 0px;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
    will-change: opacity, transform;
    transition-duration: 0.2s;
    transition-delay: 0.1s;
}

.btn.btn-contact-seller--black {
    background: #ffffff url(../imgs/template/support\ 1-black.svg) no-repeat center;
}

.btn.btn-wishlist--black{
    background: #ffffff url(../imgs/template/wishlist\ 1-black.svg) no-repeat center;
}

.leadTime_table tbody tr {
    border: 1px solid #ddd;
}

.leadTime_table tbody tr td {
    border: 1px solid #ddd;
    padding: 1rem;
}

.customization_option_card {
    padding: 1rem;
    border: 1px solid #ddd;
    border-style: dashed;
}

.product-list-category {
    display: flex;
    flex-direction: column;
}

.category-children {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.category-children.active {
    overflow: visible;
    max-height: 100%;
}

.product-list-category .first-layer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.product-list-category .number {
    background-color: #f0f3f8;
    border-radius: 7px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #425a8b;
    padding: 3px 0px;
    float: right;
    min-width: 25px;
    text-align: center;
    transition-duration: 0.2s;
}

.dropdown .sidebar-left::before {
    display: none;
}

.sub-category-menu {
    /* list-style: circle; */
    height: 0;
    width: 100%;
    border-radius: 4px;
    padding-left: 20px;
    overflow: hidden;
}

.position-relative {
    position: relative !important;
}

.has-children {
    background: url(../imgs/template/icons/arrow-gray.svg) no-repeat right 20px
        center;
}

.dropdown .sidebar-left .menu-texts li a {
    font-size: 14px;
}

.parent-category i:hover {
    cursor: pointer;
    color: #0ba9ed;
}

.parent-category a,
.parent-category i {
    color: #425a8b;
}

.parent-category.active > .sub-category-menu {
    height: 100%;
    overflow: visible;
}

.dropdown .sidebar-left .menu-texts li a .text-link {
    display: block !important;
}

.dropdown .sidebar-left {
    min-width: 300px;
    height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.dropdown .sidebar-left .menu-texts.menu-close {
    min-width: 300px;
    position: relative;
}

.product-details-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-inline-end: 5px;
}

.mw-500px {
    max-width: 500px;
}

.card-vendor .card-bottom-vendor p {
    word-wrap: break-word;
    max-width: 100%;
    white-space: normal;
}

.order-detail-table .table thead.thead-light th {
    background-color: #f8f9fa;
    color: #495057;
}

.order-detail-table .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.order-detail-table tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}

.order-detail-table .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.order-detail-table tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

.order-detail-table .table td,
.order-detail-table .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.thead {
    display: table-header-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

.cutomizable-tag {
    position: absolute;
    right: 0;
    z-index: 99;
    color: white;
    font-weight: 600;
    background: green;
    font-size: 0.8rem;
    padding: 0.3rem 0.3rem;
}

.preferred-tag {
    position: absolute;
    left: 0;
    z-index: 99;
    color: white;
    font-weight: 600;
    background: #FD9636;
    font-size: 0.8rem;
    padding: 0.3rem 0.3rem;
}

.align-item-center {
    align-items: center;
}

.menu-link-notification {
    position: absolute;
    background: red;
    aspect-ratio: 1;
    padding: 0.3rem;
    border-radius: 50%;
    font-size: 9px;
    top: -5px;
    right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    min-height: 16px;
    color: white;
    font-weight: bold;
    line-height: 1;
    box-shadow: 0 0 0 2px white;
}

.justify-content-between {
    justify-content: space-between;
}

.product_details_section {
    padding: 1rem 0;
    border-bottom: 1px solid #d7d7d7;
}
.product_details_wrapper_bg {
    background-color: #f8e8d9;
    color: #fd9636;
    font-weight: bold;
}

.product_details_wrapper {
    display: inline-block;
}

.product_details_summary_card {
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.product_details_summary_card_item {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #d7d7d7;
}

.product_details_total_price {
    text-align: end;
}

.product_details_total_price .total_price {
    font-size: 24px;
    font-weight: bold;
}

.product_details_total_price .total_price_uom {
    font-size: 12px;
    color: #a8a8a8;
}

.product_details_summary_wrapper {
    padding: 0 2rem;
}

.product_details_description_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.product_details_description_subtitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.product_details_description_item {
    margin-bottom: 0.5rem;
    color: #a8a8a8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_details_description_item span {
    /* color: #425a8b; */
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_details_description_item div {
    color: #425a8b;
}

.product_details_description_wrapper {
    border-radius: 1rem;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 1.5rem;
}

.box-quantity .input-quantity input {
    font-size: 16px;
}

.list-9-col li {
    display: flex;
}

.list-9-col li .box-category {
    width: 100%;
    padding: 10px;
}

.dropdown-account {
    left: unset;
    right: 0;
}

.product-details-title {
    font-size: 24px;
    display: flex;
    gap: 10px;
}

.gallery-image {
    height: 100%;
}
.galleries {
    height: 70%;
    max-height: 500px;
    padding: 0;
}
.slider-nav-thumbnails {
    position: relative;
    width: 100%;
}

.product-image-slider.slick-slider .slick-track figure {
    height: 100%;
}

.detail-gallery,
.product-image-slider,
.slick-list,
.slick-track {
    height: 100%;
}

.slider-nav-thumbnails {
    width: 100%;
}

.product_details_shipping_method_title {
    font-size: 16px;
    /* font-weight: bold; */
    margin-bottom: 0.5rem;
}

.product_details_shipping_method_type {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
    font-size: 12px;
}

.product_details_shipping_EDT_wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 1rem;
    align-items: center;
}

.product_details_shipping_EDT {
    display: flex;
    flex-direction: column;
}

.product_details_shipping_EDT small {
    font-size: 12px;
}

.product_details_shipping_EDT strong {
    font-size: 14px;
}

.product_details_shipping_EDT strong span {
    font-weight: normal;
}

.description-area table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin: 20px 0;
}

.description-area .table tr:hover {
    background-color: #f9f9f9;
}

.description-area .table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}

.description-area .table td:first-child {
    font-weight: bold;
    color: #333;
    background-color: #f4f4f4;
    width: 50%;
}

.description-area .table td:last-child {
    color: #555;
}
.dropdown-parent {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-has-children {
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

.dropdown-children {
    height: 0;
    overflow: hidden;
    padding-left: 5px;
    transition: height 0.3s ease;
}

.dropdown-children.active {
    height: auto;
    padding-top: 20px;
    overflow: visible;
}

.dropdown-parent .fa-minus,
.dropdown-parent .fa-plus {
    cursor: pointer;
}

.dropdown-parent .fa-minus {
    display: none;
}

.dropdown-parent .fa-plus.active {
    display: none;
}

.dropdown-parent .fa-minus.active {
    display: inline-block;
}

.comment-content strong {
    font-size: 18px;
}

.comment-content span {
    font-size: 12px;
}

.list-9-col li .box-category {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-logo {
    margin-left: 0;
}

.header .main-header .header-left .header-shop {
    padding-right: 0;
}

.btn.btn-category {
    min-width: auto;
    width: 100%;
}

.header-bottom .dropdown-right {
    width: auto;
    padding: 0 20px 0 5px;
}

.breadcrumb {
    padding-left: 0;
}

.mobile-footer-nav {
    background: #fff;
    position: fixed;
    display: flex;
    z-index: 90;
    bottom: 0;
    height: 60px;
    width: 100%;
    border-top: 0.13333vw solid #eee;
    justify-content: space-around;
    align-items: center;
}

.mobile-footer-nav__inner {
}

.mobile-footer-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-footer-nav a img {
    width: 20px;
}

.mobile-footer-nav span {
    font-size: 3.2vw;
}

.custom-search {
    border-radius: 50px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.04);
}

.search-input__wrapper {
    border-bottom: 1px solid lightgrey;
}

.index-search {
    position: fixed;
    top: 0;
    left: -150%;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    padding: 10px;
}

.index-search.open {
    left: 0;
}

.search-result__item {
    display: flex;
    padding: 5px 0;
    border-bottom: 1px solid #efefef;
}

.search-result__item-img {
    width: 40px;
    margin-right: 5px;
    flex-shrink: 0;
}

.search-result__item-content small {
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 10px;
}

.search-result__item-content span {
    display: block;
    color: #000;
    font-size: 12px;
}

.mobile-top-search-btn {
    padding: 5px 7px;
    border-radius: 50px;
    background: #f1f1f1;
    color: #333;
    font-size: 11px;
    border: 1px solid #f1f1f1;
    cursor: pointer;
    min-width: 160px;
}

.search-result__wrapper {
    height: 100vh;
    overflow-y: scroll;
}

.search-close-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: #fd9636;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

.topbar {
    padding: 10px;
}

.nav-small li a {
    padding: 0;
}

.topbar .container-topbar .menu-topbar-right {
    display: flex;
    justify-content: end;
    align-items: center;
}

.topbar-items {
    width: 500px;
}

.floating-chat-button {
    z-index: 99;
    position: fixed;
    bottom: 80px;
    right: 5px;
}

.floating-chat-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: #fd9636;
    border-radius: 50%;
    aspect-ratio: 1;
}

.floating-chat-button a i {
    font-size: 16px;
    color: white;
}

.floating-chat-button::after {
    content: "Chat With JYH5G";
    position: absolute;
    top: 0;
    left: -100%;
    transform: translate(-65%, 50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}

.floating-chat-button:hover::after {
    opacity: 1;
}

.dropdown-account ul li:last-child {
    margin-bottom: 20px !important;
}

.dropdown-menu-link {
    margin-bottom: 20px !important;
}

.feedback-carousel {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    padding: 2rem 0;
    overflow: scroll;
}

.feedback-card {
    display: flex !important;
    align-items: center;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    text-align: center;
    margin: 0.75rem;
    height: 100%;
}
.feedback-card h3 {
    font-size: 20px;
}

.feedback-card img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.feedback-card .stars {
    color: #ffc107;
    margin-bottom: 1rem;
}

.feedback-card .stars .fa-star {
    margin: 0 2px;
}

.feedback-card .date {
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.feedback-card .feedback-text {
    font-size: 0.8rem;
    color: #333;
}

.slick-track {
    display: flex;
    height: 95%;
}

.uploaded_media_card {
    display: flex;
    justify-content: space-between;
    padding: 1.75rem;
    align-items: center;
    border: 1px solid #c6c2c2;
    border-radius: 0.25rem;
    margin-bottom: 1.5rem;
}

.media_description {
    display: flex;
    align-items: center;
    gap: 15px;
}

.uploaded_media_card i {
    font-size: 28px;
}

.media_button {
    cursor: pointer;
}

.certification_icon {
    color: #425a8b;
    position: relative;
}

.certification_icon::after {
    content: "Certification Provided";
    position: absolute;
    top: 50%;
    left: 150%;
    transform: translateY(-50%);
    background: rgba(27, 22, 22, 0.8);
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px;
    opacity: 0;
    display: none;
    transition: opacity 0.2s;
    pointer-events: none;
    line-height: 12px;
}

.certification_icon:hover::after {
    display: inline;
    opacity: 1;
}

@media (min-width: 425px) {
}

@media (min-width: 768px) {
    .cart-product .wishlist-product {
        width: 40%;
    }

    .topbar-items {
        width: 700px;
    }

    .header-shop {
        width: 35% !important;
    }

    .list-9-col li {
        width: 20%;
    }

    .mobile-top-search-btn {
        font-size: 13px;
        padding: 10px 15px;
        min-width: 300px;
    }

    .floating-chat-button {
        z-index: 99;
        position: fixed;
        bottom: 30px;
        right: 5px;
    }

    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
}

@media (min-width: 1024px) {
    .header .main-header .header-left .header-search {
        width: 100%;
    }

    .cart-product-label {
        width: 25% !important;
    }
    .contact-item {
        justify-content: start;
    }
    .contact-info {
        display: flex;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
    }

    .sub-category-menu {
        padding-left: 30px;
    }

    .mobile-top-search-btn {
        font-size: 13px;
        padding: 10px 15px;
        min-width: 450px;
    }
}

@media (min-width: 1440px) {
    .header-shop {
        width: 20% !important;
    }

    .cart-items {
        width: 66% !important;
    }

    .cart-price {
        width: 40% !important;
    }

    .cart-quantity {
        width: 20% !important;
    }

    .cart-product-label {
        width: 40% !important;
    }

    .dropdown .sidebar-left {
        min-width: 450px;
    }

    .mobile-top-search-btn {
        font-size: 13px;
        padding: 10px 15px;
        min-width: 650px;
    }
}

@media (min-width: 1920px) {
    .header .main-header .header-left .header-search {
        width: 55%;
    }

    .header-shop {
        width: 40% !important;
    }
}

@media (max-width: 499.98px) {
    .dropdown .sidebar-left {
        border-style: solid;
        border-width: 1px;
        padding: 15px 10px;
    }

    .dropdown .sidebar-left .menu-texts.menu-close {
        min-width: auto;
    }
}