/* _content/Diamantia.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xqesw3aop2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xqesw3aop2] {
    flex: 1;
}

.sidebar[b-xqesw3aop2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xqesw3aop2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xqesw3aop2]  a, .top-row[b-xqesw3aop2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xqesw3aop2]  a:hover, .top-row[b-xqesw3aop2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xqesw3aop2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xqesw3aop2] {
        justify-content: space-between;
    }

    .top-row[b-xqesw3aop2]  a, .top-row[b-xqesw3aop2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xqesw3aop2] {
        flex-direction: row;
    }

    .sidebar[b-xqesw3aop2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xqesw3aop2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xqesw3aop2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xqesw3aop2], article[b-xqesw3aop2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xqesw3aop2] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-xqesw3aop2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Diamantia.Web/Components/Pages/Components/BannerWideImage.razor.rz.scp.css */
.banner-wide-image[b-csof67vye4] {
    background-image: url("images/homepage_16_9.png");
    padding: 40px 60px;
    background-size: cover;
    background-position: center;
}

    .banner-wide-image > div[b-csof67vye4] {
        padding: 50px;
        background-color: rgba(255, 255, 255, 0.8);
    }


@media (max-width:767px) {

    .banner-wide-image[b-csof67vye4] {
        background-image: url("images/homepage_16_9.png");
        padding: 40px 34px;
    }

        .banner-wide-image > div[b-csof67vye4] {
            padding: 24px;
            background-color: rgba(255, 255, 255, 0.8);
        }
}
/* _content/Diamantia.Web/Components/Pages/Components/DiamondCard.razor.rz.scp.css */
.diamond-card[b-0zyc4rohpt] {
    position: relative;
    float: right;
    top: -58px;
    right: 16px;
    padding: 6px;
    cursor: pointer;
}

.custom-diamond-img[b-0zyc4rohpt] {
    width: 100%;
    aspect-ratio:1.57;
}

@media (max-width: 767px) {
    .custom-diamond-img[b-0zyc4rohpt] {
        width: 100%;
        aspect-ratio: 1.57;
    }

}
/* _content/Diamantia.Web/Components/Pages/Components/PageMenu/PageSideMenu.razor.rz.scp.css */

.list-group-item[b-walx5opmeb] {
    padding: 18px 16px;
    font-size: 30px;
    color: #000;
    background-color: inherit;
    border-color: #000;
}

    .list-group-item.active[b-walx5opmeb] {
        background-color: #d8ece9;
        border-color: #000;
    }

.list-group[b-walx5opmeb] {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.menu-bar[b-walx5opmeb] {
    background-color: #d8ece9;
    padding: 14px 4px;
    align-content: center;
    vertical-align: middle;
}


@media (max-width:767px) {
    .list-group-item[b-walx5opmeb] {
        font-size: 16px;
        border: none;
        padding: 10px 16px;
    }

    .list-group[b-walx5opmeb] {
        background-color: #ecf1f0;
        border: none;
        border-top: 1px solid #000;
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .list-group-item.active[b-walx5opmeb] {
        color: #000;
        font-size: 16px;
        font-weight: 600;
        background-color: inherit;
    }
}
/* _content/Diamantia.Web/Components/Pages/DiamondDetails/DiamondDetails.razor.rz.scp.css */
.modal-title[b-ivbtlo7rev] {
    font-family: Barlow;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    position: absolute;
    top: -35px;
}

.container-fluid[b-ivbtlo7rev] {
    padding-top: 51px;
    background-color: #f8f8f8;
}

.diamond-title[b-ivbtlo7rev] {
    font-family: Barlow;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.diamond-details[b-ivbtlo7rev] {
    font-family: Barlow;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

    .diamond-details > p[b-ivbtlo7rev] {
        line-height: normal !important;
        padding-left: 0px;
    }

.diamond-details-delivery-days[b-ivbtlo7rev] {
    font-family: Barlow;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.diamond-details-unavailable-diamond[b-ivbtlo7rev] {
    font-family: Barlow;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.diamond-price-description[b-ivbtlo7rev] {
    font-family: Barlow;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-top: 68px;
}

.diamond-price[b-ivbtlo7rev] {
    font-family: Barlow;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    font-size: 40px;
}

.button-buy[b-ivbtlo7rev] {
    max-width: 376px;
    max-height: 60px;
    padding: 14px 0 13px;
    background-color: #8cd4ba;
    font-size: 17px;
    line-height: 1.36;
    letter-spacing: 1.7px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

.button-heart[b-ivbtlo7rev] {
}

.button-favorite[b-ivbtlo7rev] {
    max-width: 178px;
    max-height: 33px;
    font-family: Barlow;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 1.7px;
    text-align: left;
    color: #000;
    margin-left: 14px;
}

/* 1) Base size, typography, spacing */
.toggle-btn[b-ivbtlo7rev] {
    flex-grow: 0;
    max-width: 188px;
    height: 33px;
    padding: 1px 0;
    font-family: Barlow;
    font-size: 17px;
    line-height: 1.36;
    letter-spacing: 1.7px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

/* 2) Position tweaks */
.toggle-btn--details[b-ivbtlo7rev] {
    margin-left: 0;
}

.toggle-btn--report[b-ivbtlo7rev] {
    margin-left: 20px;
}

/* 3) Selected vs Unselected states */
.toggle-btn--selected[b-ivbtlo7rev] {
    background-color: #996688; /* pink */
    color: #fff;
    border: none;
}

.toggle-btn--unselected[b-ivbtlo7rev] {
    background-color: transparent;
    color: #0f3408; /* dark green text */
    border: solid 0.5px #0f3408;
}

    .toggle-btn--selected:hover[b-ivbtlo7rev],
    .toggle-btn--unselected:hover[b-ivbtlo7rev] {
        opacity: 0.9;
    }

.button-origin-report[b-ivbtlo7rev] {
    max-width: 178px;
    height: 33px;
    flex-grow: 0;
    font-family: Barlow;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 1.7px;
    text-align: center;
    color: #0f3408;
    border: solid 0.5px #0f3408;
    margin-left: 20px;
}

.button-favorite-custom[b-ivbtlo7rev] {
    padding-left: 30px;
}

.buttons-row[b-ivbtlo7rev] {
    margin-top: 70px;
}

.table-custom[b-ivbtlo7rev] {
    padding-top: 62px;
}

.table tbody tr[b-ivbtlo7rev] {
    border-bottom: 0.5px solid #0f3408 !important;
}

.table-responsive[b-ivbtlo7rev] {
    font-family: Barlow;
    font-size: 19px;
    line-height: normal;
    color: #000;
}

.video-custom[b-ivbtlo7rev] {
    max-width: 1436px;
    max-height: 534px;
    margin-top: 73px;
    padding: 194px 641px 194px 649px;
    background-color: #d9d9d9;
    margin-bottom: 44px;
}

.diamond-description[b-ivbtlo7rev] {
    padding-left: 100px;
    padding-top: 24px;
}

.main-image[b-ivbtlo7rev] {
    width: 720px;
    aspect-ratio: 1.57;
}

.small-images-row[b-ivbtlo7rev] {
    margin-top: 20px;
}

.button-buy-row[b-ivbtlo7rev] {
    margin-top: 64px;
}

.circle[b-ivbtlo7rev] {
    width: 100px;
    height: 100px;
    border: solid 2px #000;
    border-radius: 50%;
}

.report-left[b-ivbtlo7rev] {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .report-left img[b-ivbtlo7rev] {
        max-width: 100%;
        height: auto;
        display: inline-block;
    }

.report-cta-button[b-ivbtlo7rev] {
    display: inline-block;
    margin-top: 1rem;
    padding: 12px 0;
    max-width: 180px;
    width: 100%;
    background-color: #8cd4ba;
    color: #000;
    font-family: Barlow;
    font-size: 17px;
    letter-spacing: 1.7px;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 0;
    transition: opacity 0.2s ease;
}

    .report-cta-button:hover[b-ivbtlo7rev] {
        opacity: 0.9;
    }

.report-right[b-ivbtlo7rev] {
    padding-left: 1.5rem;
}

.report-text p[b-ivbtlo7rev] {
    line-height: 1.6;
}

@media (max-width: 767px) {
    .main-image[b-ivbtlo7rev] {
        max-height: 215px;
    }

    .diamond-description[b-ivbtlo7rev] {
        padding-left: 10px;
        padding-top: 1px;
    }

    .video-custom[b-ivbtlo7rev] {
        max-width: 316px;
        max-height: 190px;
        padding: 59px 122px 58px 121px;
    }

    .container-fluid[b-ivbtlo7rev] {
        padding-top: 22px;
        padding-left: 38px;
        padding-right: 38px;
        background-color: #f8f8f8;
    }

    .diamond-title[b-ivbtlo7rev] {
        font-size: 22px;
    }

    .diamond-details[b-ivbtlo7rev] {
        font-size: 16px;
        line-height: 1.5;
    }

    .diamond-price-description[b-ivbtlo7rev] {
        margin-top: 32px;
        font-size: 16px;
        line-height: 1.5;
    }

    .diamond-price[b-ivbtlo7rev] {
        font-size: 22px;
    }

    .button-buy-row[b-ivbtlo7rev] {
        margin-top: 15px;
    }

    .button-favorite-custom[b-ivbtlo7rev] {
        text-align: center;
        margin-top: 33px;
    }

    .accordion-item[b-ivbtlo7rev] {
        border-bottom: 0.5px solid #0f3408 !important;
        font-size: 16px;
        background-color: #f8f8f8 !important;
    }

    .button-favorite[b-ivbtlo7rev] {
        font-size: 16px;
        margin-left: 10px;
    }

    .accordion-button[b-ivbtlo7rev] {
        background-color: #f8f8f8 !important;
    }

    .accordion-custom-block[b-ivbtlo7rev] {
        padding-left: 0px !important;
    }

    .diamond-details-label[b-ivbtlo7rev] {
        border-top: 1px solid black;
        margin: 0;
        padding: 10px 5px;
    }

    .modal-content[b-ivbtlo7rev] {
        width: 90%;
    }

    .prev-button[b-ivbtlo7rev] {
        left: 0;
    }

    .next-button[b-ivbtlo7rev] {
        right: 0;
    }

    .accordion-body .report-section[b-ivbtlo7rev] {
        margin-top: 1.5rem;
        text-align: left !important;
    }

    .report-cta-button[b-ivbtlo7rev] {
        width: 100%;
        margin: 1rem 0;
    }

    .report-text p[b-ivbtlo7rev] {
        margin-top: 1.5rem;
        text-align: left !important;
    }

    .row.d-block.d-sm-none[b-ivbtlo7rev] {
        margin: 1rem 0 2rem;
    }

    .accordion-custom-block .accordion-item + .accordion-item[b-ivbtlo7rev] {
        margin-top: 0.5rem;
    }
}
/* _content/Diamantia.Web/Components/Pages/Home.razor.rz.scp.css */
.home-jumbotron[b-3txg14v0e1] {
    background: aliceblue;
    margin-top: 10px;
    background-image: url("images/homepage_16_9.png");
    background-size: cover; /* Resize to cover the container */
    background-repeat: no-repeat; /* Prevent image repetition */
    background-position: center center; /* Center the image */
    padding-top: 90px !important;
    padding-bottom: 100px !important;
}


.info-circle[b-3txg14v0e1] {
    width: 280px;
    height: 280px;
    text-align: center;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    padding: 94px 10px;
    background-color: #8cd4ba;
    position: relative;
    display: inline-block;
    float: right;
    top: -60px;
    right: -14px;
    border-radius: 50%;
}

@media (max-width:767px) {
    .d-grid[b-3txg14v0e1] {
        display: inline-grid !important;
    }

    .home-jumbotron[b-3txg14v0e1] {
        padding-bottom: 10px !important;
    }


    .home-jumbotron[b-3txg14v0e1] {
        margin-top: 0 !important;
        background-size: auto;
        background-position: bottom;
    }
}
/* _content/Diamantia.Web/Components/Pages/MinaSidor/MinaOrdrar/MinaOrdrar.razor.rz.scp.css */
.orders-table[b-sde3or41w6] {
    margin: 1rem 0;
    border-collapse: collapse;
    width: 100%;
}

    /* Desktop table headers */
    .orders-table thead th[b-sde3or41w6] {
        background-color: #ecf1f0;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 0.875rem;
        letter-spacing: 0.5px;
        color: #555;
        border-bottom: 1px solid #0f3408;
        padding: 12px 16px;
    }

    /* Desktop table body cells */
    .orders-table tbody td[b-sde3or41w6] {
        border-bottom: 1px solid #0f3408;
        vertical-align: middle;
        background-color: #ecf1f0;
        padding: 12px 16px;
    }

/* DETAILS button (desktop) */
.btn-details[b-sde3or41w6] {
    background-color: #8cd4ba;
    color: #000;
    border: none;
    padding: 7px 22px;
    font-size: 0.875rem;
    border-radius: 1px;
    cursor: pointer;
}

    .btn-details:hover[b-sde3or41w6] {
        background-color: #00A48A;
    }

/* ========================
   Mobile Styles
   ======================== */
@media (max-width: 767px) {

    /* Force the custom container to fill the screen */
    .container-custom[b-sde3or41w6] {
        margin: 0 !important;
        padding: 0 10px !important; /* Only a small side padding */
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Remove negative margins and extra padding from rows */
    .row[b-sde3or41w6] {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Hide the table header on mobile */
    .orders-table thead[b-sde3or41w6] {
        display: none;
    }

    /* Convert table -> block for card layout */
    .orders-table[b-sde3or41w6],
    .orders-table tbody[b-sde3or41w6],
    .orders-table tr[b-sde3or41w6],
    .orders-table td[b-sde3or41w6] {
        display: block;
        width: 100%;
    }

        /* Each row is now a 'card' with no border, 
       some background color, margin, and radius */
        .orders-table tr[b-sde3or41w6] {
            margin-bottom: 1rem;
            background-color: #ecf1f0;
            border-radius: 2px;
            /* no border around the card */
            border: none;
        }

        .orders-table tbody td[b-sde3or41w6] {
            border-bottom: none;
        }

        /* Cells become horizontal lines: label on left, value on right */
        .orders-table td[b-sde3or41w6] {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 15px; /* horizontal padding inside 'card' */
            margin: 2px 0; /* vertical spacing between lines in the card */
            border: none;
            text-align: right; /* the value is right-aligned */
            font-weight: bold; /* the value is bold */
            position: relative;
        }

            /* data-label is uppercase, not bold, left side */
            .orders-table td[b-sde3or41w6]::before {
                content: attr(data-label);
                font-weight: normal; /* label not bold */
                margin-right: auto; /* push the value to the right */
                /* If you want the label color, e.g. #333: color: #333; */
            }

        /* Remove the last child's margin if desired */
        .orders-table tr td:last-child[b-sde3or41w6] {
            margin-bottom: 0;
        }

    /* DETAILS button: full width with side margins */
    .btn-details[b-sde3or41w6] {
        display: block;
        width: calc(100% - 30px); /* 15px margin each side */
        margin: 0 auto;
        text-align: center;
        padding: 10px 0;
    }

    /* Increase headings (h3) on mobile for bigger text */
    h3.mt-4.mb-3[b-sde3or41w6] {
        font-size: 1.4rem;
    }

    /* Hide the page Title on mobile completely (it will not render and take up space) */
    h2.mt-2.mb-2[b-sde3or41w6] {
        display: none;
    }
}
/* _content/Diamantia.Web/Components/Pages/MinaSidor/MinaOrdrar/MinaOrdrarDetails.razor.rz.scp.css */
/* Overall background for the details page */
body[b-kzgjwofsxu] {
    background-color: #f8f8f8;
}

/* Wrap details content in a container with right margin */
.details-container[b-kzgjwofsxu] {
    background-color: #f8f8f8;
    margin-right: 50px;
    padding: 20px;
}

/* Section headings with bottom border */
.section-title[b-kzgjwofsxu] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 3rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #1d5e0f;
    padding-bottom: 0.5rem;
}

.h4-title[b-kzgjwofsxu] {
    margin-top: 1.5rem;
}

/* Additional space between sections */
.details-container > div[b-kzgjwofsxu] {
    margin-bottom: 30px;
}

/* Label styling */
.details-label[b-kzgjwofsxu] {
    min-width: 100px;
}

/* Ensure that the values are right-aligned */
.col-value[b-kzgjwofsxu] {
    flex: 1;
    text-align: right;
}

.details-row[b-kzgjwofsxu] {
    margin-bottom: 10px;
}

.d-flex.border-bottom[b-kzgjwofsxu] {
    border-bottom: 1px solid #1d5e0f !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/* For item descriptions, wrap text as needed */
.item-desc[b-kzgjwofsxu] {
    white-space: normal;
    word-wrap: break-word;
}

/* Optional: if we decide to use a horizontal divider */
.section-divider[b-kzgjwofsxu] {
    border-top: 1px solid #1d5e0f;
    margin: 1.25rem 0;
}

.total-incl-vat[b-kzgjwofsxu] {
    font-weight: 600;
}

/* Mobile Styles */
@media (max-width: 767px) {

    /* Make the container fill the available width with minimal side margins */
    .details-container[b-kzgjwofsxu] {
        margin: 0 5px;
        padding: 10px;
        width: 100%;
    }

    /* Use a flex-wrap layout for each details row */
    .details-row[b-kzgjwofsxu] {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        /* Labels: take about 40% of row width, left-aligned */
        .details-row .details-label[b-kzgjwofsxu] {
            flex: 0 0 40%;
            text-align: left;
            /* Optional: add a little bottom margin if the label is multi-line */
            margin-bottom: 5px;
        }

        /* Values: take about 60% of row width, right-aligned */
        .details-row .col-value[b-kzgjwofsxu] {
            flex: 0 0 60%;
            text-align: right;
        }

    /* For the item description, override the value cell so it spans full width and stacks below the label */
    .item-desc[b-kzgjwofsxu] {
        display: block;
        flex-basis: 100%;
        text-align: left;
        margin-top: 5px;
    }

    .total-incl-vat[b-kzgjwofsxu] {
        font-weight: 600;
    }
}
/* _content/Diamantia.Web/Components/Pages/MinaSidor/MinaUppgifter/MinaUppgifter.razor.rz.scp.css */
body[b-enefy1eq9i] {
}
/* _content/Diamantia.Web/Components/Pages/PageTemplates/FaqPageTemplate.razor.rz.scp.css */
.faq-row[b-ki3iq9q61x] {
    border-bottom: 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.faq-first-row[b-ki3iq9q61x] {
    border-top: 1px solid;
}

.faq-not-first-block[b-ki3iq9q61x] {
    margin-top: 55px;
}

.faq-collapse[b-ki3iq9q61x] {
    padding-top: 22px;
    padding-bottom: 22px;
}

.faq-question-title[b-ki3iq9q61x] {
    /*font-weight: 600;*/
}

.faq-headline[b-ki3iq9q61x] {
    margin-bottom: 38px;
}

/* _content/Diamantia.Web/Components/Pages/PageTemplates/KontaktaOssPageTemplate.razor.rz.scp.css */
.contact-heading[b-7bwrr5bpcu] {
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #000;
}


.contact-paragraph[b-7bwrr5bpcu] {
    margin-bottom: 2rem;
    line-height: 1.6;
    color: #333;
}

.contact-form .form-label[b-7bwrr5bpcu] {
    font-weight: 400;
    color: #000;
}

.contact-form .form-control[b-7bwrr5bpcu] {
    border: 1px solid #000;
    border-radius: 0;
    padding: 0.75rem;
}

.captcha-wrapper[b-7bwrr5bpcu] {
    margin-bottom: 1.5rem;
}

.btn-submit[b-7bwrr5bpcu] {
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: 210px;
    height: 60px;
    flex-grow: 0;
    padding: 14px 0 13px;
    background-color: #8cd4ba;
}
/* _content/Diamantia.Web/Components/Pages/SearchDiamond/Components/DiamondsTableView.razor.rz.scp.css */
/* -----------------------------------
   Desktop vs. Mobile view toggling
   ----------------------------------- */
@media (max-width: 767.98px) {
    .desktop-only[b-j788lqmpbq] {
        display: none;
    }

    .mobile-only[b-j788lqmpbq] {
        display: block;
    }
}

@media (min-width: 768px) {
    .desktop-only[b-j788lqmpbq] {
        display: block;
    }

    .mobile-only[b-j788lqmpbq] {
        display: none;
    }
}

/* -----------------------------------
   Table header (desktop) styling
   ----------------------------------- */
.no-bold-headers thead th[b-j788lqmpbq] {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    line-height: 19px;
    font-size: 16px;
}

/* -----------------------------------
   Bottom border on desktop cells
   ----------------------------------- */
.bottom-border-greenish > th[b-j788lqmpbq],
.bottom-border-greenish > td[b-j788lqmpbq] {
    border-bottom: 1.5px groove #0f340865 !important;
}

.bottom-border-greenish > td[b-j788lqmpbq] {
    vertical-align: middle;
}

/* -----------------------------------
   Mobile “card” layout
   ----------------------------------- */
.mobile-only .mobile-card[b-j788lqmpbq] {
    margin-bottom: 20px; /* space between cards */
    border-bottom: none; /* we’ll add the border with ::after */
    position: relative;
}

    /* final bottom border under each card */
    .mobile-only .mobile-card[b-j788lqmpbq]::after {
        content: "";
        display: block;
        border-bottom: 1.5px solid #0f340865;
        margin-top: 25px; /* breathing room */
    }

    /* each info-row is a custom flex container */
    .mobile-only .mobile-card .card-row[b-j788lqmpbq] {
        margin: 0;
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        padding: 6px 0;
        align-items: center !important; /* ensure text stays centered vertically */
    }

/* small gap between info-rows */
.mobile-only .card-row + .card-row[b-j788lqmpbq] {
    margin-top: 4px;
}

/* action row (button + heart) spacing */
.mobile-only .actions-row[b-j788lqmpbq] {
    margin-top: 20px !important;
}

    /* outline “VISA INFO” button takes remaining width, leaves gap for heart */
    .mobile-only .actions-row .visa-info[b-j788lqmpbq] {
        flex: 1;
        margin-right: 10px;
        padding: 10px;
        font-size: 16px;
    }

    /* favorite icon stays its own size */
    .mobile-only .actions-row .favorite-icon[b-j788lqmpbq] {
        flex: 0 0 auto;
    }

/* hide the desktop table on mobile entirely */
.mobile-only table[b-j788lqmpbq],
.mobile-only tbody[b-j788lqmpbq],
.mobile-only tr[b-j788lqmpbq],
.mobile-only td[b-j788lqmpbq],
.mobile-only th[b-j788lqmpbq] {
    display: none !important;
}

/* Light divider under rows 2,3,4 ── */
.mobile-only .mobile-card .second-row[b-j788lqmpbq],
.mobile-only .mobile-card .third-row[b-j788lqmpbq],
.mobile-only .mobile-card .fourth-row[b-j788lqmpbq] {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 8px; /* give breathing room before the next row */
    margin-bottom: 8px; /* space to the next flex container */
}
/* _content/Diamantia.Web/Components/Pages/ShoppingCart/ShoppingCart.razor.rz.scp.css */
.order-details-image[b-i803i41orl] {
    width: 100%;
    aspect-ratio: 1.57;
}
.remove[b-i803i41orl] {
    margin-bottom: 0px;
    justify-items: flex-end;
}

.remove-button[b-i803i41orl] {
    position: relative !important;
    /*z-index: 2000;*/
}

.Varukorg[b-i803i41orl] {
    width: 634px;
    height: 48px;
    font-family: Barlow;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.Summering[b-i803i41orl] {
    font-family: Barlow;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.Din-varukorg[b-i803i41orl] {
    font-family: Barlow;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.mainLeft[b-i803i41orl] {
    padding-top: 33px;
    padding-bottom: 27px;
    margin-top: 22px;
    margin-left: 0;
    background-color: #ecf1f0;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
}


.mainRight[b-i803i41orl] {
    margin-top: 22px;
    padding: 48px 46px 66px;
    background-color: #ecf1f0;
}

.image[b-i803i41orl] {
    max-width: 335px;
    max-height: 236px;
    width: 100%;
    height: 100%;
}

.carat[b-i803i41orl] {
    margin-bottom: 8px;
    font-family: Barlow;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.Art-Leveranstid[b-i803i41orl] {
    margin-bottom: 14px;
    font-family: Barlow;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.details[b-i803i41orl] {
    margin-bottom: 21px;
    font-family: Barlow;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding-right: 21px;
}

.currency[b-i803i41orl] {
    font-family: Barlow;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.customImage[b-i803i41orl] {
}

.shoppingcarttitle[b-i803i41orl] {
    margin-top: 70px;
    margin-bottom: 40px;
}
.total-details[b-i803i41orl] {
    font-family: Barlow;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 32px;
}
.total-sum[b-i803i41orl]{

}
.total-sum-button[b-i803i41orl]{
    margin-left:1px;
    margin-right:0px;
}
.total-sum-amount[b-i803i41orl] {
    font-family: Barlow;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000;
}
.total-sum-description[b-i803i41orl] {
    font-family: Barlow;
    font-size: 19px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.button-process[b-i803i41orl] {
    max-height: 60px;
    margin: 31px 0 0;
    padding: 14px 0 13px;
    background-color: #8cd4ba;
}
.overlay[b-i803i41orl] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(236, 241, 240, 0.75);
    z-index: 10;
    pointer-events: none;
    justify-content: center;
}

.unavailable-text[b-i803i41orl] {
    position: absolute;
    top: 33px;
    left: 44px;
    background-color: #808080;
    color: white;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    width: 215px;
    height: 33px;
    text-align: center;
    border-radius: initial;
    justify-content: center;
    align-items: center;
    display: flex;
}
.unavailable-text img[b-i803i41orl] {
    max-width: 20px; 
    height: auto;
    margin-left: 20px; 
}
.NoItems[b-i803i41orl] {
    text-align: center;
    border-top: 2px solid lightgray;
    border-bottom: 2px solid lightgray;
    font-family: Barlow;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}

.register-details[b-i803i41orl] {
    font-family: Barlow;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    color: #000;
    margin-top: 32px;
}

.register-details-link[b-i803i41orl]{
    text-decoration:underline;
}

@media (max-width: 767px) {
    .carat[b-i803i41orl] {
        font-size: 16px;
        font-weight: 600;
    }
    .details[b-i803i41orl] {
        font-size: 16px;
    }
    .Art-Leveranstid[b-i803i41orl] {
        font-size: 16px;
    }
    .image[b-i803i41orl] {
        width: 100%;
        height: 150px;
    }
    .mainLeft[b-i803i41orl] {
        margin-left: 40px;
        margin-right: 40px;
        padding-top:18px;
        padding-left:0px;
        padding-right:0px;
    }
    .Varukorg[b-i803i41orl] {
        font-size: 22px;
        margin-left: 40px;
    }
    .Din-varukorg[b-i803i41orl] {
        font-size: 16px;
        margin-left: 40px;
    }
    .customImage[b-i803i41orl]{
        padding-left:15px;
        padding-right:15px;
    }
    .shoppingcarttitle[b-i803i41orl] {
        margin-top: 36px;
        margin-bottom: 20px;
    }
    .remove-button[b-i803i41orl] {
        margin-bottom: 20px;
        position: relative !important;
        /*z-index: 2000;*/
    }
    .total[b-i803i41orl] {
        margin-top: 32px;
        padding-right: 60px;
        margin-left: 10px;
        margin-bottom: 40px;
    }
    .Summering[b-i803i41orl] {
        font-size: 16px;
        font-weight: 600;
        margin-left: 14px;
    }
    .total-details[b-i803i41orl]{

    }
    .mainRight[b-i803i41orl] {
        padding: 28px 16px 35px 14px;
    }
    .total-details[b-i803i41orl] {
        font-family: Barlow;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #000;
    }
    .total-sum-amount[b-i803i41orl] {
        font-family: Barlow;
        font-size: 17px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: right;
        color: #000;
    }

    .total-sum-description[b-i803i41orl] {
        font-family: Barlow;
        font-size: 17px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #000;
    }
    .button-process[b-i803i41orl] {
        max-width: 285px;
        max-height: 42px;
        flex-grow: 0;
        padding: 10.5px 23.1px 9.3px 23.4px;
        background-color: #8cd4ba;
    }
    .overlay[b-i803i41orl] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(236, 241, 240, 0.75);
        z-index: 10;
        pointer-events: none;
        justify-content: center;
    }

    .unavailable-text[b-i803i41orl] {
        position: absolute;
        top: 15px;
        left: 15px;
        background-color: #808080;
        color: white;
        padding: 1px 17px 0 0;
        font-size: 17px;
        font-weight: normal;
        text-transform: uppercase;
        width: 215px;
        height: 34px;
        text-align: center;
        border-radius: inherit;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .unavailable-text img[b-i803i41orl] {
        max-width: 20px;
        height: auto;
        margin-left: 20px;
    }
    .NoItems[b-i803i41orl] {
        margin-bottom:20px;
    }
}
/* _content/Diamantia.Web/Components/Shared/Footer.razor.rz.scp.css */
.footer[b-31am6dl0ez] {
    background-color: #0f3408;
    color: #fff;
}

    .footer h3[b-31am6dl0ez], .footer p[b-31am6dl0ez] {
        color: #fff;
    }

.footer-col p[b-31am6dl0ez] {
    margin-bottom: 10px;
}


@media (max-width:576px) {

    .footer h3[b-31am6dl0ez] {
        font-size: 30px;
    }

    .footer p[b-31am6dl0ez] {
        font-size: 19px;
    }
}
/* _content/Diamantia.Web/Components/Shared/Loaders/GlobalLoader.razor.rz.scp.css */
.global-slider-box[b-vcipt3j041] {
    background-color: #fff;
    padding: 0px 40px 10px 40px;
    border-radius: 10px;
}
