/*
* ===================================================
*     CUSTOM CSS CODE BELOW
* ===================================================
*/

/* Airlectra */

.top-bar-height {
    min-height:unset;
}

.navbar {
    padding:0 1rem;
}

@media (min-width: 992px) {
    .navbar {
        padding:0;
    }
}
.stickyhead {
    position:fixed;
    top:0;
    width: 100%;
    background: white;
    z-index: 1000;
}
.product-border {
    padding:10px;
    border:1px solid #dddddd;
}

.d-lg-flex-wrap {
    flex-wrap;
}

.navbar-bg {
    position:relative;
}
.subnav.fullbredd {
    display:none;
    position:absolute;
    left:0px;
    top:37px;
    width:100%;
    height:250px;
    overflow:hidden;
    box-shadow: 0px 7px 14px grey;
    background:#fff;
    z-index:10;
}

.subnav_items {
    display: inline-flex;
    /*display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -moz-inline-box;
    flex-direction: column;
    flex-wrap: wrap;*/
    height:100%;
    width: 100%;
    position: absolute;
    left: 0;
    overflow: auto;
}

.subnav_items ul {
    display: flex;
    /*display: -webkit-box; 
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: -moz-box;*/
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width:100%;
    padding-inline-start: 0;
    padding:0 1rem;
}

.subnav_items ul li {
    width:16.667%;
    text-align: center;
    list-style-type: none;
    padding: 5px 10px;
    margin-bottom:15px;
}

.subnav.fullbredd {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.has-dropdown.on-hover.menu-open > .subnav.fullbredd {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.top-bar ul:not(.dropdown-menu) {
    max-width: unset;
}

.subnav.fullbredd ul li a {
    font-size:16px;
    color: #222222;
}

.subnav_name {
    display:inline-block;
}

.subnav.fullbredd ul li a img {
    margin-top: 10px;
}

.subnav.fullbredd .img-responsive {
    max-width:100%;
}

.product-current-stock-status i, .leverans i {
    color:#28a745;
}

.product-current-stock-status i.warn-color {
    color:#036cc0;
} 

ul.nav-tabs li.nav-item:nth-child(1) span {
    padding-left:0;
}

.font-bold {
    font-weight:bold;
}

.search-usp {
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
}

.head-usp {
    margin-top:15px;
}

.productlist-title {
    font-size:1rem;
}

.product .product-price {
    color: #222222;
    font-size:1.3rem;
}
@media (min-width: 992px) {
    .navbar {
        flex-wrap: nowrap;
    }
    .swiper-wrapper .slide1 .col-lg-9 {
        bottom:20%;
    }
}

.cat-text {
    font-size:0.8rem;
}

.start-fbaf {
    margin-top:2rem;
    margin-bottom:2rem;
}

.start-fb-af {
    padding:3rem;
    border:1px solid;
}

.start-fb-af .btn {
    padding: 0.5rem 1.5rem;
    background-color: lightgray;
}

.start-fb-af .btn:hover {
    opacity:0.7;
}

.start-fb-af .btn a {
    color: #222222;
}

.start-fb-af h3 {
    display:inline-block;
}

.start-fb-af img {
    height:25px;
    margin-left: 20px;
    margin-bottom: 14px;
}

@media (max-width:992px) {
    .start-fb-af {
        margin:0.5rem 0;
    }
}

.startcat_swipe .card-scale {
    border: 2px solid #c2dfff;
}

.startcat_swipe .card-scale h3 {
    padding:1rem 0;
    background-color:#c2dfff;
}

.startcat_swipe .card-scale h3 a {
    color: #222222;
}

.omdome {
    padding:1rem;
    border:1px solid #dddddd;
    margin-bottom:1rem;
}

.channel-logo {
    height:20px;
}

.omdome h4 {
    display:inline-block;
    margin-right: 0.5rem;
}

.omd-title {
    display:flex;
    justify-content:space-between;
}

.omd-title-stars {
    max-width: calc(100% - 25px);
}

p.omd-comment {
    margin-bottom:0.5rem;
}

@media (min-width:992px) {
    p.omd-comment {
        min-height:52px;
    }
}

p.omd-name {
    margin-bottom:0;
    font-style: italic;
}

.stars-show {
    display: inline-block;
}

.h-fit-content {
    height:fit-content;
}

ul.catlist {
    padding-inline-start: 20px;
}

.max-100 {
    max-width:100px;
}

#leveransDatum {
    margin-left:7px;
}

.prod_readmore {
    margin-left:1rem;
}

.prod_readmore:hover {
    cursor:pointer;
}

.prod_readmore i {
    margin-left:0.5rem;
}

.option-row-custom-label {
    font-weight:bold;
}

.option-row-custom span.option-row-custom-variant-name {
    font-size:1.2rem;
    font-weight:bold;
    vertical-align: baseline;
}

.cat-head img {
    display:none;
}

.cat-clamp {
    position:relative;
    overflow:hidden;
}

.cat-descr {
    vertical-align: bottom;
    /*
    display: inline-block;
    */
}

.clamp_fade {
    display:none;
    height:40px;
}

.cat-clamp .clamp_fade {
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0.7), rgba(255,255,255,0));
    display: block;
    width: 100%;
    pointer-events: none;
}

.readmore {
    display:inline-block;
    padding:8px 16px;
    transition: all 0.2s ease-in-out;
    margin-bottom:8px;
    
}

.readmore:hover {
    cursor:pointer;
    opacity:0.7;
}

.page-block a {
    color: #222222;
}

.swiper-thumbs {
    flex-wrap:wrap;
}

.swiper-thumbs .swiper-thumb-item {
   width:calc(20% - 10px);
}

.product-stars {
    width: 6rem;
    text-align: right;
}

.categoryOverview a.category_cta {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    max-height: 53px;          /* mindre höjd */
    padding: 14px 16px;        /* mindre padding */
    margin-top: 5px;

    background: #c1deff;       /* din färg */
    border-radius: 5px;

    color: #1f3b57;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;

    transition: all 0.2s ease;
}

.categoryOverview .col-6 {
    padding-bottom: 0.35rem; /* istället för pb-4 */
}

.categoryOverview a.category_cta:hover {
    background: #a9d2ff;       /* något mörkare vid hover */
    transform: translateY(-2px);
}

.qs-product-fields .addon-product-container {
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}

.addon-product-container input[type="checkbox"] {
    width:1.5rem;
    height:1.5rem;
}

.addon-product-container .add-addon {
    color: #ffffff;
    background: #46b4e8;
    transition: all 0.2s ease-in-out;
    border-color:transparent;
    display: inline-block;
    padding: 0.25rem 0.5rem;
    margin-right:1rem;
}

.addon-product-container .add-addon:hover {
    cursor:pointer;
    opacity:0.7;
}