/* Modern user panel for the digital product marketplace. */
.wsus__topbar {
    position: relative;
    z-index: 1002;
    min-height: 40px;
    background: linear-gradient(90deg, #1117ff 0%, #0877ef 56%, #05a7e8 100%) !important;
}

.wsus__topbar .container,
.main_menu .container {
    max-width: 1320px;
}

.wsus__topbar_countdown p {
    margin: 0;
    font-weight: 800;
}

.wsus__topbar_language .nice-select {
    height: 34px;
    line-height: 34px;
    border: 0 !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
    font-weight: 800;
}

.wsus__topbar_language .nice-select::after {
    border-color: #fff;
}

.wsus__topbar_language .nice-select .list {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.wsus__topbar_language .nice-select .option {
    color: #0f172a;
    font-weight: 700;
}

.wsus__topbar_language .wsus__multi_language {
    align-items: center;
    gap: 10px;
}

.wsus__topbar_language .wsus__multi_language > li {
    position: relative;
}

.wsus__topbar_language .user {
    display: inline-flex !important;
    width: 38px !important;
    height: 38px !important;
    padding: 3px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.wsus__topbar_language .user img {
    width: 100%;
    height: 100%;
    border-radius: 999px;
    object-fit: cover;
}

.wsus__topbar_language .user_droap_menu {
    left: auto !important;
    right: 0 !important;
    top: calc(100% + 14px) !important;
    width: 210px !important;
    min-width: 210px;
    padding: 10px !important;
    border: 1px solid #dbeafe !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18) !important;
}

.wsus__topbar_language .user_droap_menu::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 18px;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    border-left: 1px solid #dbeafe;
    border-top: 1px solid #dbeafe;
    background: #fff;
}

.wsus__topbar_language .user_droap_menu li {
    margin: 0 !important;
    border: 0 !important;
}

.wsus__topbar_language .user_droap_menu li a {
    display: flex !important;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 12px !important;
    border-radius: 12px;
    color: #334155 !important;
    font-size: 14px;
    font-weight: 800;
}

.wsus__topbar_language .user_droap_menu li a:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb, #06b6d4) !important;
}

.wsus__topbar_language .user_droap_menu li a i {
    width: 18px;
    color: inherit !important;
}

.main_menu {
    z-index: 1001;
    min-height: 92px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.95);
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(14px);
}

.main_menu .navbar-brand {
    width: 190px !important;
}

.main_menu .navbar-nav {
    gap: 8px;
}

.main_menu .nav-item .nav-link {
    min-height: 42px;
    padding: 10px 16px !important;
    border-radius: 999px;
    color: #1e293b !important;
    font-weight: 800 !important;
}

.main_menu .nav-item .nav-link:hover,
.main_menu .nav-item .nav-link.active {
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
}

.main_menu .right_menu {
    align-items: center;
    gap: 12px;
}

.main_menu .right_menu > li > a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    min-height: 46px;
    border-radius: 14px;
    background: #eff6ff;
    box-shadow: none !important;
}

.main_menu .right_menu > li > a.start_btn {
    min-width: auto;
    padding: 12px 18px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb, #06b6d4) !important;
    font-weight: 800;
}

.wsus__profile,
.wsus__author_edit_profile {
    background: #f5f7fb;
    padding-top: 92px !important;
    padding-bottom: 86px !important;
}

.wsus__profile_header {
    position: relative;
    overflow: hidden;
    padding: 58px 0 78px;
    background: linear-gradient(135deg, #111827 0%, #1d4ed8 52%, #14b8a6 100%) !important;
}

.wsus__profile_header::before,
.wsus__profile_header::after {
    content: "";
    position: absolute;
    inset: auto;
    border-radius: 999px;
    pointer-events: none;
}

.wsus__profile_header::before {
    width: 440px;
    height: 440px;
    right: -130px;
    top: -170px;
    background: rgba(255, 255, 255, 0.15);
}

.wsus__profile_header::after {
    width: 360px;
    height: 360px;
    left: -90px;
    bottom: -170px;
    background: rgba(20, 184, 166, 0.22);
}

.wsus__profile_header .container,
.wsus__profile > .container {
    position: relative;
    z-index: 1;
}

.wsus__profile_header_text {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 34px;
    min-height: 0 !important;
}

.wsus__profile_header_text .img {
    width: 158px !important;
    height: 158px !important;
    border-radius: 28px !important;
    overflow: hidden;
    padding: 5px;
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
}

.wsus__profile_header_text .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 23px !important;
}

.wsus__profile_header_text .text {
    color: #fff;
}

.wsus__profile_header_text .text h2 {
    color: #fff;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.wsus__profile_header_text .text .join,
.wsus__profile_header_text .text .skills {
    color: rgba(255, 255, 255, 0.84);
    font-size: 16px;
    margin: 0 0 6px;
}

.wsus__profile_header_text .text .join span {
    color: #fff;
    font-weight: 700;
}

.wsus__profile_header_text .rating {
    display: inline-flex !important;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

.wsus__profile_header_text .rating i {
    color: #fbbf24 !important;
}

.wsus__profile_header_text .rating p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px;
}

.wsus__profile_header_text .header_button {
    gap: 14px;
    margin: 0 !important;
}

.wsus__profile_header_text .header_button li {
    min-width: 132px;
    padding: 22px 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    text-align: center;
    background: rgba(255, 255, 255, 0.13);
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(10px);
}

.wsus__profile_header_text .header_button li h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 5px;
}

.wsus__profile_header_text .header_button li p {
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
    font-weight: 600;
}

.header_menu {
    transform: translateY(-38px);
    margin: 0 0 18px !important;
    padding: 12px !important;
    gap: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(10px);
}

.header_menu li {
    flex: 1 1 auto;
}

.header_menu li a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 12px 16px !important;
    border-radius: 14px;
    color: #475569 !important;
    font-weight: 700;
    line-height: 1.2;
    transition: all 0.2s ease;
}

.header_menu li a:hover,
.header_menu li a.active {
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.25);
}

.wsus__profile .row {
    row-gap: 26px;
}

.wsus__profile_overview,
.wsus__profile_download,
.wsus__profile_portfolio,
.wsus__author_edit_profile_bg,
.wsus__profile_sidebar .wsus__profile_sedebar_item,
.wsus__author_edit_form,
.wsus__author_edit_photo,
.wsus__gallery_item,
.wsus__download_item,
.wsus__profile_download .card,
.wsus__profile_download .alert,
.wsus__profile_download .modal-content {
    border: 1px solid #e5e7eb !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08) !important;
}

.wsus__profile_overview,
.wsus__profile_download,
.wsus__profile_portfolio,
.wsus__author_edit_profile_bg {
    padding: 30px !important;
}

.wsus__profile_overview h2,
.wsus__profile_download h2,
.wsus__profile_sidebar h3,
.wsus__author_edit_profile_bg .edit_heading {
    color: #0f172a !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    letter-spacing: 0;
    margin-bottom: 22px !important;
}

.wsus__profile_overview p,
.wsus__profile_overview li,
.wsus__profile_download p,
.wsus__profile_sidebar li {
    color: #475569;
    line-height: 1.75;
}

.wsus__profile_sidebar {
    position: sticky;
    top: 20px;
}

.wsus__profile_sidebar .wsus__profile_sedebar_item {
    padding: 24px !important;
}

.wsus__profile_sidebar .info li,
.wsus__profile_sidebar .wsus__sidebar_pro_info li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0 !important;
    border-bottom: 1px solid #edf2f7;
}

.wsus__profile_sidebar .info li:last-child,
.wsus__profile_sidebar .wsus__sidebar_pro_info li:last-child {
    border-bottom: 0;
}

.wsus__profile_sidebar .info li p,
.wsus__profile_sidebar .wsus__sidebar_pro_info li span {
    margin: 0;
    color: #64748b;
    font-weight: 700;
}

.wsus__profile_sidebar .info li span {
    min-width: 42px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #0f172a;
    background: #f1f5f9;
    text-align: center;
    font-weight: 800;
}

.wsus__download_item {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    padding: 18px !important;
    margin-bottom: 18px !important;
}

.wsus__download_item_left {
    display: grid !important;
    grid-template-columns: 150px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
}

.wsus__download_item_left .img {
    width: 150px !important;
    height: 104px !important;
    border-radius: 16px !important;
    overflow: hidden;
    background: #e2e8f0;
}

.wsus__download_item_left .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wsus__download_item_left .text a,
.wsus__gallery_item_text .title {
    color: #0f172a !important;
    font-size: 18px !important;
    line-height: 1.35;
    font-weight: 800 !important;
}

.wsus__download_item_left .text p,
.wsus__gallery_item_text p {
    color: #64748b !important;
    margin: 7px 0 0;
}

.wsus__download_item_left .text h4,
.wsus__gallery_item_text .price {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    margin-top: 10px;
    border-radius: 999px;
    color: #065f46 !important;
    background: #d1fae5;
    font-size: 15px !important;
    font-weight: 800 !important;
}

.wsus__download_item_right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    min-width: 178px;
    gap: 8px;
}

.common_btn,
.wsus__download_item_right .common_btn,
.button_area .common_btn,
.wsus__author_edit_form .common_btn,
.wsus__profile_download .common_btn {
    border: 0 !important;
    border-radius: 12px !important;
    padding: 12px 18px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb, #06b6d4) !important;
    font-weight: 800 !important;
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.24);
}

.common_btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(37, 99, 235, 0.3);
}

.wsus__gallery_item {
    overflow: hidden;
    margin-bottom: 24px !important;
}

.wsus__gallery_item_img {
    height: 210px !important;
    border-radius: 18px 18px 0 0 !important;
    overflow: hidden;
}

.wsus__gallery_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wsus__gallery_item_overlay {
    background: rgba(15, 23, 42, 0.68) !important;
    backdrop-filter: blur(3px);
}

.wsus__gallery_item_overlay li a {
    border-radius: 999px !important;
    background: #fff !important;
    color: #0f172a !important;
    font-weight: 800;
}

.wsus__gallery_item_text {
    padding: 20px !important;
}

.wsus__gallery_item_text .download {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #1d4ed8 !important;
    background: #dbeafe;
    font-weight: 800;
}

.wsus__gallery_item_text i,
.wsus__download_item_right i {
    color: #f59e0b;
}

.wsus__comment_single_input fieldset,
.wsus__profile_download .form-control,
.wsus__profile_download .form-select,
.wsus__author_edit_form input,
.wsus__author_edit_form textarea,
.wsus__author_edit_form select,
.wsus__author_edit_photo input,
.wsus__author_edit_photo textarea {
    border: 1px solid #dbe3ef !important;
    border-radius: 14px !important;
    background: #f8fafc !important;
}

.wsus__comment_single_input input,
.wsus__comment_single_input textarea,
.wsus__comment_single_input select,
.wsus__profile_download input,
.wsus__profile_download select,
.wsus__profile_download textarea {
    color: #0f172a !important;
    font-weight: 600;
}

.wsus__comment_single_input legend,
.wsus__profile_download label,
.wsus__author_edit_form label {
    color: #334155 !important;
    font-weight: 800 !important;
}

.wsus__author_edit_profile {
    padding-top: 90px !important;
}

.wsus__author_edit_profile_bg {
    margin-top: 0 !important;
}

.wsus__author_edit_photo .img {
    border-radius: 24px !important;
    overflow: hidden;
    background: #f1f5f9;
}

.wsus__profile_download .alert {
    padding: 18px 20px !important;
}

.wsus__profile_download .alert-info {
    border-color: #bae6fd !important;
    background: #eff6ff !important;
    color: #075985 !important;
}

.wsus__profile_download .alert-warning {
    border-color: #fde68a !important;
    background: #fffbeb !important;
    color: #92400e !important;
}

.wsus__pagination .pagination {
    gap: 8px;
}

.wsus__pagination .page-link {
    border: 0 !important;
    border-radius: 12px !important;
    color: #1d4ed8;
    background: #e0f2fe;
    font-weight: 800;
}

.wsus__pagination .active .page-link,
.wsus__pagination .page-link:hover {
    color: #fff;
    background: #2563eb;
}

.upload_product {
    background: #f5f7fb;
    padding-top: 96px !important;
}

.upload_product_text,
.upload_product_img,
.wsus__payout_overview_item,
.wsus__payout_table,
.variant_modal .modal-content {
    border: 1px solid #e5e7eb !important;
    border-radius: 24px !important;
    background: #fff !important;
    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08) !important;
}

.upload_product_text {
    padding: 34px !important;
}

.upload_product_text h3,
.upload_product_text h6,
.wsus__payout_table h2 {
    color: #0f172a !important;
    font-weight: 800 !important;
    letter-spacing: 0;
}

.upload_product_text h3 {
    font-size: 32px !important;
}

.upload_product_text h6 {
    font-size: 15px !important;
    color: #2563eb !important;
    text-transform: uppercase;
}

.upload_product_text h5,
.upload_product_text p {
    color: #475569 !important;
}

.upload_product_text .nice-select,
.upload_product_text select,
.variant_modal select,
.variant_modal input,
.variant_modal textarea {
    width: 100%;
    min-height: 52px;
    border: 1px solid #dbe3ef !important;
    border-radius: 14px !important;
    background: #f8fafc !important;
    color: #0f172a !important;
    font-weight: 700;
}

.upload_product_text .cancel,
.button_area .cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 18px;
    border-radius: 12px;
    color: #475569 !important;
    background: #e2e8f0 !important;
    font-weight: 800;
}

.upload_product_img {
    overflow: hidden;
    padding: 14px;
}

.upload_product_img img {
    border-radius: 18px;
}

.wsus__payout_overview_item {
    padding: 26px !important;
    margin-bottom: 24px;
}

.wsus__payout_overview_item .icon {
    width: 56px !important;
    height: 56px !important;
    padding: 12px;
    border-radius: 16px;
    background: #eff6ff;
}

.wsus__payout_overview_item p {
    color: #64748b !important;
    font-weight: 700;
}

.wsus__payout_overview_item h2 {
    color: #0f172a !important;
    font-size: 30px !important;
    font-weight: 850 !important;
}

.wsus__payout_overview_item a {
    display: inline-flex;
    margin-top: 14px;
    padding: 10px 14px;
    border-radius: 999px;
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    font-weight: 800;
}

.wsus__payout_table {
    padding: 28px !important;
}

.wsus__payout_table table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.wsus__payout_table tr:not(.header_row) {
    background: #f8fafc;
}

.wsus__payout_table th {
    color: #475569 !important;
    background: #eef2ff !important;
    border: 0 !important;
}

.wsus__payout_table td {
    border: 0 !important;
    color: #334155 !important;
    font-weight: 700;
}

.wsus__payout_table .success,
.wsus__payout_table .pending {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    font-weight: 800;
}

.wsus__payout_table .success {
    color: #047857 !important;
    background: #d1fae5;
}

.wsus__payout_table .pending {
    color: #92400e !important;
    background: #fef3c7;
}

.variant_modal .modal-content {
    overflow: hidden;
}

.variant_modal .modal-header {
    border: 0;
    background: #f8fafc;
}

.variant_modal .modal-title {
    color: #0f172a;
    font-weight: 800;
}

@media (max-width: 1199.98px) {
    .wsus__profile_header_text {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .wsus__profile_header_text .header_button {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991.98px) {
    .wsus__profile_header {
        padding: 42px 0 70px;
    }

    .wsus__profile_header_text {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .wsus__profile_header_text .img {
        margin: 0 auto;
    }

    .wsus__profile_header_text .rating {
        border-radius: 18px;
        flex-direction: column;
    }

    .wsus__profile_header_text .header_button {
        justify-content: center;
    }

    .header_menu {
        transform: translateY(-30px);
    }

    .header_menu li {
        flex: 1 1 45%;
    }

    .wsus__profile_sidebar {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .wsus__profile_overview,
    .wsus__profile_download,
    .wsus__profile_portfolio,
    .wsus__author_edit_profile_bg {
        padding: 20px !important;
    }

    .wsus__profile_header_text .text h2 {
        font-size: 32px;
    }

    .wsus__download_item,
    .wsus__download_item_left {
        grid-template-columns: 1fr;
    }

    .wsus__download_item_left .img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9;
    }

    .wsus__download_item_right {
        min-width: 0;
    }

    .header_menu li {
        flex: 1 1 100%;
    }
}

/* Full-site header alignment cleanup. Keep this block last so it wins over theme defaults. */
.wsus__topbar {
    height: 42px !important;
}

.wsus__topbar .row {
    min-height: 42px;
    align-items: center;
}

.wsus__topbar_countdown,
.wsus__topbar_language {
    line-height: 1 !important;
}

.wsus__topbar_countdown p {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    gap: 8px;
}

.wsus__topbar_countdown p strong {
    line-height: 1;
}

.wsus__topbar_language .wsus__multi_language {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-end;
    margin: 0 !important;
}

.wsus__topbar_language .wsus__multi_language > li {
    display: flex;
    align-items: center;
    min-height: 38px;
    margin: 0 !important;
}

.main_menu {
    top: 42px !important;
    height: 92px !important;
    min-height: 92px !important;
    padding: 0 !important;
}

.main_menu .container,
.main_menu .navbar-collapse {
    min-height: 92px;
    align-items: center !important;
}

.main_menu .navbar-brand {
    display: inline-flex;
    align-items: center;
    width: 188px !important;
    max-width: 188px !important;
    height: 66px;
}

.main_menu .navbar-brand img {
    max-height: 58px;
    width: auto !important;
    object-fit: contain;
}

.main_menu .navbar-nav {
    display: flex;
    align-items: center;
    line-height: 1 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.main_menu .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    min-height: 44px;
}

.main_menu .navbar-nav .nav-item .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px !important;
    height: 42px !important;
    line-height: 1.2 !important;
    padding: 0 16px !important;
    margin: 0 !important;
    border-radius: 13px !important;
    white-space: nowrap;
}

.main_menu .navbar-nav .nav-item .nav-link.active,
.main_menu .navbar-nav .nav-item:hover .nav-link {
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb, #06b6d4) !important;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
}

.main_menu .right_menu {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end;
    flex-wrap: nowrap !important;
    line-height: 1 !important;
    margin: 0 !important;
}

.main_menu .right_menu li {
    display: flex;
    align-items: center;
    margin: 0 !important;
}

.main_menu .right_menu > li > a:not(.start_btn) {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 9px !important;
    border-radius: 18px !important;
    background: #eff6ff !important;
}

.main_menu .right_menu > li > a:not(.start_btn) img {
    width: 31px !important;
    height: 31px !important;
    object-fit: contain;
}

.main_menu .right_menu li a span#cartQty {
    top: -8px !important;
    right: -7px !important;
    left: auto !important;
    width: 23px !important;
    height: 23px !important;
    line-height: 17px !important;
    border: 3px solid #fff !important;
    font-size: 12px !important;
}

.main_menu .right_menu > li > a.start_btn {
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
}

.wsus__breadcrumb {
    padding-top: 230px !important;
}

.wsus__profile,
.wsus__author_edit_profile {
    padding-top: 134px !important;
}

.wsus__profile_header {
    padding-top: 54px !important;
}

.wsus__profile_sidebar .info li,
.wsus__profile_sidebar .wsus__sidebar_pro_info li {
    background: #f8fafc !important;
    border: 1px solid #edf2f7 !important;
    border-radius: 14px;
    margin-bottom: 12px;
    padding: 16px !important;
}

.wsus__profile_sidebar .info li span {
    background: #eef6ff;
}

@media (max-width: 991.98px) {
    .main_menu {
        height: auto !important;
        min-height: 78px !important;
    }

    .main_menu .container,
    .main_menu .navbar-collapse {
        min-height: 78px;
    }

    .main_menu .navbar-collapse {
        padding: 16px 0 20px;
    }

    .main_menu .navbar-nav {
        align-items: stretch;
        gap: 8px;
        margin-top: 14px !important;
    }

    .main_menu .navbar-nav .nav-item .nav-link {
        justify-content: flex-start;
        width: 100%;
    }

    .main_menu .right_menu {
        justify-content: flex-start;
        margin-top: 12px !important;
    }

    .wsus__breadcrumb {
        padding-top: 200px !important;
    }
}

/* Product page readability fixes. */
.wsus__topbar_language .nice-select,
.wsus__topbar_language .nice-select.open {
    min-width: 116px;
    height: 34px !important;
    line-height: 34px !important;
    padding-left: 14px !important;
    padding-right: 32px !important;
    border: 1px solid rgba(255, 255, 255, 0.26) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.14) !important;
    color: #fff !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 10px 24px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(12px);
}

.wsus__topbar_language .nice-select .current {
    display: block;
    max-width: 78px;
    overflow: hidden;
    color: #fff !important;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wsus__topbar_language .nice-select::after {
    right: 14px;
    width: 7px;
    height: 7px;
    border-color: #fff !important;
}

.wsus__topbar_language .nice-select .list {
    min-width: 150px;
}

.wsus__breadcrumb {
    min-height: 330px;
    display: flex;
    align-items: center;
    background-position: center !important;
    background-size: cover !important;
}

.wsus__breadcrumb_text {
    max-width: 680px;
    margin: 0 auto;
    padding: 28px 34px;
    border-radius: 22px;
    text-align: center;
    background: rgba(0, 31, 130, 0.18);
    backdrop-filter: blur(3px);
}

.wsus__breadcrumb_text h1 {
    color: #fff !important;
    font-size: clamp(34px, 4vw, 54px) !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.wsus__breadcrumb_text ul {
    justify-content: center;
}

.wsus__breadcrumb_text ul li a {
    color: rgba(255, 255, 255, 0.92) !important;
    font-weight: 800 !important;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.wsus__product_page {
    margin-top: 86px !important;
}

.wsus__product_page_search form {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border: 1px solid #dbe3ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

.wsus__product_page_search form input {
    min-height: 46px;
    border: 0 !important;
    color: #0f172a !important;
    font-weight: 700;
}

.wsus__product_page_search form input::placeholder {
    color: #94a3b8 !important;
}

.wsus__product_page_search form .common_btn {
    flex: 0 0 auto;
    position: static !important;
    min-height: 48px;
    height: 48px !important;
    padding: 0 24px !important;
    border-radius: 12px !important;
    white-space: nowrap;
}

.wsus__product_page_search .nice-select {
    height: 64px !important;
    line-height: 64px !important;
    border: 1px solid #dbe3ef !important;
    border-radius: 16px !important;
    color: #0f172a !important;
    background: #fff !important;
    font-weight: 800;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

.wsus__gallery_item {
    overflow: hidden;
}

.wsus__gallery_item_text {
    position: relative;
    padding-top: 26px !important;
}

.wsus__gallery_item_text .price {
    position: absolute;
    top: -31px;
    right: 18px;
    z-index: 5;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 74px;
    min-height: 42px;
    max-width: calc(100% - 36px);
    padding: 8px 13px !important;
    border: 3px solid #fff;
    border-radius: 999px;
    color: #064e3b !important;
    background: #bbf7d0 !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1.1;
    white-space: nowrap;
}

.wsus__gallery_item_text .price.has-offer-price {
    min-width: 152px;
    min-height: 46px;
    gap: 5px;
    padding: 7px 12px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #1d4ed8, #06b6d4) !important;
}

.wsus__gallery_item_text .price.has-offer-price .old-price {
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

.wsus__gallery_item_text .price.has-offer-price .new-price {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 950 !important;
}

.wsus__gallery_item_text .price.has-offer-price .offer-label {
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    min-width: 126px;
    padding: 3px 8px;
    border-radius: 999px;
    color: #0f172a !important;
    background: #fde68a !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.wsus__gallery_item_text .title {
    display: block;
    margin-top: 8px;
    color: #0f172a !important;
    text-shadow: none !important;
}

.wsus__gallery_item_text .category,
.wsus__gallery_item_text .category a,
.wsus__gallery_item_text .category span {
    color: #334155 !important;
}

.wsus__gallery_item_text ul li p,
.wsus__gallery_item_text ul li p span {
    color: #334155 !important;
}

.wsus__gallery_item_text ul li .download {
    color: #1e3a8a !important;
    background: #e0e7ff !important;
}

.wsus__sidebar_licence .feature {
    padding: 0 !important;
}

.wsus__sidebar_licence .product-validity-note {
    list-style: none !important;
    margin: 12px 0 0 !important;
    padding: 18px 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
    text-align: center;
}

.wsus__sidebar_licence .product-validity-note::after {
    display: none !important;
}

.wsus__sidebar_licence .product-validity-note strong {
    display: block;
    color: #fff !important;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.3;
}

.wsus__sidebar_licence .product-validity-note strong span {
    color: #fef08a !important;
}

.wsus__sidebar_licence .product-validity-note p {
    max-width: 260px;
    margin: 8px auto 0;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px;
    line-height: 1.55;
}

@media (max-width: 767.98px) {
    .wsus__product_page_search form {
        flex-direction: column;
        align-items: stretch;
    }

    .wsus__product_page_search form .common_btn {
        width: 100%;
    }

    .wsus__gallery_item_text .price {
        right: 12px;
        max-width: calc(100% - 24px);
    }
}

/* Final header and offer-badge corrections. */
.wsus__topbar,
.main_menu {
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

.main_menu {
    height: 92px !important;
}

.wsus__breadcrumb {
    min-height: 300px !important;
    padding-top: 74px !important;
    padding-bottom: 74px !important;
}

.wsus__profile {
    padding-top: 0 !important;
}

.wsus__author_edit_profile {
    padding-top: 80px !important;
}

.wsus__product_page {
    margin-top: 74px !important;
}

.wsus__gallery_item_text {
    padding-top: 34px !important;
}

.wsus__gallery_item_text .price.has-offer-price {
    display: grid !important;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    column-gap: 7px;
    row-gap: 2px;
    min-width: 150px;
    min-height: 58px;
    border-radius: 20px;
    white-space: normal;
}

.wsus__gallery_item_text .price.has-offer-price .offer-label {
    position: static !important;
    grid-column: 1 / -1;
    transform: none !important;
    min-width: 0;
    width: 100%;
    padding: 0;
    border-radius: 0;
    color: #fef3c7 !important;
    background: transparent !important;
    font-size: 10px !important;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .main_menu {
        height: auto !important;
    }

    .wsus__breadcrumb {
        padding-top: 58px !important;
        padding-bottom: 58px !important;
    }
}

/* Home product sections use compact cards in all three layouts. */
.wsus__recent_product_2_item {
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 18px !important;
    box-shadow: 0 20px 52px rgba(15, 23, 42, 0.08) !important;
}

.wsus__recent_product_2_item .img {
    border-radius: 14px !important;
    background: #f8fafc;
}

.wsus__recent_product_2_item .text a {
    color: #0f172a !important;
    font-weight: 850 !important;
    line-height: 1.3 !important;
}

.wsus__recent_product_2_item .text > p {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 8px 0 0 !important;
    padding: 7px 12px !important;
    border-radius: 999px;
    color: #064e3b !important;
    background: #bbf7d0 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    white-space: nowrap;
}

.wsus__recent_product_2_item .text > p.has-offer-price {
    display: grid !important;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    column-gap: 7px;
    row-gap: 2px;
    min-width: 146px;
    color: #fff !important;
    background: linear-gradient(135deg, #1d4ed8, #06b6d4) !important;
    white-space: normal;
}

.wsus__recent_product_2_item .text > p.has-offer-price .old-price {
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.wsus__recent_product_2_item .text > p.has-offer-price .new-price {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 950 !important;
}

.wsus__recent_product_2_item .text > p.has-offer-price .offer-label {
    grid-column: 1 / -1;
    width: 100%;
    color: #fef3c7 !important;
    font-size: 9px !important;
    font-weight: 900 !important;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

/* Homepage hero/header final alignment. */
body.home_2 .wsus__banner,
body.home_3 .wsus__banner,
.wsus__banner_2,
.wsus__banner_3 {
    margin-top: 0 !important;
}

.wsus__banner,
.wsus__banner_2,
.wsus__banner_3 {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.wsus__banner_text form,
.wsus__banner_text_2 form,
.wsus__banner_text_3 form {
    display: flex !important;
    align-items: center;
    min-height: 58px;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px !important;
    background: #fff !important;
}

.wsus__banner_text form input,
.wsus__banner_text_2 form input,
.wsus__banner_text_3 form input {
    min-height: 58px;
    padding-right: 140px !important;
}

.wsus__banner_text form button,
.wsus__banner_text_2 form button,
.wsus__banner_text_3 form button {
    top: 5px !important;
    right: 5px !important;
    height: calc(100% - 10px) !important;
    min-height: 48px !important;
    padding: 0 28px !important;
    border-radius: 8px !important;
    line-height: 1 !important;
    box-shadow: none !important;
}

.main_menu .navbar-nav .nav-item .nav-link {
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 15px !important;
    border-radius: 12px !important;
}

@media (max-width: 767.98px) {
    .wsus__banner_text form,
    .wsus__banner_text_2 form,
    .wsus__banner_text_3 form {
        display: block !important;
        overflow: visible;
        padding: 10px !important;
        border-radius: 14px !important;
    }

    .wsus__banner_text form input,
    .wsus__banner_text_2 form input,
    .wsus__banner_text_3 form input {
        width: 100% !important;
        min-height: 48px;
        padding-right: 16px !important;
    }

    .wsus__banner_text form button,
    .wsus__banner_text_2 form button,
    .wsus__banner_text_3 form button {
        position: static !important;
        width: 100%;
        margin-top: 10px;
    }
}

/* Unified marketplace topbar controls. */
.marketplace_topbar {
    height: auto !important;
    min-height: 48px;
    overflow: visible !important;
    z-index: 2005 !important;
}

.marketplace_topbar_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    gap: 12px;
    padding: 4px 0 5px;
}

.marketplace_coupon {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 8px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
}

.marketplace_coupon,
.marketplace_coupon .coupon_text,
.marketplace_coupon .coupon_text i,
.marketplace_coupon a,
.marketplace_coupon a span {
    color: #fff !important;
}

.marketplace_coupon a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff !important;
}

.marketplace_coupon strong {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 3px 10px;
    border-radius: 6px;
    color: #1f2937;
    background: #fff;
    line-height: 1;
    white-space: nowrap;
}

.marketplace_coupon .coupon_discount {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 3px 9px;
    border-radius: 6px;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.18);
    line-height: 1;
    white-space: nowrap;
}

.marketplace_topbar_actions,
.desktop_header_controls {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin: 0 !important;
}

.marketplace_topbar .desktop_header_controls > li,
.marketplace_topbar .topbar_user_box {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 !important;
}

.marketplace_topbar .container,
.marketplace_topbar_inner,
.marketplace_topbar_actions,
.marketplace_topbar .topbar_user_box {
    overflow: visible !important;
}

.marketplace_topbar .nice-select,
.marketplace_topbar .nice-select.open {
    min-width: 116px;
    height: 34px !important;
    line-height: 34px !important;
    padding-left: 14px !important;
    padding-right: 32px !important;
    border: 1px solid rgba(255, 255, 255, 0.26) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.14) !important;
    color: #fff !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 10px 24px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(12px);
}

.marketplace_topbar .nice-select .current {
    display: block;
    max-width: 78px;
    overflow: hidden;
    color: #fff !important;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marketplace_topbar .nice-select::after {
    right: 14px;
    width: 7px;
    height: 7px;
    border-color: #fff !important;
}

.marketplace_topbar .nice-select .list {
    min-width: 150px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.marketplace_topbar .nice-select .option {
    color: #0f172a;
    font-weight: 700;
}

.topbar_cart_btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 13px;
    background: #eff6ff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
    transform: translateY(2px);
}

.topbar_cart_btn img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.topbar_cart_btn .cartQty {
    position: absolute;
    top: -7px;
    right: -7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 3px solid #fff;
    border-radius: 999px;
    color: #fff;
    background: #0b5cff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
}

.marketplace_topbar .user {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 38px !important;
    height: 38px !important;
    padding: 3px;
    border: 0 !important;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
    cursor: pointer;
    transform: translateY(2px);
}

.marketplace_topbar .user img {
    width: 100%;
    height: 100%;
    border-radius: 999px;
    object-fit: cover;
}

.marketplace_topbar .user_droap_menu {
    left: auto !important;
    right: 0 !important;
    top: calc(100% + 8px) !important;
    width: 230px !important;
    min-width: 230px;
    padding: 12px !important;
    border: 1px solid #dbeafe !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18) !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px) scale(0.98) !important;
    transform-origin: top right !important;
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease !important;
    z-index: 5000 !important;
}

.marketplace_topbar .user_droap_menu::after {
    display: none !important;
}

.marketplace_topbar .user_droap_menu::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 13px;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    border-left: 1px solid #dbeafe;
    border-top: 1px solid #dbeafe;
    background: #fff;
}

.marketplace_topbar .topbar_user_box:hover .user_droap_menu,
.marketplace_topbar .topbar_user_box.is-open .user_droap_menu {
    top: calc(100% + 8px) !important;
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1) !important;
}

.marketplace_topbar .user_droap_menu li {
    margin: 0 !important;
    border: 0 !important;
}

.marketplace_topbar .user_droap_menu li a {
    display: flex !important;
    align-items: center;
    gap: 11px;
    min-height: 46px;
    padding: 11px 13px !important;
    border-radius: 12px;
    color: #334155 !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
}

.marketplace_topbar .profile_dropdown_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 8px;
    color: #64748b !important;
    background: #f8fafc;
}

.marketplace_topbar .profile_dropdown_icon i {
    color: #64748b !important;
    font-size: 12px;
    line-height: 1;
}

.marketplace_topbar .profile_dropdown_text {
    display: block;
    flex: 1 1 auto;
    color: inherit;
    text-align: left;
    white-space: nowrap;
}

.marketplace_topbar .user_droap_menu li a:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb, #06b6d4) !important;
}

.marketplace_topbar .user_droap_menu li a:hover .profile_dropdown_icon {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.18);
}

.marketplace_topbar .user_droap_menu li a:hover .profile_dropdown_icon i {
    color: #fff !important;
}

.mobile_nav_controls {
    display: none;
}

.main_menu .right_menu .menu_cart_item {
    display: none !important;
}

.cart_coupon_notice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 26px;
    padding: 18px 22px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, #1d4ed8, #06b6d4);
    box-shadow: 0 18px 46px rgba(37, 99, 235, 0.18);
}

.cart_coupon_notice span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 900;
}

.cart_coupon_notice span i {
    color: #fff !important;
}

.cart_coupon_notice strong {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 8px;
    color: #1f2937;
    background: #fff;
    line-height: 1;
}

.cart_coupon_notice b {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.18);
    line-height: 1;
}

@media (max-width: 991.98px) {
    .marketplace_topbar .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .marketplace_topbar_inner {
        min-height: 46px;
        gap: 8px;
        padding: 4px 0 5px;
    }

    .marketplace_coupon {
        flex: 1 1 auto;
        gap: 5px;
        overflow: hidden;
        font-size: 12px;
        color: #fff !important;
    }

    .marketplace_coupon .coupon_text {
        font-size: 0;
    }

    .marketplace_coupon .coupon_text i {
        font-size: 13px;
    }

    .marketplace_coupon strong {
        min-height: 22px;
        padding: 3px 8px;
        font-size: 12px;
    }

    .marketplace_coupon .coupon_discount {
        min-height: 22px;
        padding: 3px 7px;
        font-size: 12px;
    }

    .desktop_header_controls {
        display: none !important;
    }

    .topbar_cart_btn {
        width: 34px;
        height: 34px;
        border-radius: 12px;
        box-shadow: none;
    }

    .topbar_cart_btn img {
        width: 21px;
        height: 21px;
    }

    .marketplace_topbar .user {
        width: 34px !important;
        height: 34px !important;
        padding: 2px;
        box-shadow: none;
    }

    .marketplace_topbar .user_droap_menu {
        top: calc(100% + 8px) !important;
        right: -2px !important;
        width: 218px !important;
        min-width: 218px;
        padding: 10px !important;
        border-radius: 16px !important;
    }

    .marketplace_topbar .topbar_user_box:hover .user_droap_menu,
    .marketplace_topbar .topbar_user_box.is-open .user_droap_menu {
        top: calc(100% + 8px) !important;
    }

    .marketplace_topbar .user_droap_menu::before {
        right: 10px;
    }

    .marketplace_topbar .user_droap_menu li a {
        min-height: 44px;
        padding: 10px 12px !important;
        font-size: 13px;
    }

    .marketplace_topbar .profile_dropdown_icon {
        width: 22px;
        min-width: 22px;
        height: 22px;
    }

    .mobile_nav_controls {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        padding: 12px 0 6px;
    }

    .mobile_nav_controls form,
    .mobile_nav_controls .nice-select {
        width: 100% !important;
    }

    .mobile_nav_controls .nice-select {
        height: 44px !important;
        line-height: 44px !important;
        border: 1px solid #dbeafe !important;
        border-radius: 12px !important;
        background: #f8fbff !important;
        color: #0f172a !important;
        font-weight: 800;
    }

    .mobile_nav_controls .nice-select .current {
        color: #0f172a !important;
    }

    .mobile_nav_controls .nice-select::after {
        border-color: #0f172a !important;
    }

    .main_menu .right_menu {
        margin-top: 0 !important;
    }

    .cart_coupon_notice {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 18px;
        padding: 16px;
    }

    .cart_coupon_notice span {
        flex-wrap: wrap;
        font-size: 14px;
    }
}
