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

.h4 {
    font-size:1rem;
}

/* Airlectra */

.cat-buy .btn, #CatAgeModal .cat-buy, #AgeModal .cat-buy {
    letter-spacing:0.1em;
    font-size:0.75rem;
    color: #ffffff;
    background: #64af0b;
    transition: all 0.2s ease-in-out;
}

.cat-buy .btn:hover {
    color: #ffffff;
    background: #64af0b;
}
.cat-buy .btn .svg-icon, .qs-cart-submit .svg-icon {
    color: #ffffff;
}

.product-stars {
    bottom: 46px;
}

.qs-cart-submit.pre-order {
    background-color: #406b77;
    color: #fffffa;
}

.preorder-box {
    border: 2px solid #838383;
    padding: 5px 7px;
    margin-bottom: 12px;
    text-align: center;
}

.preorder-box p {
    margin-bottom: 0;
}

.usp-list {
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
}

.usp-bullet {
    width:3.5rem;
    padding-left:1rem;
    padding-right:1rem;
    min-width:3rem;
}

.usp-text {
    font-size:18px;
    line-height:2.5rem;
}

.pricerunner-footer {
    width:200px;
    padding-left:1rem;
    padding-right:1rem;
    min-width:3rem;
}

.pricerunner-review {
    width:200px;
    padding-left:1rem;
    padding-right:1rem;
    min-width:3rem;
}

.btn-link {
    background: transparent;
    border:1px solid #64af0b;
    transition: all 0.2s ease-in-out;
}

.btn-link a {
    color: #64af0b;
}

.producttitle-font-size {
    min-height:32px;
}

.home-slider .slider-link:hover {
    cursor:pointer;
}

@media (max-width:991.99px) {
    .navbar-expand-lg.mob-fixed-bottom {
        position:fixed;
        bottom:0; 
        left:0;
        right:0;
        z-index:1030;
        background-color: #ff8800!important;
    }
    .mob-meny {
        width:100%;
        display:flex;
        justify-content:space-between;
    }
    .mob-meny .svg-icon.navbar-icon {
        width: 2.1rem;
        height: 1.4rem;
        color: #ffffff;
    }
    .mob-meny a {
        flex-wrap:wrap;
        justify-content: center;
        text-align: center;
    }
    .mob-meny .menu-label {
        flex-basis:100%;
        font-size: 0.8rem;
    }
    .top-searchbar {
        display:none;
        position:fixed;
        top:0;
    }
    .top-searchbar svg.header-textcolor {
        color: #474747;
        }
}

@media (max-width: 479px) {
    .search-autocomplete-form {
        background:transparent!important;
    }
    .search-autocomplete-form .search-autocomplete-list {
        height:400px!important;
        max-height:400px;
    }
    .search-autocomplete-form .search-wrapper {
        display:flex!important;
    }
    .search-wrapper > input {
        width:calc(100% - 80px);
    }
}

.logo-dt {
    background-color:#494949;
}

header {
    background-image: url(https://s3.eu-west-1.amazonaws.com/storage.quickbutik.com/stores/33389y/files/headerv2.jpg);
}

.top-bar, .logo-dt, .navbar-expand-lg {
    background: transparent!important;
}

.moresale .product {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 16px;
    width:100%;
}

.moresale .more-img {
    flex:0 0 25%;
}

.moresale .prod_title {
    width:auto;
    flex-grow: 1;
    padding: 0 10px;
}

.moresale .prod_title h2 {
    font-size:1rem;
}

.moresale .more-option {
    height: unset;
    padding: 0;
    line-height: 1;
}

.moresale .more-buy {
    flex:0 0 25%;
}

.moresale .shadow-small {
    box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 5%);
    transition: box-shadow 250ms ease;
}

.moresale .shadow-small:hover {
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 15%);
}