.shop_profile {
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 50px;
}

.shop_profile .cover_module {
    width: 100%;
    aspect-ratio: 6 / 1.5;
    position: relative;
}

.shop_profile .cover {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0 0 12px 12px;
}

.cover_background {
    width: 100%;
    height: 490px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
    filter: blur(60px);
    opacity: 0.3;
}

.shop_profile .cover img.cover_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop_profile .cover_module img.cover_avatar {
    position: absolute;
    height: 120px;
    width: 120px;
    border-radius: 150px;
    border: 4px solid var(--cms-black-1);
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    display: none;
}

.shop_profile .other {
    width: 496px;
    border-left: 1px solid var(--cms-border-color);
}

.shop_profile .other .list {
    display: grid;
    column-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0px 30px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.shop_profile .other .item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    line-height: 30px;
}

.shop_profile .other .item .title {}

.shop_profile .other .item .value {
    font-weight: 600;
}

.shop_profile .other .item .value span {
    color: #DDDDDD;
}

.shop_profile .other .item .title svg {
    width: 25px;
    vertical-align: middle;
    margin-top: -2px;
}

.shop_profile .social {
    margin-top: 15px;
}

.shop_profile .social .url {
    color: var(--cms-highlight-text);
    margin-bottom: 12px;
    font-size: 15px;
    margin-top: 2px;
}

.shop_profile .social .url span {
    font-weight: 700;
}

.shop_profile .social .list {
    display: flex;
    gap: 10px;
}

.shop_profile .social .list .item img {
    height: 36px;
    background-color: var(--cms-purple-text);
    border-radius: 150px;
    padding: 1px;
}

.shop_profile .info {
    box-shadow: var(--box-shadow);
    display: flex;
    padding: 20px 0;
    box-sizing: border-box;
    position: absolute;
    width: 90%;
    margin: 0 auto;
    transform: translate(-50%, 0%);
    left: 50%;
    z-index: 1;
    bottom: -60px;
}

.shop_profile .info::after {
    content: "";
    background-color: var(--cms-black-2);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 10px;
}

.shop_profile .info .type_menu {
    position: absolute;
    top: 0px;
    transform: translate(0, -100%);
    display: flex;
    gap: 6px;
    z-index: -1;
    width: 100%;
}

.shop_profile .info .type_menu .item {
    width: 200px;
    text-align: center;
    background-color: #182242d1;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    padding: 13px 0 18px;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.shop_profile .info .type_menu .item svg {
    color: #E4DC53;
    display: none;
    font-size: 10px;
    position: absolute;
    left: 15px;
}

.shop_profile .info .type_menu .item.active {
    background: linear-gradient(135deg, #556EFA 36%, #324194 100%);
    font-weight: 500;
}

.shop_profile .info .type_menu .item.active svg {
    display: inline-block;
}

.shop_profile .info .type_menu::after {
    content: "";
    background: linear-gradient(135deg, #556EFA 12%, #4F66E7 21%, #2B3672 78%);
    position: fixed;
    bottom: -12px;
    width: 100%;
    height: 20px;
    z-index: 1;
    left: 0;
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.shop_profile .info .button_list {
    right: 15px;
    position: absolute;
    top: 0;
    display: flex;
    gap: 10px;
}

.shop_profile .info .button_list button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--white-color);
    background-color: #39393E;
    border: 0;
    border-radius: 20px;
    line-height: 40px;
    padding: 0 20px;
    gap: 7px;
}

.shop_profile .info .avatar {
    position: relative;
    width: 140px;
    text-align: right;
}

.shop_profile .info .avatar img {
    border-radius: 150px;
    height: 110px;
}

.shop_profile .info .detail {
    flex: 1;
    padding: 0px 30px;
    position: relative;
}

.shop_profile .info .detail .name {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
}

.shop_profile .info .detail .intro {
    line-height: 25px;
    font-size: 13px;
    min-height: 25px;
}
#theme_load .theme_loading{
    text-align: center;
    padding: 100px 0;
}
#theme_load .theme_loading img{}
#theme_load .theme_content.theme_digital {}

#theme_load .theme_content.theme_digital .left {
    flex: none;
    width: 280px;
}

#theme_load .theme_content.theme_digital .right {}

#theme_load .theme_content.theme_digital .left .statics_module {}

#theme_load .theme_content.theme_digital .left .statics_module .list {
    margin-top: 15px;
}

#theme_load .theme_content.theme_digital .left .statics_module .list .item {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
}

#theme_load .theme_content.theme_digital .left .statics_module .list .item .title {
    color: var(--cms-grey-2);
    font-weight: 400;
}

#theme_load .theme_content.theme_digital .left .statics_module .list .item .amount {
    font-weight: 600;
}

#theme_load .theme_content.theme_digital .left .category_module {}

#theme_load .theme_content.theme_digital .left .category_module .list {
    margin-top: 20px;
    display: grid;
    gap: 5px;
}

#theme_load .theme_content.theme_digital .left .category_module .list .item {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    align-items: center;
    padding: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    height: 40px;
}

#theme_load .theme_content.theme_digital .left .category_module .list .item.active {
    background-color: var(--cms-purple-text);
}

#theme_load .theme_content.theme_digital .left .category_module .list .item .name {}

#theme_load .theme_content.theme_digital .left .category_module .list .item .amount {
    background-color: var(--cms-black-4-highlight);
    font-weight: 600;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 150px;
    font-size: 12px;
}

#theme_load .theme_content.theme_digital .right .product_filter {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

#theme_load .theme_content.theme_digital .right .product_filter .search_module {
    width: 250px;
    position: relative;
}

#theme_load .theme_content.theme_digital .right .product_filter .search_module input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    padding-right: 30px;
}

#theme_load .theme_content.theme_digital .right .product_filter .search_module svg {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    cursor: pointer;
}

#theme_load .theme_content.theme_digital .right .product_filter select {
    max-width: 250px;
}

#theme_load .theme_content.theme_digital .right .mobile_filter {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    margin-bottom: 25px;
    border-top: 1px solid var(--cms-black-2);
    padding-top: 20px;
}

#theme_load .theme_content.theme_digital .right .mobile_filter .category {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

#theme_load .theme_content.theme_digital .right .mobile_filter .category .title {}

#theme_load .theme_content.theme_digital .right .mobile_filter .category svg {}

#theme_load .theme_content.theme_digital .right .mobile_filter .other {
    display: flex;
    gap: 16px;
}

#theme_load .theme_content.theme_digital .right .mobile_filter .other .item {
    cursor: pointer;
}

#theme_load .theme_content.theme_digital .right .mobile_filter .other .item svg {}

#theme_load .theme_content.theme_digital .left .statics_module {}

#theme_load .theme_content {
    display: flex;
    gap: 20px;
    max-width: 1120px;
    margin: 0 auto;
    width: 100%;
    padding-top: 30px;
}

#theme_load .theme_content .themes_content_module {
    background: var(--cms-black-2);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
}

#theme_load .theme_content .left {
    flex: 1;
    gap: 20px;
}

#theme_load .theme_content .right {
    flex: 1;
}

#theme_load .theme_content h5 {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    gap: 10px;
}
#theme_load .theme_booking .warning-module{
    margin-bottom: 20px;
}
#theme_load .theme_booking .right {
    width: 400px;
    flex: none;
}

#theme_load .theme_booking .right .gallery {
    height: 280px;
    border-radius: 10px;
    margin-bottom: 20px !important;
}

#theme_load .theme_booking .right .gallery .swiper-slide {
    text-align: center;
    background-color: var(--background-trans);
}

#theme_load .theme_booking .right .gallery .swiper-slide img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

#theme_load .theme_booking .right .gallery .swiper-button-prev,
#theme_load .theme_booking .right .gallery .swiper-button-next {
    background-color: #00000038;
    border-radius: 2px;
}

#theme_load .theme_booking .right .gallery .swiper-button-prev::after,
#theme_load .theme_booking .right .gallery .swiper-button-next::after {
    font-size: 25px;
    color: #ffffff;
}

#theme_load .theme_booking .right .booking_module .price_div {
    margin: 20px 0;
    text-align: center;
    background-color: var(--cms-black-9);
    padding: 20px 0px;
    border-radius: 10px;
}

#theme_load .theme_booking .right .booking_module .price_div .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 7px;
}

#theme_load .theme_booking .right .booking_module .price_div .unit {
    color: var(--cms-grey-2);
}

#theme_load .theme_booking .right .booking_module .amount_div .list {
    display: flex;
    gap: 10px;
}

#theme_load .theme_booking .right .booking_module .amount_div .list .item {
    flex: 1;
    text-align: center;
    background-color: var(--cms-black-9);
    line-height: 40px;
    margin-bottom: 15px;
    border-radius: 7px;
    font-weight: 600;
    cursor: pointer;
}

#theme_load .theme_booking .right .booking_module .amount_div .list .item.active {
    background: linear-gradient(135deg, #3498db 0%, #9b59b6 100%);
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

#theme_load .theme_booking .right .booking_module .total_div {
    background: linear-gradient(90deg, #2c3e50 0%, #4a148c 100%);
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

#theme_load .theme_booking .right .booking_module .total_div .text {
    color: var(--cms-grey-1);
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

#theme_load .theme_booking .right .booking_module .total_div .value {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

#theme_load .theme_booking .right .booking_module button {
    background: linear-gradient(90deg, #3498db 0%, #9b59b6 100%);
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 40px;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
    transition: all 0.3s ease;
}

#theme_load .theme_booking .right .booking_module button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}

#theme_load .theme_booking .right .booking_module button:active {
    transform: translateY(0);
}

#theme_load .theme_booking .right .booking_module input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    /* This will make the calendar icon white */
    cursor: pointer;
}

#theme_load .theme_booking .right .booking_module input[type="datetime-local"]::-webkit-calendar-picker-indicator:hover {
    filter: invert(1) brightness(1.2);
    /* Slightly brighter on hover */
}

/* Booking time info display */
#theme_load .theme_booking .right .booking_module .booking_time_info {
    margin-top: 15px;
    padding: 12px;
    background: rgb(29 29 33);
    border: 1px solid #97979f33;
    border-radius: 8px;
    font-size: 12px;
}

#theme_load .theme_booking .right .booking_module .time_info_item {
    display: flex;
    margin-bottom: 8px;
    gap: 8px;
    align-content: center;
    align-items: center;
}

#theme_load .theme_booking .right .booking_module .time_info_item:last-child {
    margin-bottom: 0;
}

#theme_load .theme_booking .right .booking_module .time_info_item i {
    color: var(--main-color);
    width: 16px;
    font-size: 14px;
}

#theme_load .theme_booking .right .booking_module .time_info_item .label {
    color: rgba(255, 255, 255, 0.7);
    min-width: 80px;
    margin: 0;
    font-size: inherit;
}

#theme_load .theme_booking .right .booking_module .time_info_item .value {
    flex: 1;
    text-align: right;
}

#theme_load .theme_booking .right .donate_module {
    position: sticky;
    top: 80px;
    z-index: 1;
    margin: 0;
}

#theme_load .theme_booking .right .donate_module button {
    background: linear-gradient(90deg, #8e44ad 0%, #e74c3c 100%);
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    line-height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 6px 20px rgba(142, 68, 173, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

#theme_load .theme_booking .right .donate_module button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(142, 68, 173, 0.4);
    background: linear-gradient(90deg, #9b59b6 0%, #c0392b 100%);
}

#theme_load .theme_booking .right .donate_module button:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(142, 68, 173, 0.3);
}

#theme_load .theme_booking .right .donate_module .donate_history {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--black-text-color);
}

#theme_load .theme_booking .right .donate_module .donate_history .text {
    color: var(--cms-grey-2);
    margin-bottom: 5px;
}

#theme_load .theme_booking .right .donate_module .donate_history .list {}

#theme_load .theme_booking .right .donate_module .donate_history .list .item {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
}

#theme_load .theme_booking .right .donate_module .donate_history .list .item .name {}

#theme_load .theme_booking .right .donate_module .donate_history .list .item .value {
    color: #ff84b7;
}

#theme_load .theme_booking .left {}

#theme_load .theme_booking .left h5 {
    margin-bottom: 20px;
}

#theme_load .theme_booking .left .list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#theme_load .theme_booking .left .list .item {
    background-color: var(--cms-black-2);
    border-radius: 10px;
    padding: 20px 15px;
}

#theme_load .theme_booking .left .list .item .data {
    display: flex;
    gap: 15px;
    align-items: center;
    position: relative;
}

#theme_load .theme_booking .left .list .item .review {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #08080845;
}

#theme_load .theme_booking .left .list .item .review .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}

#theme_load .theme_booking .left .list .item .review .title h6 {
    font-weight: 600;
    font-size: 16px;
}

#theme_load .theme_booking .left .list .item .review .title .star {
    color: var(--yellow-color);
}

#theme_load .theme_booking .left .list .item .review .title .star svg {}

#theme_load .theme_booking .left .list .item .review .text {
    color: var(--cms-grey-1);
}

#theme_load .theme_booking .left .list .item .status {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding: 5px 9px;
    border-radius: 8px;
    font-size: 12px;
}

#theme_load .theme_booking .left .list .item .status.waiting {
    background-color: #5865f233;
    color: #7faaf8;
    border: 1px solid #7faaf83d;
}

#theme_load .theme_booking .left .list .item .status.going {
    background-color: #ff8f4524;
    color: #ff8f45;
    border: 1px solid #ff8f4542;
}

#theme_load .theme_booking .left .list .item .status.finish {
    background-color: #00ff351c;
    color: #00ff35;
    border: 1px solid #00ff355e;
}

#theme_load .theme_booking .left .list .item .image {
    height: 60px;
}

#theme_load .theme_booking .left .list .item .image .user_profile_div .user_avatar {}

#theme_load .theme_booking .left .list .item .content {}

#theme_load .theme_booking .left .list .item .content .name {
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
}

#theme_load .theme_booking .left .list .item .content .name .image {
    height: 26px;
}

#theme_load .theme_booking .left .list .item .content .other {
    display: flex;
    gap: 30px;
    color: var(--cms-grey-1);
}

#theme_load .theme_booking .left .list .item .content .other .other_item {
    display: flex;
    align-items: center;
    gap: 5px;
}

#theme_load .theme_booking .left .list .item .content .other .other_item.cash {
    color: var(--yellow-color);
}

#theme_load .theme_booking .right .finish_div {
    text-align: center;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#theme_load .theme_booking .right .finish_div svg {
    color: var(--green-color);
    font-size: 50px;
    margin-bottom: 5px;
}

#theme_load .theme_booking .right .finish_div p {}

#theme_load .theme_donate .donate_module.top_module {
    position: sticky;
    top: 80px;
    z-index: 1;
}

#theme_load .theme_donate .donate_module.target_module {
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

#theme_load .theme_donate .donate_module.target_module .target-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

#theme_load .theme_donate .donate_module.target_module .target-note {
    color: var(--cms-grey-1);
}

#theme_load .theme_donate .donate_module.target_module .target-title .target-icon {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

#theme_load .theme_donate .donate_module.target_module .target-title .target-icon::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #1f1f1f;
    border-radius: 50%;
}

#theme_load .theme_donate .donate_module.target_module .target-title .text-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

#theme_load .theme_donate .donate_module.target_module .goal-description {
    color: #e0e0e0;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border-left: 3px solid #ffd700;
}

#theme_load .theme_donate .donate_module.target_module .progress-section {
    margin-top: 20px;
    border-top: 1px solid #3a3a3a;
    padding-top: 20px;
}

#theme_load .theme_donate .donate_module.target_module .progress-section .progress-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

#theme_load .theme_donate .donate_module.target_module .progress-section .progress-info .current-amount {
    font-size: 16px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

#theme_load .theme_donate .donate_module.target_module .progress-section .progress-info .target-amount {
    color: #ffffff;
    font-size: 16px;
    opacity: 0.9;
}

#theme_load .theme_donate .donate_module.target_module .progress-section .progress-container {
    height: 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
}

#theme_load .theme_donate .donate_module.target_module .progress-section .progress-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
    animation: target_shimmer 2s infinite;
}

#theme_load .theme_donate .donate_module.target_module .progress-section .progress-container .progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #ffd700 0%, #ffed4e 50%, #ffd700 100%);
    border-radius: 6px;
    transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
    position: relative;
    z-index: 1;
}

#theme_load .theme_donate .donate_module.target_module .target-random {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #3a3a3a;
}

#theme_load .theme_donate .donate_module.target_module .target-random .text-title {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}

#theme_load .theme_donate .donate_module.target_module .target-random .target-random-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#theme_load .theme_donate .donate_module.target_module .target-random .target-random-list .target-random-item {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
}

@keyframes target_shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

#theme_load .theme_donate .donate_module.vip_module {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    background: linear-gradient(55deg, rgba(28, 29, 33, 1) 26%, rgba(115, 119, 135, 1) 100%);
}

#theme_load .theme_donate .donate_module.vip_module .detail {
    flex: 1;
}

#theme_load .theme_donate .donate_module.vip_module .detail .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}

#theme_load .theme_donate .donate_module.vip_module .detail .text .note {
    color: var(--cms-grey-1);
    display: flex;
}

#theme_load .theme_donate .donate_module.vip_module .detail .text .note span {
    color: var(--yellow-color);
    font-weight: 600;
}

#theme_load .theme_donate .donate_module.vip_module .detail .text .amount {
    font-weight: 600;
}

#theme_load .theme_donate .donate_module.vip_module .icon {}

#theme_load .theme_donate .donate_module.vip_module .icon img {
    height: 42px;
}

#theme_load .theme_donate .donate_module.vip_module .bar {
    background-color: var(--cms-black-9);
    border-radius: 5px;
    height: 10px;
    overflow: hidden;
}

#theme_load .theme_donate .donate_module.vip_module .bar .bar_inner {
    background: linear-gradient(90deg, var(--cms-purple-text) 0%, #a855f7 50%, #9333ea 100%);
    height: 100%;
}

#theme_load .theme_donate .donate_module .donate_premium {
    border-top: 1px solid var(--cms-black-3);
    padding: 20px 0;
    border-bottom: 1px solid var(--cms-black-3);
    margin-bottom: 15px;
}

#theme_load .theme_donate .donate_module .donate_premium .donate_premium_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#theme_load .theme_donate .donate_module .donate_premium .donate_premium_title p {
    font-weight: 600;
    font-size: 16px;
}

#theme_load .theme_donate .donate_module .donate_premium .donate_premium_title p span {
    color: var(--yellow-color);
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

#theme_load .theme_donate .donate_module .donate_premium .donate_premium_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#theme_load .theme_donate .donate_module .donate_premium .donate_premium_list .donate_premium_item {
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    line-height: 30px;
}

#theme_load .theme_donate .donate_module .donate_premium .donate_premium_list .donate_premium_item .donate_premium_item_title {}

#theme_load .theme_donate .donate_module .donate_premium .donate_premium_list .donate_premium_item .donate_premium_item_value {
    background-color: var(--cms-black-1);
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
}

#theme_load .theme_donate .donate_module .donate_premium .donate_premium_list .donate_premium_item .donate_premium_item_value.active {
    background-color: var(--cms-purple-text);
}

#theme_load .theme_donate .donate_module .donate_action {}

#theme_load .theme_donate .donate_module .donate_action .donate_effect {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    background-color: var(--background-trans);
    padding: 0 15px;
    line-height: 40px;
    border-radius: 6px;
}

#theme_load .theme_donate .donate_module .donate_action .donate_effect .title {
    margin: 0;
}

#theme_load .theme_donate .donate_module .donate_action .donate_effect .value {
    font-weight: 600;
    color: var(--yellow-color);
    cursor: pointer;
}

#theme_load .theme_donate .donate_module .donate_finish {
    display: none;
    text-align: center;
    padding: 20px 0;
}

#theme_load .theme_donate .donate_module .donate_finish svg {
    font-size: 50px;
    margin-bottom: 10px;
    color: var(--green-color);
}

#theme_load .theme_donate .donate_module .donate_finish p {}

#theme_load .menu_title {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#theme_load .theme_donate .donate_module .menu_title .button_div {}


#theme_load .theme_donate .donate_module .title {
    margin-bottom: 7px;
}

#theme_load .theme_donate .donate_module .title a {
    color: var(--cms-url-color);
}

#theme_load .theme_donate .donate_module .spin_list {
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

#theme_load .theme_donate .donate_module .spin_list .item {
    background-color: var(--cms-black-9-highlight);
    line-height: 40px;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}

#theme_load .theme_donate .donate_module .spin_list .item .text {
    padding: 0 10px;
}

#theme_load .theme_donate .donate_module .spin_list .item .rate {
    background-color: var(--cms-black-9);
    padding: 0 9px;
    width: 70px;
    text-align: center;
}

#theme_load .theme_donate .donate_module .donate_input {
    position: relative;
    margin-bottom: 15px;
}

#theme_load .theme_donate .donate_module .donate_input input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}

#theme_load .theme_donate .donate_module .donate_input .suggest_list {
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
}

#theme_load .theme_donate .donate_module .donate_input .suggest_list .item {
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    background-color: var(--cms-black-9);
}

#theme_load .theme_donate .donate_module .donate_input .suggest_list.suggest_above {}

#theme_load .theme_donate .donate_module .donate_input .donate_money_input {
    margin-top: 0;
}

#theme_load .theme_donate .donate_module .donate_text {
    position: relative;
    margin-bottom: 15px;
}

#theme_load .theme_donate .donate_module .donate_note {
    margin-top: 20px;
    line-height: 25px;
    background-color: var(--cms-black-9);
    border-radius: 5px;
    padding: 10px;
}

#theme_load .theme_donate .donate_module .donate_text .char_counter {
    position: absolute;
    right: 40px;
    bottom: 15px;
    font-size: 12px;
    color: var(--white-color);
    padding: 2px 6px;
    border-radius: 3px;
    background-color: var(--cms-black-9);
}

#theme_load .theme_donate .donate_module .donate_text .emoji_div .icon_touch {
    bottom: 17px;
    right: 10px;
    font-size: 21px;
}

#theme_load .theme_donate .donate_module .donate_text textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border-radius: 5px;
    resize: none;
    line-height: 20px;
}

#theme_load .theme_donate .donate_module .vote_title {
    margin: 20px 0;
    text-align: center;
    font-size: 15px;
}

#theme_load .theme_donate .donate_module .vote_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#theme_load .theme_donate .donate_module .vote_list .vote_item {
    background-color: var(--cms-black-9);
    border-radius: 5px;
    padding: 10px;
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    gap: 10px;
}

#theme_load .theme_donate .donate_module .vote_list .vote_item.active {
    background-color: var(--cms-purple-text);
}

#theme_load .theme_donate .donate_module .vote_list .vote_item .vote_item_avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

#theme_load .theme_donate .donate_module .vote_list .vote_item .vote_item_avatar img {
    height: 100%;
}

#theme_load .theme_donate .donate_module .vote_list .vote_item .vote_item_content {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

#theme_load .theme_donate .donate_module .vote_list .vote_item .vote_item_content .vote_item_name {
    font-size: 16px;
    font-weight: 600;
}

#theme_load .theme_donate .donate_module .vote_list .vote_item .vote_item_content .vote_item_amount {}

.shop_promotion_module .swiper-pagination {
    position: absolute;
    right: 25px !important;
    top: 20px !important;
    left: auto !important;
    text-align: right;
    height: 20px;
    width: 100px;
    z-index: 1;
}

.shop_promotion_swiper {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
    position: absolute !important;
    width: calc(100% - 40px);
}

.shop_promotion_swiper .shop_promotion_item {
    background-color: var(--cms-black-9);
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    padding-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
}

.shop_promotion_swiper .shop_promotion_item .shop_promotion_image {
    width: 100%;
    max-width: 200px;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.shop_promotion_swiper .shop_promotion_item .shop_promotion_image img {
    width: 100%;
    height: 100%;
}

.shop_promotion_swiper .shop_promotion_item .shop_promotion_title {
    font-size: 14px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}

@media(max-width: 799px) {
    #theme_load .theme_booking .left .list .item .review .title h6{
        font-size: 14px;
    }
    #theme_load .theme_booking .left .list .item .review .text{
        font-size: 13px;
    }
    #theme_load .theme_booking .left .list .item .content .name{
        font-size: 14px;
    }
    #theme_load .theme_booking .left .list .item .status {
        transform: translate(0, 0);
        top: -5px;
        zoom: 0.85;
    }

    #theme_load .theme_booking .left .list .item .content {
        width: 100%;
    }

    #theme_load .theme_booking .left .list .item .content .other {
        gap: 10px;
        justify-content: space-between;
        font-size: 13px;
    }

    #theme_load .theme_content .themes_content_module {
        border-radius: 0;
    }

    #theme_load .theme_booking .right {
        order: -1;
        width: 100%;
    }

    #theme_load .theme_booking .right .gallery {
        border-radius: 0;

    }

    .shop_profile .info .type_menu .item.active svg {
        display: none;
    }

    .shop_profile .info .type_menu .item {
        width: auto;
        padding: 13px 25px 18px;
    }

    .cover_background {
        display: none;
    }

    .shop_profile .info .type_menu::after {
        border-radius: 0;
        height: 7px;
        bottom: 0;
    }

    .shop_profile .info .type_menu {
        bottom: 0;
        top: auto;
        z-index: 0;
        transform: translate(0, 0);
    }

    .shop_profile .info .button_list {
        top: 15px;
    }

    #theme_load .theme_content.theme_digital .left {
        width: 100%;
    }

    #theme_load .theme_content.theme_digital {
        padding: 0 10px;
    }

    #theme_load .theme_content.theme_digital .left .themes_content_module {
        display: none;
    }

    #theme_load .theme_content {
        display: grid;
        padding-top: 0;
    }

    #theme_load .theme_content.theme_digital .right .product_filter {
        display: none;
    }

    #theme_load .theme_content.theme_digital .right .product_filter .search_module {
        width: 100%;
    }

    #theme_load .theme_content.theme_digital .right .product_filter select {
        max-width: 100%;
    }

    #theme_load .theme_donate .donate_module .donate_input .suggest_list {
        display: none !important;
    }

    #theme_load .theme_donate .donate_module .menu_title .button_div {
        width: 100%;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }

    #theme_load .theme_donate .donate_module .menu_title {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .shop_profile .social {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 10px;
    }

    #theme_load .theme_donate .donate_module .donate_input .suggest_list {
        display: none;
    }

    #theme_load .theme_donate .themes_content_module {
        border-radius: 0;
    }

    .shop_profile {
        margin-bottom: 0;
        padding-bottom: 80px;
    }

    .shop_profile .cover_module {
        aspect-ratio: 6 / 2.5;
        margin-bottom: 55px;
    }

    .shop_profile .cover {
        border-radius: 0;
        aspect-ratio: 6 / 2.5;
        height: auto;
    }

    .shop_profile .cover img.cover_image {}

    .shop_profile .cover_module img.cover_avatar {
        display: block;
    }

    .shop_profile .other {
        display: none;
    }

    .shop_profile .info {
        background-color: transparent;
        box-shadow: none;
        text-align: center;
        display: block;
        position: initial;
        transform: none;
        left: 0;
        width: 100%;
        bottom: 0;
        top: auto;
        padding: 0;
    }

    .shop_profile .info .avatar {
        display: none;
    }

    .shop_profile .info .avatar img {
        border: 5px solid var(--white-color);
    }

    .shop_profile .info .detail {
        position: inherit;
    }

    .shop_profile .info .detail .name {
        font-size: 20px;
    }

    .shop_profile .info .detail .intro {
        min-height: auto;
    }

    .shop_profile .info .follow_button {}
}