﻿/*Font Reset*/
/*Presentation\Nop.Web\Plugins\Misc.CustomCode\Content\css\landingPage.css*/
/*Main CSS*/
* {
    font-family: 'Inter', sans-serif !important;
}

body {
    font-family: 'Inter', sans-serif !important;
    background-color: #FFFFFF !important;
}

*:focus {
    outline: none;
}
/*Font Reset*/

/*Feature Reset*/
.footer-powered-by {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0px;
}
/*Feature Reset*/

/*Helpers*/
.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}

.w-195 {
    width: auto;
    min-width: 195px !important;
}

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

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

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

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-t--5 {
    margin-top: -5px !important;
}

.m-t--10 {
    margin-top: -10px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-20 {
    font-size: 20px !important;
}

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

.font-400 {
    font-weight: 400 !important;
}

.font-500 {
    font-weight: 500 !important;
}

.f-l {
    float: left !important;
}

.f-r {
    float: right !important;
}

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

.d-flex {
    display: flex;
}

.gap-2 {
    gap: 2px;
}

.gap-3 {
    gap: 3px;
}

.text-center {
    text-align: center !important;
}
/*Branch: ProductCategory 22.02.2026*/
.help-text,
.field-hint,
.field-error {
    width: 100%;
    display: block;
    line-height: 130%;
    letter-spacing: 2%;
    font-size: 12px;
    font-weight: 400;
    color: #5E696E;
}

.field-error {
    color: #FF0000;
}

.radius-12 {
    border-radius: 12px !important;
}

.radius-20 {
    border-radius: 20px !important;
}

.n-b {
    border: none !important;
}

/*Helpers*/

/*Custom Page Structure*/
.master-wrapper-page {
    width: auto;
    margin: 0 auto;
    overflow: hidden;
}

@media only screen and (max-device-width : 1920px) {
    .master-wrapper-page {
        max-width: 95%;
    }
}

@media only screen and (max-device-width : 1285px) {
    .master-wrapper-page {
        max-width: 1230px;
    }
}

/*23-03-2026 Footer Fix - Prevent footer from sliding up on empty pages (wishlist, shopping cart)*/
.master-wrapper-content {
    min-height: calc(100vh - 300px) !important;
}

.master-wrapper-content,
.master-column-wrapper {
    background-color: #FFFFFF !important;
}

.master-column-wrapper {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #F6F7F9 !important;
}

.home-page-body .master-column-wrapper {
    background-color: #FFFFFF !important;
}

.header-selectors-wrapper,
.header-container,
.footer-container {
    width: auto;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0px;
}

@media only screen and (max-device-width : 1920px) {

    .header-container,
    .header-selectors-wrapper {
        width: 95%;
    }
}

@media only screen and (max-device-width : 1285px) {

    .header-container,
    .header-selectors-wrapper {
        width: 1250px;
    }
}

/*26-01-2026 Container Adjustments*/
.center-2 {
    padding: 50px 40px !important;
    margin: 0 !important;
}

@media only screen and (max-device-width : 1920px) {
    .page.account-page.dashboard-page {
        width: 1075px !important;
    }
}

@media only screen and (max-device-width : 1285px) {
    .page.account-page.dashboard-page {
        width: 850px !important;
    }
}

.admin-header-links {
    height: 60px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.admin-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .admin-logo a {
        display: flex;
        align-items: center;
        line-height: 0;
    }

    .admin-logo img {
        max-height: 35px;
        width: auto;
    }

.admin-header-links a,
.admin-header-links span {
    line-height: 30px;
    transition: 0.2s ease;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
}
/*Custom Page Structure*/
/*Category Navigation*/
.category-navigation-title {
    font-size: 16px;
    font-weight: 700;
}

    .category-navigation-title:before {
        width: 22px;
        height: 22px;
        margin-top: -2px;
        margin-left: 1px;
    }

/*Category Navigation*/

/*01-02-2026 Cart Plugin And Header Menu Utems Hack*/
.widget-product-grid .product-items .product-item .quick-view-button {
    display: none !important;
}

.fixed-header-menu-item a {
    color: #004A69 !important;
}

    .fixed-header-menu-item a:hover {
        color: #FF4735 !important;
    }

/*29-01-2026 Buttons CSS Merge*/

/*Buttons*/
.primary-btn,
.primary-left-icon-btn,
.secondary-btn,
.primary-soft-btn {
    width: auto !important;
    min-width: 100px !important;
    height: 40px !important;
    padding: 8px 12px !important;
    gap: 8px !important;
    line-height: 140% !important;
    letter-spacing: -2% !important;
    box-shadow: none !important;
    background-color: #FF4735 !important;
    border: 0 !important;
    border-radius: 8px !important;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #FFFFFF !important;
}

    .primary-btn:hover,
    .primary-left-icon-btn:hover {
        background-color: #FF7A6D !important;
        color: #FFFFFF !important;
    }

    .primary-left-icon-btn.user-btn {
        background-color: transparent !important;
        color: #004A69 !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        margin-left: 0 !important;
        display: flex !important;
        align-items: center !important;
    }

        .primary-left-icon-btn.user-btn:before,
        .primary-left-icon-btn.user-btn:hover:before {
            background: url(../img/landingpage_person.svg) no-repeat center center !important;
            width: 20px !important;
            height: 20px !important;
        }

        .primary-left-icon-btn.user-btn:hover,
        .primary-left-icon-btn.user-btn:active {
            background-color: transparent !important;
            color: #004A69 !important;
        }

.header-links .primary-left-icon-btn.user-btn:hover:before,
.header-links .primary-left-icon-btn.user-btn:active:before,
.fixed-header .primary-left-icon-btn.user-btn:hover:before,
.fixed-header .primary-left-icon-btn.user-btn:active:before {
    background: url(../img/landingpage_person.svg) no-repeat center center !important;
}

.primary-btn.gray {
    background-color: #EDF0F2 !important;
    color: #002D40 !important;
}

.primary-btn.w-195 {
    min-width: 195px !important;
}

.btn-icon img.right {
    margin-top: 2px;
    margin-left: 15px;
    float: right;
}

.btn-icon img.small {
    width: 6px;
    height: 12px;
}

.header-links .primary-btn {
    margin: 0 20px !important;
    white-space: nowrap;
}

.header-links .ico-account.icon-without-border-btn {
    width: auto;
    gap: 6px;
    margin-left: 20px;
}

.header-links .ico-account .login-label {
    font-size: 16px;
    font-weight: 700;
    color: #004A69;
}

.secondary-btn {
    background-color: #FFFFFF !important;
    border: 1px solid #E5E7EC !important;
    color: #22262D !important;
}

    .secondary-btn:hover {
        background-color: #F7F8FA !important;
        border: 1px solid #C1CBD2 !important;
        color: #292D33 !important;
    }

.primary-soft-btn {
    background-color: #BFE0EC !important;
    color: #005A80 !important;
}

    .primary-soft-btn:hover {
        background-color: #BFE0EC !important;
        color: #005A80 !important;
    }

.btn-red {
    background-color: #FF4735;
}

.btn-outline {
    border: 1px solid #004A69 !important;
    background-color: #FFFFFF !important;
    color: #004A69 !important;
}

    .btn-outline:hover {
        border-color: #005A80 !important;
        background-color: #FFFFFF !important;
        color: #004A69 !important;
    }

.btn-md {
    width: 150px !important;
}

.btn-xs {
    width: 110px !important;
}

.btn-small {
    width: 80px !important;
}

.btn-sm {
    height: 30px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    gap: 0px !important;
    line-height: 26px !important;
    font-size: 13px !important;
}

/*Buttons*/

/*Header*/
.announcement-bar {
    background-color: #004A69 !important;
    border-bottom: 1px solid #ECECEC !important;
}

    .announcement-bar p {
        font-weight: 500 !important;
    }

.header-logo {
    max-width: 300px !important;
}

/*Branch: ProductCart_Fix 26.02.2026*/
.search-box.search-box-top {
    margin: 0 50px !important;
}

/*Branch: ProductCart_Fix 26.02.2026*/


.header-upper {
    width: 100%;
    height: 63px;
    text-align: left;
    background-color: #004A69 !important;
    color: #FFFFFF;
}

    .header-upper .header-selectors-wrapper {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .header-upper .for-seller-btn {
        margin-left: auto;
        padding: 8px 24px;
        background-color: #FFFFFF;
        border: 3px solid #006F9E;
        border-radius: 12px;
        color: #004A69;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        white-space: nowrap;
    }

        .header-upper .for-seller-btn:hover {
            background-color: #FFFFFF;
            color: #004A69;
        }

.currency-selector.desktop {
    margin-top: 15px;
}

.ico-seller-location:before {
    width: 20px !important;
    height: 20px !important;
    background: url(../img/landingpage_desktop-location-icon.svg) no-repeat center center !important;
}

.ico-wishlist:before {
    width: 20px !important;
    height: 20px !important;
    background: url(../img/landingpage_desktop-wishlist-icon.svg) no-repeat center center !important;
}

.ico-cart:before {
    width: 20px !important;
    height: 20px !important;
    background: url(../img/landingpage_desktop-cart-icon.svg) no-repeat center center !important;
}

.ico-account:before {
    width: 20px !important;
    height: 20px !important;
    content: "" !important;
    background: url(../img/landingpage_person.svg) no-repeat center center !important;
}

.ico-wishlist .wishlist-qty,
.ico-cart .cart-qty,
.notification-icon .notification-count {
    width: auto;
    min-width: 16px;
    height: 16px;
    background-color: #004A69 !important;
    font-size: 10px !important;
    font-weight: 500 !important;
}

.header-menu-parent {
    display: none !important;
}

.header-lower.fixed-header {
    z-index: 900 !important;
}

.header-lower.sticky-header {
    z-index: 900 !important;
}

@media (min-width: 1281px) {

    .header-links-wrapper,
    .header-logo {
        width: auto !important;
    }
}

.header-lower {
    width: 100%;
    height: 69px;
}

.fixed-header.header-lower::before {
    background-color: #004A69 !important;
}

.search-box form > .search-box-wrapper {
    border: 1px solid #004A69 !important;
}

.search-box-wrapper .box-side-title {
    display: none !important;
}

.search-box input.search-box-text {
    width: calc(100% - 45px) !important;
}

.search-box .search-box-button {
    border-color: #004A69 !important;
    background-color: #004A69 !important;
    border-radius: 0 12px 12px 0 !important;
}

.fixed-header.header-lower .search-box form > .search-box-wrapper {
    border: none !important;
}

.fixed-header.header-lower .search-box .search-box-button {
    border-color: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-left: 1px solid #004A69 !important;
}

/*Header*/

/*User Profile Dropdown*/
.header-links li:hover > .profile-menu-box {
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.profile-menu-box {
    padding: 5px !important;
    border-radius: 8px !important;
}

    .profile-menu-box .close-side-menu {
        display: none !important;
    }

    .profile-menu-box::before {
        content: "";
        position: absolute;
        top: -25px;
        left: 0;
        width: 100%;
        height: 25px;
    }

    .profile-menu-box a:not(.guest-sheet-login-btn):not(.guest-sheet-create-btn) {
        background-color: #F6F7F9 !important;
        border-radius: 8px !important;
        margin-bottom: 5px !important;
    }

    .profile-menu-box a:last-child {
        margin-bottom: 0 !important;
    }

    .profile-menu-box a:hover {
        background-color: rgba(0, 122, 255, 0.15) !important;
        color: inherit !important;
    }

    .profile-menu-box .ico-rfq::before,
    .profile-menu-box .ico-rfp::before,
    .profile-menu-box .ico-auction::before {
        content: "" !important;
        display: inline-block;
        width: 17px;
        height: 17px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
        margin-right: 10px;
    }

    .profile-menu-box .ico-rfq::before {
        background-image: url("/Themes/Emporium/Content/img/rfq-icon-gray.svg");
    }

    .profile-menu-box .ico-rfp::before {
        background-image: url("/Themes/Emporium/Content/img/rfp-icon-gray.svg");
    }

    .profile-menu-box .ico-auction::before {
        background-image: url("/Themes/Emporium/Content/img/auction-icon-gray.svg");
    }
/*User Profile Dropdown*/

/*Custom Language Select*/
.language-dropdown {
    width: auto;
    min-width: 80px;
    margin-left: 0 !important;
    position: relative;
}

.selected-language {
    width: 100%;
    padding: 8px 10px 8px 5px;
    display: flex;
    cursor: pointer;
}

    .selected-language::after {
        width: 14px;
        height: 14px;
        content: '';
        position: absolute;
        top: 5px;
        left: 85%;
        z-index: 1;
        transform: translateX(-50%);
        border-left: 1px solid #101010;
        border-top: 1px solid #101010;
        border-radius: 2px 0 0 0;
        transform: translateX(-50%) rotate(220deg);
        background: #FFFFFF;
    }

    .selected-language img {
        width: 20px;
        height: 14px;
        margin-right: 4px;
        object-fit: cover;
        float: left;
        display: block;
    }

    .selected-language span {
        margin-top: -2px;
        float: left;
        display: block;
        font-size: 15px;
        font-weight: 700;
        color: #14181F;
    }

ul.language-list {
    width: auto;
    min-width: 120px;
    height: auto;
    min-height: 60px;
    padding: 5px;
    margin-left: 0;
    position: absolute;
    top: 36px;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    display: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #DCE0E5;
    border-radius: 8px;
    background: #FFFFFF;
}

    ul.language-list::after {
        width: 14px;
        height: 14px;
        position: absolute;
        top: -7px;
        left: 50%;
        z-index: 1;
        content: "";
        border-left: 1px solid #DCE0E5;
        border-top: 1px solid #DCE0E5;
        border-radius: 2px 0 0 0;
        transform: translateX(-50%) rotate(45deg);
        background: #FFFFFF;
    }

    ul.language-list li {
        width: 100% !important;
        height: 25px !important;
        padding: 10px 0 !important;
        margin-bottom: 4px !important;
        display: block !important;
        float: left !important;
        border-radius: 8px !important;
        background: #F6F7F9 !important;
    }

        ul.language-list li:last-of-type {
            margin-bottom: 0 !important;
        }

    ul.language-list a {
        width: 100% !important;
        height: 20px;
        padding: 0 !important;
        margin: -10px 0 0 0 !important;
        float: left;
        display: block;
        opacity: 0.85 !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        color: #14181F !important;
    }

        ul.language-list a:hover {
            opacity: 1 !important;
        }

        ul.language-list a img {
            width: 20px !important;
            height: 14px !important;
            margin: 5px 5px 0 5px;
            position: relative;
            float: left;
        }

        ul.language-list a span {
            width: 20px !important;
            height: 14px !important;
            margin: 0;
            position: relative;
            float: left;
            line-height: 26px;
            font-size: 14px !important;
            font-weight: 500;
            color: #333 !important;
        }

.language-dropdown:hover ul.language-list {
    display: block;
}

/*Custom Language Select*/

/*Branch: IndexPage&TopCatMenu 22.02.2026*/
/*Category Navigation*/
.category-navigation-list {
    margin-top: 1px !important;
    border: none !important;
    padding: 10px 0 10px 10px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    background: #FFFFFF !important;
    box-shadow: 0px 1px 2px 0px #8080801F !important;
}

.category-navigation-list-wrapper .sublist-wrap {
    padding: 0 !important;
    margin-left: -10px !important;
    box-shadow: none !important;
    background: none !important;
    background-color: #FFFFFF !important;
}

    .category-navigation-list-wrapper .sublist-wrap .sublist {
        border: none !important;
        padding: 10px !important;
    }

.category-navigation-list-wrapper ul li {
    margin-top: 2px;
    border-radius: 6px !important;
    background: #F6F7F9 !important;
}

    .category-navigation-list-wrapper ul li a,
    .category-navigation-list-wrapper ul li > span {
        color: #14181F !important;
        font-size: 15px;
        font-weight: 400 !important;
    }

    .category-navigation-list-wrapper ul li:hover > .sublist-wrap > .sublist {
        border-width: 0 !important;
    }

    .category-navigation-list-wrapper ul li:hover > a,
    .category-navigation-list-wrapper ul li:hover > span {
        background-color: #007AFF26 !important;
        color: #14181F !important;
        border-radius: 6px !important;
    }

        .category-navigation-list-wrapper ul li:hover > a:after {
            color: #14181F !important;
        }

/*Branch: IndexPage&TopCatMenu 22.02.2026*/

.category-navigation-title {
    font-size: 16px;
    font-weight: 700;
    color: #004A69 !important;
}

.header-menu {
    padding: 0 !important;
    margin: 0 !important;
}

.category-navigation-list-wrapper {
}

.category-navigation-title {
    width: auto !important;
}

.category-navigation-list-wrapper:hover .category-navigation-title {
    background-color: #FFFFFF !important;
    color: #004A69 !important;
}

.category-navigation-list-wrapper:hover .category-navigation-list {
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
    box-shadow: none !important;
    padding-right: 10px !important;
    min-width: 280px;
}

.category-navigation-list-wrapper .sublist-wrap .sublist {
    box-shadow: none !important;
}

.category-navigation-title:before {
    width: 14px !important;
    height: 12px !important;
    margin-top: 1px !important;
    background: url('../img/landingpage_categorylisticon.svg') no-repeat center center !important;
}

/*Category Navigation*/

@media (max-width: 1280px) {
    .category-navigation-list-wrapper:hover .category-navigation-list {
        min-width: 240px !important;
    }

    .category-navigation-list-wrapper .sublist-wrap .sublist {
        min-width: 240px !important;
        max-width: 240px !important;
    }

    .category-navigation-list-wrapper ul li a,
    .category-navigation-list-wrapper ul li > span {
        font-size: 13px !important;
        padding: 0 25px 0 12px !important;
        height: 34px !important;
        line-height: 34px !important;
    }

        .category-navigation-list-wrapper ul li a span,
        .category-navigation-list-wrapper ul li span {
            font-size: 13px !important;
            padding: 0 !important;
        }

    .category-navigation-list-wrapper .with-subcategories:after {
        right: 12px !important;
    }
}

@media (max-width: 1100px) and (min-width: 1025px) {
    .category-navigation-list-wrapper:hover .category-navigation-list {
        min-width: 190px !important;
        max-width: 190px !important;
    }

    .category-navigation-list-wrapper .sublist-wrap .sublist {
        min-width: 190px !important;
        max-width: 190px !important;
    }

    .category-navigation-list-wrapper ul li a,
    .category-navigation-list-wrapper ul li > span {
        font-size: 11px !important;
        padding: 0 18px 0 8px !important;
        height: 30px !important;
        line-height: 30px !important;
    }

        .category-navigation-list-wrapper ul li a span,
        .category-navigation-list-wrapper ul li span {
            font-size: 11px !important;
            padding: 0 !important;
        }

    .category-navigation-list-wrapper .with-subcategories:after {
        right: 8px !important;
    }
}

/*Main Slider*/
.home-page-slider {
    width: 100%;
    height: auto;
    min-height: 449px;
    border-radius: 12px !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #F2F3F5;
}

    .home-page-slider .slider {
        width: 100%;
        height: auto;
        min-height: 449px;
        border-radius: 12px !important;
        background-repeat: no-repeat;
        background-position: right center;
        background-size: cover;
        background-color: #F2F3F5;
    }

        .home-page-slider .slider .caption {
            width: 45%;
            padding: 10px 5px;
            position: relative;
            top: 79px;
            left: 92px;
            overflow: hidden;
            line-height: 64px;
            letter-spacing: -1px;
            font-size: 56px;
            font-weight: 700;
            color: #002D40;
        }

@media only screen and (max-device-width : 1920px) {
    .home-page-slider .slider .caption {
        width: 45%;
        font-size: 56px;
    }
}

@media only screen and (max-device-width : 1285px) {
    .home-page-slider .slider .caption {
        width: 50%;
        font-size: 48px;
    }
}

.home-page-slider .slider p {
    width: 38%;
    padding: 5px;
    margin: 20px 0 0 0;
    position: relative;
    top: 79px;
    left: 92px;
    line-height: 26px;
    letter-spacing: -1px;
    font-weight: 400;
    font-size: 16px;
    color: #00354B;
}

@media only screen and (max-device-width : 1920px) {
    .home-page-slider .slider p {
        width: 38%;
    }
}

@media only screen and (max-device-width : 1285px) {
    .home-page-slider .slider p {
        width: 45%;
    }
}

/*Main Slider*/

/*Home Page Services*/
.home-page-services {
    width: 100%;
    padding: 0;
    margin: 30px 0;
    display: inline-block;
}

    .home-page-services .services-items {
        width: 100%;
        gap: 16px !important;
    }

        .home-page-services .services-items .service-item {
            width: calc((100% - 48px)/4) !important;
            height: auto;
            min-height: 293px;
            padding: 30px 40px;
            margin-right: 15px;
            gap: 16px;
            float: left;
            display: block;
            line-height: 30px;
            letter-spacing: -0.2px;
            border-radius: 12px;
            background: #F9FAFA;
            font-size: 16px;
            font-weight: 400;
            color: #002D40;
        }

@media only screen and (max-device-width : 1920px) {
    .home-page-services .services-items .service-item {
        min-height: 293px;
        padding: 30px 40px;
    }
}

@media only screen and (max-device-width : 1285px) {
    .home-page-services .services-items .service-item {
        min-height: 330px;
        padding: 20px 30px;
    }
}

.home-page-services .services-items .service-item:last-of-type {
    margin-right: 0;
}

.home-page-services .services-items .service-item .service-icon {
    width: 100%;
    height: 30px;
    margin-bottom: 30px;
    position: relative;
    float: left;
    display: block;
}

    .home-page-services .services-items .service-item .service-icon img {
        width: 30px;
        height: 100%;
    }

.home-page-services .services-items .service-item .service-header {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    position: relative;
    float: left;
    display: block;
    line-height: 28px;
    letter-spacing: 0px;
    font-size: 18px;
    font-weight: 600;
}

.home-page-services .services-items .service-item ul li {
    width: calc(100%-32px);
    height: auto;
    margin-bottom: 5px;
    position: relative;
    float: left;
    display: block;
    line-height: 25px;
    letter-spacing: -0.5px;
    font-weight: 400;
}

@media only screen and (max-device-width : 1920px) {
    .home-page-services .services-items .service-item ul li {
        font-size: 16px !important;
    }
}

@media only screen and (max-device-width : 1285px) {
    .home-page-services .services-items .service-item {
        font-size: 13px !important;
    }
}

.home-page-services .services-items .service-item ul li span {
    width: 8px;
    height: 8px;
    margin-top: 8px;
    margin-left: -16px;
    position: relative;
    float: left;
    display: block;
    content: url(../img/landingpage_checkmark.png) !important;
    vertical-align: middle;
    text-align: center;
}

/*Home Page Services*/

/*Home Page Counter*/
.home-page-counter {
    width: 100%;
    height: 200px;
    padding: 20px;
    margin: 30px 0;
    display: inline-block;
    text-align: center;
}

    .home-page-counter .counter-header {
        width: 100%;
        display: block;
        font-size: 32px;
        font-weight: 700;
        color: #002D40;
    }

    .home-page-counter .counter-container {
        width: 100%;
        display: grid;
        grid-template-columns: 0.5fr 0.5fr 0.5fr;
        grid-gap: 10px;
    }

    .home-page-counter .grid-item {
        padding: 10px 40px;
    }

    .home-page-counter .counter-item {
        height: auto;
        min-height: 115px;
        line-height: 56px;
        letter-spacing: 0px;
        font-size: 56px;
        font-weight: 700;
        color: #FF4735;
    }

    .home-page-counter .counter-flex {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-page-counter .grid-item.first .counter-flex {
        justify-content: right;
    }

    .home-page-counter .grid-item.last .counter-flex {
        justify-content: left;
    }

    .home-page-counter p {
        width: 100%;
        height: 24px;
        display: block;
        line-height: 0;
        letter-spacing: -3%;
        font-size: 24px;
        font-weight: 700;
        color: #002D40;
    }

    .home-page-counter .grid-item.first p {
        padding-left: 45%;
    }

@media only screen and (max-device-width : 1920px) {
    .home-page-counter .grid-item.first p {
        padding-left: 67%;
    }
}

.home-page-counter .grid-item.last p {
    padding-left: 15px;
    text-align: left;
}

/*Home Page Counter*/

/*Home Page Confidence 4 Grid*/
.home-page-confidence {
    width: 100%;
    height: auto;
    min-height: 476px;
    padding: 40px;
    margin-top: 60px;
    margin-bottom: 30px;
    float: left;
    display: block;
    background-color: #F6F6F6;
}

    .home-page-confidence .widget-header {
        width: 100%;
        height: 42px;
        padding: 0;
        margin: 0;
        float: left;
        display: block;
        line-height: 46px;
        letter-spacing: -1px;
        text-align: center;
        font-size: 32px;
        font-weight: 700;
        color: #002D40;
    }

        .home-page-confidence .widget-header p {
            width: 100%;
            height: 21px;
            float: left;
            display: block;
            line-height: 46px;
            letter-spacing: -1px;
            text-align: center;
            font-size: 16px;
            font-weight: 500;
        }

    .home-page-confidence .items {
        width: 100%;
        margin-top: 90px;
        float: left;
        display: block;
        gap: 0 !important;
    }

        .home-page-confidence .items .item {
            width: calc((100% - 84px)/5) !important;
            height: auto;
            min-height: 240px;
            padding: 30px;
            margin-right: 20px;
            gap: 0;
            position: relative;
            float: left;
            display: block;
            border-radius: 12px;
            background-color: #FFFFFF;
        }

@media only screen and (max-device-width : 1920px) {
    .home-page-confidence .items .item {
        min-height: 240px;
    }
}

@media only screen and (max-device-width : 1285px) {
    .home-page-confidence .items .item {
        min-height: 300px;
    }
}

.home-page-confidence .items .item:last-of-type {
    margin-right: 0;
}

.home-page-confidence .items .item span.label {
    width: 38px;
    height: 38px;
    position: absolute;
    top: -18px;
    left: -15px;
    z-index: 9;
    line-height: 38px;
    border-radius: 100%;
    background-color: #FF4735;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: #FFFFFF;
}

.home-page-confidence .items .item div.item-icon {
    width: 100%;
    height: 30px;
    margin-bottom: 14px;
    float: left;
    display: block;
    text-align: left;
}

    .home-page-confidence .items .item div.item-icon img {
        width: 30px;
        height: 30px;
    }

.home-page-confidence .items .item span.header {
    width: 100%;
    display: block;
    margin-bottom: 12px;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 600;
    color: #002D40;
}

.home-page-confidence .items .item p {
    width: 100%;
    float: left;
    margin-top: 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #002D40;
}

/*Home Page Confidence 4 Grid*/

/*Home Page Confidence 2 Grid*/
.home-page-confidence.block-2 {
    padding: 40px 80px;
    margin-top: 0;
    background-color: #FFFFFF;
}

    .home-page-confidence.block-2 .items .item {
        width: calc((100% - 100px)/2) !important;
        height: auto;
        min-height: 192px;
        margin-left: 20px;
        float: right;
        background: linear-gradient(80.1deg, #E6F3F8 18.54%, #E6F3F8 48.76%, #BFE0EC 79.23%, #006F9E 146.08%, #004A69 165.44%);
    }

        .home-page-confidence.block-2 .items .item span.header {
            width: 100%;
            height: 31px;
            margin-bottom: 20px;
            display: block;
            line-height: 40px;
            font-size: 24px;
            font-weight: 700;
            color: #002D40;
        }

        .home-page-confidence.block-2 .items .item ul li {
            width: 100%;
            height: auto;
            margin-bottom: 5px;
            position: relative;
            float: left;
            display: block;
            line-height: 25px;
            letter-spacing: -0.5px;
            font-weight: 400;
        }

            .home-page-confidence.block-2 .items .item ul li span {
                width: 8px;
                height: 8px;
                margin-top: 8px;
                margin-left: 0;
                margin-right: 10px;
                position: relative;
                float: left;
                display: block;
                content: url(../img/landingpage_checkmark.png) !important;
                vertical-align: middle;
                text-align: center;
            }

        .home-page-confidence.block-2 .items .item div.item-icon {
            width: 110px;
            height: 110px;
            padding: 0;
            margin: 0;
            position: absolute;
            top: 50px;
            right: 30px;
            display: block;
        }

            .home-page-confidence.block-2 .items .item div.item-icon img {
                width: 104px;
                height: 104px;
            }

/*Home Page Confidence 2 Grid*/

/*Widget Product Grid*/
.widget-product-grid {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    display: block;
}

    .widget-product-grid .widget-header {
        width: 100%;
        height: 80px;
        margin-bottom: 20px;
        display: block;
        float: left;
        line-height: 40px;
        letter-spacing: -1px;
        font-size: 24px;
        font-weight: 600;
        color: #002D40;
    }

        .widget-product-grid .widget-header p {
            width: 100%;
            float: left;
            display: block;
            line-height: 28px;
            font-size: 16px;
            font-weight: 500;
        }

    .widget-product-grid .widget-footer {
        width: 100%;
        height: 80px;
        margin-top: 20px;
        display: block;
        float: left;
        text-align: right;
    }

    .widget-product-grid .product-items {
        width: 100%;
        gap: 0 !important;
    }

        .widget-product-grid .product-items .product-item {
            width: calc((100% - 70px)/5) !important;
            height: 310px;
            padding: 0;
            margin: 0 15px 0 0;
            border-radius: 12px;
            border: 1px solid #DDDDDD;
            overflow: hidden;
            background: #FFFFFF;
        }

            .widget-product-grid .product-items .product-item:hover {
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
            }

        .widget-product-grid .product-items.slider-grid-items .product-item {
            width: 235px !important;
            height: auto !important;
        }

        .widget-product-grid .product-items.slider-grid-items .slick-arrow {
            border: 1px solid #DDDDDD;
        }

        .widget-product-grid .product-items.slider-grid-items .slick-prev.slick-arrow {
        }

        .widget-product-grid .product-items.slider-grid-items .slick-next.slick-arrow {
        }

        .widget-product-grid .product-items .product-item:last-of-type {
            margin-right: 0;
        }

        .widget-product-grid .product-items .product-item .product-image {
            width: 100%;
            height: 235px;
            padding: 0;
            margin-bottom: 2px;
            float: left;
            display: block;
            position: relative;
            text-align: center;
            border: none;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }

            .widget-product-grid .product-items .product-item .product-image::after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: #444;
                border-radius: 12px;
                opacity: 0;
                transition: opacity 0.2s ease;
                pointer-events: none;
            }

            .widget-product-grid .product-items .product-item .product-image .btn-wrapper {
                position: absolute;
                bottom: 75%;
                right: 20px;
                /* transform: translate(1%, 30%); */
                display: flex;
                justify-content: center;
                gap: 5px;
                opacity: 0;
                pointer-events: none;
                transition: opacity 0.2s ease;
                z-index: 10;
            }

            .widget-product-grid .product-items .product-item .product-image:hover .btn-wrapper {
                opacity: 1;
                pointer-events: auto;
            }

            .widget-product-grid .product-items .product-item .product-image .btn-wrapper button {
                width: 40px;
                height: 40px;
                padding: 0 5%;
                border: 0;
                border-radius: 50%;
                background-color: #fff;
                cursor: pointer;
                font-size: 0;
                text-align: center;
                line-height: 40px;
                vertical-align: middle;
                text-overflow: ellipsis;
                overflow: hidden;
            }

                .widget-product-grid .product-items .product-item .product-image .btn-wrapper button:before {
                    font-family: var(--icon-family);
                    font-size: 18px;
                    font-weight: normal;
                    text-transform: none;
                    transition: all 0.1s ease;
                }

            .widget-product-grid .product-items .product-item .product-image .btn-wrapper .add-to-compare-list-button:before {
                content: "b";
                color: var(--primery-blue);
            }

            .widget-product-grid .product-items .product-item .product-image .btn-wrapper .add-to-wishlist-button:before {
                content: "c";
                color: var(--primery-blue);
            }

        .widget-product-grid .product-items .product-item .product-info {
            width: 100%;
            height: 90px;
            padding: 10px;
            margin: 0;
            float: left;
            display: block;
            position: relative;
            line-height: 21px;
            letter-spacing: -1px;
            text-align: left;
            border: none;
            font-size: 15px;
            font-weight: 400;
            color: #14181F;
        }

            .widget-product-grid .product-items .product-item .product-info p {
                width: 95%;
                height: 42px;
                margin-bottom: 6px;
                float: left;
                display: block;
                word-wrap: break-word;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .widget-product-grid .product-items .product-item .product-info span.rating {
                width: 100%;
                float: left;
                display: block;
                font-size: 13px;
                color: #6F7C8E;
            }

                .widget-product-grid .product-items .product-item .product-info span.rating img {
                    width: 16px;
                    height: 15px;
                    margin-top: 1px;
                    margin-right: 5px;
                    float: left;
                    display: block;
                }

                .widget-product-grid .product-items .product-item .product-info span.rating span {
                    margin-left: 10px;
                }

        .widget-product-grid .product-items .product-item .product-price {
            width: 100%;
            height: 40px;
            padding: 0 10px;
            margin: 0;
            float: left;
            display: block;
            position: relative;
            line-height: 22px;
            letter-spacing: -1px;
            text-align: left;
            border: none;
            font-size: 15px;
            font-weight: 600;
            color: #14181F;
        }

            .widget-product-grid .product-items .product-item .product-price span.carticon {
                width: 35px;
                height: 35px;
                padding: 7px 10px 7px 8px;
                margin: 0;
                position: absolute;
                top: 8px;
                right: 0;
                display: block;
                cursor: pointer;
                border-radius: 5px;
                border: 1px solid #DCE0E5;
            }

                .widget-product-grid .product-items .product-item .product-price span.carticon img {
                    width: 18px;
                    height: 18px;
                    padding: 0;
                    margin: 0 auto;
                }

        /*27-01-2026*/
        /*NopeCommerce Plugin Hack*/
        .widget-product-grid .product-items .product-item .quick-view-button {
            display: none !important;
        }

/*NopeCommerce Plugin Hack*/

/*Fixed Header Menu ıtems*/
.fixed-header-menu-item a {
    color: #004A69 !important;
}

    .fixed-header-menu-item a:hover {
        color: #FF4735 !important;
    }

/*Fixed Header Menu ıtems*/
/*27-01-2026*/

/*Product Category Grid*/
/*Slick Grid*/
.widget-slider-grid {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    float: left;
    display: block;
    cursor: pointer;
}

    .widget-slider-grid .slider-grid-items {
        width: 100%;
        gap: 0 !important;
    }

        .widget-slider-grid .slider-grid-items .slider-grid-item {
            width: 290px;
            height: 412px;
            padding: 0;
            margin-right: 15px;
            gap: 0;
            display: inline-block;
            background-color: #000;
            color: #fff;
            border-radius: 5px;
        }

            .widget-slider-grid .slider-grid-items .slider-grid-item:last-of-type {
                margin-right: 0;
            }

/* Slick arrow */
.slick-arrow {
    width: 32px !important;
    height: 32px !important;
    padding: 6px !important;
    position: absolute !important;
    transform: translateY(-50%) !important;
    z-index: 11;
    background-color: #FFFFFF !important;
    border-radius: 30px !important;
    color: #14181F !important;
}

.half-heigth-slider .slick-arrow {
    transform: translateY(20%) !important;
}

.slick-arrow:hover {
    background-color: #FBFBFB !important;
    color: #14181F !important;
}

.slick-arrow:active {
    background-color: #14181F !important;
    color: #FFFFFF !important;
}

.slick-arrow.slick-disabled {
    background-color: #DDDDDD !important;
    cursor: not-allowed !important;
}

    .slick-arrow.slick-disabled:hover,
    .slick-arrow.slick-disabled:active {
        background-color: #DDDDDD !important;
        color: #14181F !important;
    }

.slick-prev {
    left: 10px !important;
}

.slick-next {
    right: 10px !important;
}

.slick-prev::before {
    content: url(../img/arrowchevronleft.png) !important;
}

.slick-next::before {
    content: url(../img/arrowchevronright.png) !important;
}

/*Slick Grid*/
/*Widget Category Grid*/
.widget-category-grid {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    float: left;
    display: block;
}

    .widget-category-grid .widget-header {
        width: 100%;
        height: auto;
        margin-bottom: 12px;
        display: block;
        float: left;
        line-height: 40px;
        letter-spacing: -1px;
        font-size: 24px;
        font-weight: 600;
        color: #002D40;
    }

    .widget-category-grid .category-items {
        width: 100%;
        gap: 0 !important;
    }

        .widget-category-grid .category-items .category-item {
            width: calc((100% - 160px)/9) !important;
            height: auto;
            min-height: 176px;
            padding: 0;
            margin-right: 20px;
            gap: 0;
            float: left;
            display: block;
            text-decoration: none;
            color: inherit;
            cursor: pointer;
        }

        .widget-category-grid .category-items.slider-grid-items .category-item {
            width: 150px !important;
            height: 176px !important;
        }

        .widget-category-grid .category-items .category-item:last-of-type {
            margin-right: 0;
        }

        .widget-category-grid .category-items .category-item .category-image {
            width: 100%;
            height: 120px;
            padding: 0;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            border: none;
            border-radius: 12px;
            background-color: #E6F3F8;
        }

            .widget-category-grid .category-items .category-item .category-image img {
                width: auto;
                height: auto;
                max-height: 90px;
                margin: 10px auto;
                position: relative;
            }

        .widget-category-grid .category-items .category-item .category-info {
            width: 100%;
            height: 44px;
            padding: 0;
            margin: 0;
            float: left;
            display: block;
            position: relative;
            text-align: center;
            border: none;
            font-size: 16px;
            font-weight: 600;
            color: #002D40;
        }

/*Widget Category Grid*/

/*Footer*/
.footer {
    background: #FFFFFF !important;
}

    .footer .title h4 {
        color: #002D40;
        margin: 0;
        margin-bottom: 15px;
        line-height: 24px !important;
        font-size: 20px !important;
        font-weight: 800 !important;
        color: #002D40 !important;
    }

.footer-container {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    border-bottom: 1px solid #004A69 !important;
}

@media only screen and (max-device-width : 1920px) {
    .footer-container {
        width: 100%;
    }
}

@media only screen and (max-device-width : 1285px) {
    .footer-container {
        width: 1240px;
    }
}

.footer-upper {
    width: 30% !important;
    padding-left: 0 !important;
}

.footer-middle {
    width: 70% !important;
    padding: 0 0 0 1.5% !important;
}

/*Footer*/

/************************/
/*CSS WORKS*/

/*Custom Reset*/
input[type=file],
input[type=file]::-webkit-file-upload-button {
    cursor: pointer;
}

/*Custom Reset*/

/*Custom Grid*/
.col-md-12,
.col-md-6 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
    display: block;
}

.col-md-12 {
    width: 100%;
}

.col-md-6 {
    width: 50%;
}

/*Custom Grid*/

/*Common*/
.genHelpText {
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    font-weight: 400;
    font-size: 16px;
    color: #232729;
}

    .genHelpText p {
        width: auto;
        max-width: 80% !important;
        float: left !important;
        display: block;
    }

    .genHelpText h5 {
        width: auto;
        max-width: 80% !important;
        float: left;
        display: block;
        font-size: 20px;
        font-weight: 700;
        color: #004A69;
    }

    .genHelpText span {
        Start Verification width: auto;
        max-width: 20% !important;
        float: right !important;
        display: block;
    }

.hint {
    width: 100%;
    display: block;
    line-height: 130%;
    letter-spacing: 2%;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    color: #398613;
}

/*Common*/

/*Custom Page Structers*/
.page.formPage {
    width: auto;
    max-width: 850px;
    margin: 0 auto !important;
}

    .page.formPage.company-registration-page {
        margin: 15px auto !important;
        padding: 0 15px !important;
    }

        .page.formPage.company-registration-page .inputs input::placeholder {
            padding-left: 0 !important;
        }

/*Register Result Page*/
.page.registration-result-page {
    max-width: 450px !important;
    margin: 15px auto !important;
    padding: 0 15px !important;
}

    .page.registration-result-page .page-title {
        text-align: center !important;
        margin-bottom: 15px !important;
    }

        .page.registration-result-page .page-title h1 {
            text-align: center !important;
            width: 100% !important;
            font-size: 32px !important;
            line-height: 20px !important;
            font-weight: 800 !important;
            color: var(--primery-dark-blue) !important;
        }

    .page.registration-result-page .page-body {
        border: 1px solid #d6e4ed !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12) !important;
        padding: 30px !important;
        text-align: center !important;
    }

    .page.registration-result-page .result {
        font-size: 18px !important;
        font-weight: 600 !important;
        color: var(--primery-dark-blue) !important;
        margin-bottom: 20px !important;
    }

    .page.registration-result-page .buttons {
        text-align: center !important;
    }

.html-registration-page .page.formPage.register-index-page {
    max-width: 450px !important;
    margin: 15px auto !important;
    padding: 0 15px !important;
}

.html-registration-page .register-index-page .page-body.formBody {
    border: 1px solid #d6e4ed !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12) !important;
    padding: 30px !important;
}

.html-registration-page .register-index-page .formFields-md6 {
    width: 100% !important;
}

.html-registration-page .register-index-page .buttons {
    text-align: center !important;
}

.html-registration-page .register-index-page .inputs input::placeholder {
    padding-left: 0 !important;
}

.html-registration-page .register-index-page .password-field {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
}

    .html-registration-page .register-index-page .password-field input {
        width: 100% !important;
        padding-right: 40px !important;
    }

.html-registration-page .register-index-page .toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #8e8e8e;
    display: flex;
    align-items: center;
}

    .html-registration-page .register-index-page .toggle-password:hover {
        color: var(--primery-dark-blue);
    }

.html-registration-page .page.formPage.register-index-page .page-title {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

    .html-registration-page .page.formPage.register-index-page .page-title,
    .html-registration-page .page.formPage.register-index-page .page-title h1 {
        text-align: center !important;
        width: 100% !important;
        font-size: 32px !important;
        line-height: 20px !important;
        font-weight: 800 !important;
        color: var(--primery-dark-blue) !important;
    }

.page-body.formBody {
    width: 100%;
    max-width: 850px;
    padding: 30px 25px 60px 25px;
    margin: 0 auto;
    background-color: #F6F7F9 !important;
    text-align: start;
}

.company-registration-page .page-body.formBody {
    border: 1px solid #d6e4ed;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.page {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.center-1 {
    width: 100%;
    padding: 30px 0 0 0;
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF;
}

/*23-01-2026 Customer DashBoard*/
.dashboard-page,
.account-page {
    padding-bottom: 60px;
}

/*Custom Page Structers*/
/*22-01-2026 Customer DashBoard, Customer Dashboard Menu*/
/*Form Elements*/
.form-group {
    margin-top: 20px;
}

    .form-group.md-6 {
        width: 50%;
    }

.form-row .form-group {
    margin-top: 0;
}

div.formFields-md6 {
    width: 50%;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

div.form-fields {
    width: 100%;
    margin-top: 0;
    display: block;
}

    div.form-fields ul {
        padding: 0;
        margin: 6px 16px;
        list-style: none;
    }

    div.form-group label,
    div.form-fields label,
    div.inputs label {
        width: 100%;
        padding: 0;
        display: block;
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        color: #232729;
    }

    div.form-group label,
    div.form-fields label,
    div.inputs label {
        margin-bottom: 5px;
    }

div.form-actions {
    width: 100%;
    margin-top: 10px;
    padding: 20px 0;
    display: block;
}

/* Form Input */
.form-input,
.inputs-row input,
.form-group input,
.form-group input[type=text],
.form-group input[type=url],
.form-group select,
.form-fields input,
.inputs input,
.form-fields input[type=text],
.inputs input[type=text],
.form-fields input[type=url],
.inputs input[type=url],
.form-fields select,
.inputs select,
.inputs-row select {
    width: 100%;
    height: auto;
    min-height: 36px !important;
    border: 1px solid #DDE0E2 !important;
    border-radius: 12px !important;
    color: #000000;
}

    .form-group input[type=url] {
        height: 33px !important;
    }

        .form-input:focus,
        .inputs-row input:focus,
        .form-group input:focus,
        .form-group input[type=text]:focus,
        .form-group input[type=url]:focus,
        .form-group select:focus,
        .form-fields input:focus,
        .inputs input:focus,
        .form-fields input[type=text]:focus,
        .inputs input[type=text]:focus,
        .form-fields input[type=url]:focus,
        .inputs input[type=url]:focus,
        .form-fields select:focus,
        .inputs select:focus {
            outline: none;
            box-shadow: none;
            border: 1px solid #000000 !important;
        }

.form-input,
.inputs-row input {
    padding-left: 12px !important;
}

.form-group input::placeholder,
.form-group input[type=url]::placeholder,
.form-fields input::placeholder,
.inputs input::placeholder {
    padding-left: 0 !important;
    line-height: 130%;
    letter-spacing: 2%;
    color: #849095;
}

.form-group select {
    min-height: 38px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 14px;
}

.form-section input,
.form-section select {
    width: 100%;
    height: auto;
    min-height: 36px !important;
    border: 1px solid #DDE0E2 !important;
    border-radius: 12px !important;
}

span.required-indicator,
.required {
    line-height: 130%;
    letter-spacing: 0%;
    font-size: 16px;
    font-weight: 700;
    color: #DB3700;
}

/*Form Validation*/
.customValidation {
}

.error {
    border-color: #DB3700 !important;
}

/*Form Validation*/

/*Custom Radio Button*/
div.option {
    width: 179px;
    height: 60px;
    padding: 18px 0;
    display: block;
    border: 1px solid #ECECEC;
    border-radius: 12px;
    background: #FFFFFF;
    text-align: center;
    color: #004A69;
}

    div.option input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    div.option:hover,
    div.option.active {
        cursor: pointer;
        border-color: #80B7CF;
        background: #D7F3FF;
    }

    div.option .box {
        width: 16px;
        height: 16px;
        margin: 0 auto;
        position: relative;
        display: inline-block;
        border-radius: 1px;
        border: 1px solid #006F9E;
        background: #FFFFFF;
    }

    div.option label {
        width: auto;
        max-width: 160px;
        margin: 0 auto;
        margin-left: 5px;
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

    div.option.active label {
        font-weight: 600;
        color: #004A69;
    }

    div.option .box.checked {
        background: #006F9E;
        border-color: #006F9E;
    }

        div.option .box.checked::after {
            position: absolute;
            top: 2px;
            left: 3px;
            content: '\2714';
            line-height: 8px;
            font-size: 12px;
            color: #FFFFFF;
        }

/*Custom Radio Button*/

/*28-01-2026 Select2 & RFQ Form*/
/*Select2*/
.select2-results__option {
    padding: 0 !important;
}

.select2-selection.select2-selection--multiple {
    border: 1px solid #DDE0E2 !important;
    border-radius: 12px !important;
}

.select2-dropdown {
    padding: 10px 5px !important;
    margin-top: -8px !important;
    border: 1px solid #DDE0E2 !important;
    border-top: none !important;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

ul.select2-results__options {
    font-size: 14px !important;
}

    ul.select2-results__options li {
        height: 30px !important;
        padding: 4px !important;
        line-height: 20px !important;
    }

span.select2-selection__clear {
    margin-right: 5px !important;
    font-size: 20px !important;
    color: #004A69 !important;
}

.select2-selection__choice {
    padding: 4px 8px !important;
    margin-top: 8px !important;
    border-radius: 5px !important;
    background-color: #004A69 !important;
    font-size: 14px;
    color: #FFFFFF;
}

.select2-selection__choice__remove {
    margin-right: 5px !important;
    font-size: 14px !important;
    color: #FFFFFF !important;
}

    .select2-selection__choice__remove:hover {
        color: #FBFBFB !important;
    }

/*Select2*/
/*Custom MultiSelect*/
.custom-multiselect {
    position: relative;
    width: 100%;
    max-width: 410px;
}

.multiselect-header {
    width: 100%;
    padding: 9px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border: 1px solid #DDE0E2;
    border-radius: 12px;
    background: #FFFFFF;
    font-size: 16px;
}

.multiselect-placeholder {
    flex: 1;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 2%;
    color: #849095;
}

    .multiselect-placeholder.has-selection {
        color: #374151;
    }

.multiselect-arrow {
    padding: 4px;
    margin-top: -1px;
    margin-right: 5px;
    display: inline-block;
    border: solid #888888;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.multiselect-header.open .multiselect-arrow {
}

.multiselect-dropdown {
    max-height: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    overflow-y: auto;
    display: none;
    border: 1px solid #DDE0E2;
    border-radius: 12px;
    border-top: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #FFFFFF;
}

    .multiselect-dropdown.show {
        display: block;
    }

.multiselect-option {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    gap: 8px;
    transition: background-color 0.2s;
    cursor: pointer;
    text-align: left;
}

    .multiselect-option:hover {
        background-color: #f3f4f6;
    }

    .multiselect-option input[type="checkbox"] {
        width: 16px;
        height: 16px;
        margin: 0;
        cursor: pointer;
    }

    .multiselect-option label {
        margin: 0;
        flex: 1;
        cursor: pointer;
        font-size: 14px;
        color: #374151;
    }

.multiselect-header-item {
    padding: 8px 16px;
    background-color: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    font-weight: 600;
    color: #6b7280;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: default;
}

    .multiselect-header-item span {
        display: block;
        text-align: left;
    }

.multiselect-search {
    border-radius: 0 !important;
}

/*Custom MultiSelect*/

/*Custom FileUpload*/
.uploadFile {
    width: 100%;
    height: auto;
    min-height: 36px;
    padding: 6px 4px;
    position: relative;
    overflow: hidden;
    resize: none;
    border-radius: 12px;
    border: 1px solid #DDE0E2;
    background-color: #FFFFFF;
}

    .uploadFile i {
        width: 100px;
        height: 33px;
        padding: 5px 10px;
        resize: none;
        border-radius: 10px;
        background-color: #004A69;
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        font-style: normal;
        color: #FFFFFF;
    }

    .uploadFile [type=file] {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 1;
        display: block;
        filter: alpha(opacity=0);
        opacity: 0;
        text-align: right;
        font-size: 999px;
    }

/*Custom FileUpload*/

/*Custom Modal*/
/*Custom Modal*/



/*Headers - Titles*/
.page-title {
    width: 100% !important;
    text-align: left !important;
}

    .page-title h1 {
        line-height: 52px !important;
        font-size: 45px !important;
        letter-spacing: -2px !important;
        color: #004A69;
    }

.page-subTitle {
    width: 100%;
    height: 40px;
    margin: 10px 0;
    display: block;
    line-height: 130%;
    letter-spacing: 2%;
    font-weight: 700;
    font-size: 20px;
    color: #004A69;
}

/*Headers - Titles*/


/*----Pages-----*/

/*29-01-2026 Customer RFQ Form*/

/*Branch: RFP 24-02-2026*/

/*Customer RFQ*/
.product-name-wrap input[type=search] {
    height: auto;
    min-height: 32px !important;
    border: 0px !important;
    border-radius: 0px !important;
}

.request-form-outer,
.request-form-outer.rfq-main-wrapper {
    width: 100%;
    max-width: 850px;
    padding: 0 !important;
    margin: 20px auto;
}

.rfq-form .request-quote-form,
.request-form-inner {
    width: 100%;
    padding: 0 20px !important;
    margin: 0;
}

.request-form-inner {
    gap: 0 !important;
    background: transparent !important;
}

.rfp-form .request-form-inner .request-form {
    padding-left: 0px !important;
}

.request-quote-form .right-side-wrapper {
    width: 100%;
    height: fit-content;
    padding: 0 0 20px 0 !important;
    margin: 0 0 10px 0 !important;
    display: block;
    border: none !important;
    border-bottom: 1px solid #DFDFDF !important;
    background-color: transparent !important;
}

.request-quote-form .request-form-inner .right-side-wrapper span.title {
    padding: 0 !important;
    margin: 0;
    margin-bottom: 20px !important;
    display: inline-block;
    text-align: left;
    white-space: normal;
    background: transparent !important;
    border: none !important;
    font-size: 18px;
    font-weight: 700;
}

.request-quote-form .request-form-inner .right-side-wrapper .use-list-wrapper {
    padding: 0 !important;
    padding-left: 15px !important;
    margin: 0 !important;
    list-style-type: decimal;
    background: transparent !important;
    border: none !important;
}

    .request-quote-form .request-form-inner .right-side-wrapper .use-list-wrapper li {
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        margin-bottom: 10px !important;
        font-size: 14px;
        font-weight: 600;
    }

        .request-quote-form .request-form-inner .right-side-wrapper .use-list-wrapper li span.title {
            padding-bottom: 0 !important;
            margin-bottom: 10px !important;
            display: block !important;
            font-size: 14px !important;
            font-weight: 500 !important;
        }

        .request-quote-form .request-form-inner .right-side-wrapper .use-list-wrapper li span.description {
            padding-top: 0;
            margin: 0 !important;
            font-weight: 400 !important;
        }

/*Customer RFQ File Upload*/
.upload-picture-wrap,
.file-upload-entry-item,
.fileupload-wrap {
    width: 100%;
    height: 60px;
    padding: 0;
    margin: 20px 0;
    display: block;
}

    .fileupload-wrap .custom-file-label {
        width: auto;
        min-width: 140px;
        height: 36px;
        padding: 10px 4px;
        margin-top: 5px;
        float: left;
        display: block;
        cursor: pointer;
        border: none;
        border-radius: 12px;
        background: #004A69;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        color: #FFFFFF;
    }

    .fileupload-wrap .filename {
        width: auto;
        height: 36px;
        padding: 10px 4px;
        margin: 5px 0 0 20px;
        float: left;
        display: block;
        font-size: 16px;
    }

    .fileupload-wrap .custom-file-input {
        position: relative;
        float: left;
        display: block;
        z-index: -5;
        opacity: 0;
    }

    .fileupload-wrap .filename-wrap {
        width: 20px;
        height: 20px;
        margin: 20px 10px 0 0;
        float: right;
        display: block;
    }

    .fileupload-wrap .choose-file-btn {
        width: 100%;
        height: 20px;
        padding: 0;
        margin: 10px 0 20px 0;
        float: left;
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: #004A69;
    }

.upload-input-field,
.upload-input-field .file-uploaditem-wrap,
.upload-field-inner.secondary-upload-field-inner {
    width: 100%;
    display: block;
}

    .upload-field-inner.secondary-upload-field-inner .file-uploaditem-wrap .file-upload-entry-item input {
        width: 50%;
        float: left;
        display: block;
    }

    .upload-field-inner.secondary-upload-field-inner .file-uploaditem-wrap .fileupload-wrap {
        width: 100%;
        height: 70px;
        margin: 20px 0;
        float: left;
        display: block;
    }

        .upload-field-inner.secondary-upload-field-inner .file-uploaditem-wrap .fileupload-wrap .choose-file-btn {
            width: 100%;
            height: 20px;
            padding: 0;
            margin: 0 0 20px 0;
            float: left;
            display: block;
            text-align: left;
            font-size: 14px;
            font-weight: 600;
            color: #004A69;
        }

/*Customer RFQ File Upload*/
.edit-hide-btn-wrapper span:not(:last-of-type) {
    width: 100%;
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
}

.edit-hide-btn {
    width: 100%;
    margin: 20px 0;
    display: block;
    cursor: pointer;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.edit-hide-content {
    width: 100%;
    max-height: 0;
    display: block;
    padding-right: 10px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    /* Smooth animation */
}

    .edit-hide-content .inputs:first-child {
        margin-top: 15px;
    }

    .edit-hide-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
        border-radius: 3px;
    }

    .edit-hide-content::-webkit-scrollbar {
        width: 6px;
        border-radius: 3px;
        background-color: #F5F5F5;
    }

    .edit-hide-content::-webkit-scrollbar-thumb {
        background-color: #565c6c;
        border-radius: 3px;
    }

    .edit-hide-content .form-group {
        width: 100%;
        display: block;
    }

        .edit-hide-content .form-group label {
            margin-bottom: 10px;
            display: block;
            font-weight: 600;
        }

        .edit-hide-content .form-group input[type='date'] {
            width: 50%;
            cursor: pointer;
        }

        .edit-hide-content .form-group .date-icon {
            width: 30px;
            height: 30px;
            position: absolute;
            top: 5px;
            left: 45%;
        }

.rfq-form.request-form-wrap .request-form-inner .input-date .date-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 9px;
    right: 0;
}

.remove-file-btn, .remove-picture-btn,
.picture-remove-btn, remove-files-btn {
    padding: 5px;
    border: 0;
    background: none;
}

    .remove-file-btn:before,
    .remove-picture-btn:before,
    .picture-remove-btn:before,
    .remove-files-btn::before {
        content: "z";
        display: block;
        font-size: 10px;
        font-weight: 800;
        color: #8E8E8E;
    }

.remove-picture-btn {
    display: none;
}

    .remove-picture-btn.active {
        display: initial !important;
    }

/*Customer RFQ*/

/*30-01-2026 Customer RFP Form*/
/*Customer RFP*/
.request-form-outer.rfp-main-wrapper {
    width: 100%;
    max-width: 850px;
    padding: 0 !important;
    margin: 20px auto;
    border: none !important;
    box-shadow: none !important;
}

.rfp-form.request-quote-form,
.rfp-form.request-quote-form,
.request-form-inner {
    width: 100%;
    max-width: 850px;
    padding: 0 !important;
    margin: 20px auto;
    box-shadow: none !important;
    border: none !important;
}

.rfp-main-wrapper.rfp-form-wrapper {
    width: 100%;
    max-width: 850px;
    padding: 0 !important;
    margin: 0 auto;
    border: none !important;
    box-shadow: none !important;
}

.rfp-timeline-wrap {
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.rfp-main-wrapper .form-group input[type='date'] {
    width: 50%;
    cursor: pointer;
}

.rfp-main-wrapper .form-group .date-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 7px;
    left: 45%;
}

.rfp-main-wrapper .fileupload-wrap .filename {
    width: auto;
    height: 36px;
    padding: 10px 4px;
    margin: 15px 10px 0 20px;
    float: left;
    display: block;
    font-size: 14px;
}

.rfp-main-wrapper .fileupload-wrap .custom-file-label {
    margin-top: -20px;
}

.rfp-main-wrapper .form-group.inputs .inputs.textarea-select-wrap div.select {
    width: auto !important;
    min-width: 160px !important;
    margin-right: 1px !important;
}

/*Branch: RFP 24-02-2026*/


/*Company Search Form*/
.company-card {
    padding: 0;
    margin: 0;
}

.company-card-actions {
    width: 100%;
    float: left;
    display: block;
}

.company-card p.description {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
    float: left;
    display: block;
    line-height: 140%;
    letter-spacing: 0%;
    font-size: 16px;
}

.company-card-header {
    width: 100%;
    display: block;
}

    .company-card-header span {
        width: 20%;
        float: left;
        display: block;
    }

.company-card-body .found-company-link,
.company-card-body .found-company-address {
    font-size: 16px;
    font-weight: 600;
    color: #006F9E;
}

.company-card-body .found-company-link {
    margin-right: 2px;
    float: left;
    display: block;
}

.company-card-body .found-company-address {
    float: left;
    display: block;
}

#CompanySearch {
    width: 400px !important;
    border: 1px solid #DDE0E2;
    border-radius: 12px;
    color: #2D2C35;
}

#search-results {
    width: 400px;
    height: 160px;
    padding: 6px;
    margin-top: -3px;
    position: relative;
    overflow: auto;
    display: none;
    border: 1px solid #DDE0E2;
    border-radius: 12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #FFFFFF;
}

    #search-results .list-group-item {
        width: 100%;
        height: 40px;
        padding: 10px 5px;
        float: left;
        display: block;
        cursor: pointer;
        text-align: left;
        border-bottom: none;
        color: #849095;
    }

        #search-results .list-group-item:hover {
            background: #F4F7F8;
        }

        #search-results .list-group-item.selected {
            background: #E9F2FF;
            border-left: 4px solid #0D6EFD;
        }

    #search-results .badge-area {
        color: #6B6F72;
        font-size: 0.85rem;
    }

/*Company Search Form*/

/*Company Registration Form*/
.account-type-selection {
    width: 100%;
    margin-top: 40px;
    display: block;
    font-size: 16px;
    color: #232729;
}

    .account-type-selection span {
        border-bottom: 2px solid #006F9E;
        cursor: pointer;
        font-weight: 600;
        color: #006F9E;
    }

.type-options {
    margin-top: 30px;
}

    .type-options div.option {
        margin-right: 5px;
    }

/*Company Registration Form*/

/*Company Brand Form*/
/*Company Brand Form*/

/*Customer Dashoard*/
.master-wrapper-content {
    background: #F6F7F9 !important;
}

.page.account-page {
    width: 100% !important;
}

    .page.account-page .page-body {
        width: 100% !important;
        padding: 30px 20px !important;
        margin: 0;
        background: #FFFFFF !important;
    }

.dashboard-header h1,
h1.section-title {
    margin-bottom: 40px !important;
    line-height: 120% !important;
    letter-spacing: -1px !important;
    font-size: 45px;
    font-weight: 800 !important;
    color: #004A69 !important;
}

h1.section-title {
    font-size: 20px !important;
}

.page.account-page.dashboard-page .ready-to-trade-section {
    width: 100%;
    height: 120px;
    padding: 30px 0;
    margin-bottom: 10px;
    box-shadow: none;
    border: none;
    border-radius: 10px;
    background: #FFFFFF;
}

    .page.account-page.dashboard-page .ready-to-trade-section p {
        width: 100%;
        padding-bottom: 20px;
        margin-top: -8px;
        float: left;
        display: block;
        font-size: 16px;
        font-weight: 400;
        color: #004A69;
    }

    .page.account-page.dashboard-page .ready-to-trade-section .progress-header {
        width: 50%;
        margin-bottom: 0;
        float: left;
        display: block;
    }

        .page.account-page.dashboard-page .ready-to-trade-section .progress-header span.title {
            width: 100%;
            display: block;
            line-height: 30px;
            letter-spacing: 0px;
            font-size: 32px !important;
            font-weight: 500 !important;
            color: #004A69;
        }

    .page.account-page.dashboard-page .ready-to-trade-section .ready-to-trade-badge {
        white-space: nowrap;
    }

    .page.account-page.dashboard-page .ready-to-trade-section .progress-bar-container {
        width: 50%;
        padding: 30px 0;
        margin-top: -10px;
        margin-bottom: 0;
        float: left;
        display: block;
    }

        .page.account-page.dashboard-page .ready-to-trade-section .progress-bar-container .progress-bar {
            width: 90%;
            height: 10px;
            float: right;
            display: block;
            background: #E5F2FF;
            border-radius: 6px;
            overflow: hidden;
        }

        .page.account-page.dashboard-page .ready-to-trade-section .progress-bar-container span.completion-percentage {
            width: 10%;
            height: 11px;
            margin-top: -1px;
            float: left;
            display: block;
            line-height: 10px;
            letter-spacing: 0%;
            text-align: left;
            font-size: 14px;
            font-weight: 600;
            color: #151619;
        }

    .page.account-page.dashboard-page .ready-to-trade-section .progress-fill {
        height: 100%;
        background: #0171F8;
        transition: width 0.3s ease;
    }

/*Task: 86b9bdeda*/
.missing-trade-accordion .missing-trade-header {
    width: auto;
    min-width: 288px;
    padding: 12px 20px;
    display: block;
    float: left;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease;
    border-radius: 8px;
}

.missing-trade-accordion:not(.open) .missing-trade-header:hover {
    background: #E3E6E9;
}

.missing-trade-accordion.open .missing-trade-header {
    padding: 20px 30px;
}

.missing-trade-accordion .missing-trade-header span.missing-trade-title {
    float: left;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #14181F;
}

.missing-trade-accordion.open .missing-trade-title {
    font-size: 16px;
    font-weight: 700;
    color: #004A69;
}

.missing-trade-accordion .missing-trade-header span.missing-trade-arrow {
    margin-left: 5px;
    font-size: 20px;
    color: #14181F;
    line-height: 0;
    display: block;
    float: left;
    align-items: center;
}

.blink {
    animation: blink 900ms infinite;
}

.missing-trade-accordion.open .missing-trade-arrow {
    color: #004A69;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*Task: 86b9bdeda*/

.page.account-page.dashboard-page .dashboard-tabs {
    width: 100%;
    height: 85px;
    padding: 20px 15px;
    margin-bottom: 20px;
    display: flex;
    gap: 0;
    border: 1px solid #E8EAED;
    border-radius: 10px;
    background: #F5FCFF;
    overflow-x: auto;
    overflow-y: hidden;
}

.dashboard-tab {
    height: 45px;
    padding: 5px 24px;
    margin-right: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: transparent;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #004A69;
}

    .dashboard-tab.active,
    .dashboard-tab:hover {
        background: #004A69;
        color: #FFFFFF;
    }

#tab-content-area {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #FFFFFF !important;
}

.dashboard-container {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

    .dashboard-container .accordion-section {
        width: 100% !important;
        margin-bottom: 10px;
        overflow: hidden;
        border: 1px solid #ECECEC;
        border-radius: 10px;
    }

        .dashboard-container .accordion-section .accordion-header {
            height: 62px;
            background: #FFFFFF;
        }

            .dashboard-container .accordion-section .accordion-header .section-title {
                margin: 0;
                line-height: 20px;
                letter-spacing: 0;
                font-weight: 500;
                font-size: 20px;
                color: #1A3353;
            }

            .dashboard-container .accordion-section .accordion-header .accordion-icon {
                padding: 4px;
                margin-top: -1px;
                margin-right: 5px;
                float: right;
                display: inline-block;
                border: solid #888888;
                border-width: 0 2px 2px 0;
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                font-size: 14px;
                color: #666;
                transition: transform 0.3s ease;
            }

            .dashboard-container .accordion-section .accordion-header.active .accordion-icon {
                transform: rotate(-135deg);
                -webkit-transform: rotate(-135deg);
            }

    .dashboard-container .accordion-header .accordion-header-left {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .dashboard-container .accordion-header .section-status-icon {
        display: inline-flex;
        align-items: center;
        flex-shrink: 0;
    }

    .dashboard-container .form-group .form-input,
    .dashboard-container .form-group input,
    .dashboard-container .form-input,
    .staff-management-container .form-input {
        padding-left: 12px !important;
        color: #000000 !important;
    }

    .dashboard-container select,
    .staff-management-container select {
        padding-left: 12px !important;
        color: #849095;
    }

        .dashboard-container select:valid,
        .staff-management-container select:valid {
            color: #000000 !important;
        }

        .dashboard-container select option,
        .staff-management-container select option {
            color: #000000;
        }

    .dashboard-container .form-group .form-input::placeholder,
    .dashboard-container .form-group input::placeholder,
    .staff-management-container .form-input::placeholder {
        padding-left: 0 !important;
        text-indent: 0 !important;
    }

    .dashboard-container .form-group .form-textarea {
        resize: none;
        min-height: auto !important;
        height: auto;
        padding-left: 12px !important;
    }

        .dashboard-container .form-group .form-textarea:focus {
            outline: none;
            box-shadow: none;
            border: 1px solid #000000 !important;
        }

    .dashboard-container .form-input:focus,
    .staff-management-container .form-input:focus {
        outline: none;
        box-shadow: none;
        border: 1px solid #000000 !important;
    }

/*Customer Dashoard*/

/*Customer Dashoard Address*/
.addresses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.address-card {
    background: #FFFFFF;
    border: 1px solid #F4F5F6;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: none;
    transition: none;
}

    .address-card:hover {
        transform: none;
        box-shadow: none;
    }

.address-type-badge {
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 0;
    border-bottom: 1px solid #ECECEC;
    background: none;
    font-size: 16px;
    font-weight: 700;
    color: #040404;
}

    .address-type-badge.default {
        background: none;
    }

.address-card-body {
    padding: 20px;
}

.address-info-row {
    width: 100%;
    margin-bottom: 12px;
    float: left;
    display: block;
}

    .address-info-row.full-width {
        width: 100%;
    }

    .address-info-row .info-label {
        width: auto;
        max-width: 15%;
        margin-right: 5px;
        float: left;
        display: block;
        font-size: 14px;
        font-weight: 600 !important;
        color: #040404;
    }

    .address-info-row .info-value {
        width: auto;
        max-width: 85%;
        float: left;
        display: block;
        font-size: 15px;
        font-weight: 600 !important;
        color: #040404;
    }

.address-actions {
    width: 100%;
    height: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
    float: left;
    display: block;
}

.action-btn {
    margin-right: 5px;
    float: left;
    display: block;
}

    .action-btn i {
        font-size: 14px;
    }

    .action-btn .btn-text {
    }

    .action-btn:hover {
        transform: none;
        box-shadow: none;
    }

.edit-btn:hover {
}

.delete-btn:hover {
}

.add-new-card {
    height: auto;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #FFFFFF;
}

    .add-new-card:hover {
        transform: none;
        box-shadow: none;
    }

.add-new-content {
    text-align: center;
}

    .add-new-content span {
        cursor: pointer;
        font-size: 20px;
        font-weight: 700;
        color: #004A69;
    }

@media (max-width: 768px) {
    .addresses-grid {
        grid-template-columns: 1fr;
    }
}

/*Adres Modal*/
.address-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    animation: fadeIn 0.3s ease;
}

    .address-modal.show {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.address-modal-content {
    width: 60%;
    max-width: 700px;
    max-height: 80vh;
    padding: 0 20px;
    overflow: hidden;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    animation: slideUp 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    background: #FFFFFF;
}

.address-modal-header {
    width: 100%;
    padding: 24px 30px 0 30px;
    background: #FFFFFF;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .address-modal-header h2 {
        width: 100%;
        padding: 16px 8px 0 8px;
        margin: 0;
        display: block;
        text-align: center;
        font-size: 24px;
        font-weight: 800;
        color: #232729;
    }

.close-modal {
    width: 36px;
    height: 36px;
    margin-top: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: none;
    transition: all 0.2s;
    background: transparent;
    text-transform: none;
    color: #849095;
}

    .close-modal::after {
        display: inline-block;
        content: "\00d7";
        font-size: 32px;
        font-weight: 800 !important;
    }

    .close-modal:hover {
        background: #F8F9FA;
        color: #212529;
    }

.address-modal-body {
    width: 100%;
    height: auto;
    max-height: 80%;
    padding: 24px 20px 0 20px;
    overflow-y: auto;
    flex: 1;
    background: #FFFFFF;
}

.loading-spinner {
    text-align: center;
    padding: 40px;
    color: #6c757d;
    font-size: 18px;
}

    .loading-spinner i {
        font-size: 32px;
        margin-bottom: 12px;
        display: block;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Modal form styles */
.address-modal-body .address-edit-page {
    max-width: 100%;
}

.address-modal-body .edit-address {
    background: #FFFFFF;
}

.address-modal-body .edit-address {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
}

    .address-modal-body .edit-address .required {
        float: left;
        display: block;
    }

    .address-modal-body .edit-address label {
        margin-left: 20px;
        float: left;
        display: block;
        color: #232729 !important;
    }

    .address-modal-body .edit-address .inputs-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .address-modal-body .edit-address .inputs {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

        .address-modal-body .edit-address .inputs.full-width,
        .address-modal-body .edit-address .inputs.half-width {
            width: 100%;
            padding: 0;
            margin: 0;
            display: block;
        }

    .address-modal-body .edit-address .phone-input-wrapper {
        display: flex;
        gap: 10px;
        align-items: stretch;
    }

.address-modal-body .buttons {
    width: 100%;
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: none;
    text-align: center;
}

.address-modal-body .edit-address .buttons .primary-btn {
    margin: 0 auto;
}

/*Butonlar buraya alınacak*/
.address-modal-footer {
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
}

/*Butonlar buraya alınacak*/
/* Hide original form styles that conflict */
.address-modal-body .address-edit-page > style {
    display: none !important;
}

@media (max-width: 768px) {
    .address-modal-content {
        width: 95%;
        max-height: 95vh;
    }

    .address-modal-header {
        padding: 20px;
    }

        .address-modal-header h2 {
            font-size: 20px;
        }

    .address-modal-body {
        padding: 20px;
    }
}

/*Adres Modal*/
/*Customer Dashoard Address*/

/*Customer Dashoard Staff Management*/
.staff-management-container {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.staff-header {
    margin-bottom: 24px;
}

    .staff-header .section-title {
        margin: 0;
        line-height: 24px;
        font-size: 20px;
        font-weight: 800;
        color: #004A69;
    }

.staff-management-container .user-list-table .staff-table thead tr,
.staff-management-container .user-list-table .staff-table thead th {
    border: none !important;
    background: #FFFFFF !important;
    letter-spacing: -1% !important;
    line-height: 16px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #33383F !important;
}

.staff-management-container .user-list-table .staff-table thead th {
    padding: 16px !important;
    text-align: left !important;
}

.staff-management-container .user-list-table .staff-table tbody tr {
    border: none !important;
    border-top: 1px solid #EFEFEF !important;
    background: #FFFFFF !important;
    letter-spacing: -1% !important;
    line-height: 24px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #6F767E !important;
}

.staff-management-container .user-list-table .staff-table td {
    border: none !important;
    padding: 16px !important;
}

.staff-management-container .user-list-table {
    margin-bottom: 24px;
}

staff-management-container .user-list-table .staff-table {
    width: 100%;
    border-collapse: collapse;
}

.user-row {
    transition: none;
}

    .user-row:hover {
        background: #F8F9FA;
    }

.user-name {
    font-weight: 500;
    color: #003d5C;
}

.user-role {
    color: #666666;
}

.status-badge {
    padding: 6px 12px;
    display: inline-block;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
}

.status-verified {
    background: #E8F5E9;
    color: #2E7D32;
}

.status-not-verified {
    background: #FFF3E0;
    color: #E65100;
}

.add-user-form-section {
    margin-bottom: 32px;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 24px;
}

.invite-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 16px;
    align-items: end;
}

    .invite-form-wrapper .form-group {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }

        .invite-form-wrapper .form-group label {
            margin-bottom: 8px;
            font-weight: 500;
            color: #333;
            font-size: 14px;
        }

.legal-notice {
    padding: 20px !important;
    margin-bottom: 32px !important;
    display: flex !important;
    gap: 16px !important;
    border: 1px solid #FFEED3 !important;
    border-radius: 8px !important;
    background: #FEFFF4 !important;
}

.notice-icon {
    color: #ffb300;
    font-size: 24px;
    flex-shrink: 0;
}

.notice-content p {
    margin: 0 0 12px 0;
    color: #666;
    line-height: 1.6;
}

    .notice-content p:last-child {
        margin-bottom: 0;
    }

.notice-regulation {
    font-weight: 500;
}

.verification-section {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 24px;
}

.verification-header {
    margin-bottom: 20px;
}

.verification-status {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

    .verification-status.not-verified {
        background: #fff3e0;
        color: #e65100;
    }

.verification-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

    .form-group.full-width {
        grid-column: 1 / -1;
    }

    .form-group label {
        margin-bottom: 8px;
        font-weight: 500;
        color: #333;
        font-size: 14px;
    }

.required {
    color: #ea4335;
}

.form-control {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.2s ease;
}

    .form-control:focus {
        outline: none;
        border-color: #4285f4;
    }

select.form-control {
    appearance: auto;
    background-color: white;
}

select[multiple].form-control {
    min-height: 120px;
}

.form-hint {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
}

.checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
}

    .checkbox-wrapper input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-top: 2px;
        cursor: pointer;
    }

    .checkbox-wrapper label {
        cursor: pointer;
        margin-bottom: 0;
    }

.checkbox-description {
    display: block;
    font-weight: 400;
    color: #666;
    font-size: 13px;
    margin-top: 4px;
}

.legal-representative-checkbox {
    background: #f0f7ff;
    border-color: #4285f4;
}

.form-actions {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
}

.no-users-message {
    text-align: center;
    padding: 60px 20px;
}

    .no-users-message p {
        color: #666;
        margin-bottom: 20px;
    }

.add-user-form-section {
    padding: 24px;
    margin-bottom: 32px;
    background: #F9FDFF !important;
    border-radius: 8px;
}

.invite-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 16px;
    align-items: end;
}

    .invite-form-wrapper .form-group {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }

        .invite-form-wrapper .form-group label {
            margin-bottom: 8px;
            font-weight: 500;
            color: #333;
            font-size: 14px;
        }

#verificationSection {
    border: 1px solid #80B7CF !important;
    border-radius: 8px !important;
    background: #F9FDFF !important;
}

/*Customer Dashoard Staff Management*/

/*Customer Dashoard Verification*/
.verifications-container {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.verification-info-banner {
    padding: 20px 30px;
    border: 1px solid #FFEED3;
    border-radius: 8px;
    background: #FEFFF4;
}

    .verification-info-banner .info-content h3 {
        line-height: 40px;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #000000;
    }

    .verification-info-banner .info-content p {
        line-height: 40px;
        font-size: 16px;
        font-weight: 500;
        color: #1A1D1F;
    }

ul.verification-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.verification-benefits li {
        padding-left: 20px;
        position: relative;
        line-height: 40px;
        font-size: 16px;
        font-weight: 500;
        color: #1A1D1F;
    }

        ul.verification-benefits li:before {
            width: 30px;
            height: 30px;
            position: absolute;
            top: 0;
            left: 0;
            line-height: 32px;
            content: "•";
            font-size: 18px;
            font-weight: 800;
            color: #1A1D1F;
        }

.verification-section {
    background: #FFFFFF;
}

    .verification-section h2.section-title {
        margin: 0;
        margin-bottom: 20px;
        border: none;
        line-height: 24px;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 800;
        color: #004A69;
    }

.verification-table-wrapper {
    overflow-x: auto;
}

verification-table-wrapper .verification-table {
    width: 100%;
    border-collapse: collapse;
    background: #FFFFFF;
}

.verification-table-wrapper .verification-table thead tr,
.verification-table-wrapper .verification-table thead th {
    border: none;
    background: #FFFFFF;
    letter-spacing: -1%;
    line-height: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #33383F;
}

.verification-table-wrapper .verification-table thead th {
    padding: 14px 16px;
    text-align: left;
}

.verification-table-wrapper .verification-table tbody tr {
    border: none;
    border-top: 1px solid #EFEFEF;
    letter-spacing: -1%;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #6F767E;
}

.verification-table-wrapper .verification-table td {
    padding: 16px;
    vertical-align: middle;
}

.page.account-page.verifications-page {
    width: 100%;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
}

    .page.account-page.verifications-page .page-body {
        width: 100%;
        height: auto;
        padding: 0 !important;
        margin: 0 !important;
    }

    .page.account-page.verifications-page .verifications-container {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        border: 0;
    }

        .page.account-page.verifications-page .verifications-container .verification-intro {
            width: 100%;
            padding: 20px 30px;
            margin-bottom: 20px;
            border: 1px solid #FFE2B3;
            border-radius: 10px;
            background: #FEFFF4;
        }

            .page.account-page.verifications-page .verifications-container .verification-intro span.title {
                width: 100%;
                display: block;
                padding: 0;
                margin-bottom: 20px;
                font-size: 18px;
                font-weight: 700;
                color: #000000;
            }

            .page.account-page.verifications-page .verifications-container .verification-intro p {
                width: 100%;
                display: block;
                line-height: 40px;
                letter-spacing: 0;
                font-size: 16px;
                font-weight: 600 !important;
                color: #1A1D1F;
            }

            .page.account-page.verifications-page .verifications-container .verification-intro ul {
                width: 100%;
                display: block;
            }

                .page.account-page.verifications-page .verifications-container .verification-intro ul li {
                    width: 100%;
                    padding-left: 5px;
                    display: block;
                    line-height: 40px;
                    font-size: 16px;
                    font-weight: 600 !important;
                    color: #1A1D1F;
                }

                    .page.account-page.verifications-page .verifications-container .verification-intro ul li:before {
                        content: "•";
                        margin-right: 5px;
                        font-weight: 600;
                        color: #1A1D1F;
                    }

.verification-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 30px;
}

.verification-card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 30px;
    border: 1px solid #e0e0e0;
}

    .verification-card h3 {
        font-size: 22px;
        font-weight: 700;
        color: #003d5c;
        margin: 0 0 20px 0;
    }

.verification-status {
    margin-bottom: 20px;
    font-size: 14px;
}

    .verification-status strong {
        color: #333;
    }

.status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    margin-left: 8px;
}

.status-in-progress {
    background: #fff3cd;
    color: #856404;
}

.status-pending {
    background: #f8d7da;
    color: #721c24;
}

/**23-01-2026 Dashboard Verification**/
.verification-cell {
    min-width: 200px;
    text-align: center;
}

    /**23-01-2026 Dashboard Verification**/
    .verification-cell .verification-status-wrapper span.status-text {
        margin: 0 auto;
        background: none;
        font-size: 14px;
        font-weight: 800;
    }

        .verification-cell .verification-status-wrapper span.status-text.status-not-verified {
            color: #E18B00;
        }

    .verification-cell .verification-status-wrapperspan.status-text.status-verified {
        color: #21B500;
    }

    .verification-cell .verification-status-wrapperspan.status-text.status-pending {
        background: #F8D7DA;
        color: #721C24;
    }

.btn-start-verification,
.btn-start-verification:hover,
.btn-verification {
    width: auto !important;
    min-width: 100px;
    padding: 6px 12px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: none;
    border-radius: 20px;
    border: 1px solid #004A69;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    color: #004A69;
}

.btn-verification {
    width: 100%;
    max-width: 250px;
    margin-bottom: 25px;
    cursor: not-allowed;
    text-transform: lowercase;
}

    .btn-verification:not(:disabled) {
        cursor: pointer;
        background: #4285F4;
        color: #FFFFFF;
    }

        .btn-verification:not(:disabled):hover {
            background: #357AE8;
        }

.verification-steps {
    margin-top: 20px;
}

    .verification-steps h4 {
        font-size: 16px;
        font-weight: 600;
        color: #003d5c;
        margin: 0 0 15px 0;
    }

    .verification-steps ul {
        list-style: none;
        padding: 0;
        margin: 0 0 15px 0;
    }

    .verification-steps li {
        font-size: 14px;
        line-height: 1.6;
        color: #555;
        margin-bottom: 12px;
        padding-left: 25px;
        position: relative;
    }

        .verification-steps li:before {
            content: "•";
            position: absolute;
            left: 10px;
            color: #4285f4;
            font-weight: bold;
        }

    .verification-steps strong {
        color: #003d5c;
        font-weight: 600;
    }

.verification-note {
    font-size: 13px;
    color: #666;
    font-style: italic;
    margin-top: 15px;
}

@media (max-width: 992px) {
    .verification-cards {
        grid-template-columns: 1fr;
    }

    .verifications-container {
        padding: 25px;
    }
}

/*Customer Dashoard Verification*/

/*Customer Dashoard Service Provider*/
.service-providers-container {
    padding: 0px !important;
    margin: 0px !important;
    background: #FFFFFF;
    border-radius: 0px !important;
    box-shadow: none;
}

.provider-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.provider-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

    .provider-card:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
        transform: translateY(-2px);
        border-color: #2C5F7C;
    }

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.icon-wrapper {
    background: #F0F5F8;
    border-radius: 12px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.provider-icon {
    width: 40px;
    height: 40px;
}

.selection-circle {
    width: 24px;
    height: 24px;
    border: 2px solid #cbd5e0;
    border-radius: 50%;
    background: white;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

    .selection-circle.selected {
        border-color: #2C5F7C;
        background: #2C5F7C;
        position: relative;
    }

        .selection-circle.selected::after {
            content: '✓';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 14px;
            font-weight: bold;
        }

.provider-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2C5F7C;
    margin: 0 0 12px 0;
}

.provider-description {
    font-size: 15px;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
}

@media (max-width: 992px) {
    .provider-cards-grid {
        grid-template-columns: 1fr;
    }

    .service-providers-container {
        padding: 25px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .provider-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*Customer Dashoard Service Provider*/

/*Customer Dashoard Company Info*/
.dashboard-container {
    background: #FFFFFF !important;
    padding: 0 !important;
}

.company-info-container {
    background: #FFFFFF !important;
    padding: 0 !important;
    max-width: 1200px;
}

.company-info-page h1.page-title {
    margin-bottom: 40px !important;
    line-height: 120% !important;
    letter-spacing: -2% !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px;
    font-weight: 800 !important;
    color: #004A69 !important;
}

.company-info-container .accordion-section {
    width: 100% !important;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #ECECEC;
    border-radius: 10px;
}

    .company-info-container .accordion-section .accordion-header {
        height: 62px;
        background: #FFFFFF;
    }

        .company-info-container .accordion-section .accordion-header .section-title {
            margin: 0;
            line-height: 20px;
            letter-spacing: 0;
            font-weight: 500;
            font-size: 20px;
            color: #1A3353;
        }

        .company-info-container .accordion-section .accordion-header .accordion-icon {
            padding: 4px;
            margin-top: -1px;
            margin-right: 5px;
            float: right;
            display: inline-block;
            border: solid #888888;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            font-size: 14px;
            color: #666;
            transition: transform 0.3s ease;
        }

        .company-info-container .accordion-section .accordion-header.active .accordion-icon {
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
        }

/*Customer Dashoard Company Info*/
/*Customer Dashoard Personal Info*/
.customer-info-page {
}

    .customer-info-page h1.page-title {
        margin-bottom: 40px !important;
        line-height: 120% !important;
        letter-spacing: -2% !important;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 20px;
        font-weight: 800 !important;
        color: #004A69 !important;
    }

/*Customer Dashoard Personal Info*/

/*Customer Dashoard Company Info*/
/* Main Container */
.company-info-container {
    background: #f8f9fa;
    padding: 32px;
    max-width: 1200px;
}

.page-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a3353;
    margin: 0 0 32px 0;
}

/* Form */
.company-info-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Accordion Section */
.accordion-section {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    margin-bottom: 16px;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    background: #ffffff;
    transition: background 0.2s ease;
}

    .accordion-header:hover {
        background: #f8f9fa;
    }

.section-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a3353;
    margin: 0;
}

.accordion-icon {
    font-size: 14px;
    color: #666;
    transition: transform 0.3s ease;
}

.accordion-header.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 24px;
}

    .accordion-content.active {
        max-height: 5000px;
        padding: 24px;
        border-top: 1px solid #e0e0e0;
    }

/* Form Grid - 2 columns */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .form-group.full-width {
        grid-column: 1 / -1;
    }

/* Form Label */
.form-label {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin: 0;
}

.required-indicator {
    color: #e74c3c;
    font-weight: 700;
    margin-right: 4px;
}

/* Form Input */
.form-input {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    color: #333333;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    transition: all 0.2s ease;
    box-sizing: border-box;
    height: 48px;
}

    .form-input:focus {
        outline: none;
        border-color: #4a90e2;
        box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
    }

/* Form Select */
.form-select {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    color: #333333;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    transition: all 0.2s ease;
    box-sizing: border-box;
    height: 48px;
    cursor: pointer;
}

    .form-select:focus {
        outline: none;
        border-color: #4a90e2;
        box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
    }

/* Form Textarea */
.form-textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    color: #333333;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    transition: all 0.2s ease;
    box-sizing: border-box;
    resize: vertical;
    font-family: inherit;
}

    .form-textarea:focus {
        outline: none;
        border-color: #4a90e2;
        box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
    }

/* File Upload */
.file-upload-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.file-input {
    display: none;
}

.file-label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.file-button {
    background: #1a3353;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.file-name {
    color: #666;
    font-size: 14px;
}

.file-hint {
    color: #666;
    font-size: 12px;
}

/* Input with Select (Revenue) */
.input-with-select {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}

.revenue-input {
    grid-column: 1;
}

.currency-select {
    grid-column: 2;
    width: 100px;
}

/* Add More Buttons */
.btn-add-more {
    background: transparent;
    color: #1a3353;
    border: 1px dashed #1a3353;
    border-radius: 6px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    text-align: left;
}

    .btn-add-more:hover {
        background: #f0f4f8;
        border-color: #0d1f35;
    }

/* Form Actions */
.form-actions {
    margin-top: 8px;
}

/* Save Button */
.btn-save {
    background: #e74c3c;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 12px 32px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(231, 76, 60, 0.2);
}

    .btn-save:hover {
        background: #c0392b;
        box-shadow: 0 4px 8px rgba(231, 76, 60, 0.3);
        transform: translateY(-1px);
    }

    .btn-save:active {
        transform: translateY(0);
        box-shadow: 0 2px 4px rgba(231, 76, 60, 0.2);
    }

/* Validation */
.field-validation-error {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 4px;
}

.message-error {
    background: #fee;
    border: 1px solid #e74c3c;
    border-radius: 6px;
    padding: 12px 16px;
    color: #c0392b;
    margin-bottom: 16px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .company-info-container {
        padding: 24px 16px;
    }

    .page-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .accordion-header {
        padding: 16px 20px;
    }

    .section-title {
        font-size: 16px;
    }

    .accordion-content.active {
        padding: 20px;
    }

    .input-with-select {
        grid-template-columns: 1fr;
    }

    .currency-select {
        width: 100%;
    }
}

/*Customer Dashoard Company Info*/

/*Customer Dashoard Documents*/
.page.account-page.company-info-page.documents .missing-documents-alert {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 20px;
    border: 1px solid #FFE2B3;
    border-radius: 10px;
    background: #FEFFF4;
}

    .page.account-page.company-info-page.documents .missing-documents-alert .alert-header {
        padding: 12px 20px;
        margin-top: -20px;
        display: flex;
        align-items: center;
        gap: 10px;
        border-bottom: 1px solid #FFEEBA;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: #FFF3CD;
        font-weight: 600;
        color: #856404;
    }

        .page.account-page.company-info-page.documents .missing-documents-alert .alert-header i {
            margin-top: -4px;
            text-transform: none !important;
            font-style: normal !important;
        }

    .page.account-page.company-info-page.documents .missing-documents-alert .alert-content {
        padding: 16px 20px;
        color: #856404;
    }

        .page.account-page.company-info-page.documents .missing-documents-alert .alert-content .missing-list {
            padding-left: 20px;
            margin: 10px 0 0 0;
        }

            .page.account-page.company-info-page.documents .missing-documents-alert .alert-content .missing-list li {
                margin: 8px 0;
                display: flex;
                align-items: center;
                gap: 8px;
            }

.page.account-page.company-info-page.documents .upload-section {
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(32, 201, 151, 0.08);
    background: #FFFFFF;
}

    .page.account-page.company-info-page.documents .upload-section .section-header {
        padding: 14px 22px;
        border-radius: 8px 8px 0 0;
        background: transparent;
        color: #333333;
        border-bottom: 1px solid #e0e0e0;
    }

        .page.account-page.company-info-page.documents .upload-section .section-header h3 {
            margin: 0;
            font-size: 16px;
            font-weight: 600;
        }

    .page.account-page.company-info-page.documents .upload-section .upload-content {
        padding: 22px;
    }

        .page.account-page.company-info-page.documents .upload-section .upload-content .upload-info {
            padding: 10px;
            text-align: center;
        }

            .page.account-page.company-info-page.documents .upload-section .upload-content .upload-info p {
                margin-bottom: 18px;
                font-size: 15px;
                color: #343A40;
            }

.page.account-page.company-info-page.documents .btn-upload-prompt {
    padding: 10px 20px;
    margin-top: 18px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
    background: #FFFFFF;
    font-weight: 600;
    color: #333333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}

    .page.account-page.company-info-page.documents .btn-upload-prompt:hover {
        background: #17A2B8;
    }

.page.account-page.company-info-page.documents .upload-section .upload-content .upload-info .btn-upload-modal {
    padding: 12px 28px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    transition: background 0.2s;
    background: #FFFFFF;
    font-weight: 600;
    font-size: 15px;
    color: #333333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}

    .page.account-page.company-info-page.documents .upload-section .upload-content .upload-info .btn-upload-modal:hover {
        background: #17A2B8;
    }

.page.account-page.company-info-page.documents .section-header {
    padding: 14px 22px;
    border-radius: 8px 8px 0 0;
    background: transparent;
    color: #333333;
    border-bottom: 1px solid #e0e0e0;
}

    .page.account-page.company-info-page.documents .section-header h3 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
    }

.page.account-page.company-info-page.documents .custom-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.page.account-page.company-info-page.documents .modal-backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.page.account-page.company-info-page.documents .modal-dialog {
    width: 90%;
    max-width: 500px;
    margin: 5% auto;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: #FFFFFF;
}

.page.account-page.company-info-page.documents .modal-content {
    display: flex;
    flex-direction: column;
}

.page.account-page.company-info-page.documents .modal-header {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F8F9FA;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin: 15px 20px 0;
}

.page.account-page.company-info-page.documents .close-btn {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 18px;
    color: #FFFFFF;
}

    .page.account-page.company-info-page.documents .close-btn::before,
    .page.account-page.company-info-page.documents .btn-secondary::before {
        display: none;
    }

.page.account-page.company-info-page.documents .modal-body {
    padding: 20px;
    flex: 1;
}

.page.account-page.company-info-page.documents .modal-footer {
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
    border-top: 1px solid #E9ECEF;
    background-color: #F8F9FA;
}

.page.account-page.company-info-page.documents .btn-modal {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
    text-align: center;
    justify-content: center;
}

.page.account-page.company-info-page.documents .btn-secondary {
    background: #6C757D;
    color: #FFFFFF;
}

.page.account-page.company-info-page.documents .btn-success {
    background: #FFFFFF;
    color: #333333;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}

    .page.account-page.company-info-page.documents .btn-success::before {
        display: none;
    }

.page.account-page.company-info-page.documents .documents-list-container {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    box-shadow: none;
}

    .page.account-page.company-info-page.documents .documents-list-container .no-documents {
        padding: 50px 20px;
        text-align: center;
        color: #6C757D;
    }

    .page.account-page.company-info-page.documents .documents-list-container .no-documents-icon {
        margin-bottom: 18px;
        font-size: 54px;
        color: #E9ECEF;
    }

    .page.account-page.company-info-page.documents .documents-list-container .no-documents h3 {
        margin-bottom: 10px;
        color: #343a40;
    }

.page.account-page.company-info-page.documents .upload-section {
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    box-shadow: none;
}

.page.account-page.company-info-page.documents .upload-fields {
    padding: 0;
}

/****CANLI GÖREMEDIK****/
.page.account-page.company-info-page.documents .search-section {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 22px;
    margin-bottom: 25px;
    border: 1px solid #e9ecef;
}

.page.account-page.company-info-page.documents .search-row {
    display: flex;
    gap: 18px;
    align-items: end;
    flex-wrap: wrap;
}

.page.account-page.company-info-page.documents .search-field {
    flex: 1;
    min-width: 180px;
}

.page.account-page.company-info-page.documents .search-button-field {
    flex: 0 0 auto;
}

.page.account-page.company-info-page.documents .field-label {
    display: block;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 8px;
    font-size: 14px;
}

.page.account-page.company-info-page.documents .form-select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
}

.page.account-page.company-info-page.documents .btn-search {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
}

    .page.account-page.company-info-page.documents .btn-search:hover {
        background: #0056b3;
    }

.page.account-page.company-info-page.documents .documents-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 18px;
    padding: 22px;
}

.page.account-page.company-info-page.documents .document-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(32, 201, 151, 0.06);
    transition: box-shadow 0.2s;
}

    .page.account-page.company-info-page.documents .document-card:hover {
        box-shadow: 0 6px 18px rgba(32, 201, 151, 0.12);
        border-color: #20c997;
    }

.page.account-page.company-info-page.documents .document-header {
    background: #f8f9fa;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #e9ecef;
}

.page.account-page.company-info-page.documents .document-icon {
    font-size: 30px;
    flex-shrink: 0;
}

.page.account-page.company-info-page.documents .document-title {
    flex: 1;
    min-width: 0;
}

    .page.account-page.company-info-page.documents .document-title h4 {
        margin: 0 0 4px 0;
        font-size: 15px;
        font-weight: 600;
        color: #343a40;
    }

.page.account-page.company-info-page.documents .document-filename {
    font-size: 12px;
    color: #6c757d;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page.account-page.company-info-page.documents .document-status {
    flex-shrink: 0;
}

.page.account-page.company-info-page.documents .status-badge {
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.page.account-page.company-info-page.documents .status-approved {
    background: #e6fffa;
    color: #20c997;
    border: 1px solid #20c997;
}

.page.account-page.company-info-page.documents .status-pending {
    background: #fffbe6;
    color: #ffc107;
    border: 1px solid #ffc107;
}

.page.account-page.company-info-page.documents .status-rejected {
    background: #ffe6e6;
    color: #dc3545;
    border: 1px solid #dc3545;
}

.page.account-page.company-info-page.documents .document-info {
    padding: 12px 18px;
    background: #fff;
}

.page.account-page.company-info-page.documents .info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}

.page.account-page.company-info-page.documents .info-label {
    font-size: 13px;
    color: #6c757d;
    font-weight: 500;
}

.page.account-page.company-info-page.documents .info-value {
    font-size: 13px;
    color: #343a40;
    font-weight: 600;
}

.page.account-page.company-info-page.documents .document-actions {
    padding: 12px 18px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    display: flex;
    gap: 8px;
    justify-content: center;
}

.page.account-page.company-info-page.documents .btn-action {
    padding: 7px 16px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.page.account-page.company-info-page.documents .btn-download {
    background: #20c997;
    color: #fff;
}

    .page.account-page.company-info-page.documents .btn-download:hover {
        background: #17a2b8;
    }

.page.account-page.company-info-page.documents .btn-delete {
    background: #dc3545;
    color: #fff;
}

    .page.account-page.company-info-page.documents .btn-delete:hover {
        background: #c82333;
    }

.page.account-page.company-info-page.documents .pagination-section {
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    padding: 16px 22px;
    text-align: center;
}

.page.account-page.company-info-page.documents .pagination-info {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 12px;
}

.page.account-page.company-info-page.documents .pagination-controls {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}

.page.account-page.company-info-page.documents .btn-pagination {
    padding: 7px 14px;
    background: #fff;
    color: #343a40;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
    min-width: 36px;
    justify-content: center;
}

    .page.account-page.company-info-page.documents .btn-pagination:hover {
        background: #007bff;
        color: #fff;
        border-color: #007bff;
    }

.page.account-page.company-info-page.documents .btn-current {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.page.account-page.company-info-page.documents .form-group {
    margin-bottom: 18px;
}

.page.account-page.company-info-page.documents .required {
    color: #dc3545;
}

.page.account-page.company-info-page.documents .form-file {
    width: 100%;
    padding: 8px;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    background: #fff;
}

.page.account-page.company-info-page.documents .file-hint {
    font-size: 12px;
    color: #6c757d;
    margin-top: 8px;
    line-height: 1.4;
}

.page.account-page.company-info-page.documents .validation-error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

/****CANLI GÖREMEDIK****/
@media (max-width: 768px) {
    .page.account-page.company-info-page.documents .search-row {
        flex-direction: column;
        gap: 12px;
    }

    .page.account-page.company-info-page.documents .search-field {
        min-width: 100%;
    }

    .page.account-page.company-info-page.documents .upload-content,
    .page.account-page.company-info-page.documents .search-section {
        padding: 14px 10px;
    }

    .page.account-page.company-info-page.documents .documents-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 12px;
    }

    .page.account-page.company-info-page.documents .document-header,
    .page.account-page.company-info-page.documents .document-info,
    .page.account-page.company-info-page.documents .document-actions {
        padding: 10px 12px;
    }

    .page.account-page.company-info-page.documents .pagination-section {
        padding: 10px;
    }

    .page.account-page.company-info-page.documents .modal-dialog {
        margin: 10% 5px;
        width: calc(100% - 10px);
    }
}

/*Customer Dashoard Documents*/

/*Customer Dashoard Company Address*/
.center-2 h1.page-title {
    margin-bottom: 40px !important;
    line-height: 120% !important;
    letter-spacing: -2% !important;
    font-size: 20px;
    font-weight: 800 !important;
    color: #004A69 !important;
}

/*Customer Dashoard Company Address*/

/*Customer Dashoard Contracts*/
.page.account-page.customer-info-page {
}

.contracts-section {
    box-shadow: none !important;
}

.btn-icon,
.btn-modal {
    position: relative;
}

/* Close icon */
.close-btn::before,
.btn-secondary::before {
    content: "✕";
    font-weight: bold;
    margin-right: 5px;
}

/* Download icon */
#download-pdf-btn::before,
.btn-primary::before {
    content: "⬇";
    font-weight: bold;
    margin-right: 5px;
}

/* New tab icon */
#open-new-tab-btn::before {
    content: "↗";
    font-weight: bold;
    margin-right: 5px;
}

/* Approve icon */
.btn-success::before {
    content: "✓";
    font-weight: bold;
    margin-right: 5px;
}

/* View icon (table da) */
.btn-view::before {
    content: "👁/✓";
    margin-right: 5px;
}

/* Download icon (table da) */
.btn-download::before {
    content: "⬇";
    margin-right: 5px;
}

/* Search icon */
.btn-search::before {
    content: "🔍";
    margin-right: 5px;
}

/* Contract icon */
#modal-title::before {
    content: "📄";
    margin-right: 8px;
}

/* Fallback - eğer ::before çalışmazsa */
.fas,
.fa {
    display: none;
}

/* ✅ Loading State */
.loading-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: #666;
    font-size: 16px;
}

    .loading-state i {
        font-size: 32px;
        margin-bottom: 15px;
        color: #007bff;
    }

/* ✅ Error State */
.error-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: #d32f2f;
    background: #ffebee;
    margin: 20px;
    border-radius: 8px;
    border: 1px solid #ffcdd2;
}

    .error-state i {
        font-size: 32px;
        margin-bottom: 15px;
    }

/* ✅ Fallback Download Button */
.btn-download-fallback {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .btn-download-fallback:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

/* ✅ Page Layout - Footer Sorunu Çözümü */
.customer-info-page {
    /* Footer problemi için doğal layout */
}

.page-body {
}

/* ✅ Search Section - Customer Info Stili */
.search-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    border: 1px solid #dee2e6;
}

.search-container {
    max-width: 100%;
}

.search-row {
    display: flex;
    gap: 20px;
    align-items: end;
    flex-wrap: wrap;
}

.search-field {
    flex: 1;
    min-width: 200px;
}

.search-button-field {
    flex: 0 0 auto;
}

.field-label {
    display: block;
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
    font-size: 14px;
}

.form-select {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    background-color: white;
    font-size: 14px;
    transition: all 0.3s ease;
}

    .form-select:focus {
        border-color: #007bff;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
        outline: none;
    }

.btn-search {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .btn-search:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(220, 53, 69, 0.4);
    }

/* ✅ Contracts Section */
.contracts-section {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.section-header {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
    color: white;
    padding: 15px 25px;
}

    .section-header h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
    }

/* ✅ Table Styling */
.contracts-table-wrapper {
    overflow-x: auto;
}

.contracts-table {
    width: 100%;
    border-collapse: collapse;
}

    .contracts-table thead {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    }

    .contracts-table th {
        padding: 15px 20px;
        text-align: left;
        font-weight: 600;
        color: #495057;
        border-bottom: 2px solid #dee2e6;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .contracts-table td {
        padding: 15px 20px;
        border-bottom: 1px solid #f1f3f4;
        vertical-align: middle;
    }

.contract-row {
    transition: all 0.3s ease;
}

    .contract-row:hover {
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

.contract-name strong {
    color: #2c3e50;
    font-weight: 600;
}

.contract-type {
    color: #6c757d;
    font-size: 14px;
}

.assigned-date {
    color: #6c757d;
    font-size: 13px;
}

/* ✅ Status Badges */
.status-badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

    .status-badge::before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: currentColor;
    }

.status-pendingapproval {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    color: #856404;
    border: 1px solid #ffeaa7;
}

.status-approved {
    background: linear-gradient(135deg, #d1edff 0%, #b8e6b8 100%);
    color: #155724;
    border: 1px solid #b8e6b8;
}

.status-rejected {
    background: linear-gradient(135deg, #f8d7da 0%, #f1b0b7 100%);
    color: #721c24;
    border: 1px solid #f1b0b7;
}

/* ✅ Action Buttons */
.action-buttons {
    display: flex;
    gap: 8px;
}

.btn-action {
    padding: 6px 12px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    border: 2px solid transparent;
}

    .btn-action:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

.btn-view {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
}

.btn-download {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
}

/* ✅ No Contracts Section */
.no-contracts {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.no-contracts-icon {
    font-size: 64px;
    color: #dee2e6;
    margin-bottom: 20px;
}

.no-contracts h3 {
    color: #495057;
    margin-bottom: 10px;
}

/* ✅ ENHANCED MODAL STYLES FOR PDF */
.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-dialog {
    position: relative;
    margin: 2% auto;
    max-width: 1200px;
    /* ✅ PDF için daha büyük */
    width: 95%;
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    animation: modalSlideIn 0.3s ease-out;
}

.modal-lg {
    max-width: 1400px;
    /* ✅ Daha da büyük */
    width: 98%;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-content {
    display: flex;
    flex-direction: column;
    max-height: 95vh;
    /* ✅ Yükseklik artırıldı */
}

.modal-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .modal-header h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
    }

.modal-header-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn-icon {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    color: white;
    transition: all 0.2s;
    font-size: 14px;
}

    .btn-icon:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: translateY(-1px);
    }

    .btn-icon i {
        margin-right: 4px;
    }

.close-btn {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 4px;
    transition: all 0.2s;
}

    .close-btn:hover {
        background: rgba(255, 255, 255, 0.2);
    }

.modal-body {
    flex: 1;
    padding: 0;
    overflow: hidden;
    /* ✅ PDF için scroll yönetimi */
    max-height: calc(95vh - 120px);
    /* Header ve footer için alan bırak */
}

/* ✅ PDF CONTENT STYLES */
#pdf-content {
    height: 100%;
    padding: 0;
}

#pdf-iframe {
    width: 100%;
    height: 700px;
    /* ✅ Daha yüksek */
    border: none;
    border-radius: 0;
}

/* ✅ Loading Styles */
.loading {
    text-align: center;
    padding: 60px 20px;
    color: #666;
    font-size: 16px;
}

    .loading i {
        font-size: 32px;
        margin-bottom: 15px;
        color: #007bff;
    }

/* ✅ HTML Content (Fallback) */
.contract-content-wrapper {
    max-height: 650px;
    overflow-y: auto;
    padding: 20px;
    background: #fff;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

    .contract-content-wrapper table {
        width: 100%;
        border-collapse: collapse;
        margin: 15px 0;
    }

    .contract-content-wrapper th,
    .contract-content-wrapper td {
        padding: 8px 12px;
        border: 1px solid #ddd;
        text-align: left;
    }

    .contract-content-wrapper th {
        background-color: #f5f5f5;
        font-weight: bold;
    }

/* ✅ Error Content */
#error-content {
    padding: 40px 20px;
    text-align: center;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    margin: 20px;
    border-radius: 4px;
}

    #error-content i {
        font-size: 32px;
        margin-bottom: 15px;
    }

.modal-footer {
    background-color: #f8f9fa;
    padding: 15px 20px;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-shrink: 0;
    /* ✅ Footer sabit kalsın */
}

.btn-modal {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .btn-modal:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

.btn-secondary {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
    color: white;
}

.btn-primary {
    background: linear-gradient(135deg, #007bff 0%, #6f42c1 100%);
    color: white;
}

.btn-success {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
}

/* ✅ Alerts */
.alert {
    padding: 15px 20px;
    border-radius: 6px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* ✅ Responsive Design for PDF Modal */
@media (max-width: 1200px) {
    .modal-dialog {
        width: 98%;
        margin: 1% auto;
    }

    #pdf-iframe {
        height: 600px;
    }
}

@media (max-width: 768px) {
    .search-row {
        flex-direction: column;
        gap: 15px;
    }

    .search-field {
        min-width: 100%;
    }

    .action-buttons {
        flex-direction: column;
        gap: 4px;
    }

    .modal-dialog {
        margin: 2% 1%;
        max-width: none;
        width: 98%;
    }

    .modal-body {
        max-height: calc(90vh - 120px);
    }

    #pdf-iframe {
        height: 500px;
    }

    .contract-content-wrapper {
        padding: 15px;
        max-height: 500px;
    }

    .modal-footer {
        flex-direction: column;
        gap: 8px;
    }

    .modal-header-actions {
        gap: 5px;
    }

    .btn-icon {
        padding: 6px 8px;
        font-size: 12px;
    }

    .contracts-table-wrapper {
        overflow-x: scroll;
    }
}

@media (max-width: 480px) {
    .search-section {
        padding: 15px;
    }

    .contracts-table th,
    .contracts-table td {
        padding: 10px 8px;
        font-size: 12px;
    }

    #pdf-iframe {
        height: 400px;
    }

    .modal-dialog {
        margin: 1% 2px;
    }
}

/*Customer Dashoard Contracts*/

/*Customer Dashoard RFQ*/
/* RFQ list */
.rfq-list-container .title,
.rfp-list-container .title,
.request-viewquotes-container .title {
    margin-bottom: 25px;
}

.request-viewquotes-container .request-view-details {
    margin-bottom: 25px;
}

/* RFQ view quote */
.request-viewquotes-container .request-viewquotes-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.request-viewquotes-buttons p,
.request-viewquotes-container .quotes-table-section p,
.closing-rfq-popup p {
    font-size: 14px;
    color: #171A1F;
}

.rfq-list-container .rfq-list,
.rfp-list-container .rfp-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.quotes-list-detail-wrapper,
.rfq-list-container .rfq-item,
.rfp-list-container .rfp-item {
    background-color: #ffffff;
    padding: 24px;
    border-left: 12px solid var(--primery-blue);
    border-radius: 12px;
    box-shadow: 0 0 12px #0000001F;
    position: relative;
}

.rfq-list-container .createExpiry-date-wrap,
.rfp-list-container .createExpiry-date-wrap {
    display: flex;
}

.rfq-list-container .rfq-details > div,
.rfp-list-container .rfp-details > div {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
}

.dropdown-icon {
    width: 20px;
    height: 20px;
    background: url(../img/three-dots.svg) no-repeat center;
    background-size: cover;
    display: inline-block;
    cursor: pointer;
}

.quote-dropdown-content {
    max-width: 230px;
    position: absolute;
    right: 20px;
    top: 42px;
    box-shadow: 0 0 12px #0000001f;
    padding: 15px 20px;
    border-radius: 12px;
    background-color: #fff;
    display: none;
    flex-direction: column;
    gap: 10px;
}

.rfq-list-container .rfq-details .id,
.rfp-list-container .rfp-details .id {
    color: var(--gray5);
    font-weight: 600;
    margin-bottom: 8px;
}

.rfq-right-side > div {
    margin-bottom: 8px;
    font-size: 12px;
    color: var(--gray5);
    line-height: 130%;
    letter-spacing: 0.25px;
}

.rfq-list-container .rfq-details .name,
.rfp-list-container .rfp-details .name {
    font-size: 18px;
    color: var(--primery-blue);
    font-weight: 700;
    line-height: 120%;
    font-family: var(--title-font);
}

.rfq-list-container .rfq-details,
.rfp-list-container .rfq-details,
.order-item .order-left-side {
    width: 55%;
}

.rfq-list-container .rfq-right-side,
.rfp-list-container .rfq-right-side,
.order-item .order-right-side {
    width: 40%;
    text-align: right;
}

.rfq-actions > div:not(:last-child),
.rfp-actions > div:not(:last-child) {
    margin-bottom: 5px;
}

.rfq-actions .view-quote-link,
.rfq-actions .rfq-link,
.rfp-actions .view-quote-link,
.rfp-actions .rfp-link {
    display: inline-block;
    vertical-align: middle;
}

.rfq-list-container .rfq-details .qty {
    color: var(--primery-blue);
}

.rfq-actions .view-quote-link,
.rfp-actions .view-quote-link {
    padding-right: 12px;
}

.rfq-list-warpper,
.order-list .info {
    display: flex;
    justify-content: space-between;
}

.rfq-right-side .proposal-approval-status {
    text-align: right;
}

.rfq-date-wrapper {
    display: flex;
    gap: 16px;
}

    .rfq-date-wrapper > div {
        width: 49%;
    }

    .rfq-date-wrapper span {
        font-size: 12px;
        line-height: 130%;
        font-weight: 400;
        display: block;
    }

    .rfq-date-wrapper .label {
        color: var(--gray5);
        margin-bottom: 2px;
    }

.rfq-actions p,
.rfp-actions p {
    font-size: 16px;
    line-height: 22PX;
}

.rfq-actions p,
.rfp-actions p {
    color: #171A1F;
}

.rfq-right-side .proposal-approval-status span,
.rfq-right-side .proposal-approval-status span,
.order-list .order-status {
    font-size: 13px;
    color: var(--white);
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
}

.proposal-approval-status.approved span {
    background-color: #00CC00;
}

.proposal-approval-status.pending span,
.order-list .order-status.pending {
    background-color: #FF9812;
}

.rfq-item .rfq-actions {
    display: flex;
    gap: 10px;
}

.request-form-wrap textarea,
.popup-content textarea,
.add-vendor-form textarea {
    resize: none;
}

.view-quote-page .title,
.view-quote-page .quote-proposal-title {
    color: var(--primery-dark-blue);
}

.view-quote-page .card {
    background: transparent !important;
}

.rfq-right-side > div {
    margin-bottom: 8px;
    font-size: 12px;
    color: var(--gray5);
    line-height: 130%;
    letter-spacing: 0.25px;
}

.rfq-list-container .rfq-details .name,
.rfp-list-container .rfp-details .name {
    font-size: 18px;
    color: var(--primery-blue);
    font-weight: 700;
    line-height: 120%;
    font-family: var(--title-font);
}

.rfq-list-container .rfq-details,
.rfp-list-container .rfq-details,
.order-item .order-left-side {
    width: 55%;
}

.rfq-list-container .rfq-right-side,
.rfp-list-container .rfq-right-side,
.order-item .order-right-side {
    width: 40%;
    text-align: right;
}

.rfq-actions > div:not(:last-child),
.rfp-actions > div:not(:last-child) {
    margin-bottom: 5px;
}

.rfq-actions .view-quote-link,
.rfq-actions .rfq-link,
.rfp-actions .view-quote-link,
.rfp-actions .rfp-link {
    display: inline-block;
    vertical-align: middle;
}

.rfq-list-container .rfq-details .qty {
    color: var(--primery-blue);
}

.rfq-actions .view-quote-link,
.rfp-actions .view-quote-link {
    padding-right: 12px;
}

.rfq-list-warpper,
.order-list .info {
    display: flex;
    justify-content: space-between;
}

.rfq-right-side .proposal-approval-status {
    text-align: right;
}

.rfq-date-wrapper {
    display: flex;
    gap: 16px;
}

    .rfq-date-wrapper > div {
        width: 49%;
    }

    .rfq-date-wrapper span {
        font-size: 12px;
        line-height: 130%;
        font-weight: 400;
        display: block;
    }

    .rfq-date-wrapper .label {
        color: var(--gray5);
        margin-bottom: 2px;
    }

.rfq-actions p,
.rfp-actions p {
    font-size: 16px;
    line-height: 22PX;
}

.rfq-actions p,
.rfp-actions p {
    color: #171A1F;
}

.rfq-right-side .proposal-approval-status span,
.rfq-right-side .proposal-approval-status span,
.order-list .order-status {
    font-size: 13px;
    color: var(--white);
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
}

.proposal-approval-status.approved span {
    background-color: #00CC00;
}

/*Customer Dashoard RFQ*/
/*Customer Dashoard Order List*/
#custom-order-tabs {
    display: flex;
    max-width: fit-content;
    overflow-y: hidden;
    overflow-x: auto;
    margin: 0 auto;
}

/* Tab Content Styles for Documents */
.custom-order-documents .section {
    margin-bottom: 25px;
}

.custom-order-documents .document-upload-row {
    display: grid;
    grid-template-columns: 1fr 2fr auto;
    gap: 20px;
    align-items: end;
    margin-bottom: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #17a2b8;
}

.custom-order-documents .file-upload-container {
    border: 2px dashed #ddd;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    background: #fafafa;
    transition: all 0.3s ease;
    position: relative;
    min-height: 80px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .custom-order-documents .file-upload-container:hover {
        border-color: #97c300;
        background: #f8fff0;
    }

    .custom-order-documents .file-upload-container.disabled {
        cursor: not-allowed;
        background: #f5f5f5;
    }

    .custom-order-documents .file-upload-container input[type="file"] {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .custom-order-documents .file-upload-container::before {
        content: "📎";
        font-size: 24px;
        display: block;
        margin-bottom: 8px;
    }

.custom-order-documents .upload-text {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 5px;
}

.custom-order-documents .filename-display {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
    display: block;
    font-style: italic;
    word-break: break-all;
}

.custom-order-documents .validation-error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}

/* No Data Section */
.custom-order-documents .no-data {
    text-align: center;
    padding: 40px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    margin-bottom: 30px;
}

    .custom-order-documents .no-data .title {
        margin-bottom: 15px;
    }

        .custom-order-documents .no-data .title strong {
            color: #6c757d;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

            .custom-order-documents .no-data .title strong::before {
                content: "📄";
                font-size: 24px;
            }

/* Section Title */
.custom-order-documents .section .title {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 15px 20px;
    border-radius: 8px;
    border-left: 4px solid #97c300;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

    .custom-order-documents .section .title strong {
        color: #495057;
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

.custom-order-documents .upload-documents .title strong::before {
    content: "📤";
    font-size: 18px;
}

.custom-order-documents .documents .title strong::before {
    content: "📋";
    font-size: 18px;
}

/* Hint Message */
.custom-order-documents .hint {
    background: #e3f2fd;
    border: 1px solid #bbdefb;
    border-radius: 6px;
    padding: 12px 16px;
    margin: 20px 0;
    color: #1565c0;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .custom-order-documents .hint::before {
        content: "ℹ️";
        font-size: 16px;
    }

/* Buttons */
.custom-order-documents .buttons {
    margin: 15px 0;
    display: flex;
    gap: 10px;
}

.custom-order-documents .add-more-button {
    background: #17a2b8;
    border-color: #17a2b8;
    color: white;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
}

    .custom-order-documents .add-more-button:hover {
        background: #138496;
        border-color: #117a8b;
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
    }

    .custom-order-documents .add-more-button:disabled {
        background: #6c757d;
        border-color: #6c757d;
        cursor: not-allowed;
        opacity: 0.6;
    }

.custom-order-documents .remove-row-button {
    background: #dc3545;
    border-color: #dc3545;
    color: white;
    transition: all 0.3s ease;
    padding: 8px 15px;
    white-space: nowrap;
    border-radius: 6px;
    cursor: pointer;
}

    .custom-order-documents .remove-row-button:hover {
        background: #c82333;
        border-color: #bd2130;
    }

.custom-order-documents .btn-replace {
    background: #ffc107;
    border-color: #ffc107;
    color: #000;
    transition: all 0.3s ease;
    margin-right: 5px;
}

    .custom-order-documents .btn-replace:hover {
        background: #e0a800;
        border-color: #d39e00;
    }

.custom-order-documents .btn-delete {
    background: #dc3545;
    border-color: #dc3545;
    color: white;
    transition: all 0.3s ease;
}

    .custom-order-documents .btn-delete:hover {
        background: #c82333;
        border-color: #bd2130;
    }

.custom-order-documents .upload-all-button {
    background: #28a745;
    border-color: #28a745;
    color: white;
    font-weight: 600;
    padding: 12px 24px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
}

    .custom-order-documents .upload-all-button:hover {
        background: #218838;
        border-color: #1e7e34;
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
    }

/* Document Type Badge */
.document-type-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    background: #e9ecef;
    color: #495057;
}

/* Upload Rows Container */
.upload-rows-container {
    margin-bottom: 20px;
}

/* Label styling */
.custom-order-documents label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #495057;
    font-size: 14px;
}

.custom-order-documents select.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 14px;
}

.custom-order-documents .readonly-type {
    width: 100%;
    padding: 10px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    background: #f8f9fa;
    font-size: 14px;
    color: #495057;
}

/* Responsive */
@media (max-width: 768px) {
    .custom-order-documents .document-upload-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .custom-order-documents .no-data {
        padding: 30px 15px;
    }

    .custom-order-documents .section .title {
        padding: 12px 15px;
    }

    .custom-order-documents .hint {
        padding: 10px 12px;
        font-size: 12px;
    }

    .custom-order-documents .buttons {
        flex-direction: column;
    }
}

/*Customer Dashoard Order List*/

/*Customer Dashoard Left Navigation*/
/* ===================================
   CUSTOMER NAVIGATION - CLEAN & MODERN DESIGN
   CustomCode Plugin - No Icons, Simple & Professional
   Version: 2.0 - Clean Design, No Duplicate Actions
   =================================== */

/* ===================================
   REMOVE ALL ICONS - Override Theme Defaults
   =================================== */
.block-account-navigation .list li a:before,
.block-account-navigation .list li a:after,
.block-account-navigation .list a:before,
.block-account-navigation .list a:after,
.block-account-navigation a:before,
.block-account-navigation a:after {
    content: none !important;
    display: none !important;
}

/* Force Left Alignment - Override Theme */
.block-account-navigation,
.block-account-navigation * {
    text-align: left !important;
}

/* Reset & Base Styles */
.block-account-navigation {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    overflow: hidden;
}

    .block-account-navigation .title {
        background: #F9FAFB;
        border-bottom: 1px solid #E5E7EB;
        padding: 20px;
        margin: 0;
        text-align: left;
    }

        .block-account-navigation .title strong {
            font-size: 18px;
            font-weight: 600;
            color: #111827;
            text-transform: none;
            display: block;
            text-align: left;
        }

    .block-account-navigation .listbox {
        padding: 0;
    }

    .block-account-navigation .list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        /* ===================================
   DASHBOARD - Featured Item
   =================================== */
        .block-account-navigation .list li.dashboard {
            border: none;
            margin: 0;
        }

            .block-account-navigation .list li.dashboard.active {
                border: none;
                margin: 0;
            }

            .block-account-navigation .list li.dashboard a {
                display: block;
                padding: 18px 24px;
                color: #ffffff;
                font-size: 15px;
                font-weight: 600;
                text-decoration: none;
                text-transform: uppercase;
                letter-spacing: 0.5px;
            }

            .block-account-navigation .list li.dashboard:hover {
                background: #E6F3F8;
            }

    /* ===================================
   GROUP HEADERS - Clean Separators
   =================================== */
    .block-account-navigation .nav-group-header {
        background: #f9fafb;
        border-top: 1px solid #e5e7eb;
        border-bottom: 1px solid #e5e7eb;
        padding: 12px 24px;
        margin: 0;
        cursor: default;
        text-align: left;
        pointer-events: none;
        /* Prevent any clicks */
    }

        .block-account-navigation .nav-group-header strong {
            font-size: 13px;
            font-weight: 600;
            color: #6b7280;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            display: block;
            text-align: left;
            pointer-events: none;
            /* Prevent any clicks */
        }

    /* ===================================
   MENU ITEMS - Simple & Clean
   =================================== */
    .block-account-navigation .list li:not(.nav-group-header):not(.dashboard) {
        border-bottom: 1px solid #f3f4f6;
        margin: 0;
        padding: 0;
        transition: background-color 0.15s ease;
    }

        .block-account-navigation .list li:not(.nav-group-header):not(.dashboard):last-child {
            border-bottom: none;
        }

        .block-account-navigation .list li:not(.nav-group-header):not(.dashboard) a {
            display: block;
            padding: 14px 24px;
            color: #374151;
            font-size: 14px;
            font-weight: 500;
            text-decoration: none;
            transition: all 0.15s ease;
            position: relative;
        }

        /* Hover Effect */
        .block-account-navigation .list li:not(.nav-group-header):not(.dashboard):hover {
            background-color: #f9fafb;
        }

            .block-account-navigation .list li:not(.nav-group-header):not(.dashboard):hover a {
                color: #111827;
                padding-left: 28px;
            }

    /* Active State */
    .block-account-navigation .list li.active:not(.dashboard) {
        background-color: #eff6ff;
        border-left: none;
    }

        .block-account-navigation .list li.active:not(.dashboard) a {
            color: #1d4ed8;
            font-weight: 600;
            padding-left: 20px;
        }

/* ===================================
   MOBILE DROPDOWN - Clean & Simple
   =================================== */
.select-navigation.mobile {
    margin-bottom: 20px;
}

    .select-navigation.mobile select {
        width: 100%;
        padding: 14px 16px;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        font-size: 15px;
        font-weight: 500;
        color: #374151;
        background-color: #ffffff;
        cursor: pointer;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
        background-position: right 12px center;
        background-repeat: no-repeat;
        background-size: 20px;
        padding-right: 40px;
    }

        .select-navigation.mobile select:focus {
            border-color: #3b82f6;
            outline: none;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        .select-navigation.mobile select option {
            padding: 12px;
        }

/* ===================================
   RESPONSIVE DESIGN
   =================================== */
@media (max-width: 991px) {
    .block-account-navigation.desktop {
        display: none;
    }

    .select-navigation.mobile {
        display: block;
    }
}

@media (min-width: 992px) {
    .block-account-navigation.desktop {
        display: block;
    }

    .select-navigation.mobile {
        display: none;
    }
}

/* Tablet & Mobile Adjustments */
@media (max-width: 768px) {
    .block-account-navigation .title {
        padding: 16px;
    }

        .block-account-navigation .title strong {
            font-size: 16px;
        }

    .block-account-navigation .list li.dashboard a {
        padding: 16px 20px;
        font-size: 14px;
    }

    .block-account-navigation .nav-group-header {
        padding: 10px 20px;
    }

    .block-account-navigation .list li:not(.nav-group-header):not(.dashboard) a {
        padding: 12px 20px;
        font-size: 13px;
    }
}

/*25-01-2026 Dashboard Left Menu Merged CSS*/
/*05-02-2026 Category Left Menu Merged CSS*/
/*22-02-2026 Branch: ProductCategory*/
.side-2 {
    border: 0px !important;
    /*border-bottom: 1px solid #ECECEC !important;
    border-left: 1px solid #ECECEC !important;*/
    border-right: 1px solid #ECECEC !important;
    background: #FFFFFF !important;
}

.block:after {
    display: none !important;
}

.block .view-all {
    float: left;
    display: block;
}

    .block .view-all a {
    }

        .block .view-all a:before {
        }

.block-account-navigation,
.block-category-navigation {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    border: none;
    border-radius: 0px !important;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #00354B;
}

    .block-account-navigation .title,
    .block-category-navigation .title,
    .block-manufacturer-navigation .title {
        background: #FFFFFF;
        border-bottom: none;
        border-radius: 0;
        padding: 20px;
        margin: 0;
        text-align: left;
        color: #004A69 !important;
    }

        .block-account-navigation .title strong,
        .block-category-navigation .title strong {
            border-radius: 0;
            font-size: 16px;
            font-weight: 700;
            color: #00354B;
        }

    .block-account-navigation .listbox,
    .block-category-navigation .listbox {
        width: 100%;
    }

    .block-account-navigation .list,
    .block-category-navigation .list {
        width: 100%;
        background: #FFFFFF;
    }

    .block-account-navigation .listbox .list li,
    .block-account-navigation .listbox .list li.dashboard {
        width: 100%;
        margin: 0;
        border: none !important;
    }

        .block-account-navigation .listbox .list li a,
        .block-account-navigation .listbox .list li.dashboard a {
            width: 100%;
            padding: 12px 24px;
            display: block;
            border: none;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 0;
            background: none;
            font-weight: 700;
        }


        .block-account-navigation .listbox .list li:hover,
        .block-account-navigation .listbox .list li:hover a {
            border-right: none;
            background: #E6F3F8 !important;
            color: #006F9E !important;
        }

        .block-account-navigation .listbox .list li.active a,
        .block-account-navigation .listbox .list li.dashboard.active a {
            border-right: 6px solid #0072A3 !important;
            background: #E6F3F8 !important;
        }

        .block-account-navigation .listbox .list li.active:hover,
        .block-account-navigation .listbox .list li.dashboard.active:hover {
            border-right: none;
            background: #E6F3F8 !important;
        }

    .block-account-navigation .list li:hover a {
        padding-left: 24px !important;
        color: #0072A3;
    }

    .block-account-navigation .nav-group-header {
        padding: 0 !important;
        margin: 0;
        border: none;
        cursor: pointer;
        text-align: left;
        pointer-events: all;
        background: #FFFFFF;
    }

        .block-account-navigation .nav-group-header.active {
            background: #E6F3F8 !important;
        }

        .block-account-navigation .nav-group-header strong {
            width: 100%;
            height: 100%;
            padding: 12px 24px !important;
            display: block;
            pointer-events: all;
            border-right: none;
            text-transform: uppercase;
            letter-spacing: 0;
            font-size: 16px;
            font-weight: 700;
            color: #00354B;
        }

            .block-account-navigation .nav-group-header strong:hover {
            }

    .block-account-navigation .list li:not(.nav-group-header):not(.dashboard) {
        display: none;
    }

    .block-account-navigation .listbox .list li a.noGroupHeader {
        padding-left: 28px !important;
        font-size: 14px !important;
    }

    .block-account-navigation .listbox .list li.dashboard a.noGroupHeader {
        padding-left: 24px !important;
        font-size: 16px !important;
    }

    .block-account-navigation .listbox .list li.active a {
        border-right: none !important;
        color: #00354B;
    }

    .block-account-navigation .listbox .list li.inactive a {
        color: #00354B;
    }

/*Customer Dashoard Left Navigation*/

.block.block-category-navigation .listbox .list li {
    width: 100%;
    padding: 0 !important;
    margin: 0;
    border: none !important;
}

.block.block-category-navigation .title,
.block.block-manufacturer-navigation .title,
.block.block-popular-tags .title {
    margin-bottom: 15px;
    padding: 10px 20px !important;
    border-right: 6px solid #0072A3 !important;
    background: #E6F3F8 !important;
    color: #006F9E !important;
}

    .block.block-category-navigation .title strong {
        padding: 0 !important;
    }

.block.block-category-navigation .listbox .list li a,
.block.block-manufacturer-navigation .listbox .list li a {
    width: 100%;
    padding: 9px 0;
    display: block;
    border: none;
    text-decoration: none;
    letter-spacing: 0;
    background: none;
    font-weight: 500;
    color: #004A69 !important;
}

.block.block-category-navigation .list li.active > a {
    color: #00354B !important;
}

.block.block-category-navigation .list .active.last > a {
    font-weight: 600 !important;
}

    .block.block-category-navigation .list .active.last > a:before {
        background: #0072A3;
    }

    .block.block-category-navigation .list .active.last > a:after {
        background: #E6F3F8;
    }

.block.block-category-navigation .list .active.last .sublist .inactive > a {
    font-weight: 600 !important;
}

.block.block-category-navigation .list .active.last .sublist .active.last > a:after {
    display: none !important;
}

@media (min-width: 1025px) {
    .block.block-category-navigation .list .active.last .sublist .active.last > a:after {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .block.block-category-navigation .list .active.last > a:before {
        display: none !important;
    }
}

.block.block-popular-tags .tags ul li {
    padding: 4px 10px;
    margin: 8px 0 0 8px;
    float: left;
    display: inline-block;
    border-radius: 20px;
    background-color: #EDF0F2;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #004A69 !important;
}

    .block.block-popular-tags .tags ul li a {
        color: #004A69 !important;
    }

    .block.block-popular-tags .tags ul li:first-of-type {
        margin-left: 0px;
        background-color: #004A69;
        color: #FFFFFF !important;
    }

        .block.block-popular-tags .tags ul li:first-of-type a {
            color: #FFFFFF !important;
        }

/*Category Left Menu Merged CSS*/

/*----Pages-----*/
/*Category Navigation*/
.category-navigation-title {
    font-size: 16px;
    font-weight: 700;
}

    .category-navigation-title:before {
        width: 22px;
        height: 22px;
        margin-top: -2px;
        margin-left: 1px;
    }

/*Category Navigation*/

/*Category Page*/
body.category-page-body .master-column-wrapper,
body.category-page-body .center-2,
body.search-page-body .master-column-wrapper,
body.search-page-body .center-2 {
    background-color: #FFFFFF !important;
}

/*Branch: ProductCart_Fix 26.02.2026*/
body.category-page-body .page.category-page,
body.search-page-body .page.search-page {
    width: 100% !important;
    max-width: 100% !important;
}

body.category-page-body .center-2 page.category-page,
body.search-page-body .center-2 .page.search-page {
    width: 100%;
}
/*Branch: ProductCart_Fix 26.02.2026*/

/*Branch: 86b8p4hum_ProductListing 10.03.2026*/
.page.category-page .category-headline {
    width: 100%;
    height: auto;
    min-height: 30px;
    padding: 20px 0;
    position: relative;
    display: block;
    background: none;
    text-align: left;
}

    .page.category-page .category-headline h1 {
        font-size: 48px;
        font-weight: 500;
        color: #1E1E1E;
    }

@media (max-width: 768px) {
    .page.category-page .category-headline h1 {
        font-size: 32px;
        text-align: left;
        padding: 0 15px;
    }
}

.page.category-page .breadcrumb {
    width: 100%;
    padding: 0;
    display: block;
    text-align: left;
    color: #002D40;
}

    .page.category-page .breadcrumb li,
    .page.category-page .breadcrumb li span.delimiter,
    .page.category-page .breadcrumb li a {
        color: #002D40;
    }

.page.category-page .page-body .category-description {
    width: 100%;
    margin-top: 0px !important;
    display: block;
}

    .page.category-page .page-body .category-description p {
        width: 100%;
        font-size: 14px !important;
        font-weight: 700 !important;
        color: #002D40 !important;
    }

/*Sub Category*/
.page.category-page .page-body .sub-category-grid,
.page.category-page .page-body .sub-category-grid .item-grid {
    padding: 0 !important;
    margin: 0 !important;
}

    .page.category-page .page-body .sub-category-grid .item-grid {
        padding: 0 10px !important;
        margin: 0 0 20px -20px !important;
    }

    .page.category-page .page-body .sub-category-grid .grid-header {
        width: 100%;
        height: 60px;
        margin-bottom: 20px;
        display: block;
        line-height: 40px;
        letter-spacing: -1px;
        font-size: 24px;
        font-weight: 600;
        color: #002D40;
    }
    /*Branch: 86b8p4hum_ProductListing 10.03.2026*/

    /*Branch: ProductCart_Fix 26.02.2026*/
    .page.category-page .page-body .sub-category-grid .item-grid .item-box {
        width: 170px;
        height: 155px;
        padding: 0 !important;
        margin: 0 !important;
        gap: 0;
        float: left;
        display: block;
    }

        .page.category-page .page-body .sub-category-grid .item-grid .item-box .sub-category-item {
            width: 120px;
            height: 120px;
            padding: 0;
            margin: 0 auto;
            border-radius: 20px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }

            .page.category-page .page-body .sub-category-grid .item-grid .item-box .sub-category-item:hover {
                opacity: 0.75;
            }
        /*Branch: ProductCart_Fix 26.02.2026*/
        .page.category-page .page-body .sub-category-grid .item-grid .item-box .title {
            width: 100%;
            height: 44px;
            padding: 0 5px;
            margin: 15px 0 0 0;
            float: left;
            display: block;
            position: relative;
            text-align: center;
            border: none;
        }

            .page.category-page .page-body .sub-category-grid .item-grid .item-box .title a {
                width: 100%;
                display: block;
                font-size: 16px;
                font-weight: 500;
                color: #002D40;
            }
/*Sub Category*/

/*Products*/
.page .page-body .products-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    display: block;
}

    .page .page-body .products-wrapper .product-grid .item-grid {
        width: 100%;
        padding: 0;
        margin: 0 0 30px 0;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 18px;
    }

/* TABLET: 3 kart */
@media (min-width: 768px) and (max-width: 1023px) {
    .page .page-body .products-wrapper .product-grid .item-grid {
        width: 92%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 15px;
    }
}
/* MOBILE: 2 kart */
@media (max-width: 767px) {
    .page .page-body .products-wrapper .product-grid .item-grid {
        width: 93%;
        margin-left: -20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }

    .side-2 {
        display: none;
    }

    .page .page-body .products-wrapper .product-grid .item-grid .item-box .product-item .details .product-title {
        width: 100%;
        height: 40px;
        padding: 0 8px;
        margin: 0;
        font-size: 13px;
        font-weight: 400;
        color: #14181F;
        overflow: hidden;
    }

        /*Branch: ProductCart_Fix 26.02.2026*/
        .page .page-body .products-wrapper .product-grid .item-grid .item-box .product-item .details .product-title a {
            width: 100%;
            font-size: 13px;
            font-weight: 400;
            color: #14181F;
        }
}
/*Branch: ProductCart_Fix 26.02.2026*/
.page .page-body .products-wrapper .product-grid .item-grid .item-box {
    width: 100%;
    height: 310px;
    padding: 0;
    margin: 0;
    border-radius: 12px;
    border: 1px solid #DDDDDD;
    overflow: hidden;
    background: #FFFFFF;
}
    /*Branch: ProductCart_Fix 26.02.2026*/

    .page .page-body .products-wrapper .product-grid .item-grid .item-box .product-item {
        width: 100%;
        height: 100%;
        padding: 0;
    }

        .page .page-body .products-wrapper .product-grid .item-grid .item-box .product-item .picture {
            width: 100%;
            height: 150px;
            padding: 0;
            margin: 0;
            position: relative;
            text-align: center;
            border: none;
            border-radius: 0px !important;
            background-color: #FFFFFF;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
        }

            .page .page-body .products-wrapper .product-grid .item-grid .item-box .product-item .picture::after {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                content: "";
                opacity: 0;
                pointer-events: none;
                border-radius: 12px 12px 0 0;
                background-color: #FFFFFF;
            }

.page .product-grid .item-box .product-item .btn-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    background: transparent;
}

    .page .product-grid .item-box .product-item .btn-wrapper button {
        position: absolute;
        right: 20px;
        bottom: 15px;
    }

.page .product-grid .item-box .product-item:hover .btn-wrapper {
    opacity: 0.6;
    pointer-events: auto;
}

.page .product-grid .item-box .btn-wrapper button.add-to-wishlist-button {
}

.page .product-grid .item-box:hover .picture a:after {
    opacity: 0;
}

.page .product-grid .item-box .picture:hover a:after {
    opacity: .4;
}

.page .page-body .products-wrapper .product-grid .item-grid .item-box .product-item .details {
    width: 100%;
    height: 100px;
    padding: 10px;
    margin: 0;
    float: left;
    display: block;
    position: relative;
}

    .page .page-body .products-wrapper .product-grid .item-grid .item-box .product-item .details .product-title {
        width: 100%;
        height: 80px;
        padding: 10px 8px;
        margin: 0;
        position: relative;
        line-height: 21px;
        letter-spacing: -0.5px;
        text-align: left;
        border: none;
        font-size: 15px;
        font-weight: 400;
        color: #14181F;
        overflow: hidden;
    }

        /*Branch: ProductCart_Fix 26.02.2026*/
        .page .page-body .products-wrapper .product-grid .item-grid .item-box .product-item .details .product-title a {
            width: 100%;
            font-size: 15px;
            font-weight: 400;
            color: #14181F;
        }

    .page .page-body .products-wrapper .product-grid .item-grid .item-box .product-item .details .product-rating-box {
        width: 100%;
        height: auto;
        margin: 0 0 5px 8px;
        padding: 0;
        float: left;
        display: block;
        font-size: 13px;
        color: #6F7C8E;
    }

        .page .page-body .products-wrapper .product-grid .item-grid .item-box .product-item .details .product-rating-box span.rating {
            width: 100%;
            display: flex;
            align-items: center;
            font-size: 13px;
            color: #6F7C8E;
            line-height: 16px;
            background-image: none;
        }

            .page .page-body .products-wrapper .product-grid .item-grid .item-box .product-item .details .product-rating-box span.rating img {
                width: 16px;
                height: 15px;
                margin: 1px 5px 0 0;
                display: block;
            }

            .page .page-body .products-wrapper .product-grid .item-grid .item-box .product-item .details .product-rating-box span.rating span {
                margin-left: 10px;
                font-size: 13px;
                color: #6F7C8E;
            }

    .page .page-body .products-wrapper .product-grid .item-grid .item-box .product-item .details .prices {
        width: 100%;
        height: 50px;
        padding: 8px 8px 0 10px;
        margin-top: 20px;
        position: relative;
        line-height: 22px;
        letter-spacing: -0.5px;
        text-align: left;
        border: none;
        font-size: 14px;
        font-weight: 600;
        color: #14181F;
    }
/*Branch: ProductCart_Fix 26.02.2026*/

/*Products*/

/*Emporium*/
:root {
    --white: #fff;
    --greenishyellow: #97c300;
    --darkgreen: #7c9a16;
    --grey: #f6f6f6;
    --grey2: #f1f1f1;
    --grey3: #8c8c8c;
    --grey4: #555;
    --grey5: #909090;
    --darkgrey: #5a5a5a;
    --textcolor: #464646;
    --blue: #4ab2f1;
    --blue2: #248ece;
    --skyblue: #2874f0;
    --black: #000;
    --lightblack: #444;
    --yellow: #eebe00;
    --yellow2: #e8af00;
}

.nopAcc-filter {
    position: sticky;
}


    /* Plugin Search Selected Option */
    .nopAcc-filter .filter-block .clearFilterOptions {
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        font-size: 0;
        width: 48px;
        height: 48px;
        text-align: center;
        z-index: 999;
    }

        .nopAcc-filter .filter-block .clearFilterOptions:before {
            content: "v";
            display: block;
            text-transform: none;
            font-size: 11px;
            line-height: 50px;
            color: var(--grey3);
            transition: all .2s ease;
        }

    .nopAcc-filter .selected-Option.filter-block .clearFilterOptions:before {
        content: none;
    }

    .nopAcc-filter .selected-Option.filter-block .nopAccPlus-clear-all {
        top: 17px;
        right: 17px;
        max-width: 65px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        color: var(--grey3);
        transition: all .2s ease;
        width: auto;
        height: auto;
    }

        .nopAcc-filter .selected-Option.filter-block .nopAccPlus-clear-all:hover {
            color: var(--primery-dark-blue);
        }

    .nopAcc-filter .nopAccPlus-selected-title {
        display: block;
        font-size: 15px;
        font-weight: 400;
        color: #232729;
        margin-bottom: 10px;
    }

    .nopAcc-filter .selected-filters .checkbox-list {
        display: flex;
        gap: 10px 5px;
        flex-wrap: wrap;
    }

    .nopAcc-filter .nopAccPlus-selected-tag span {
        display: inline-block;
        vertical-align: top;
        padding: 6px 12px;
        line-height: 20px;
        font-size: 13px;
        font-weight: 700;
        color: var(--white);
        background-color: var(--primery-blue);
        border-radius: 3px;
        cursor: pointer;
        transition: all .2s ease;
    }

        .nopAcc-filter .nopAccPlus-selected-tag span:hover {
            background-color: var(--primery-dark-blue);
        }

        .nopAcc-filter .nopAccPlus-selected-tag span:after {
            content: "v";
            display: inline-block;
            margin-left: 10px;
            vertical-align: top;
            font-size: 8px;
            color: var(--white);
            font-weight: normal;
            opacity: .5;
            transition: all .2s ease;
        }

        .nopAcc-filter .nopAccPlus-selected-tag span:hover:after {
            opacity: 1;
        }

    .nopAcc-filter .selected-filters .nopAccPlus-selected-category:not(:last-child) {
        margin-bottom: 8px;
    }

    /* Filter Common Styles */
    .nopAcc-filter .filtersCheckboxPanel .checkbox-list {
        overflow: auto;
        position: relative;
        max-height: 165px;
    }

    .nopAcc-filter .filter-block {
        min-height: auto;
        position: relative;
        z-index: 10;
    }

.filter-block::after {
    content: "";
    width: 100%;
    height: 12px;
    background: #F6FCFF;
    display: block;
}

.nopAcc-filter .title {
    padding: 0;
}

.nopAcc-filter .acc_icon_expand {
    display: none;
    min-width: 18px;
    height: 18px;
    transition: .5s ease;
}

.nopAcc-filter .filter-block > .filtersGroupPanel {
    display: block;
}

.nopAcc-filter .toggleControl {
    position: relative;
    display: block;
    padding: 14px 40px 14px 50px;
    width: 100%;
    cursor: pointer;
    text-align: left;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #5E696E;
}

.nopAcc-filter .filter-block .toggleControl:before {
    content: "w";
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 50%;
    font-size: 10px;
    color: var(--primery-blue);
    text-transform: none;
    transition: all .4s ease;
}

.nopAcc-filter .filter-block .toggleControl:not(.close):before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nopAcc-filter .filter-block .toggleControl.close:before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.nopAcc-filter .selected-Option .toggleControl {
    padding-right: 85px;
}

/* Price Range Filter */
.nopAcc-filter .price-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 10px;
}

    .nopAcc-filter .price-label label {
        font-size: 14px;
        width: 50%;
        word-break: break-word;
        color: #232729;
    }

        .nopAcc-filter .price-label label:nth-child(even) {
            text-align: right;
        }

.nopAcc-filter .nopAccePlus-price-range-filter .ui-widget-content {
    border: 0;
    height: 3px;
    width: calc(100% - 22px);
    background-color: var(--grey2);
    position: relative;
    margin: 0 auto;
    border-radius: 0;
    margin-bottom: 10px;
}

.nopAcc-filter .nopAccePlus-price-range-filter .ui-slider-range {
    position: absolute;
    height: 3px;
    background-color: var(--primery-blue);
}

.nopAcc-filter .nopAccePlus-price-range-filter .ui-slider-handle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    margin-left: -8px;
    background: var(--white);
    border: 1px solid var(--primery-blue);
    border-radius: 50%;
}

.nopAcc-filter .ui-widget-content > *:nth-child(2) {
    margin-left: -11px;
}

.nopAcc-filter .ui-state-default .tooltip_bottom {
    position: absolute;
    display: none;
    top: -30px;
    text-align: center;
    color: var(--grey3);
    font-size: 14px;
    border-bottom: 0;
    font-weight: 700;
    background-color: var(--white);
    padding: 3px 6px;
    border: 1px solid var(--primery-blue);
    font-family: 'Roboto', sans-serif;
}

.nopAcc-filter .ui-widget-content .ui-state-default:nth-last-child(2) .tooltip_bottom::after,
.nopAcc-filter .ui-widget-content .ui-state-default:last-child .tooltip_bottom::after {
    content: "";
    position: absolute;
    top: 100%;
    margin-left: 0;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: var(--primery-blue) transparent transparent transparent;
}

.nopAcc-filter .ui-widget-content .ui-state-default:nth-last-child(2) .tooltip_bottom::after {
    left: 0;
}

.nopAcc-filter .ui-widget-content .ui-state-default:last-child .tooltip_bottom,
.nopAcc-filter .ui-widget-content .ui-state-default:last-child .tooltip_bottom::after {
    right: 0;
}

.nopAcc-filter .ui-state-hover:hover .tooltip_bottom {
    display: block;
}

.nopAcc-filter .filtersCheckboxPanel .checkbox-list li {
    display: block;
    cursor: pointer;
    padding: 9px 0;
    word-break: break-word;
}

.nopAcc-filter .nopAcc-facet-filter {
    cursor: pointer;
}

.nopAcc-filter .filtersGroupPanel li label {
    flex-grow: 1;
}

.nopAcc-filter .filtersGroupPanel .checkbox-list .nopAccPlus-Hide {
    display: none;
}

/* Rating */
.nopAcc-filter .product-rating-box {
    display: flex;
    gap: 5px;
}

.nopAcc-filter .rating {
    background: url(../img/outline-star.svg) repeat-x;
    width: 95px;
    height: 19px;
}

    .nopAcc-filter .rating div {
        background: url(../img/fill-star.svg) repeat-x;
        height: 19px;
    }

/* Color Attribute */
.nopAcc-filter .attribute-squares .attribute-square {
    border-width: 1px;
    width: 17px !important;
    height: 17px !important;
    border-radius: 0;
    position: relative;
}

.nopAcc-filter .color-checkbox-item input[type="checkbox"] + label:before {
    content: none;
}

.nopAcc-filter input[type="checkbox"] + label:before {
    min-width: 17px;
    margin: 0;
    position: relative;
    top: 3px;
}

.nopAcc-filter .filtersCheckboxPanel .filter-item-name {
    display: flex;
    gap: 10px;
    color: #232729;
    font-size: 15px;
    line-height: 21px;
}

.nopAcc-filter .filtersGroupPanel input[type="text"] {
    width: 100%;
    background: var(--white);
    margin-bottom: 10px;
}

.nopAcc-filter input[type="text"]:focus-visible,
.nopAcc-search-box input[type="text"]:focus-visible,
.store-search-box input[type="text"]:focus-visible {
    outline: none;
}

.nopAcc-filter .nopAccPlus-showMore {
    font-size: 12px;
    font-weight: 500;
    color: var(--skyblue);
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block
}

    .nopAcc-filter .nopAccPlus-showMore span {
        background-color: var(--primery-blue);
        color: var(--white);
        padding: 10px 15px;
        display: block;
        transition: all .2s ease;
        border-radius: 3px;
        font-weight: bold;
    }

        .nopAcc-filter .nopAccPlus-showMore span:hover,
        .nopAcc-filter .nopAccPlus-showMore span:focus {
            background-color: var(--primery-dark-blue);
            color: var(--white);
        }

.nopAcc-search-box input[type="text"]:focus {
    z-index: 0;
}

.nopAcc-filter input[type="checkbox"]:checked + label:before {
    width: 17px;
    height: 17px;
}

.nopAcc-filter .filtersGroupPanel .checkbox-list .color-checkbox-item {
    position: relative;
}

    .nopAcc-filter .filtersGroupPanel .checkbox-list .color-checkbox-item.checked .attribute-square-container {
        border: 1px solid #e7e7e7;
    }

.nopAcc-filter .color-checkbox-item.checked .attribute-square {
    border-width: 0;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0;
    margin: 3px;
}

/* Solar Product Count */
.solr-products-count {
    margin-bottom: 20px;
    padding: 12px;
    background-color: var(--primery-blue);
    text-align: center;
    color: var(--white);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
}

/* Pagination */
.products-wrapper .pager ul {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}

    .products-wrapper .pager ul li {
        margin: 0;
    }

/* Infite Search */
.search-infinite-next .search-infinite-next-btn {
    width: 100%;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    color: var(--white);
    background: var(--primery-blue);
    padding: 12px 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .2s ease;
}

    .search-infinite-next .search-infinite-next-btn:hover,
    .search-infinite-next .search-infinite-next-btn:focus {
        background-color: var(--primery-dark-blue);
    }

/* Search Box */
.nopAcc-search-box {
    position: relative;
    border: 2px solid var(--primery-blue);
    border-radius: 12px;
    display: flex;
    align-items: center;
    height: 37px;
    background-color: var(--white);
    transition: .3s all;
}

    .nopAcc-search-box input[type="text"] {
        width: calc(100% - 35px);
        height: 37px;
        border: none;
        border-radius: 12px;
        padding: 0 10px;
        vertical-align: middle;
        font-size: 14px;
        line-height: 18px;
        color: var(--gray4);
        font-family: 'Roboto', sans-serif;
        appearance: none;
        letter-spacing: .5px;
        background-color: transparent;
    }

    .nopAcc-search-box .nopAcc-search-btn {
        border: 0;
        font-size: 0;
        width: 35px;
        height: 37px;
        border-radius: 0 12px 12px 0;
        background-color: var(--primery-blue);
    }

        .nopAcc-search-box .nopAcc-search-btn::before {
            content: 'e';
            display: block;
            font-size: 20px;
            font-family: var(--icon-family);
            color: var(--white);
        }

/* Store Search */
.store-search-box .ui-widget.ui-widget-content {
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    border-radius: 0 0 3px 3px;
    padding: 15px 0;
}

.search-results .suggested-results {
    margin-right: 15px;
    color: var(--black);
}

.store-search-box .ui-menu .ui-menu-item {
    word-break: break-word;
}

.store-search-box .ui-menu .ui-menu-item-wrapper {
    display: flex;
    align-items: start;
}

    .store-search-box .ui-menu .ui-menu-item-wrapper.ui-state-active {
        background-color: var(--grey);
        border-color: transparent;
        color: inherit;
    }

    .store-search-box .ui-menu .ui-menu-item-wrapper div {
        border: 1px solid #eee;
        border-radius: 3px;
        overflow: hidden;
    }

    .store-search-box .ui-menu .ui-menu-item-wrapper span {
        flex-grow: 1;
        font-size: 15px;
        max-width: inherit;
    }

.store-search-box .ui-autocomplete img {
    max-width: 100%;
    padding: 4px 10px 15px 10px;
}

.search-results {
    margin: 20px 0 0;
}

    .search-results .suggested-results,
    .search-results .show-result {
        display: inline-block;
        margin-bottom: 20px;
    }

.nopAcc-filter .mCSB_scrollTools .mCSB_draggerContainer {
    background-color: rgba(0, 0, 0, 0.35);
    width: 6px;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.header-menu {
    z-index: 0;
}

/*Quick View*/
.quickViewWindow .ui-widget,
.quickViewWindow .ui-widget input,
.quickViewWindow .ui-widget select,
.quickViewWindow .ui-widget textarea,
.quickViewWindow .ui-widget button,
.search-box .ui-widget {
    font-family: 'Roboto', sans-serif;
}

.ui-accordion .ui-icon {
    background: none;
}

.ui-accordion .ui-state-hover .ui-icon,
.ui-accordion .ui-state-focus .ui-icon {
    background-image: none;
}

.quickViewWindow #accordion > h3 .ui-icon {
    text-indent: 0;
    width: auto;
    height: auto;
    top: 60%;
}

/* Responsive Devices */
@media (max-width: 1024px) {
    .hidescroll {
        overflow: hidden;
    }

    .nopAcc-filter {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 320px;
        max-width: 100%;
        height: 100%;
        background: var(--white);
        z-index: 99999;
        margin-top: 0;
        transition: .7s ease;
        -webkit-transition: .7s ease;
        overflow: auto;
    }

    .nopAcc-plus-mobile.sidenav:not(.activesidebar) {
        left: -100%;
        overflow: hidden;
    }

    .nopAcc-plus-filter.nopAcc-plus-mobile {
        width: 100%;
    }

        .nopAcc-plus-filter.nopAcc-plus-mobile span {
            display: block;
            cursor: pointer;
            text-align: center;
            font-size: 15px;
            margin: 0;
            text-indent: 0;
            line-height: 20px;
            padding: 15px 25px;
            background-color: var(--primery-blue);
            color: var(--white);
            transition: .7s ease;
            word-break: break-word;
            text-transform: uppercase;
            font-weight: 700;
        }

            .nopAcc-plus-filter.nopAcc-plus-mobile span:before {
                content: "";
                font-family: "emporium-icons";
                display: inline-block;
                vertical-align: bottom;
                text-transform: none;
                font-size: 22px;
                line-height: normal;
                color: var(--white);
                font-weight: normal;
                margin-right: 15px;
                position: revert;
                transform: inherit;
            }

            .nopAcc-plus-filter.nopAcc-plus-mobile span.open:before {
                transform: inherit;
            }

    .nopAcc-filter .product-filters-mobile-title {
        padding: 15px 20px;
        text-align: right;
        color: var(--black);
        position: sticky;
        top: 0px;
        background: var(--primery-blue);
        z-index: 9999;
    }

    .nopAcc-filter .closebtn {
        font-size: 0;
        line-height: 17px;
        display: inline-block;
    }

        .nopAcc-filter .closebtn:before {
            content: "z";
            display: inline-block;
            font-family: "emporium-icons";
            text-transform: none;
            font-size: 16px;
            color: var(--white);
            vertical-align: bottom;
        }

    .nop-filter-overlay {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1030;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0);
        animation: overlayTransition 0.7s ease forwards;
    }

    .nopAcc-filter .filter-block {
        width: 100%;
        max-width: 100%;
        margin: 0;
        border: 0;
    }

        .nopAcc-filter .filter-block:not(:last-child) {
            margin-bottom: 2px;
        }

    .nopAcc-plus-filter .title:before,
    .nopAcc-filter .block .title:before {
        content: none;
    }

    .nopAcc-filter .filter-block > .filtersGroupPanel {
        padding: 0px 30px 15px;
    }

    .product-selectors > .nopAcc-plus-filter {
        display: block;
        text-align: center;
        width: 100%;
        margin: 20px auto auto;
        min-height: auto;
    }

    .nopAcc-filter .nopAccPlus-selected-title {
        text-align: left;
    }

    .solr-products-count {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .store-search-box .ui-menu .ui-menu-item-wrapper {
        padding: 7px 10px;
    }

    .store-search-box .ui-autocomplete img {
        width: 60px;
    }
}

@media (max-width: 767px) {

    .nopAcc-search-box {
        width: 100%;
    }

        .nopAcc-search-box .search-box-text {
            width: 100%;
        }
}

@media (min-width: 768px) {
    .page-title h1 {
        width: calc(100% - 188px);
        padding-right: 10px;
    }
}

@media (min-width: 1025px) {

    .header,
    .header-menu,
    .admin-header-links {
        display: block !important;
    }

    .responsive-nav-wrapper.stick,
    .responsive-nav-wrapper,
    .responsive-nav-wrapper-parent {
        display: none !important;
    }

    .nopAcc-plus-filter.nopAcc-plus-mobile,
    .nopAcc-filter .product-filters-mobile-title {
        display: none;
    }

    .nopAcc-filter .filter-block > .filtersGroupPanel {
        padding: 0 30px 15px;
    }

    .store-search-box .ui-menu .ui-menu-item-wrapper {
        padding: 7px 20px;
    }

    .nopAcc-filter .filter-block {
        margin: 0 0 3px;
    }
}

@media (min-width: 1025px) {

    .responsive-nav-wrapper.stick,
    .responsive-nav-wrapper,
    .responsive-nav-wrapper-parent {
        display: none !important;
    }

    .header,
    .header-menu,
    .admin-header-links {
        display: block !important;
    }
}

@keyframes overlayTransition {
    from {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
    }

    to {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
    }
}

.quickViewWindow .product-essential #accordion .ui-accordion-content {
    overflow: visible;
}

/*Emporium*/


/*Category Page*/
/*Branch: ProductCategory 22.02.2026*/

/*Product Detail Page*/
/* Branch: CU_86b8mx77a 23.03.2026*/
/*Containers*/
.card-row {
    width: 100%;
    float: left;
    display: block;
}

.card-container-left {
    width: 38%;
    height: auto;
    padding: 10px;
    margin: 30px 0 0 0;
    float: left;
    display: block;
}

.card-container-right {
    width: 37%;
    padding: 10px;
    margin: 0;
    float: left;
    display: block;
}

.card-tab-container {
    width: 100%;
    padding: 10px;
    margin: 10px 0 0 0;
    float: left;
    display: block;
}

.card-vendor-container { /*Sidebar - moved to Row 1*/
    width: 25%;
    height: auto;
    padding: 10px;
    margin: 30px 0 0 0;
    float: left;
    display: block;
}

.card-vendor-options { /*Fix*/
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
}

.card-shipping-options {
    width: 100%;
    min-height: 48px;
    padding: 0;
    margin: 10px 0 0 0;
    float: left;
    display: block;
}

.shippingAddress {
    width: calc(100% - 60px);
    height: 48px;
    padding: 0 0 0 10px;
    margin: 0;
    float: left;
    display: block;
}

.shipto-address-display {
    width: 100%;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    gap: 8px;
}

.shipto-address-text {
    font-size: 13px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.shipto-change-link {
    font-size: 12px;
    color: #007185;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
}

    .shipto-change-link:hover {
        text-decoration: underline;
        color: #c7511f;
    }


    .shipto-change-link:hover {
        text-decoration: underline;
        color: #c7511f;
    }


.shipto-warning {
    width: 100%;
    padding: 10px 12px;
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

    .shipto-warning span {
        font-size: 13px;
        color: #856404;
    }


    .shipto-warning a {
        font-size: 12px;
        font-weight: 600;
        color: #007185;
        white-space: nowrap;
        cursor: pointer;
        text-decoration: none;
    }

        .shipto-warning a:hover {
            text-decoration: underline;
        }

    .shipto-warning span {
        font-size: 13px;
        color: #856404;
    }

    .shipto-warning a {
        font-size: 12px;
        font-weight: 600;
        color: #007185;
        white-space: nowrap;
        cursor: pointer;
        text-decoration: none;
    }

        .shipto-warning a:hover {
            text-decoration: underline;
        }

        .shipto-warning a:hover {
            text-decoration: underline;
        }


.egbt-container {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    text-align: left;
}
/*Panels*/
.panel-wrap {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
}

.panel {
    width: 50%;
    height: auto;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    display: none;
    overflow: hidden;
    border-left: 1px solid #DFDFDF;
    background: #FFFFFF;
}

.panel-header {
    width: 100%;
    height: 50px;
    padding: 10px;
    position: fixed;
    border-bottom: 1px solid #DFDFDF;
    font-size: 14px;
    font-weight: 700;
}

    .panel-header span {
        float: left;
        display: block;
    }

    .panel-header img {
        width: 20px;
        height: 20px;
        margin-top: -1px;
        margin-left: 10px;
        float: left;
        display: block;
        cursor: pointer;
    }

.panel-content {
    width: 100%;
    height: calc(100vh - 60px);
    padding: 10px;
    margin-top: 60px;
    overflow: hidden;
    overflow-y: auto;
    font-size: 15px;
}
/*Breadcrumb*/
.card-breadcrumb {
    width: 100%;
    padding: 20px;
    float: left;
    display: block;
    border-radius: 30px;
    background: #F6F7F9;
}

    .card-breadcrumb a {
        float: left;
        display: block;
        text-decoration: none;
        color: #B8B2B7;
    }

        .card-breadcrumb a.active,
        .card-breadcrumb a:hover {
            color: #101010;
        }

        .card-breadcrumb a::after {
            margin: 0 10px;
            content: "/";
            color: #B8B2B7;
        }

        .card-breadcrumb a.active::after {
            content: "";
        }
/*Gallery*/
.card-gallery {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
}

.gallery-thumbnails {
    width: 95px;
    padding: 0 10px;
    margin: 0;
    float: left;
    display: block;
    overflow: hidden;
    overflow-y: auto;
}

    .gallery-thumbnails div {
        width: 100%;
        height: auto;
        max-height: 100px;
    }

    .gallery-thumbnails img {
        max-width: 100%;
        max-height: 100px;
        cursor: pointer;
        opacity: 0.5;
        border: 1px solid #DFDFDF;
        border-radius: 10px;
    }

        .gallery-thumbnails img.active {
            opacity: 1;
            border-color: #FF4735;
        }

.gallery-main {
    width: calc(100% - 95px);
    height: 400px;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
}

    .gallery-main img {
        display: block;
        margin: auto;
        float: none;
    }

/*Detail*/
.detail-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

    .detail-wrapper .short-detail {
        width: 100%;
        height: 80px;
        padding: 20px 0;
        margin: 0;
        float: left;
        display: block;
        line-height: 22px;
        text-align: left;
        font-size: 15px;
    }

.card-header {
    width: 100%;
    padding: 20px 0;
    margin: 20px 0 0 0;
    display: block;
    float: left;
    border-bottom: 1px solid #DFDFDF;
    font-size: 16px;
    font-weight: 600;
}

    .card-header p {
        width: 90%;
        line-height: 22px; /*Fix*/
        text-align: left;
    }

.card-rating .card-rating .product-review-list {
    display: none !important;
}

.card-header .card-rating,
.tab .card-rating {
    width: 100%;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    display: block;
    float: left;
    font-size: 15px;
}

    .card-header .card-rating span,
    .tab .card-rating span {
        display: block;
        float: left;
        cursor: pointer;
    }

        .card-header .card-rating span.sample-notification,
        .tab .card-rating span.sample-notification {
            pointer-events: none;
        }

        .card-header .card-rating span.rating,
        .tab .card-rating span.rating {
            color: #DB6E00;
        }

        .card-header .card-rating span.comment,
        .card-header .card-rating span.sample-notification,
        .tab .card-rating span.comment,
        .tab .card-rating span.sample-notification {
            color: #6F7C8E;
        }

        .card-header .card-rating span img,
        .tab .card-rating span img {
            width: 18px;
            margin-right: 10px;
            display: block;
            float: left;
        }

        .card-header .card-rating span.separator,
        .tab .card-rating span.separator {
            width: 9px;
            height: 9px;
            margin: 5px 15px 0 15px;
            content: "";
            border-radius: 9px;
            background: #DDDDDD;
        }
/*Price Break & Products Specs Triggers*/
.price-breaks-trigger {
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
    float: left;
    display: block;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #053347;
}

    .price-breaks-trigger img {
        width: 20px;
        height: 20px;
        margin: -1px 10px 0 0;
        float: left;
        display: block;
    }

    .price-breaks-trigger span {
        margin-left: 10px;
        font-size: 14px;
        font-weight: 400;
        color: #6F7C8E;
    }

.price-breaks-container {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    text-align: left;
}

.quantity-row, .price-row {
    width: 50%;
    float: left;
    display: block;
}

.quantity-label, .price-label,
.quantity-option, .price-option {
    padding: 10px;
    border: 1px solid #CCCCCC;
    background: #E6F3F8;
    text-align: center;
    font-weight: 600;
    color: #005A80;
}

.price-label, .price-option {
    border-left: none;
}

.quantity-option, .price-option {
    border-top: none;
    background: none;
    font-weight: 500;
    color: #101010;
}

.product-specs-trigger {
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
    float: left;
    display: block;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #053347;
}

    .product-specs-trigger img {
        width: 20px;
        height: 20px;
        margin: -1px 10px 0 0;
        float: left;
        display: block;
    }

    .product-specs-trigger span {
        margin-left: 10px;
        font-size: 14px;
        font-weight: 400;
        color: #6F7C8E;
    }
/*Quantity & Buttons*/
.card-price {
    width: 100%;
    margin: 10px 0;
    float: left;
    display: block;
    text-align: left;
}

    .card-price span {
        margin-left: 10px;
        font-size: 14px;
        font-weight: 400;
        color: #6F7C8E;
    }

    .card-price .current-price span {
        margin-left: 0;
        font-size: 20px;
        font-weight: 600;
        color: #14181F;
    }

.card-quantity {
    width: 148px;
    height: 48px;
    padding: 3px 0 2px 3px;
    margin: 15px 0;
    float: left;
    display: block;
    position: relative;
    clear: both;
    border-radius: 10px;
    border: 1px solid #FF4735;
}

    .card-quantity input {
        padding: 10px;
        margin: 0;
        box-sizing: border-box;
        border: none;
        outline: none;
        font-size: 15px;
    }

        .card-quantity input[type=button] {
            width: 40px;
            height: 40px;
            padding: 0;
            margin: 0;
            cursor: pointer;
            position: relative;
            border-radius: 10px;
            background: #E6F3F8;
            font-size: 20px;
            font-weight: 700;
            color: #006F9E;
            - webkit-appearance: button;
        }

        .card-quantity input[type=text] {
            width: 52px;
            height: 40px;
            padding-left: 0px !important;
            padding-right: 0px !important;
            margin: 0;
            position: relative;
            display: inline-block;
            border-radius: 0;
            user-select: none;
            text-align: center;
            font-weight: 600;
        }

            .card-quantity input[type=text]:focus {
                outline: none;
            }

.card-button-primary,
.card-button-secondary {
    width: auto;
    height: 47px;
    padding: 10px 15px;
    margin: 15px 0 0 10px;
    float: left;
    display: block;
    line-height: 24px;
    cursor: pointer;
    border-radius: 10px;
    background: #FF4735;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
}

.card-button-secondary {
    border: 1px solid #1C1C1C;
    background: #FFFFFF;
    color: #1C1C1C;
}

    .card-button-primary img,
    .card-button-secondary img {
        width: 20px;
        height: 20px;
        margin: 2px 10px 0 0;
        float: left;
        display: block;
    }

.card-button-icon-button {
    width: 47px;
    height: 47px;
    padding: 10px 15px;
    margin: 15px 0 0 10px;
    float: left;
    display: block;
    line-height: 24px;
    cursor: pointer;
    border-radius: 10px;
    background: #FF4735;
    text-align: center;
}

    .card-button-icon-button img {
        width: 20px;
        height: 20px;
        margin: 4px 0 0 -2px;
        float: left;
        display: block;
    }

.shippingButton {
    margin: 0 0 0 10px !important;
    background: #F9FAFB !important;
}

ul.card-egbt-sample-descriptions {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
}

    ul.card-egbt-sample-descriptions li {
        width: 100%;
        height: auto;
        margin: 3px 0;
        float: left;
        display: list-item;
        list-style-type: circle;
        list-style-position: inside;
        font-size: 14px;
    }
/*Vendor*/
.card-vendor-box {
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0;
    float: left;
    display: block;
    border: 1px solid #DCE0E5;
    border-radius: 12px;
    background: #FFFFFF;
}

    .card-vendor-box .vendor-box-title {
        font-size: 18px;
        font-weight: 500;
        color: #1A1A1A;
        margin-bottom: 15px;
    }

    .card-vendor-box .vendor-detail {
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 0 !important;
    }

        .card-vendor-box .vendor-detail .logo {
            width: 60px;
            height: 60px;
            min-width: 60px;
            padding: 0;
            margin: 0;
            display: block;
            border-radius: 10px;
            background: #E6F3F8;
            position: relative;
        }

            .card-vendor-box .vendor-detail .logo img {
                width: 100%;
                height: 100%;
                border-radius: 10px;
            }

        .card-vendor-box .vendor-detail .name-address {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

            .card-vendor-box .vendor-detail .name-address .name {
                font-size: 16px;
                font-weight: 600;
                color: #005A80;
                line-height: 22px;
            }

            .card-vendor-box .vendor-detail .name-address .address {
                font-size: 13px;
                font-weight: 400;
                color: #6B7280;
                line-height: 18px;
            }

    .card-vendor-box .vendor-separator {
        width: 100%;
        height: 1px;
        background: #E5E7EB;
        margin: 15px 0;
        float: left;
    }

    .card-vendor-box .button-container {
        width: 100%;
        padding: 0;
        margin: 0;
        float: left;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .card-vendor-box .button-container .button {
            width: 100%;
            height: 47px;
            padding: 0;
            margin: 0;
            float: left;
            display: block;
            cursor: pointer;
            border-radius: 10px;
            background: #E6F3F8;
            text-align: center;
            font-size: 15px;
            font-weight: 500;
            color: #005A80;
        }

        .card-vendor-box .button-container .message-seller-btn {
            background: #E8503A;
            color: #FFFFFF;
        }

            .card-vendor-box .button-container .message-seller-btn:hover {
                background: #D4442F;
            }

        .card-vendor-box .button-container .button div {
            width: 100%;
            height: 100%;
            padding: 10px 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

            .card-vendor-box .button-container .button div img {
                width: 22px;
                height: 22px;
            }

        .card-vendor-box .button-container .button:hover {
            background: #D4EAF3;
        }

        .card-vendor-box .button-container .message-seller-btn div img {
            filter: brightness(0) invert(1);
        }

/*Tabs*/
.card-tab-container .tabs {
    padding: 0;
    margin: 0;
    background: #FFFFFF;
}

    .card-tab-container .tabs .tab-nav {
        padding: 16px 0;
        margin: 0;
        border-bottom: 1px solid #E5E7EB;
        text-align: left;
    }

        .card-tab-container .tabs .tab-nav li {
            margin-right: 10px;
            display: inline-block;
            vertical-align: top;
        }

            .card-tab-container .tabs .tab-nav li img {
                width: 20px;
                height: 20px;
                margin: 0 10px 0 0;
                display: inline-block;
                vertical-align: top;
            }

            .card-tab-container .tabs .tab-nav li span {
                padding: 10px 20px 15px 20px;
                cursor: pointer;
                transition: all 0.25s ease-in-out;
                font-size: 15px;
                font-weight: 600;
                color: #123E52;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

            .card-tab-container .tabs .tab-nav li:hover > span {
                color: #002D40;
            }

.tabs .tab-nav li.active > span {
    border-bottom: 2px solid #002D40;
    color: #002D40;
}

.card-tab-container .tabs .tab {
    width: 100%;
    height: auto; /*Fix*/
    padding: 10px;
    margin: 10px 0 0 0;
    display: none;
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
}

    .card-tab-container .tabs .tab.active {
        display: block;
    }

    .card-tab-container .tabs .tab p {
        width: 100%;
        line-height: 24px;
    }

    .card-tab-container .tabs .tab ul {
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .card-tab-container .tabs .tab ul li {
            width: 100%;
            margin: 0 0 20px 0;
            float: left;
            display: block;
            font-weight: 600;
        }

            .card-tab-container .tabs .tab ul li span {
                margin: 0 0 0 10px;
                font-weight: 500;
            }

/* Product Document Actions */
.product-doc-action {
    display: inline-block;
    padding: 5px 12px;
    margin: 2px 4px;
    border: 1px solid #002D40;
    border-radius: 4px;
    color: #002D40;
    background: transparent;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
}

    .product-doc-action:hover {
        background: #002D40;
        color: #fff;
        text-decoration: none;
    }

    .product-doc-action i {
        margin-right: 4px;
    }

/* Product PDF Viewer Modal */
#productPdfViewerModal .modal-header {
    background: #002D40;
    color: #fff;
    padding: 12px 20px;
}

    #productPdfViewerModal .modal-header .close {
        color: #fff;
        opacity: 0.8;
    }

        #productPdfViewerModal .modal-header .close:hover {
            opacity: 1;
        }

#productPdfViewerModal .modal-title {
    font-size: 16px;
    font-weight: 600;
}

    #productPdfViewerModal .modal-title i {
        margin-right: 6px;
    }

/*ProductReviews*/
.tab .product-review-list {
    width: 100%;
    margin-top: 20px;
    float: left;
    display: block !important;
}

    .tab .product-review-list .product-review-item {
        padding: 24px;
        position: relative;
        border-left: 1px solid #DCE0E5;
        border: 1px solid #DCE0E5;
        border-radius: 12px;
        box-shadow: none;
    }

        .tab .product-review-list .product-review-item .review-info {
            width: 100%;
            display: block;
            float: left;
        }

        .tab .product-review-list .product-review-item .product-review-box .rating {
            background: none;
        }

            .tab .product-review-list .product-review-item .product-review-box .rating div {
                background: url('../img/landingpage_star.png') center center;
                background-size: 13px;
                background-position: left;
            }

        .tab .product-review-list .product-review-item .review-info .user {
            margin-right: 10px;
        }

        .tab .product-review-list .product-review-item .review-content .product-review-helpfulness {
            width: 100%;
            padding: 0;
            margin: 15px 0 0 0;
            display: block;
            float: left;
        }

            .tab .product-review-list .product-review-item .review-content .product-review-helpfulness span.question {
                margin: 0;
                display: block;
                float: left;
                font-weight: 600 !important;
            }

            .tab .product-review-list .product-review-item .review-content .product-review-helpfulness .vote-stats {
                margin: 0 10px;
            }

            .tab .product-review-list .product-review-item .review-content .product-review-helpfulness .vote-options {
                margin: -8px 10px 0 -6px;
            }
/*ProductReviews*/
@media (max-width: 768px) {
    /*Containers*/
    .card-container-left {
        width: 100% !important;
        margin: 15px 0 0 0;
        padding: 5px;
    }

    .card-container-right {
        width: 100% !important;
        padding: 5px;
    }

    .card-tab-container {
        width: 100% !important;
        padding: 5px;
        margin: 5px 0 0 0;
    }

    .card-vendor-container {
        width: 100% !important;
        padding: 5px;
        margin: 5px 0 0 0;
    }

    /* Gallery */
    .card-gallery {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    .gallery-thumbnails {
        width: 60px;
        height: 280px;
        padding: 0 4px;
        overflow-y: auto;
        flex-shrink: 0;
    }

        .gallery-thumbnails div {
            margin-bottom: 6px;
        }

        .gallery-thumbnails img {
            max-height: 55px;
            width: 100%;
            border-radius: 6px;
        }

    .gallery-main {
        width: calc(100% - 60px) !important;
        height: 280px;
        flex: 1;
    }

        .gallery-main div {
            width: 100%;
            height: 280px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .gallery-main div img {
                max-width: 100%;
                max-height: 280px;
                width: auto;
                height: auto;
                object-fit: contain;
                border-radius: 10px;
            }

    /* Card Header */
    .card-header {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        Güzel bu sorun
    }

        .card-header p {
            width: 100%;
        }

        .card-header .card-rating span.comment,
        .card-header .card-rating span.sample-notification {
            color: #6F7C8E;
        }

        .card-header .card-rating span {
            margin-right: 20px;
        }

            .card-header .card-rating span.sample-notification:last-of-type {
                margin-top: 20px;
            }

            .card-header .card-rating span img {
                width: 18px;
                margin-right: 10px;
                display: block;
                float: left;
            }

            .card-header .card-rating span.separator {
                display: none;
            }
    /* Short Detail */
    .detail-wrapper .short-detail {
        height: auto !important;
        min-height: unset !important;
        padding: 10px 0;
        margin: 0;
    }

    /* Panel Triggers */
    .product-specs-trigger,
    .price-breaks-trigger {
        margin: 0 0 12px 0;
        font-size: 13px;
        clear: both;
    }

        .product-specs-trigger span,
        .price-breaks-trigger span {
            display: block;
            margin-left: 28px;
            margin-top: 3px;
            font-size: 12px;
        }

    /* Price */
    .card-price {
        font-size: 20px;
    }

        .card-price span {
            display: block;
            margin-left: 0;
            margin-top: 5px;
        }

    /* Card Buttons */
    .card-button-primary,
    .card-button-icon-button {
        margin: 15px 0 0 10px;
    }

    .card-button-secondary {
        margin: 15px 0 0 10px;
        float: left;
    }

    .card-egbt-sample-descriptions {
        margin-top: 50px;
    }

    /* Panels */
    .panel {
        width: 100% !important;
    }

    /* Vendor */
    .card-vendor-box .button-container .button {
        width: 47%;
    }

        .card-vendor-box .button-container .button:nth-child(odd) {
            margin-left: 0;
        }

        .card-vendor-box .button-container .button:nth-child(even) {
            margin-left: 10px;
        }

    /* Tabs */
    .card-tab-container .tabs .tab-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 30px;
        border-radius: 0;
        text-align: left;
    }

        .card-tab-container .tabs .tab-nav li {
            margin-bottom: 10px;
            flex: 1 0 auto;
            text-align: center;
            cursor: pointer;
            padding: 5px 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            background-color: #f5f5f5;
            transition: background-color 0.3s, color 0.3s;
        }

            .card-tab-container .tabs .tab-nav li span {
                padding: 8px 10px;
                font-size: 15px;
                font-weight: 600;
            }

            .card-tab-container .tabs .tab-nav li img {
                display: none;
            }

    .card-tab-container .tabs .tab {
        height: auto;
        min-height: 150px;
    }

    /* Breadcrumbs */
    .card-breadcrumb {
        padding: 10px 15px;
        font-size: 13px;
        border-radius: 0;
    }
}
/*Product Detail Page*/

/* Sales Contract Page */
.sales-contract-main-title {
    text-align: center;
}

.contract-content #contractDetails .pdf-container {
    width: 100%;
    height: 600px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

    .contract-content #contractDetails .pdf-container iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

.contract-content .pdf-loading {
    display: none;
    text-align: center;
    padding: 20px;
}

.contract-content .pdf-error {
    display: none;
    text-align: center;
    padding: 20px;
    color: red;
}

.mobile-vendor-accordion {
    display: none;
}

/* DirectPurchase Mobile Layout */
@media all and (max-width: 1024px) {
    .page.product-details-page .productDetail-gallery {
        width: 100%;
        float: none;
    }

    .page.product-details-page .productDetail-simpleDetail {
        width: 100% !important;
        float: none !important;
        padding: 10px 0;
    }

        .page.product-details-page .productDetail-simpleDetail .simpleDetail-left {
            width: 100% !important;
            float: none !important;
            padding: 10px 16px;
            margin: 0;
            box-sizing: border-box;
        }

        .page.product-details-page .productDetail-simpleDetail .simpleDetail-right {
            display: none !important;
        }

    .page.product-details-page .mobile-vendor-accordion {
        display: block;
        border: 1px solid #DEE1E6;
        border-radius: 10px;
        background: #F6F7F9;
        margin-bottom: 10px;
    }

    .mobile-vendor-accordion .vendor-accordion-header {
        display: flex;
        align-items: center;
        padding: 12px 16px;
        cursor: pointer;
        gap: 12px;
    }

        .mobile-vendor-accordion .vendor-accordion-header .vendor-acc-logo {
            width: 40px;
            height: 40px;
            border-radius: 6px;
            background-size: 75% !important;
            background-position: center !important;
            background-repeat: no-repeat !important;
            background-color: #E6F3F8;
            flex-shrink: 0;
        }

        .mobile-vendor-accordion .vendor-accordion-header .vendor-acc-name {
            font-size: 15px;
            font-weight: 500;
            color: #006F9E;
            flex: 1;
        }

        .mobile-vendor-accordion .vendor-accordion-header::after {
            content: "k";
            transform: rotate(-90deg);
            font-size: 14px;
            transition: all 0.3s ease;
            color: #006F9E;
        }

        .mobile-vendor-accordion .vendor-accordion-header.active::after {
            transform: rotate(90deg);
        }

    .mobile-vendor-accordion .vendor-accordion-body {
        display: none;
        padding: 0 16px 16px;
    }

        .mobile-vendor-accordion .vendor-accordion-body .vendor-card {
            border: none !important;
            box-shadow: none !important;
            background: transparent;
            margin: 0;
        }

        .mobile-vendor-accordion .vendor-accordion-body .vendor-button-container {
            width: 100%;
            float: none;
            margin-top: 0;
        }

            .mobile-vendor-accordion .vendor-accordion-body .vendor-button-container .primary-soft-btn {
                width: 100% !important;
                display: block;
                float: none;
                margin-top: 10px;
            }

    .page.product-details-page .productDetail-simpleDetail .simpleDetail-left .product-prices-box {
        margin-top: 10px;
        float: none !important;
    }

    .page.product-details-page .product-eligibility-badges {
        display: flex;
        justify-content: center;
        gap: 5px;
        margin-top: 0;
        border: 1px solid #DEE1E6;
        border-radius: 8px;
        background-color: #F6F7F9;
        padding: 10px;
    }

        .page.product-details-page .product-eligibility-badges .secondary-btn:has(.fa-box-open) {
            background-color: #E6F9F1 !important;
            border: 1px solid #2ECC71 !important;
            color: #1B7A43 !important;
        }

        .page.product-details-page .product-eligibility-badges .secondary-btn:has(.fa-shipping-fast) {
            background-color: #E8F4FD !important;
            border: 1px solid #006F9E !important;
            color: #006F9E !important;
        }

    .page.product-details-page .simpleDetail-left .short-description {
        border: 1px solid #DEE1E6;
        border-bottom: none;
        border-radius: 8px 8px 0 0;
        background-color: #F6F7F9;
        padding: 12px 16px;
        margin: 10px 0 0 0 !important;
        float: none !important;
    }

    .page.product-details-page .simpleDetail-left .additional-details {
        border: 1px solid #DEE1E6;
        border-top: none;
        border-radius: 0 0 8px 8px;
        background-color: #F6F7F9;
        padding: 12px 16px;
        margin: 0 !important;
        float: none !important;
        overflow: hidden;
    }

    .page.product-details-page .simpleDetail-left .tier-prices {
        border: 1px solid #DEE1E6;
        border-radius: 8px;
        background-color: #F6F7F9;
        padding: 12px 16px;
        margin: 0 !important;
    }

    .page.product-details-page .productDetail-simpleDetail .attributes-wrapper {
        padding: 0;
        border: none;
        margin: 10px 0 10px 0 !important;
        width: 100% !important;
        max-width: none !important;
        float: none !important;
    }

        .page.product-details-page .productDetail-simpleDetail .attributes-wrapper > div {
            max-width: none !important;
            width: 100% !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            box-sizing: border-box;
        }

    .page.product-details-page .productDetail-simpleDetail .overview-buttons {
        justify-content: flex-start;
    }

    .page.product-details-page .productDetail-simpleDetail .simpleDetail-left .overview-accordion {
        float: none !important;
        max-width: none !important;
    }

    .page.product-details-page .overview-shipping {
        clear: both;
        width: 100%;
    }

    .page.product-details-page .etgb-quantity-message {
        margin: 0 !important;
        background-color: #E8F4FD !important;
        border: 1px solid #006F9E !important;
        border-radius: 8px;
        padding: 10px 12px;
        color: #006F9E !important;
        font-size: 13px;
        width: 100%;
    }

    .page.product-details-page .min-qty-notification {
        background-color: #FFF5E3;
        border: 1px solid #F1C21B;
        border-left: 4px solid #F1C21B;
        border-radius: 8px;
        padding: 10px 12px;
        color: #8B6914 !important;
        font-size: 13px;
        margin: 0 0 10px 0 !important;
        width: 100%;
    }

    .page.product-details-page .sample-available-notification {
        background-color: #E6F9F1;
        border: 1px solid #2ECC71;
        border-left: 4px solid #2ECC71;
        border-radius: 8px;
        padding: 10px 12px;
        color: #1B7A43 !important;
        font-size: 13px;
        margin: 0 0 8px 0 !important;
        width: 100%;
    }

    .page.product-details-page .productDetail-gallery .picture-thumbs .slick-prev,
    .page.product-details-page .productDetail-gallery .picture-thumbs .slick-next {
        top: 20%;
    }

    .page.product-details-page .overview-buttons .add-to-cart .add-to-cart-panel {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        column-gap: 10px;
        row-gap: 10px;
    }

        .page.product-details-page .overview-buttons .add-to-cart .add-to-cart-panel .price-quantity-container {
            display: contents !important;
        }

            .page.product-details-page .overview-buttons .add-to-cart .add-to-cart-panel .price-quantity-container .product-price-display {
                flex-basis: 100%;
                margin-top: 10px;
                margin-bottom: -5px;
            }

        .page.product-details-page .overview-buttons .add-to-cart .add-to-cart-panel .quantity-selector {
            float: none !important;
            width: 120px !important;
            margin-right: 0 !important;
        }


        .page.product-details-page .overview-buttons .add-to-cart .add-to-cart-panel .cart-button-container {
            float: none !important;
            margin: 0 !important;
            position: static !important;
        }

        .page.product-details-page .overview-buttons .add-to-cart .add-to-cart-panel .sample-button-container {
            float: none !important;
            margin: 0 !important;
        }

    .page.product-details-page .add-to-cart-panel .add-to-cart-button,
    .page.product-details-page .add-to-cart-panel .order-sample-button {
        height: 42px;
        box-sizing: border-box;
    }

    .page.product-details-page .add-to-cart-panel .order-sample-button,
    .page.product-details-page .add-to-cart-panel .add-to-wishlist-button {
        border: 1px solid #000000 !important;
    }

    .add-to-wishlist-button {
        width: 32px;
        height: 32px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        padding: 0;
        cursor: pointer;
        line-height: 1;
        outline: none;
    }

        .add-to-wishlist-button.in-wishlist:before,
        .add-to-wishlist-button:hover:before {
            content: "❤";
            color: red !important;
        }
}

/*Login Page Center*/
.page.login-page {
    margin: 15px auto !important;
    max-width: 450px !important;
    padding: 0 15px !important;
}

    .page.login-page .returning-wrapper,
    .page.login-page .new-wrapper {
        border-radius: 12px !important;
        padding: 30px !important;
        border: 1px solid #d6e4ed !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12) !important;
    }

    .page.login-page .inputs input[type="email"],
    .page.login-page .inputs input[type="text"],
    .page.login-page .inputs input[type="password"] {
        height: 48px !important;
    }

    .page.login-page .password-field {
        position: relative;
        width: 100%;
        float: left;
        clear: both;
    }

        .page.login-page .password-field input {
            width: 100% !important;
            padding-right: 40px !important;
        }

    .page.login-page .toggle-password {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        color: #8e8e8e;
        display: flex;
        align-items: center;
    }

        .page.login-page .toggle-password:hover {
            color: var(--primery-dark-blue);
        }

    .page.login-page .inputs input::placeholder {
        padding-left: 0 !important;
    }

    .page.login-page .login-subtitle {
        font-size: 14px;
        color: var(--primery-dark-blue);
        font-weight: 400;
        margin-top: 5px;
    }

    .page.login-page .login-create-account {
        text-align: center;
        margin-top: 20px;
        font-size: 14px;
        color: var(--primery-dark-blue);
    }

        .page.login-page .login-create-account a {
            font-weight: 700;
            color: var(--primery-blue);
            text-decoration: underline;
        }

    .page.login-page .page-title,
    .page.login-page .title strong {
        text-align: center !important;
        width: 100% !important;
        margin-bottom: 10px !important;
        font-size: 32px !important;
        line-height: 20px !important;
    }

/* Plugin-specific styles (DirectPurchase, VendorSidebar) */
.card-header .card-rating .dp-stock-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
}

    .card-header .card-rating .dp-stock-badge.in-stock {
        color: #22C55E;
    }

    .card-header .card-rating .dp-stock-badge.out-of-stock {
        color: #EF4444;
    }

    .card-header .card-rating .dp-stock-badge svg {
        width: 18px;
        margin-right: 10px;
        display: block;
        float: left;
    }
/*Price Break & Products Specs Triggers*/
.price-breaks-trigger {
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
    float: left;
    display: block;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #053347;
}

    .price-breaks-trigger img {
        width: 20px;
        height: 20px;
        margin: -1px 10px 0 0;
        float: left;
        display: block;
    }

    .price-breaks-trigger span {
        margin-left: 10px;
        font-size: 14px;
        font-weight: 400;
        color: #6F7C8E;
    }

.tier-prices-header {
    font-size: 13px;
    font-weight: 600;
    color: #005A80;
    margin-bottom: 8px;
    font-style: italic;
}

.tier-prices-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 13px;
}

    .tier-prices-table .tier-label {
        padding: 8px 10px;
        border: 1px solid #CCCCCC;
        background: #F0F0F0;
        text-align: left;
        font-weight: 600;
        color: #333;
        width: 80px;
    }

    .tier-prices-table .tier-cell {
        padding: 8px 10px;
        border: 1px solid #CCCCCC;
        text-align: center;
        cursor: pointer;
        transition: background 0.2s;
        font-weight: 500;
        color: #101010;
    }

    .tier-prices-table .tier-quantity-row .tier-cell {
        background: #F9FAFB;
    }

    .tier-prices-table .tier-cell:hover {
        background: #E6F3F8;
    }

    .tier-prices-table .tier-cell.tier-selected {
        background: #4A6B7A;
        color: #FFFFFF;
        font-weight: 600;
    }

.direct-purchase-tier-prices {
    width: 100%;
    margin: 15px 0;
    float: left;
}

/*Info Messages (ETGB, Sample, Min Qty)*/
.dp-info-messages {
    width: 100%;
    padding: 15px 0;
    margin: 0;
    float: left;
}

.dp-info-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.dp-info-check {
    color: #22C55E;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}

/*Spec Bullet List*/
.dp-spec-list {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    float: left;
}

    .dp-spec-list ul {
        list-style: disc;
        padding-left: 20px;
        margin: 0;
    }

    .dp-spec-list li {
        font-size: 14px;
        color: #333;
        line-height: 1.8;
    }

        .dp-spec-list li strong {
            font-weight: 600;
        }

/*Product Features Table (Tab)*/
.dp-features-table {
    width: 100%;
    border-collapse: collapse;
}

    .dp-features-table tr {
        border-bottom: 1px solid #E5E7EB;
    }

        .dp-features-table tr:last-child {
            border-bottom: none;
        }

    .dp-features-table td {
        padding: 14px 16px;
        font-size: 14px;
        color: #333;
        vertical-align: top;
    }

    .dp-features-table .feature-name {
        font-weight: 500;
        color: #6B7280;
        width: 200px;
        white-space: nowrap;
    }

    .dp-features-table .feature-value {
        font-weight: 400;
        color: #111827;
    }

/*Inline Product Attributes*/
.dp-inline-attributes {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    float: left;
}

    .dp-inline-attributes .attributes dl {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .dp-inline-attributes .attributes dt {
        width: 100% !important;
        margin: 0 0 8px 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #333 !important;
        float: none !important;
    }

    .dp-inline-attributes .attributes dd {
        width: 100% !important;
        margin: 0 0 16px 0 !important;
        padding: 0 !important;
        float: none !important;
    }

/* Color pills - div based to avoid Emporium li overrides */
.dp-color-pills {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: flex-start !important;
    text-align: left !important;
}

.attributes-wrapper > div.attributes {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

@media (min-width: 1281px) {
    .attributes {
        max-width: none !important;
    }
}

.dp-color-pill {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

    .dp-color-pill input[type="radio"] {
        display: none !important;
        visibility: hidden !important;
        position: absolute !important;
        opacity: 0 !important;
        width: 0 !important;
        height: 0 !important;
        pointer-events: none !important;
    }

    .dp-color-pill label {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px 12px !important;
        border: 2px solid #D0D5DD !important;
        border-radius: 8px !important;
        cursor: pointer !important;
        background: #fff !important;
        margin: 0 !important;
        transition: all 0.2s ease-in-out !important;
        min-width: 70px !important;
    }

        .dp-color-pill label:hover {
            border-color: #005A80 !important;
        }

    .dp-color-pill input[type="radio"]:checked + label,
    .dp-color-pill.selected-value label {
        border-color: #005A80 !important;
        background: #F0F8FC !important;
    }

        .dp-color-pill.selected-value label::before {
            content: none !important;
        }

.dp-color-swatch {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    border: 1px solid #ccc !important;
    margin-bottom: 6px !important;
}

.dp-color-name {
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #333 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

/* Dropdown style */
.direct-purchase-product-page .dp-inline-attributes .attributes select {
    padding: 8px 12px !important;
    border: 1px solid #D0D5DD !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    color: #333 !important;
    background: #FFFFFF !important;
    min-width: 180px;
    text-align: left !important;
}

.product-specs-trigger {
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
    float: left;
    display: block;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #053347;
}

    .product-specs-trigger img {
        width: 20px;
        height: 20px;
        margin: -1px 10px 0 0;
        float: left;
        display: block;
    }

    .product-specs-trigger span {
        margin-left: 10px;
        font-size: 14px;
        font-weight: 400;
        color: #6F7C8E;
    }
/*Quantity & Buttons*/
.card-price {
    width: 100%;
    margin: 10px 0;
    float: left;
    display: block;
    text-align: left;
}

    .card-price span {
        margin-left: 10px;
        font-size: 14px;
        font-weight: 400;
        color: #6F7C8E;
    }

    .card-price .current-price span {
        margin-left: 0;
        font-size: 20px;
        font-weight: 600;
        color: #14181F;
    }

.card-quantity {
    width: 146px;
    height: 48px;
    padding: 3px 0 2px 3px;
    margin: 15px 0;
    float: left;
    display: block;
    position: relative;
    clear: both;
    border-radius: 10px;
    border: 1px solid #FF4735;
}

    .card-quantity input {
        padding: 10px;
        margin: 0;
        box-sizing: border-box;
        border: none;
        outline: none;
        font-size: 15px;
    }

        .card-quantity input[type=button] {
            width: 40px;
            height: 40px;
            padding: 0;
            margin: 0;
            cursor: pointer;
            position: relative;
            border-radius: 10px;
            background: #E6F3F8;
            font-size: 20px;
            font-weight: 700;
            color: #006F9E;
            - webkit-appearance: button;
        }

        .card-quantity input[type=text] {
            width: 52px;
            height: 40px;
            padding-left: 0px !important;
            padding-right: 0px !important;
            margin: 0;
            position: relative;
            display: inline-block;
            border-radius: 0;
            user-select: none;
            text-align: center;
            font-weight: 600;
        }

            .card-quantity input[type=text]:focus {
                outline: none;
            }

.card-button-primary,
.card-button-secondary {
    width: auto;
    height: 47px;
    padding: 10px 15px;
    margin: 15px 0 0 10px;
    float: left;
    display: block;
    line-height: 24px;
    cursor: pointer;
    border-radius: 10px;
    background: #FF4735;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
}

.card-button-secondary {
    border: 1px solid #1C1C1C;
    background: #FFFFFF;
    color: #1C1C1C;
}

    .card-button-primary img,
    .card-button-secondary img {
        width: 20px;
        height: 20px;
        margin: 2px 10px 0 0;
        float: left;
        display: block;
    }

.card-button-icon-button {
    width: 47px;
    height: 47px;
    padding: 10px 15px;
    margin: 15px 0 0 10px;
    float: left;
    display: block;
    line-height: 24px;
    cursor: pointer;
    border-radius: 10px;
    background: #FF4735;
    text-align: center;
}

    .card-button-icon-button img {
        width: 20px;
        height: 20px;
        margin: 4px 0 0 -2px;
        float: left;
        display: block;
    }

.shippingButton {
    margin: 0 0 0 10px !important;
    background: #F9FAFB !important;
}

ul.card-egbt-sample-descriptions {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
}

    ul.card-egbt-sample-descriptions li {
        width: 100%;
        height: auto;
        margin: 3px 0;
        float: left;
        display: list-item;
        list-style-type: circle;
        list-style-position: inside;
        font-size: 14px;
    }
/*Vendor*/

/*Vendor Sidebar Card*/
.vendor-sidebar-card {
    width: 100%;
    padding: 20px;
    border: 1px solid #DCE0E5;
    border-radius: 12px;
    background: #F9FAFB;
}

.vendor-sidebar-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 16px;
}

.vendor-sidebar-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.vendor-sidebar-logo {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    position: relative;
    border-radius: 8px;
    background: #E6F3F8;
}

    .vendor-sidebar-logo img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
    }

    .vendor-sidebar-logo .vendor-verified-badge {
        position: absolute;
        top: -4px;
        right: -4px;
        width: 18px;
        height: 18px;
    }

.vendor-sidebar-name {
    font-size: 14px;
    font-weight: 600;
    color: #005A80;
    line-height: 1.3;
}

.vendor-sidebar-location {
    font-size: 12px;
    color: #6F7C8E;
    margin-top: 2px;
    line-height: 1.3;
}

.vendor-sidebar-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vendor-sidebar-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: none;
    border-radius: 10px;
    background: #E6F3F8;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    color: #005A80;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 10px !important;
}

    .vendor-sidebar-btn:hover {
        background: #D0EAF3;
        text-decoration: none;
        color: #005A80;
    }

    .vendor-sidebar-btn img {
        width: 18px;
        height: 18px;
    }

.vendor-sidebar-btn-primary {
    background: #FF4735;
    color: #FFFFFF;
}

    .vendor-sidebar-btn-primary:hover {
        background: #E63E2E;
        color: #FFFFFF;
    }

    .vendor-sidebar-btn-primary img {
        filter: brightness(0) invert(1);
    }

/*Tabs*/
.card-tab-container .tabs {
    padding: 0;
    margin: 0;
    background: #FFFFFF;
}

    .card-tab-container .tabs .tab-nav {
        padding: 16px 0;
        margin: 0;
        border-bottom: 1px solid #E5E7EB;
        text-align: left;
    }

        .card-tab-container .tabs .tab-nav li {
            margin-right: 10px;
            display: inline-block;
            vertical-align: top;
        }

            .card-tab-container .tabs .tab-nav li img {
                width: 20px;
                height: 20px;
                margin: 0 10px 0 0;
                display: inline-block;
                vertical-align: top;
            }

            .card-tab-container .tabs .tab-nav li span {
                padding: 10px 20px 15px 20px;
                cursor: pointer;
                transition: all 0.25s ease-in-out;
                font-size: 15px;
                font-weight: 600;
                color: #123E52;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

            .card-tab-container .tabs .tab-nav li:hover > span {
                color: #002D40;
            }

.tabs .tab-nav li.active > span {
    border-bottom: 2px solid #002D40;
    color: #002D40;
}

.card-tab-container .tabs .tab {
    width: 100%;
    height: auto; /*Fix*/
    padding: 10px;
    margin: 10px 0 0 0;
    display: none;
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
}

    .card-tab-container .tabs .tab.active {
        display: block;
    }

    .card-tab-container .tabs .tab p {
        width: 100%;
        line-height: 24px;
    }

    .card-tab-container .tabs .tab ul {
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .card-tab-container .tabs .tab ul li {
            width: 100%;
            margin: 0 0 20px 0;
            float: left;
            display: block;
            font-weight: 600;
        }

            .card-tab-container .tabs .tab ul li span {
                margin: 0 0 0 10px;
                font-weight: 500;
            }

/* Product Document Actions */
.product-doc-action {
    display: inline-block;
    padding: 5px 12px;
    margin: 2px 4px;
    border: 1px solid #002D40;
    border-radius: 4px;
    color: #002D40;
    background: transparent;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
}

    .product-doc-action:hover {
        background: #002D40;
        color: #fff;
        text-decoration: none;
    }

    .product-doc-action i {
        margin-right: 4px;
    }

/* Product PDF Viewer Modal */
#productPdfViewerModal .modal-header {
    background: #002D40;
    color: #fff;
    padding: 12px 20px;
}

    #productPdfViewerModal .modal-header .close {
        color: #fff;
        opacity: 0.8;
    }

        #productPdfViewerModal .modal-header .close:hover {
            opacity: 1;
        }

#productPdfViewerModal .modal-title {
    font-size: 16px;
    font-weight: 600;
}

    #productPdfViewerModal .modal-title i {
        margin-right: 6px;
    }

@media (max-width: 768px) {

    /*Containers*/
    .card-container-left {
        width: 100% !important;
        margin: 15px 0 0 0;
        padding: 5px;
    }

    .card-container-right {
        width: 100% !important;
        padding: 5px;
    }

    .card-tab-container {
        width: 100% !important;
        padding: 5px;
        margin: 5px 0 0 0;
    }

    .card-vendor-container {
        width: 100% !important;
        padding: 5px;
        margin: 5px 0 0 0;
    }

    /* Gallery */
    .card-gallery {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    .gallery-thumbnails {
        width: 60px;
        height: 280px;
        padding: 0 4px;
        overflow-y: auto;
        flex-shrink: 0;
    }

        .gallery-thumbnails div {
            margin-bottom: 6px;
        }

        .gallery-thumbnails img {
            max-height: 55px;
            width: 100%;
            border-radius: 6px;
        }

    .gallery-main {
        width: calc(100% - 60px) !important;
        height: 280px;
        flex: 1;
    }

        .gallery-main div {
            width: 100%;
            height: 280px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .gallery-main div img {
                max-width: 100%;
                max-height: 280px;
                width: auto;
                height: auto;
                object-fit: contain;
                border-radius: 10px;
            }

    /* Card Header */
    .card-header {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        Güzel bu sorun
    }

        .card-header p {
            width: 100%;
        }

        .card-header .card-rating span.comment,
        .card-header .card-rating span.sample-notification {
            color: #6F7C8E;
        }

        .card-header .card-rating span {
            margin-right: 20px;
        }

            .card-header .card-rating span.sample-notification:last-of-type {
                margin-top: 20px;
            }

            .card-header .card-rating span img {
                width: 18px;
                margin-right: 10px;
                display: block;
                float: left;
            }

            .card-header .card-rating span.separator {
                display: none;
            }
    /* Short Detail */
    .detail-wrapper .short-detail {
        height: auto !important;
        min-height: unset !important;
        padding: 10px 0;
        margin: 0;
    }

    /* Panel Triggers */
    .product-specs-trigger,
    .price-breaks-trigger {
        margin: 0 0 12px 0;
        font-size: 13px;
        clear: both;
    }

        .product-specs-trigger span,
        .price-breaks-trigger span {
            display: block;
            margin-left: 28px;
            margin-top: 3px;
            font-size: 12px;
        }

    /* Price */
    .card-price {
        font-size: 20px;
    }

        .card-price span {
            display: block;
            margin-left: 0;
            margin-top: 5px;
        }

    /* Card Buttons */
    .card-button-primary,
    .card-button-icon-button {
        margin: 15px 0 0 10px;
    }

    .card-button-secondary {
        margin: 15px 0 0 10px;
        float: left;
    }

    .card-egbt-sample-descriptions {
        margin-top: 50px;
    }

    /* Panels */
    .panel {
        width: 100% !important;
    }

    /* Vendor */
    .card-vendor-box .button-container .button {
        width: 47%;
    }

        .card-vendor-box .button-container .button:nth-child(odd) {
            margin-left: 0;
        }

        .card-vendor-box .button-container .button:nth-child(even) {
            margin-left: 10px;
        }

    /* Tabs */
    .card-tab-container .tabs .tab-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 30px;
        border-radius: 0;
        text-align: left;
    }

        .card-tab-container .tabs .tab-nav li {
            margin-bottom: 10px;
            flex: 1 0 auto;
            text-align: center;
            cursor: pointer;
            padding: 5px 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            background-color: #f5f5f5;
            transition: background-color 0.3s, color 0.3s;
        }

            .card-tab-container .tabs .tab-nav li span {
                padding: 8px 10px;
                font-size: 15px;
                font-weight: 600;
            }

            .card-tab-container .tabs .tab-nav li img {
                display: none;
            }

    .card-tab-container .tabs .tab {
        height: auto;
        min-height: 150px;
    }

    /* Breadcrumbs */
    .card-breadcrumb {
        padding: 10px 15px;
        font-size: 13px;
        border-radius: 0;
    }
}
/*Product Detail Page*/

/* Sales Contract Page */
.sales-contract-main-title {
    text-align: center;
}

.contract-content #contractDetails .pdf-container {
    width: 100%;
    height: 600px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

    .contract-content #contractDetails .pdf-container iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

.contract-content .pdf-loading {
    display: none;
    text-align: center;
    padding: 20px;
}

.contract-content .pdf-error {
    display: none;
    text-align: center;
    padding: 20px;
    color: red;
}

.mobile-vendor-accordion {
    display: none;
}

/* DirectPurchase Mobile Layout */
@media all and (max-width: 1024px) {
    .page.product-details-page .productDetail-gallery {
        width: 100%;
        float: none;
    }

    .page.product-details-page .productDetail-simpleDetail {
        width: 100% !important;
        float: none !important;
        padding: 10px 0;
    }

        .page.product-details-page .productDetail-simpleDetail .simpleDetail-left {
            width: 100% !important;
            float: none !important;
            padding: 10px 16px;
            margin: 0;
            box-sizing: border-box;
        }

        .page.product-details-page .productDetail-simpleDetail .simpleDetail-right {
            display: none !important;
        }

    .page.product-details-page .mobile-vendor-accordion {
        display: block;
        border: 1px solid #DEE1E6;
        border-radius: 10px;
        background: #F6F7F9;
        margin-bottom: 10px;
    }

    .mobile-vendor-accordion .vendor-accordion-header {
        display: flex;
        align-items: center;
        padding: 12px 16px;
        cursor: pointer;
        gap: 12px;
    }

        .mobile-vendor-accordion .vendor-accordion-header .vendor-acc-logo {
            width: 40px;
            height: 40px;
            border-radius: 6px;
            background-size: 75% !important;
            background-position: center !important;
            background-repeat: no-repeat !important;
            background-color: #E6F3F8;
            flex-shrink: 0;
        }

        .mobile-vendor-accordion .vendor-accordion-header .vendor-acc-name {
            font-size: 15px;
            font-weight: 500;
            color: #006F9E;
            flex: 1;
        }

        .mobile-vendor-accordion .vendor-accordion-header::after {
            content: "k";
            transform: rotate(-90deg);
            font-size: 14px;
            transition: all 0.3s ease;
            color: #006F9E;
        }

        .mobile-vendor-accordion .vendor-accordion-header.active::after {
            transform: rotate(90deg);
        }

    .mobile-vendor-accordion .vendor-accordion-body {
        display: none;
        padding: 0 16px 16px;
    }

        .mobile-vendor-accordion .vendor-accordion-body .vendor-card {
            border: none !important;
            box-shadow: none !important;
            background: transparent;
            margin: 0;
        }

        .mobile-vendor-accordion .vendor-accordion-body .vendor-button-container {
            width: 100%;
            float: none;
            margin-top: 0;
        }

            .mobile-vendor-accordion .vendor-accordion-body .vendor-button-container .primary-soft-btn {
                width: 100% !important;
                display: block;
                float: none;
                margin-top: 10px;
            }

    .page.product-details-page .productDetail-simpleDetail .simpleDetail-left .product-prices-box {
        margin-top: 10px;
        float: none !important;
    }

    .page.product-details-page .product-eligibility-badges {
        display: flex;
        justify-content: center;
        gap: 5px;
        margin-top: 0;
        border: 1px solid #DEE1E6;
        border-radius: 8px;
        background-color: #F6F7F9;
        padding: 10px;
    }

        .page.product-details-page .product-eligibility-badges .secondary-btn:has(.fa-box-open) {
            background-color: #E6F9F1 !important;
            border: 1px solid #2ECC71 !important;
            color: #1B7A43 !important;
        }

        .page.product-details-page .product-eligibility-badges .secondary-btn:has(.fa-shipping-fast) {
            background-color: #E8F4FD !important;
            border: 1px solid #006F9E !important;
            color: #006F9E !important;
        }

    .page.product-details-page .simpleDetail-left .short-description {
        border: 1px solid #DEE1E6;
        border-bottom: none;
        border-radius: 8px 8px 0 0;
        background-color: #F6F7F9;
        padding: 12px 16px;
        margin: 10px 0 0 0 !important;
        float: none !important;
    }

    .page.product-details-page .simpleDetail-left .additional-details {
        border: 1px solid #DEE1E6;
        border-top: none;
        border-radius: 0 0 8px 8px;
        background-color: #F6F7F9;
        padding: 12px 16px;
        margin: 0 !important;
        float: none !important;
        overflow: hidden;
    }

    .page.product-details-page .simpleDetail-left .tier-prices {
        border: 1px solid #DEE1E6;
        border-radius: 8px;
        background-color: #F6F7F9;
        padding: 12px 16px;
        margin: 0 !important;
    }

    .page.product-details-page .productDetail-simpleDetail .attributes-wrapper {
        padding: 0;
        border: none;
        margin: 10px 0 10px 0 !important;
        width: 100% !important;
        max-width: none !important;
        float: none !important;
    }

        .page.product-details-page .productDetail-simpleDetail .attributes-wrapper > div {
            max-width: none !important;
            width: 100% !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            box-sizing: border-box;
        }

    .page.product-details-page .productDetail-simpleDetail .overview-buttons {
        justify-content: flex-start;
    }

    .page.product-details-page .productDetail-simpleDetail .simpleDetail-left .overview-accordion {
        float: none !important;
        max-width: none !important;
    }

    .page.product-details-page .overview-shipping {
        clear: both;
        width: 100%;
    }

    .page.product-details-page .etgb-quantity-message {
        margin: 0 !important;
        background-color: #E8F4FD !important;
        border: 1px solid #006F9E !important;
        border-radius: 8px;
        padding: 10px 12px;
        color: #006F9E !important;
        font-size: 13px;
        width: 100%;
    }

    .page.product-details-page .min-qty-notification {
        background-color: #FFF5E3;
        border: 1px solid #F1C21B;
        border-left: 4px solid #F1C21B;
        border-radius: 8px;
        padding: 10px 12px;
        color: #8B6914 !important;
        font-size: 13px;
        margin: 0 0 10px 0 !important;
        width: 100%;
    }

    .page.product-details-page .sample-available-notification {
        background-color: #E6F9F1;
        border: 1px solid #2ECC71;
        border-left: 4px solid #2ECC71;
        border-radius: 8px;
        padding: 10px 12px;
        color: #1B7A43 !important;
        font-size: 13px;
        margin: 0 0 8px 0 !important;
        width: 100%;
    }

    .page.product-details-page .productDetail-gallery .picture-thumbs .slick-prev,
    .page.product-details-page .productDetail-gallery .picture-thumbs .slick-next {
        top: 20%;
    }

    .page.product-details-page .overview-buttons .add-to-cart .add-to-cart-panel {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        column-gap: 10px;
        row-gap: 10px;
    }

        .page.product-details-page .overview-buttons .add-to-cart .add-to-cart-panel .price-quantity-container {
            display: contents !important;
        }

            .page.product-details-page .overview-buttons .add-to-cart .add-to-cart-panel .price-quantity-container .product-price-display {
                flex-basis: 100%;
                margin-top: 10px;
                margin-bottom: -5px;
            }

        .page.product-details-page .overview-buttons .add-to-cart .add-to-cart-panel .quantity-selector {
            float: none !important;
            width: 120px !important;
            margin-right: 0 !important;
        }


        .page.product-details-page .overview-buttons .add-to-cart .add-to-cart-panel .cart-button-container {
            float: none !important;
            margin: 0 !important;
            position: static !important;
        }

        .page.product-details-page .overview-buttons .add-to-cart .add-to-cart-panel .sample-button-container {
            float: none !important;
            margin: 0 !important;
        }

    .page.product-details-page .add-to-cart-panel .add-to-cart-button,
    .page.product-details-page .add-to-cart-panel .order-sample-button {
        height: 42px;
        box-sizing: border-box;
    }

    .page.product-details-page .add-to-cart-panel .order-sample-button,
    .page.product-details-page .add-to-cart-panel .add-to-wishlist-button {
        border: 1px solid #000000 !important;
    }

    .add-to-wishlist-button {
        width: 32px;
        height: 32px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        padding: 0;
        cursor: pointer;
        line-height: 1;
        outline: none;
    }

        .add-to-wishlist-button.in-wishlist:before,
        .add-to-wishlist-button:hover:before {
            content: "❤";
            color: red !important;
        }
}

/*Login Page Center*/
.page.login-page {
    margin: 15px auto !important;
    max-width: 450px !important;
    padding: 0 15px !important;
}

    .page.login-page .returning-wrapper,
    .page.login-page .new-wrapper {
        border-radius: 12px !important;
        padding: 30px !important;
        border: 1px solid #d6e4ed !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12) !important;
    }

    .page.login-page .inputs input[type="email"],
    .page.login-page .inputs input[type="text"],
    .page.login-page .inputs input[type="password"] {
        height: 48px !important;
    }

    .page.login-page .password-field {
        position: relative;
        width: 100%;
        float: left;
        clear: both;
    }

        .page.login-page .password-field input {
            width: 100% !important;
            padding-right: 40px !important;
        }

    .page.login-page .toggle-password {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        color: #8e8e8e;
        display: flex;
        align-items: center;
    }

        .page.login-page .toggle-password:hover {
            color: var(--primery-dark-blue);
        }

    .page.login-page .inputs input::placeholder {
        padding-left: 0 !important;
    }

    .page.login-page .login-subtitle {
        font-size: 14px;
        color: var(--primery-dark-blue);
        font-weight: 400;
        margin-top: 5px;
    }

    .page.login-page .login-create-account {
        text-align: center;
        margin-top: 20px;
        font-size: 14px;
        color: var(--primery-dark-blue);
    }

        .page.login-page .login-create-account a {
            font-weight: 700;
            color: var(--primery-blue);
            text-decoration: underline;
        }

    .page.login-page .page-title,
    .page.login-page .title strong {
        text-align: center !important;
        width: 100% !important;
        margin-bottom: 10px !important;
        font-size: 32px !important;
        line-height: 20px !important;
    }
