﻿
/*.product-image-dashboard {
    max-height: 145px;
}
    .alert-error {
    background: #f2dede;
    border: 1px solid #d2aeab;
    display: block;
    padding: 10px;
    margin: 40px 0;
}

*/

/*
.dashboard-wishlist .dashboard-wishlist-item {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 0;
    position: relative;
    display: block;
    width: 85%;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
   
}
.points-container {
    margin-top: 4px;
    text-align: center;
}

.point-numbers-container {
    
    position: relative;
    display: inline-block;
    width: 34px;
    height: 37px;
    margin-right: 0px;
    margin-left: 4px;
    float: none;
    background-image: url(/images/counter-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.text-counter {
    width: 34px;
    padding-top: 2px;
    padding-bottom: 8px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.dashboard-wishlist .dashboard-wishlist-item .progress-bar-product-dashboard {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 17px;
    margin-top: 40px;
    padding: 3px;
    float: none;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(227, 0, 26, 0.27);
    border-radius: 6px;
}
.green-bar {
    background-color: #7bb952;
}
.red-bar {
    background-color: #e3001a;
}
.progress-bar-amount {
    position: relative;
    width: 70%;
    height: 9px;
    border-radius: 4px;
    
}
    .dashboard-wishlist .dashboard-divider {
        margin-top: 30px;
        padding-top: 4px;
        padding-bottom: 7px;
        padding-right: 13px;
        padding-left: 13px;
        background-color: #f5f4ed;
        font-family: adelle, sans-serif;
        color: #333;
    }
.premie-heading.small-heading {
   
}
.dashboard-wishlist .--subtext1 {
    font-family: adelle, sans-serif;
    font-size: 14px;
    margin-left: 5px;
    font-weight: bold;
}
.dashboard-wishlist .--points {
    font-family: adelle, sans-serif;
    font-size: 38px;
    font-weight: bold;
}
.dashboard-wishlist .--subtext2 {
    font-family: adelle, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
.dashboard-wishlist .--amount {
    font-family: adelle, sans-serif;
    font-size: 38px;
    font-weight: bold;
    margin-left: 5px;
}
.dashboard-wishlist .dashboard-wishlist-item .--number {
    position: absolute;
    right: 50%;
    bottom: -8px;
    display: block;
    width: 24px;
    height: 24px;
    margin-right: -12px;
    border: 2px solid #d2edc0;
    border-radius: 12px;
    background-color: #7bb952;
    font-family: adelle, sans-serif;
    color: white;
    left: 50%;
    top: -14px;
    right: 0px;
    bottom: auto;
    margin-left: -16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dashboard-wishlist .dashboard-wishlist-item .--image {
    flex-grow: 1;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;
}
.dashboard-wishlist .dashboard-wishlist-item .--title {
    display: inline-block;
    width: 100%;
    float: left;
    font-family: adelle, sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
}

        .dashboard-wishlist .dashboard-wishlist-item .--progress {
        }
    .dashboard-headers {
    display: flex;
    justify-content: space-between;
}

*/



.dashboard-wishlist-content {
    /*display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1em;*/
}

/* Cards */
/*.semic-card {
    --bs-card-subtitle-color: var(--semic-themecolor);
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--semic-themecolor);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: var(--semic-themecolor);
    --bs-card-cap-color: #fff;
    --bs-card-color: #333;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
}
*/

/* forms */

/* Order product list */
/*
.order-product-list-sum {
    display: flex;
    flex-direction: column;
    border: 2px solid #f00;
    gap: 10px;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    justify-content: end;
    font-weight: 700;
}
.order-product-list-sum .--rows {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 1em;
}

.order-product-list-sum .--rows > div {
}

.order-product-list-sum.--fixed {
        position: fixed;
        bottom: 20px;
        right: 20px;
    }

.order-products-card {
    --semic-order-product-grid-template-columns: 60px 1fr repeat(5, 100px);
    --semic-order-product-grid-template-rows: 1fr;
    --semic-order-product-grid-template-border-color: rgba(208, 235, 247, 0.59);
}

.order-product-list {

}

    .order-product-list.mobile .order-product-list-item {
        --semic-order-product-grid-template-columns: 100px repeat(5, 1fr);
        --semic-order-product-grid-template-rows: 1fr 1fr;
    }

.order-product-list-item {
    display: grid;
    grid-template-columns: var(--semic-order-product-grid-template-columns);
    grid-template-rows: var(--semic-order-product-grid-template-rows);
    column-gap: 1ch;
    row-gap: 1ch;
    align-items: center;
    margin-bottom: 1ch;
}

.order-product-list.mobile .--image {
    grid-row-start: 1;
    grid-row-end: 3;
}

.order-product-list.mobile .--name {
    grid-column-start: 2;
    grid-column-end: 7;
}

.order-product-list.mobile .--customerlist {
}
*/

/* Order wizard steps */
.order-wizard-steps {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.order-wizard-steps--item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

    .order-wizard-steps--item::before {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: calc(100% - 60px); /*100%;*/
        top: 20px;
        left: calc(-50% + 30px); /*-50%;*/
        z-index: 2;
    }

.order-wizard-steps--item_NOTUSED::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.order-wizard-steps--item:first-child::before {
    content: none;
}

.order-wizard-steps--item:last-child::after {
    content: none;
}

.order-wizard-steps--item.active {
    font-weight: 700;
}

.order-wizard-steps--item .--counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
}

.order-wizard-steps--item.completed .--counter {
    background-color: #4bb543;
}

.order-wizard-steps--item .--name {
    text-align: center;
    display: none;
}
.order-wizard-steps--item.active .--name {
    display: block;
}
/* SEARCH PAGE */
.search-result ul {
}

.search-result-item {
}

/* Style content elements */

main ul {
    list-style-image: url(../images/red-square.png);
    padding-inline-start: 1rem;
}

/* */

/*404 sida*/
.error-text-h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: adelle, sans-serif;
    color: #e3001a !important;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    align-content: center;
    margin-left: 250px;
}

.error-text-type {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: adelle, sans-serif;
    color: #e3001a !important;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    opacity: 0.5;
    align-content: center;
}

.info-text-p {
    font-family: proxima-nova, sans-serif;
    color: #333;
    font-weight: 300;
    margin-top: 5px;
    font-size: larger;
    align-content: center;
    margin-left: 250px;
}

.btn-link {
    text-decoration: none;
}

.collapse-icon {
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}




.content-section img {
    height: auto !important;
}

.right-nav-header-icon {
    position: relative;
    top: 0;
    height: 16px;
    width: 16px;
    margin-right: 12px;
    opacity: 0.7;
}

/*img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}*/

/*Vanliga frågor sidan*/

.button-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 45px;
}
/*Något som passar alla*/
.products-easy-sell-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; /* Lägger till vertikal centrerande */
    margin-top: 35px;
    margin-bottom: 45px;
}

.product-circle {
    position: relative;
    border-radius: 50%;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.2) 1px -1px 5px 0px inset;
    text-align: center;
    overflow: hidden;
    margin: auto; /* Centrerar cirkeln inuti kolumnen */
    aspect-ratio: 1 / 1;
    max-width: 170px;
}

.product-circle-image {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: 30px;
    width: 100%;
    height: 100%;
}

.product-circle-text {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-family: adelle, sans-serif;
    font-size: 14px;
    color: #551a8b;
    padding: 20px 0;
    font-weight: 700;
}

.product-circle a:hover .product-circle-text {
    color: #6CA4BD; /* Ny färg när länken hovras över */
}

@media (min-width: 768px) {
    .product-circle {
        max-width: 200px;
    }
}
@media (min-width: 992px) {
    .product-circle {
        max-width: 200px;
    }
}

/*Lätt och roligt att sälja*/

/*.video-container.video-large iframe {
    width: 575px;
    height: 323px;
   
  
}




/*
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
*/




/*
.content-container {
    background-color: var(--bs-body-bg);
}
*/
/* ORDER PREMIER */
.order-prize-list {
    display: flex;
    flex-direction: column;
}

    .order-prize-list .order-prize-list-header {
        font-weight: 700;
        font-size: 24px;
        background-color: #d0ebf7;
        padding: 10px;
        display: flex;
        align-items: center;
    }
        .order-prize-list .order-prize-list-header[data-bs-toggle=collapse]::after {
            flex-shrink: 0;
            width: 1.25rem;
            height: 1.25rem;
            margin-left: auto;
            content: "";
            background-position: center;
            background-image: url(../images/plus-blue.svg);
            background-repeat: no-repeat;
            background-size: 1.25rem;
            transition: transform 0.2s ease-in-out;
        }
        .order-prize-list .order-prize-list-header[data-bs-toggle=collapse]:not(.collapsed)::after {
            background-image: url(../images/minus-blue.svg);
            transform: rotate(-180deg);
        }
    .order-prize-list-items {
    display: grid;
    grid-template-columns: repeat(2 ,1fr);
    grid-gap: 10px;
    margin: 10px;
}
@media (min-width: 768px) {
    .order-prize-list-items {
        grid-template-columns: repeat(4,1fr);
    }
}

    .order-prize-list-items .order-prize-list-item {
        border: 1px solid #ccc;
        padding: 10px;
        display: flex;
        flex-direction: column;
    }

        .order-prize-list-items .order-prize-list-item div {
            text-align: center;
        }

        .order-prize-list-items .order-prize-list-item .--image {
            flex-grow: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    .order-prize-list-items .order-prize-list-item .out-of-stock {
        position: relative;
    }
.out-of-stock .out-of-stock-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1em;
    border: 2px solid #f00;
    border-radius: 1em;
    color: #f00;
    background-color: white;
    font-weight: 700;
}
    /* GRID CONTENT */
    /* om arean heter content så slänger vi in en padding */
    .umb-block-grid__area[data-area-alias="content"] {
        padding: 10px 60px 30px 30px;
        background-color: #ffffff;
    }
.umb-block-grid__area[data-area-alias="menu"] {
    /*border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #50975480;*/
    border-left: 2px solid rgba(100, 100, 100, 0.04);
    box-shadow: rgba(0, 0, 0, 0.2) 1px 0px 11px -7px inset;
}
    /* @include media-breakpoint-up(lg) */
    @media (max-width: 992px) {
        .umb-block-grid__area[data-area-alias="content"] {
            order: 1;
        }

        .umb-block-grid__area[data-area-alias="menu"] {
            display: none;
        }
    }



    .bg-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
    }

    .bg-overlay, .bg-overlay-bg, .bg-overlay-content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
    }

    .bg-overlay-content {
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        padding: 20px;
    }

    /* RIGHT NAV */
    /*.right-nav-header {
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 12px;
    background-color: #e3001a;
    box-shadow: rgba(0, 0, 0, 0.47) 5px 0px 11px -7px inset;
    display: flex;
    flex-direction: row;
    gap: 1em;
    align-items: center;
    font-family: adelle, sans-serif;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    font-weight: 800;
}
.right-nav-header .right-nav-header-icon {
    height: 16px !important;
}
.right-nav-links-container {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-left: 2px solid rgba(100, 100, 100, 0.04);
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 0px 11px -7px inset;
}

.right-nav-link {
    padding-top: 12px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-bottom: 2px solid #f2f2f0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: adelle, sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.right-nav-link a {
    color: #333;
}
.right-nav-link.active a {
    color: #e3001a;
}*/


    .box-header {
        padding: 10px;
        color: #fff;
        position: relative;
        display: block;
        width: 100%;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        background-color: #e3001a;
    }

    h2.box-header {
        margin-bottom: 0;
    }


    /*Customer list*/




    .add-product {
        display: block;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        padding: 15px 20px;
        border-style: dashed;
        border-width: 1px;
        border-color: rgba(63, 142, 176, 0.49);
        border-radius: 4px;
        background-color: white;
        font-family: adelle, sans-serif;
        font-size: 11px;
        line-height: 13px;
        text-align: center;
        margin-top: 0.5em;
        margin-bottom: 0;
    }


    .desired-premie-container {
        position: relative;
        display: flex;
        margin-top: 7px;
        margin-bottom: 7px;
        float: left;
        overflow: hidden;
        justify-content: center;
        align-items: center;
    }

    .wish-list-like-icon {
        width: 20px;
        margin-bottom: 4px;
    }


    /* Basstyling för dashboard */


    /*.dashboard-container--header {
    background-color: #007BFF;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.dashboard-container--body {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
}

.order {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
}

.order--type-container {
    background-color: #007BFF;
    color: white;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.heading-icon-dashboard {
    width: 30px;
    height: auto;
}

.order--type {
    font-weight: bold;
}

dl {
    margin-bottom: 0;
    padding: 0;
}

dt {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

dd {
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}

.fade {
    color: #6c757d;
}
*/






    /*Rätt kod*/

    @media (min-width: 768px) {

        .dashboard-wishlist .dashboard-wishlist-item .--image {
            width: 70%;
        }

        .dashboard-wishlist .dashboard-wishlist-item .--progress {
            width: 100%;
        }
    }

    @media (max-width: 768px) {
        .dashboard-wishlist .dashboard-wishlist-item .--image {
            width: 30%;
        }

        .dashboard-wishlist .dashboard-wishlist-item .--progress {
            width: 60%;
        }

        .points-container {
            margin-bottom: 10px;
        }
    }

    .dashboard-wishlist .dashboard-wishlist-item .--progress {
    }



    .alert-error {
        background: #f2dede;
        border: 1px solid #d2aeab;
        display: block;
        padding: 10px;
        margin: 40px 0;
    }



    .product .product--fulltext {
        /* Inte en massa konstiga styles här */
    }

    .layout-width {
        position: relative;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

