﻿.cart-flyout {
    width: 300px;
    padding:20px;
}
.unibox-extra  {
    margin-left: auto;
    margin-right: 5px;
}

.unibox-extra .price {
    font-weight: bold;
}

.no-result {
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.bar-notification-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11000;
    width: 100%;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

.bar-notification.success {
    background-color: #e1dd6b;
    color: #000;
}

.bar-notification.error {
    background-color: #e4444c;
}

.bar-notification.warning {
    background-color: #f39c12;
}

.bar-notification {
    position: relative;
    display: none;
    padding: 15px 25px 15px 10px;
}

    .bar-notification .content {
        margin: 0 10px 0 0;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification.success .content a {
        color: #000;
    }

    .bar-notification .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        margin: 7px;
        background: #fff url('../images/close.png') center no-repeat;
        cursor: pointer;
    }


.tt-table div.tt {
    display: inline-block;
    position: relative;
}

    .tt-table div.tt div.content {
        width: 20px;
        height: 20px;
        border: 1px transparent solid;
        border-radius: 2px;
        z-index: 10;
        padding: 0 4px 0 5px;
        position: relative;
        background-color: transparent;
    }

    .tt-table div.tt div.content span {
        display: none;
    }

    .tt-table div.tt div.tail {
        border: 2px gray solid;
        border-right: 0;
        border-top: 0;
        position: absolute;
        border-radius: 2px;
        bottom: 11px;
        left: -10px;
        z-index: 0;
    }

.tt-table div.tt-parent div.content {
    cursor: pointer;
}

    .tt-table div.tt-parent div.content span {
        display: block;
    }


    .tt-table tr.tt-hide {
    display: none;
}


@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 900px;
    }
}

@media (max-width: 768px) {
    table.tt-table tr td div.tt {
        display: none;
    }
}


form.registration .col-form-label {
    text-align: end;
}

@media (max-width: 768px) {
    form.registration .col-form-label {
        text-align: left;
    }
    .logo{
        max-width:100px
    }
}

.badge.badge-red {
    background-color: red;
}

/*.pswp__img {
    height: auto !important;
}
*/


/* Basic styles */
.menu-icon {
    width: 30px;
    cursor: pointer;
}

.bar {
    width: 100%;
    height: 4px;
    background-color: #333;
    margin: 5px 0;
    transition: 0.4s;
}

/* Styles for the close icon */
.menu-icon.active .bar1 {
    transform: rotate(45deg) translate(8px, 5px);
}

.menu-icon.active .bar2 {
    opacity: 0;
}

.menu-icon.active .bar3 {
    transform: rotate(-45deg) translate(7px, -5px);
}
#megaMenu {
   
    top: 96px;
    box-shadow: unset;
    border: unset;
    background-color: #EAEAEA;
    border-radius: unset;
    margin: 0 !important;
    width: 100%;
    width: 100%;
    width: 100%;
    left: auto;
    right: auto;
}
    #megaMenu .megamenuParentCat a{
        font-size:1.5rem
    }
        #megaMenu .megamenuParentCat a.active {
            font-weight: 600;
            border-bottom: 2px solid
        }
.startpage .category {
    min-height: 450px
}
.startpage .category-box {
    border-radius: 10px;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    max-height: 100%;
    display: inline-block;
    width: 100%;
    position: relative
}
    .startpage .category-box > div {
        position: absolute;
        bottom: 0;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.2);
        color: #000;
        width: 100%;
        color: white;
        height: 100%;
        border-radius: 10px;
    }
    .startpage .category-box .top-title {
        margin-bottom: 0;
        font-weight: 600;
        text-transform: uppercase;
    }
    .startpage .category-box .category-title {
        font-size:2rem;
        color:#fff;
        font-weight: 600;
        text-transform: uppercase;
    }
.half-image{
    border-radius: 10px 0 0 10px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.half-image-card {
    border-radius: 10px;
}

.btn-transparent {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    border-radius: 5px
}
.btn-border {
    color: #000;
    border-radius: 5px;
    background-color:transparent;
    border: 1px solid #000;
}
.half-image-card h6 {
    font-size: 2rem;
    font-weight: 600;

}

.category-box {
    border-radius: 10px;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    max-height: 100%;
    display: inline-block;
    width: 100%;
    position: relative;
    background-position: center;
}
    .category-box > div, .slider-category-box > div {
        position: absolute;
        bottom: 0;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.2);
        color: #000;
        width: 100%;
        color: white;
        height: 100%;
        border-radius: 10px;
    }

    .category-box h6 {
        margin-bottom: 0;
        text-transform: uppercase;
        font-family: 'AvenirNext - Bold';
    }
header .tab-content:not(.card-body) {
    padding: 0 !important
}

@media (max-width: 992px) {
    #megaMenu {
        display:none
    }
}
@media (max-width: 768px) {
    .half-image {
        border-radius: 10px 10px 0 0;
    }
}


/* Anpassa storleken på varje carousel-item så att 5 syns samtidigt */
.category-carousel {
    padding-right: 30px;
    padding-left: 30px
}
.carousel-item {
    display: flex;
    flex-direction: row;
    justify-content: center;

}

    .carousel-item > div {
        flex: 1 0 20%; /* 20% bredd för att få plats med 5 items */
        padding: 5px;
    }

    .carousel-item img {
        width: 100%;
        height: auto;
    }

.custom-container {
    margin: auto;
    padding-right: 30px;
    padding-left: 30px
}

.slider-category-box {
    border-radius: 10px;
    min-height: 170px;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    max-height: 100%;
    display: inline-block;
    width: 100%;
    position: relative;
    background-position: center;
}
    .slider-category-box h6 {
        color: #fff;
        font-family: 'AvenirNext - Bold';
        text-transform:uppercase;
    }
    .slick-slide > div {
        margin: 0.5rem
    }

.slick-prev:before, .slick-next:before {
    font-size: 28px !important;
    color: #000;
   /* border: 1px solid #000;*/
    border-radius: 50%;
  /*  background-color: #000;*/
  opacity:1

}
.slick-prev, .slick-next{
    height:28px;
    width:28px;
}