﻿

.product-image-dashboard {
    max-height: 145px;
}
.alert-error {
    background: #f2dede;
    border: 1px solid #d2aeab;
    display: block;
    padding: 10px;
    margin: 10px 0;
}

.dashboard-headers {
    display: flex;
    justify-content: space-between;
}

.mypoang-header {
  
}

.mywishlist-header {
   
    display: flex;
    justify-content: space-between; /* Aligns content to both ends */
    align-items: center; /* Aligns items vertically in the center */
}
.dashboard-content {
    display: flex;
    justify-content: space-between;
}
.dashboard-poang-content {
    width: 100%
    /* Other styles as needed */
}

.dashboard-wishlist-content {
    width:100%
    /* Other styles as needed */
}


/* forms */
.field-validation-error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-invalid-color);
}


/* Top */
.member-info-top {
    
}


/* 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;
}


/* Style content elements */


/* */
form.inline-form {
    display: inline;
    margin-bottom: 0;
}

.transparent-input {
    background-color: transparent !important;
    border-color: transparent !important;
}

/*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;
}


 /*vit kontainer*/
.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
}

.w-col-8 {
    width: 66.66666667%;
}


/*.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
   
}
*//*.container-fluid {
    display: flex;
    flex-wrap: wrap;
}
*/
/*.row {
    width: 100%;
}

.col-md-8 {
    flex: 0 0 66.666667%;*/ /* 8 out of 12 columns */
    /*max-width: 66.666667%;
}

.col-md-4 {
    flex: 0 0 33.333333%;*/ /* 4 out of 12 columns */
    /*max-width: 33.333333%;
}*/

/*FAQ*/

/*h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: adelle, sans-serif;
    color: #e3001a;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
}

body {
    background-color: #f5f5f2;
    font-family: proxima-nova, sans-serif;
    color: #333;
    font-size: 18px;
    line-height: 24px;
    font-weight: 100;
}
p {
    margin: 0;
}
*/

.btn-link {
    text-decoration: none;
    }
    .card-header button {
    padding: 10px; /* Adjust as needed */
    text-align: left; /* Align text to the left */
}

    .card-header button:focus {
        outline: none; /* Optional: removes the focus outline */
    }


.collapse-icon {
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

/*.faq-card {
    margin-bottom: 10px;
    color: #333;
    border-color: #ddd;
    --semic-faq-card-border-color: #509754;*/ /* #afdbed; */
    /*--semic-faq-card-border-radius: 7px;*/
    /* annan färg #D8EAf2; */
/*}

    .faq-card .card-header {
        display: flex;
        align-items: center;*/ /* Centrerar innehållet vertikalt */
        /*border: 2px solid var(--semic-faq-card-border-color);
        border-radius: var(--semic-faq-card-border-radius);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        text-align: left;*/ /* Vänsterjustering av texten */
        /*padding: 1rem;
        -webkit-transition: border-radius 0.5s;
        transition: border-radius 0.5s;
        background-color: #eff4ee;*/ /* #f8f9fa; */
    /*}
    .faq-card .card-header img {
        max-width: 20px;
        max-height: 20px;
        margin-right: 1rem;
    }

        .faq-card .card-header.collapsed {
            border-bottom-left-radius: var(--semic-faq-card-border-radius);
            border-bottom-right-radius: var(--semic-faq-card-border-radius);
        }

    .faq-card .card-body {
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: left;*/ /* Vänsterjustering av texten */
        /*border: 2px solid var(--semic-faq-card-border-color);

        border-radius: var(--semic-faq-card-border-radius);
        border-top: 0px solid;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        flex-direction: column;
        background-color: white;
        justify-content: center;*/ /* Centrerar innehållet vertikalt */
        /*height: auto;
        padding-top: 1rem;
    }

.faq-container {
    margin-top: 40px;
}

.faq-subtitle {
    margin-bottom: -20px;
    font-size: var(--semic-font-size-h3);
    font-family: var(--semic-dashboard-container-header-font);
    font-weight: var(--semic-headings-font-weight);
    color: var(--semic-dashboard-container-header-color);
}*/

/*.container-flex{
    display: flex;
}*/

/*SubNavBar*/

/*.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.active {
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    background-color: rgba(255, 255, 255, 0.70);
    color: #e3001a;
    font-weight: 600;
}
*/
/*
.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;
    background-color: rgba(255, 255, 255, 0.70);
}
*/
.right-nav-container {
    margin-left: -10px;
    background-color: #ecede6;
}

.right-nav-header {
    position: relative;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 2px;
    background-color: #e3001a;
    box-shadow: rgba(0, 0, 0, 0.47) 5px 0px 11px -7px inset;
}

.content-section .right-nav-header-icon {
    height: 16px !important;
}

.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*/
.card-wrapper {
    width: calc(17% - 10px); /* Justera bredden så att 5 kort får plats per rad, minus gap */
    height: auto; /* Justera höjden till auto för att tillåta innehåll att expandera kortets höjd */
    margin: 20px; /* Ger utrymme mellan korten */
    display: block;
    min-height: 250px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 25px;
    float: left;
    border: 2px solid #d0ebf7;
    border-radius: 2px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 3px 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #6ca4bd;
    margin-top: 25px;
}
   
    .card-wrapper .card-icon {
        height: 95px !important;
    }
.card-inner-container {
    padding: 15px; /* Ger utrymme inuti kortet runt innehållet */
    display: flex; /* Använder flexbox för layout */
    flex-direction: column; /* Organiserar innehållet i en kolumn */
    align-items: center; /* Centrerar innehållet horisontellt */
    justify-content: center; /* Centrerar innehållet vertikalt */
    height: 100%; /* Ger container full höjd av kortet */
}

.card-wrapper .card-image {
    max-width: 100%;
    margin-top: 20px;
    max-height: 70%;
}
.card-wrapper .heading-card:hover {
    color: #e3001a; /* Färgen ändras till röd vid hovring */
}
.card-wrapper .heading-card {
    display: block;
    margin: 20px auto 5px;
    font-family: 'adelle', sans-serif; /* Se till att typsnittet är korrekt laddat i ditt dokument */
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-align: center; /* Centrerar texten */
    color: #6ca4bd; /* Du kan ändra färgen efter behov */
    font-size: 0.8em; /* Justera textstorleken så att den passar */
    text-align: center; /* Centrerar texten */
    word-wrap: break-word; /* Bryter långa ord för att förhindra överflöde */
    margin-top: auto; /* Placerar texten längst ner i containern */
    width: 100%; /* Tillåter texten att ta upp full bredd */
}
.card-wrapper a {
    color: inherit; /* Ärv färgen från .card-wrapper */
    text-decoration: none;
    padding: 15px;
}

.card-wrapper:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-bottom-color: #6ca4bd;
}

    .card-wrapper:hover .heading-card {
        color: #e3001a; /* Texten blir röd när hela kortet hovras över */
    }
@media (max-width: 1200px) {
    .card-wrapper {
        width: calc(50% - 40px); /* 2 kort per rad */
    }
}

@media (max-width: 768px) {
    .card-wrapper {
        width: calc(100% - 40px); /* 1 kort per rad */
    }
}
/*
.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;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    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 */
}

.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 */
}

/*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;
*/


/* SNOWFALL */
.snowfall {
    position: relative;
}
.snowfall div.snowflakes {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.snowfall div.snowflakes > * {
    position: absolute;
    animation: animatedSnowfall linear infinite;
    animation-duration: 20s;
    animation-delay: 200ms;
    top: -120px;
}


@keyframes animatedSnowfall {
    0% {
    }
    20% {
        transform: rotate(-20deg);
    }
    40% {
        transform: rotate(10deg);
    }
    60% {
        transform: rotate(50deg);
    }
    80% {
        transform: rotate(20deg);
    }
    100% {
        top: 100%;
        transform: rotate(30deg);
    }
}

.content-container {
    background-color: var(--bs-body-bg);
}

.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 #509754;
    border-radius: 1em;
    color: #509754;
    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
    
}
.umb-block-grid__area[data-area-alias="menu"] {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #50975480;
}

/* @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 {
    background-color: white;
    border-top: 1px solid #ececec;
    border-right: 1px solid #ececec;
    font-family: FreightSansProBold-Regular, "sans-serif";

    /*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;*/
    border-bottom: 1px solid #ececec;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.right-nav-link:hover {
    background-color: #509754;
    color: white;
}
.right-nav-link:hover a {
    color: white;
}
    .right-nav-link a {
        /*color: #333;*/
        display: block;
        border-bottom: 0;
        padding-top: 16px;
        padding-bottom: 12px;
        padding-left: 12px;
    }
    .right-nav-link.active a {
        /*color: #e3001a;*/
        border-top-left-radius: 1px;
        border-bottom-left-radius: 1px;
        background-color: #509754;
        color: white;
    }

/* PREMIE SIDA */
.premie-container {
    /* border-left: 1px solid rgba(63, 142, 176, 0.2); */
    padding-bottom: 0;
}
.premie-box-shadow {
    box-shadow: rgba(0, 0, 0, 0.09) -13px 0px 2px -12px inset;
}



.box-header {
    padding: 10px;
    color: #fff;
    position: relative;
    display: block;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #509754;
}
h2.box-header {
    margin-bottom: 0;
}


/*Customer list*/


.dashboard-grid-2-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
.dashboard-grid-3-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .dashboard-grid-2-columns {
        grid-template-columns: repeat(2, 1fr);
    }
    .dashboard-grid-3-columns {
        grid-template-columns: repeat(3, 1fr);
    }
}

.tns-outer {
    margin: auto;
}