:root {
    --color-text: #1a1a1a;
    --color-titles: #1a1a1a;
    --color-links: #1a1a1a;
    --font-size: 16px;
    --color-100: #f0f0f0;
    --color-200: #b3b3b3;
    --color-300: #999999;
    --color-400: #808080;
    --color-500: #999999;
    --color-600: #666666;
    --color-700: #4d4d4d;
    --color-800: #333333;
    --color-900: #1a1a1a;
    --color-red: #e53e3e;
    --border-radius: 6px;
}
#swapped-widget-container {
    line-height: 24px;
    font-size: var(--font-size);
    max-width: 1200px;
    margin: 0 auto;
    min-height: 470px;
    position: relative;
}

#swapped-widget-container .sw-color-900 { color: #000000; }
#swapped-widget-container .sw-color-800 { color: #1a1a1a; }
#swapped-widget-container .sw-color-700 { color: #333333; }
#swapped-widget-container .sw-color-600 { color: #4d4d4d; }
#swapped-widget-container .sw-color-500 { color: #666666; }
#swapped-widget-container .sw-color-400 { color: #808080; }
#swapped-widget-container .sw-color-300 { color: #999999; }
#swapped-widget-container .sw-color-200 { color: #b3b3b3; }
#swapped-widget-container .sw-color-100 { color: #cccccc; }

#swapped-widget-container .sw-bgcolor-900 { background-color: #000000; }
#swapped-widget-container .sw-bgcolor-800 { background-color: #1a1a1a; }
#swapped-widget-container .sw-bgcolor-700 { background-color: #333333; }
#swapped-widget-container .sw-bgcolor-600 { background-color: #4d4d4d; }
#swapped-widget-container .sw-bgcolor-500 { background-color: #666666; }
#swapped-widget-container .sw-bgcolor-400 { background-color: #808080; }
#swapped-widget-container .sw-bgcolor-300 { background-color: #999999; }
#swapped-widget-container .sw-bgcolor-200 { background-color: #b3b3b3; }
#swapped-widget-container .sw-bgcolor-100 { background-color: #cccccc; }
#swapped-widget-container .sw-bgcolor-50 { background-color: #f0f0f0; }

#swapped-widget-container .sw-text-bold { font-weight: 500; }
#swapped-widget-container .sw-text-extra-bold { font-weight: 700; }

#swapped-widget-container .sw-text-right {
    text-align: right;
}

#swapped-widget-container .product-details-hidden,
#swapped-widget-container .sw-hidden {
    display: none !important;
}

#swapped-widget-container h2 { margin-top: 20px; margin-bottom: 20px; }
#swapped-widget-container h3 { margin-top: 20px; margin-bottom: 20px; }

#swapped-widget-container .sw-block { display: block; }
#swapped-widget-container .sw-100 { width: 100%; }

#swapped-widget-container .sw-gap-y-10 { row-gap: 10px; }
#swapped-widget-container .sw-gap-y-15 { row-gap: 15px; }
#swapped-widget-container .sw-gap-y-20 { row-gap: 20px; }

#swapped-widget-container .sw-mt-10 { margin-top: 10px; }
#swapped-widget-container .sw-mt-20 { margin-top: 20px; }
#swapped-widget-container .sw-mt-30 { margin-top: 30px; }
#swapped-widget-container .sw-mt-40 { margin-top: 40px; }
#swapped-widget-container .sw-mt-50 { margin-top: 50px; }

#swapped-widget-container .sw-mb-10 { margin-bottom: 10px; }
#swapped-widget-container .sw-mb-20 { margin-bottom: 20px; }
#swapped-widget-container .sw-mb-30 { margin-bottom: 30px; }
#swapped-widget-container .sw-mb-40 { margin-bottom: 40px; }
#swapped-widget-container .sw-mb-50 { margin-bottom: 50px; }

#swapped-widget-container .sw-mr-10 { margin-right: 10px; }
#swapped-widget-container .sw-mr-20 { margin-right: 20px; }
#swapped-widget-container .sw-mr-30 { margin-right: 30px; }
#swapped-widget-container .sw-mr-40 { margin-right: 40px; }
#swapped-widget-container .sw-mr-50 { margin-right: 50px; }

#swapped-widget-container .sw-p-10 { padding: 10px; }
#swapped-widget-container .sw-p-20 { padding: 20px; }

#swapped-widget-container p { margin-bottom: 10px; }

#swapped-widget-container #swapped-widget-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8); /* optioneel: semi-transparante achtergrond */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: opacity 1s ease;
}

#swapped-widget-container #swapped-widget-loader .input-loader {
    display: block;
    width: 24px;
    height: 24px;
    border: 3px solid #999;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin2 0.6s linear infinite;
}

#swapped-widget-container .sw-border-radius {
    border-radius: var(--border-radius);
}

#swapped-widget-container .sw-address-text {
    line-height: 60px;
}

#swapped-widget-container #sw-address-change {
    margin-left: 10px;
    color: var(--color-500);
}

#swapped-widget-container label {
    margin-top: 0px;
    font-weight: normal;
}

#swapped-widget-container .sw-max-w-980 {
    max-width: 980px;
}
#swapped-widget-container .sw-max-w-860 {
    max-width: 800px;
}
#swapped-widget-container .sw-max-w-640 {
    max-width: 640px;
}
#swapped-widget-container .sw-max-w-420 {
    max-width: 420px;
}
#swapped-widget-container #swapped-address-form .sw-grid-3 {
    max-width: 640px;
}

#swapped-widget-container #swapped-address-form {
    max-width: 820px;
}

#swapped-widget-container #swapped-address-form .address-label {
    height: 18px;
}

#swapped-widget-container #sw-price {
    background: var(--color-100);
    padding: 7px;
    max-width: 100px;
    border-radius: var(--border-radius);
    text-align: center;
}

#swapped-widget-container .sw-pt-28 {
    padding-top: 28px;
}
#swapped-widget-container .sw-pt-32 {
    padding-top: 32px;
}

#swapped-widget-container .sw-mt-1 {
    margin-top: .25rem !important;
}
#swapped-widget-container .sw-mt-2 {
    margin-top: .5rem !important;
}
#swapped-widget-container .sw-mt-3 {
    margin-top: .75rem !important;
}
#swapped-widget-container .sw-mt-4 {
    margin-top: 25px !important;
}
#swapped-widget-container .sw-mt-5 {
    margin-top: 1.25rem !important;
}
#swapped-widget-container .sw-mt-6 {
    margin-top: 1.5rem !important;
}

#swapped-widget-container .sw-mb-1 {
    margin-bottom: .25rem !important;
}
#swapped-widget-container .sw-mb-2 {
    margin-bottom: .5rem !important;
}
#swapped-widget-container .sw-mb-3 {
    margin-bottom: .75rem !important;
}
#swapped-widget-container .sw-mb-4 {
    margin-bottom: 1rem !important;
}
#swapped-widget-container .sw-mb-5 {
    margin-bottom: 1.25rem !important;
}
#swapped-widget-container .sw-mb-6 {
    margin-bottom: 1.5rem !important;
}

#swapped-widget-container .sw-flex {
    display: flex;
}

#swapped-widget-container .input-container {
    display: flex;
    align-items: center;
    position: relative;
}
#swapped-widget-container .input-container input {
    width: 100%;
    border: 1px #e5e7eb solid;
    border-radius: 0.375rem;
    line-height: 1.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
#swapped-widget-container .input-container span {
    position: absolute;
    right: 10px;
    pointer-events: none;
}

#swapped-widget-container .sw-input {
    padding: 8px 10px;
    border: 1px #aaa solid;
    min-height: 48px;
    font-size: var(--font-size);
    width: 100%;
    max-width: 100%;
    border-radius: var(--border-radius);
    line-height: 36px;
}

#swapped-widget-container .sw-btn-sm,
#swapped-widget-container .sw-input-sm {
    padding: 8px 5px;
    font-size: 12px;
    line-height: 16px;
    min-height: 20px;
    min-width: 80px;
}

#swapped-widget-container .sw-btn-rounded,
#swapped-widget-container .sw-btn-rounded-outer,
#swapped-widget-container .sw-btn-rounded-secondary {
    border-radius: 50px !important;
    padding: 12px 20px;
    white-space: nowrap;
    text-align: center;
}

#swapped-widget-container .sw-btn {
    padding: 8px 20px;
    line-height: 36px;
    white-space: nowrap;
    text-align: center;
    border-radius: var(--border-radius);
    min-width: 110px;
    min-height: 48px;
    background-color: #222222;
    border: 1px #222222 solid;
    color: #ffffff;
}

#swapped-widget-container .sw-btn-secondary {
    padding: 8px 20px;
    line-height: 36px;
    white-space: nowrap;
    text-align: center;
    border-radius: var(--border-radius);
    min-width: 110px;
    min-height: 48px;
    background-color: transparent;
    border: 1px #222222 solid;
    color: #222222;
}
#swapped-widget-container .sw-btn-rounded {
    background-color: #222222;
    border: 1px #222222 solid;
    color: #ffffff;
}

#swapped-widget-container .sw-btn-rounded-secondary {
    background-color: transparent;
    border: 1px #222222 solid;
    color: #222222;
}

#swapped-widget-container .sw-grid-4 {
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    display: grid
}

#swapped-widget-container .sw-grid-2 {
    gap: 25px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
}

#swapped-widget-container .sw-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    display: grid;
}

#swapped-widget-container .sw-col-span-2 {
    grid-column: span 2 / span 2;
}

#swapped-widget-container .sw-grid-align-bottom {
    align-items: end;
}

#swapped-widget-container .sw-flex-container {
    display: flex;
    gap: 60px;
}

#swapped-widget-container .sw-flex-container .sw-column-1 {
    flex: 1;
}

@media (max-width: 998px) {
    #swapped-widget-container .sw-flex-container {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 1280px) {
    #swapped-widget-container .sw-grid-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 900px) {
    #swapped-widget-container .sw-grid-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    #swapped-widget-container .sw-grid-2-always {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 998px) {
    #swapped-widget-container .sw-grid-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media (max-width: 768px) {
    #swapped-widget-container .sw-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


#swapped-widget-container .sw-screen { display: block; }
#swapped-widget-container .sw-mobile { display: none;}

@media (max-width: 768px) {
    #swapped-widget-container .sw-screen { display: none; }
    #swapped-widget-container .sw-mobile { display: block; }
}

#swapped-widget-container .input-loader {
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #ffffff;
    border-top-color: transparent;
    border-radius: 50%;
    /* position: absolute; */
    animation: spin2 0.5s linear infinite;
    margin: 0 auto;
}

@keyframes spin2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#swapped-widget-container .sw-address-text {
    padding-top: 16px;
    text-align: center;
}

#swapped-widget-container .sw-box-shadow {
    text-align: center !important;
    padding: 30px !important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .25) !important;
    border-radius: var(--border-radius);
    background-color: #fff !important;
    align-items: center;
    flex-direction: column;
    display: flex;
}

#swapped-widget-container .sw-box-img {
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    display: flex;
    margin-bottom: 1rem;
}
#swapped-widget-container .add-to-cart-link,
#swapped-widget-container .swapped-category {
    text-decoration: none !important;
}
#swapped-widget-container .sw-box-img i {
    font-size: 80px;
    text-decoration: none;
}
#swapped-widget-container .sw-box-txt {
    height: 4rem;
}
#swapped-widget-container .sw-box-txt h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 105%;
}

#swapped-widget-container .sw-error-border { border-color: #d35400; }

#swapped-widget-container .sw-alert {
    background-color: #ECC8C5;
    color: #AB3331;
    padding: 20px;
}

#swapped-widget-container .swapped-product-list {
    margin-top: 20px;
    width: 100%;
}
#swapped-widget-container .sw-product-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
#swapped-widget-container .sw-product-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
    border-bottom: 1px solid #e2e8f0; /* lichtgrijze lijn */
}
#swapped-widget-container .sw-product-item > div {
    flex: 1 1 0;
    padding: 8px;
    font-size: 14px;
}
#swapped-widget-container .sw-product-item > div:first-child {
    max-width: 100px;
    margin-bottom: 0px;
}

#swapped-widget-container .sw-product-item > div:second-child {
    font-width: 700;
}

@media (max-width: 640px) {
    #swapped-widget-container .sw-product-item > div:second-child {
        font-size: 20px;
    }
}

#swapped-widget-container .sw-product-item > div > i {
    font-size: 64px;
    text-decoration: none;
}

#swapped-widget-container .sw-product-item button.sw-btn-remove {
    background-color: var(--color-red);
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    min-width: 130px;
    border-radius: var(--border-radius);
}

#swapped-widget-container .sw-product-item .span {
    color: #ccc;
}

@media (max-width: 640px) {
    #swapped-widget-container .sw-product-item {
        flex-direction: column;
        align-items: flex-start; /* optioneel: links uitlijnen binnen de kolom */
    }

    #swapped-widget-container .sw-product-item-row .sw-product-item {
        flex-direction: row;
        align-items: flex-start; /* optioneel: links uitlijnen binnen de kolom */
    }

    #swapped-widget-container .sw-product-item > div {
        width: 100%; /* zorgt dat elk onderdeel de volle breedte gebruikt */
        padding: 6px 0;
    }

    #swapped-widget-container .sw-product-item button.sw-btn-remove {
        min-width: 100%;
    }
    #swapped-widget-container .sw-product-item .sw-price {
        margin-top: -34px;
    }
}




#swapped-widget-container .sw-line-through {
    color: #ccc; text-decoration: line-through;
}

#swapped-widget-container .sw-address-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

#swapped-widget-container #sw-address-information {
    display: none;
    max-width: 360px;
}

#swapped-widget-container #sw-address-information label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

#swapped-widget-container #sw-address-information input[type="radio"] {
    margin-right: 0.5rem;
}

#swapped-widget-container #sw-address-information select {
    padding: 6px;
    min-width: 140px;
    min-height: 20px;
}


#swapped-widget-container #sw-address-information .sw-min-w-100 {
    min-width: 100%;
}


#swapped-widget-container #sw-address-information .sw-mb-4 {
    margin-bottom: 1rem;
}

#swapped-widget-container #sw-address-information .sw-inline-flex {
    display: inline-flex;
    align-items: center;
    margin-right: 1rem;
}

#swapped-widget-container #sw-address-information .sw-block {
    display: block;
}

#swapped-widget-container #sw-address-information .sw-w-full {
    width: 100%;
}

#swapped-widget-container #sw-contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 10;
    padding: 20px;
}

#swapped-widget-container #sw-contact-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 15px 20px 30px 20px;
    border-radius: var(--border-radius);
    z-index: 20;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    width: 420px;
    text-align: center;
}

#swapped-widget-container #sw-contact-popup-close {
    float: right;
    margin-top: -20px;
}

@media (max-width: 440px) {
    #swapped-widget-container .sw-contact-popup {
        top: 80%;
        width: 100%;
    }
}




#swapped-widget-container .calendar-container {
    background: white;
    padding: 10px;
    position: relative;
}

#swapped-widget-container .calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#swapped-widget-container .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

#swapped-widget-container .calendar-day {
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    background: #f9f9f9;
    transition: background 0.3s, color 0.3s;
}

#swapped-widget-container .calendar-day.empty {
    background: transparent;
    cursor: default;
}

#swapped-widget-container .calendar-day.unavailable {
    background-color: #f0f0f0;
    color: #aaa;
    cursor: not-allowed;
}

#swapped-widget-container .calendar-day.day-cheap {
    background-color: #d4f8d4; /* Lichtgroen */
    color: #000;
}

#swapped-widget-container .calendar-day.day-normal {
    background-color: #d4e4f8; /* Lichtblauw */
    color: #000;
}

#swapped-widget-container .calendar-day.day-expensive {
    background-color: #f8e0d4; /* Lichtrood */
    color: #000;
}

/* Popup en overlay */
#swapped-widget-container .calendar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 10;
    padding: 20px;
}

#swapped-widget-container .calendar-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 35px 20px 30px 20px;
    border-radius: var(--border-radius);
    z-index: 20;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    width: 420px;
    text-align: center;
}

@media (max-width: 440px) {
    #swapped-widget-container .calendar-popup {
        top: 80%;
        width: 100%;
    }
}


#swapped-widget-container .calendar-day.available:hover {
    background-color: #cce5ff;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
}


#swapped-widget-container .calendar-popup.hidden,
#swapped-widget-container .calendar-overlay.hidden {
    display: none;
}

#swapped-widget-container .calendar-popup-close {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #888;
}

#swapped-widget-container .calendar-popup-close:hover {
    color: #000;
}

#swapped-widget-container .calendar-select-btn {
    margin-top: 20px;
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#swapped-widget-container .calendar-select-btn:hover {
    background: #0056b3;
}

#swapped-widget-container #popup-surcharges {
    color: var(--color-500);
    font-size: 75%;
}

/* Algemene hidden class */
#swapped-widget-container .hidden {
    display: none;
}

#swapped-widget-container .sw-summary-box h4 {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 24px;
}

#swapped-widget-container .sw-summary-box p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 20px;
}

#swapped-widget-container .sw-step-nav {
    margin-bottom: 50px;
    background-color: #f0f0f0;
    border-radius: 8px;
    padding: 5px 20px;
}

#swapped-widget-container .sw-step-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0;
    list-style: none;
    margin-bottom: 0px;
    margin-top: 7px;
}

#swapped-widget-container .sw-step-item {
    position: relative;
    padding-bottom: 0.5rem;
}

#swapped-widget-container .sw-step-label,
#swapped-widget-container .sw-step-link {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

#swapped-widget-container .sw-step-label {
    color: #666666;
    cursor: default;
}

#swapped-widget-container .sw-step-link {
    color: #666666;
    text-decoration: none;
    transition: color 0.2s ease;
}

#swapped-widget-container .sw-step-disabled {
    color: #b3b3b3;
    text-decoration: none;
    transition: color 0.2s ease;
}

#swapped-widget-container .sw-step-link:hover {
}

#swapped-widget-container .sw-step-active .sw-step-label {
    color: #333333;
    font-weight: 700;
}

#swapped-widget-container .sw-step-toggle {
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 14px;
    border: none;
    cursor: pointer;
    padding: 5px;
    background: transparent;
}

.sw-step-toggle-icon {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.sw-step-nav.expanded .sw-step-toggle-icon {
    transform: rotate(180deg);
}

@media (max-width: 768px) {

    #swapped-widget-container .sw-step-list {
        flex-direction: column;
        gap: 0.5rem;
        margin-left: 5px !important;
        margin-top: -28px !important;
        max-width: 70%;
    }
    #swapped-widget-container .sw-step-toggle {
        display: flex;
    }

    #swapped-widget-container .sw-step-list {
        display: none;
        flex-direction: column;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #swapped-widget-container .sw-step-nav.expanded .sw-step-list {
        display: flex;
    }

    #swapped-widget-container .sw-step-nav:not(.expanded) .sw-step-item:not(.sw-step-active) {
        display: none;
    }

    #swapped-widget-container .sw-step-nav:not(.expanded) .sw-step-toggle-label {
        opacity: 1;
    }

    #swapped-widget-container .sw-step-nav.expanded .sw-step-toggle-label {
        opacity: 0;
    }

    #swapped-widget-container .sw-step-toggle-icon::before {
        content: "▼";
        font-size: 12px;
    }

    #swapped-widget-container .sw-step-nav.expanded .sw-step-toggle-icon::before {
        content: "×";
        font-size: 16px;
    }
}



#swapped-widget-container .surcharge-warning {
    background-color: var(--color-100);
    color: var(--color-300);
    border-radius: var(--border-radius);
    font-size: 12px;
    padding: 15px;
    line-height: 16px;
    margin-top: 30px;
}

#swapped-widget-container .cart-star {
    font-size: 16px;
    color: #DFE3E4; /* standaard grijs */
    margin-right: -2px;
}

#swapped-widget-container .cart-star.active {
    color: #facc15; /* geel */
}

@media (max-width: 600px) {
    .sw-product-list .sw-product-item > div:first-child {
        display: none;
    }
    #swapped-widget-container .cart-star {
        font-size: 16px;
        margin-right: -2px;
    }
}


#swapped-widget-container .mobile-waiting, .processing-img {
    width: 100%;
    text-align: center;
}

#swapped-widget-container .mobile-waiting img, .processing-img img {
    max-width: 240px;
    margin: 0 auto;
}

#swapped-widget-container #appselector {
    transition: all 0.5s ease;
}

#swapped-widget-container .photo-preview {
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-left:5px;
    margin-right:5px;
    border-radius: 6px;
    background-position: center;
    background-size: cover;
}

#swapped-widget-container #uploads-container {
    background-color: var(--color-100);
    color: var(--color-300);
    border-radius: var(--border-radius);
    padding: 15px 15px 8px 15px;
    margin-top: 10px;
}


#swapped-widget-container .upload-btn-label {
    background-color: indigo;
    color: white;
    padding: 0.5rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1rem;
}

#swapped-widget-container .file-uploader {
    background: #fff;
}

#swapped-widget-container .file-uploader .uploader-header {
    display: flex;
    align-items: center;
    border-radius: 5px 5px 0 0;
    justify-content: space-between;
}
#swapped-widget-container .uploader-header .file-completed-status {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}
#swapped-widget-container .file-uploader .file-list {
    list-style: none;
    width: 100%;
    padding-bottom: 10px;
    max-height: 400px;
    overflow-y: auto;
    scrollbar-color: #999 transparent;
    scrollbar-width: thin;
}
#swapped-widget-container .file-uploader .file-list:has(li) {
    padding: 10px 30px 0px 10px;
}
#swapped-widget-container .file-list .file-item {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}
#swapped-widget-container .file-list .file-item:last-child {
    margin-bottom: 0px;
}
#swapped-widget-container .file-list .file-item .file-extension {
    height: 50px;
    width: 50px;
    color: #fff;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #5145BA;
}
#swapped-widget-container .file-list .file-item .file-content-wrapper {
    flex: 1;
}
#swapped-widget-container .file-list .file-item .file-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#swapped-widget-container .file-list .file-item .file-name {
    font-size: 13px;
    font-weight: 600;
}
#swapped-widget-container .file-list .file-item .file-info {
    display: flex;
    gap: 5px;
}
#swapped-widget-container .file-list .file-item .file-info small {
    color: #5c5c5c;
    margin-top: 5px;
    display: block;
    font-size: 12px;
    font-weight: 500;
}
#swapped-widget-container .file-list .file-item .file-info .file-status {
    color: #5145BA;
}
#swapped-widget-container .file-list .file-item .cancel-button {
    align-self: center;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    font-size: 1.4rem;
}
#swapped-widget-container .file-list .file-item .cancel-button:hover {
    color: #E3413F;
}
#swapped-widget-container .file-list .file-item .file-progress-bar {
    width: 100%;
    height: 3px;
    margin-top: 10px;
    border-radius: 30px;
    background: #d9d9d9;
}
#swapped-widget-container .file-list .file-item .file-progress-bar .file-progress {
    width: 0%;
    height: inherit;
    border-radius: inherit;
    background: #5145BA;
}
#swapped-widget-container .file-uploader .file-upload-box {
    margin-bottom:20px;
    border-radius: 8px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #B1ADD4;
    transition: all 0.2s ease;
}

#swapped-widget-container .file-uploader .no-border {
    border: none;
}

#swapped-widget-container .file-uploader .file-upload-box.active {
    border: 2px solid #5145BA;
    background: #F3F6FF;
}
#swapped-widget-container .file-uploader .file-upload-box .box-title {
    font-size: 1.05rem;
    font-weight: 500;
    color: #626161;
}
#swapped-widget-container .file-uploader .file-upload-box.active .box-title {
    pointer-events: none;
}
#swapped-widget-container .file-upload-box .box-title .file-browse-button {
    color: #5145BA;
    cursor: pointer;
}
#swapped-widget-container .file-upload-box .box-title .file-browse-button:hover {
    text-decoration: underline;
}

#swapped-widget-container .file-upload-box .box-title .btn:active,
#swapped-widget-container .file-upload-box .box-title .btn:hover,
#swapped-widget-container .file-upload-box .box-title .btn {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

#swapped-widget-container #modal-footer p {
    line-height: 54px;
}


#swapped-widget-container .blocker {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
}

#swapped-widget-container #message-mobile { display: none; }
#swapped-widget-container #box-title-mobile { display: none; }
#swapped-widget-container .product-details-hidden { display: none; }

#swapped-widget-container #file-browse-text { display: inline; }
#swapped-widget-container #file-browse-text-mobile { display: none; }

#swapped-widget-container .w-220 { width: 220px; }





#swapped-widget-container .visuallyhidden{
    position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);
}
#swapped-widget-container .product-review-stars label:after{
    content: "★";
    color: inherit;
    -webkit-transform: scale(4);
    position: absolute;
    z-index: 4;
    left: 0px;
    transition: all .4s;
    opacity: 0;
    color: inherit;
    visibility: hidden;

}
#swapped-widget-container .product-review-stars input:checked + label:after{
    visibility: visible;
    -webkit-transform: scale(1);
    opacity: 1;
}
#swapped-widget-container .product-review-stars  {
    unicode-bidi: bidi-override;
    direction: rtl;
}
#swapped-widget-container .product-review-stars label{
    font-family: "icomoon";
    font-size: 32px;
    position: relative;
    cursor: pointer;
    color: #DFE3E4;
}
#swapped-widget-container .product-review-stars input:checked ~ label:before{
    opacity: 1;
}
#swapped-widget-container .product-review-stars:hover input ~ label:before{
    opacity: 0;
}
#swapped-widget-container .product-review-stars input + label:before{
    content: "\2605";
    position: absolute;
    right: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out, color .3s ease-in-out;
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden; /* Chrome and Safari */
    -moz-backface-visibility:hidden; /* Firefox */
    -ms-backface-visibility:hidden; /* Internet Explorer */
}
#swapped-widget-container .product-review-stars input + label:hover:before,
#swapped-widget-container .product-review-stars input + label:hover ~ label:before
{
    opacity: 1;
}
#swapped-widget-container .product-review-stars input + label:nth-of-type(1):after,
#swapped-widget-container .product-review-stars input + label:nth-of-type(1):before,
#swapped-widget-container .product-review-stars input +  label:nth-of-type(1):hover:before,
#swapped-widget-container .product-review-stars input + label:nth-of-type(1):hover ~ label:before,
#swapped-widget-container .product-review-stars input:nth-of-type(1):checked ~ label:before{
    color: #2ecc71;
}
#swapped-widget-container .product-review-stars input + label:nth-of-type(2):after,
#swapped-widget-container .product-review-stars input + label:nth-of-type(2):before,
#swapped-widget-container .product-review-stars input + label:nth-of-type(2):hover:before,
#swapped-widget-container .product-review-stars input + label:nth-of-type(2):hover ~ label:before,
#swapped-widget-container .product-review-stars input:nth-of-type(2):checked ~ label:before{
    color: #f1c40f;
}
#swapped-widget-container .product-review-stars input + label:nth-of-type(3):after,
#swapped-widget-container .product-review-stars input + label:nth-of-type(3):before,
#swapped-widget-container .product-review-stars input + label:nth-of-type(3):hover:before,
#swapped-widget-container .product-review-stars input + label:nth-of-type(3):hover ~ label:before,
#swapped-widget-container .product-review-stars input:nth-of-type(3):checked ~ label:before{
    color: #F39C12;
}
#swapped-widget-container .product-review-stars input + label:nth-of-type(4):after,
#swapped-widget-container .product-review-stars input + label:nth-of-type(4):before,
#swapped-widget-container .product-review-stars input + label:nth-of-type(4):hover:before,
#swapped-widget-container .product-review-stars input + label:nth-of-type(4):hover ~ label:before,
#swapped-widget-container .product-review-stars input:nth-of-type(4):checked ~ label:before{
    color: #e74c3c;
}
#swapped-widget-container .product-review-stars input + label:nth-of-type(5):after,
#swapped-widget-container .product-review-stars input + label:nth-of-type(5):before,
#swapped-widget-container .product-review-stars label:nth-of-type(5):hover:before,
#swapped-widget-container .product-review-stars input:nth-of-type(5):checked ~ label:before{
    color: #d35400;
}
#swapped-widget-container .product-review-stars label:nth-of-type(5):hover:before{
    color: #d35400 !important;
}






/* @font-face {
    font-family: "flaticon_swapped";
    src: url("https://api.swapped.nl/web/fonts/flaticon/flaticon_swapped.woff2?6b1fd3a6124aa0dba20c702fef057c64") format("woff2"),
url("https://api.swapped.nl/web/fonts/flaticon/flaticon_swapped.woff?6b1fd3a6124aa0dba20c702fef057c64") format("woff"),
url("https://api.swapped.nl/web/fonts/flaticon/flaticon_swapped.eot?6b1fd3a6124aa0dba20c702fef057c64#iefix") format("embedded-opentype"),
url("https://api.swapped.nl/web/fonts/flaticon/flaticon_swapped.ttf?6b1fd3a6124aa0dba20c702fef057c64") format("truetype"),
url("https://api.swapped.nl/web/fonts/flaticon/flaticon_swapped.svg?6b1fd3a6124aa0dba20c702fef057c64#flaticon_swapped") format("svg")
} */

@font-face {
    font-family: "flaticon_swapped";
    src: url("https://r2.swapped.nl/flaticon_swapped.woff2?6b1fd3a6124aa0dba20c702fef057c64") format("woff2"),
    url("https://r2.swapped.nl/flaticon_swapped.woff?6b1fd3a6124aa0dba20c702fef057c64") format("woff"),
    url("https://r2.swapped.nl/flaticon/flaticon_swapped.eot?6b1fd3a6124aa0dba20c702fef057c64#iefix") format("embedded-opentype"),
    url("https://r2.swapped.nl/flaticon/flaticon_swapped.ttf?6b1fd3a6124aa0dba20c702fef057c64") format("truetype"),
    url("https://r2.swapped.nl/fonts/flaticon/flaticon_swapped.svg?6b1fd3a6124aa0dba20c702fef057c64#flaticon_swapped") format("svg")
}


i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon_swapped !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-truck:before {
    content: "\f101";
}
.flaticon-schedule:before {
    content: "\f102";
}
.flaticon-geolocation:before {
    content: "\f103";
}
.flaticon-startup:before {
    content: "\f104";
}
.flaticon-garbage-truck:before {
    content: "\f105";
}
.flaticon-support:before {
    content: "\f106";
}
.flaticon-startup-1:before {
    content: "\f107";
}
.flaticon-chair:before {
    content: "\f108";
}
.flaticon-office-chair:before {
    content: "\f109";
}
.flaticon-armchair:before {
    content: "\f10a";
}
.flaticon-single-bed:before {
    content: "\f10b";
}
.flaticon-double-bed:before {
    content: "\f10c";
}
.flaticon-wardrobe:before {
    content: "\f10d";
}
.flaticon-cabinet:before {
    content: "\f10e";
}
.flaticon-cabinet-1:before {
    content: "\f10f";
}
.flaticon-bunk-bed:before {
    content: "\f110";
}
.flaticon-coffee-maker:before {
    content: "\f111";
}
.flaticon-wardrobe-1:before {
    content: "\f112";
}
.flaticon-living-room:before {
    content: "\f113";
}
.flaticon-sofa:before {
    content: "\f114";
}
.flaticon-trash-can:before {
    content: "\f115";
}
.flaticon-delivery:before {
    content: "\f116";
}
.flaticon-cargo-bike:before {
    content: "\f117";
}
.flaticon-shipped:before {
    content: "\f118";
}
.flaticon-road-freight:before {
    content: "\f119";
}
.flaticon-route:before {
    content: "\f11a";
}
.flaticon-route-1:before {
    content: "\f11b";
}
.flaticon-delivery-truck:before {
    content: "\f11c";
}
.flaticon-box-car:before {
    content: "\f11d";
}
.flaticon-moving-truck:before {
    content: "\f11e";
}
.flaticon-cloud-computing:before {
    content: "\f11f";
}
.flaticon-dashboard:before {
    content: "\f120";
}
.flaticon-dashboard-1:before {
    content: "\f121";
}
.flaticon-bar-chart:before {
    content: "\f122";
}
.flaticon-laptop:before {
    content: "\f123";
}
.flaticon-second-hand:before {
    content: "\f124";
}
.flaticon-scrap:before {
    content: "\f125";
}
.flaticon-barrel:before {
    content: "\f126";
}
.flaticon-garbage-truck-1:before {
    content: "\f127";
}
.flaticon-garbage-truck-2:before {
    content: "\f128";
}
.flaticon-chair-1:before {
    content: "\f129";
}
.flaticon-chair-2:before {
    content: "\f12a";
}
.flaticon-office-chair-1:before {
    content: "\f12b";
}
.flaticon-stool:before {
    content: "\f12c";
}
.flaticon-armchair-1:before {
    content: "\f12d";
}
.flaticon-director-chair:before {
    content: "\f12e";
}
.flaticon-high-chair:before {
    content: "\f12f";
}
.flaticon-wingback-chair:before {
    content: "\f130";
}
.flaticon-chair-3:before {
    content: "\f131";
}
.flaticon-armchair-2:before {
    content: "\f132";
}
.flaticon-sofa-1:before {
    content: "\f133";
}
.flaticon-sofa-2:before {
    content: "\f134";
}
.flaticon-sofa-3:before {
    content: "\f135";
}
.flaticon-couch:before {
    content: "\f136";
}
.flaticon-couch-1:before {
    content: "\f137";
}
.flaticon-couch-2:before {
    content: "\f138";
}
.flaticon-couch-3:before {
    content: "\f139";
}
.flaticon-armchair-3:before {
    content: "\f13a";
}
.flaticon-sofa-4:before {
    content: "\f13b";
}
.flaticon-sofa-5:before {
    content: "\f13c";
}
.flaticon-sofa-6:before {
    content: "\f13d";
}
.flaticon-couch-4:before {
    content: "\f13e";
}
.flaticon-coffee-table:before {
    content: "\f13f";
}
.flaticon-working:before {
    content: "\f140";
}
.flaticon-cupboard:before {
    content: "\f141";
}
.flaticon-table:before {
    content: "\f142";
}
.flaticon-bedside-table:before {
    content: "\f143";
}
.flaticon-meeting:before {
    content: "\f144";
}
.flaticon-bed:before {
    content: "\f145";
}
.flaticon-sofa-bed:before {
    content: "\f146";
}
.flaticon-bed-1:before {
    content: "\f147";
}
.flaticon-single-bed-1:before {
    content: "\f148";
}
.flaticon-crib:before {
    content: "\f149";
}
.flaticon-cot:before {
    content: "\f14a";
}
.flaticon-bed-2:before {
    content: "\f14b";
}
.flaticon-baby-crib:before {
    content: "\f14c";
}
.flaticon-bed-3:before {
    content: "\f14d";
}
.flaticon-layers:before {
    content: "\f14e";
}
.flaticon-bed-4:before {
    content: "\f14f";
}
.flaticon-bed-5:before {
    content: "\f150";
}
.flaticon-baby-crib-1:before {
    content: "\f151";
}
.flaticon-spring:before {
    content: "\f152";
}
.flaticon-closet:before {
    content: "\f153";
}
.flaticon-closet-1:before {
    content: "\f154";
}
.flaticon-closet-2:before {
    content: "\f155";
}
.flaticon-cupboard-1:before {
    content: "\f156";
}
.flaticon-wardrobe-2:before {
    content: "\f157";
}
.flaticon-locker:before {
    content: "\f158";
}
.flaticon-wardrobe-3:before {
    content: "\f159";
}
.flaticon-closet-3:before {
    content: "\f15a";
}
.flaticon-cupboard-2:before {
    content: "\f15b";
}
.flaticon-wardrobe-4:before {
    content: "\f15c";
}
.flaticon-closet-4:before {
    content: "\f15d";
}
.flaticon-sofa-7:before {
    content: "\f15e";
}
.flaticon-location:before {
    content: "\f15f";
}
.flaticon-furniture:before {
    content: "\f160";
}
.flaticon-dresser:before {
    content: "\f161";
}
.flaticon-repair:before {
    content: "\f162";
}
.flaticon-calling:before {
    content: "\f163";
}
.flaticon-faq:before {
    content: "\f164";
}
.flaticon-delivery-truck-1:before {
    content: "\f165";
}
.flaticon-sent:before {
    content: "\f166";
}
.flaticon-landfill:before {
    content: "\f167";
}
.flaticon-right-chevron:before {
    content: "\f168";
}
.flaticon-down-chevron:before {
    content: "\f169";
}
.flaticon-left-chevron:before {
    content: "\f16a";
}
.flaticon-up-chevron:before {
    content: "\f16b";
}
.flaticon-customer-service:before {
    content: "\f16c";
}
.flaticon-family:before {
    content: "\f16d";
}
.flaticon-girl:before {
    content: "\f16e";
}
.flaticon-happy:before {
    content: "\f16f";
}
.flaticon-snap:before {
    content: "\f170";
}
.flaticon-convenient:before {
    content: "\f171";
}
.flaticon-checklist:before {
    content: "\f172";
}
.flaticon-person:before {
    content: "\f173";
}
.flaticon-save:before {
    content: "\f174";
}
.flaticon-biodegradable:before {
    content: "\f175";
}
.flaticon-shield:before {
    content: "\f176";
}
.flaticon-plus:before {
    content: "\f177";
}
.flaticon-facebook:before {
    content: "\f178";
}
.flaticon-facebook-logo:before {
    content: "\f179";
}
.flaticon-facebook-logo-1:before {
    content: "\f17a";
}
.flaticon-instagram-logo:before {
    content: "\f17b";
}
.flaticon-instagram:before {
    content: "\f17c";
}
.flaticon-instagram-1:before {
    content: "\f17d";
}
.flaticon-linkedin:before {
    content: "\f17e";
}
.flaticon-linkedin-1:before {
    content: "\f17f";
}
.flaticon-linkedin-2:before {
    content: "\f180";
}
.flaticon-youtube:before {
    content: "\f181";
}
.flaticon-youtube-1:before {
    content: "\f182";
}
.flaticon-whatsapp-logo:before {
    content: "\f183";
}
.flaticon-mail:before {
    content: "\f184";
}
.flaticon-communications:before {
    content: "\f185";
}
.flaticon-recliner:before {
    content: "\f186";
}
.flaticon-rocking-chair:before {
    content: "\f187";
}
.flaticon-sofa-8:before {
    content: "\f188";
}
.flaticon-sofa-9:before {
    content: "\f189";
}
.flaticon-garden:before {
    content: "\f18a";
}
.flaticon-round-table:before {
    content: "\f18b";
}
.flaticon-picnic:before {
    content: "\f18c";
}
.flaticon-table-1:before {
    content: "\f18d";
}
.flaticon-table-2:before {
    content: "\f18e";
}
.flaticon-tv-set:before {
    content: "\f18f";
}
.flaticon-double-bed-1:before {
    content: "\f190";
}
.flaticon-cot-1:before {
    content: "\f191";
}
.flaticon-kitchen:before {
    content: "\f192";
}
.flaticon-bed-6:before {
    content: "\f193";
}
.flaticon-bed-7:before {
    content: "\f194";
}
.flaticon-double-bed-2:before {
    content: "\f195";
}
.flaticon-building:before {
    content: "\f196";
}
.flaticon-family-1:before {
    content: "\f197";
}
.flaticon-globe-earth:before {
    content: "\f198";
}
.flaticon-garbage-truck-3:before {
    content: "\f199";
}
.flaticon-star:before {
    content: "\f19a";
}
.flaticon-star-1:before {
    content: "\f19b";
}

