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

/* Airlectra */

@media (min-width: 768px) {
    .sidebar {
        padding-right: 15px;
    }
}

@media (min-device-width: 992px) {
    .navbar-brand {
        max-width: 600px;
    }
}

body {
    background-color:#282828;
    color:#ffffff;
}

.main-content-bg {
    background-color:#f9f9fa;
    color:#282828;
    border-radius: 4px;
}

.categorylist {
    border: 1px solid #282828;
    border-radius: 4px;
    background-color:#ffffff;
}

.categoryOverview .category_image {
    min-height: 130px;
}

.categoryOverview .category_image img {
    margin: 0 auto;
    display:block;
}

.category_buttonarea {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.category_cta {
    border-radius: 4px;
}

.product-sell-box {
    border: 3px solid #f58220;
    padding: 5px;
    line-height: 2;
}

@media (min-width: 768px) {
    .product-sell-box {
        width: calc(50% - 15px);
    }
}

.sidebar .top-searchbar {
    border-radius:4px;
    border:1px solid #cecece;
    background-color:transparent;
    
}

.sidebar .top-searchbar .form-control {
    background-color:transparent;
    color:#fff;
}

.sidebar .top-searchbar .svg-icon {
    stroke: #fff;
    --layer1: #fff;
    --layer2: #fff;
}

#button-search-sidebar {
    padding-left:0.75rem;
    padding-right:0.75rem;
}

.sidebar-icon-menu li a {
    font-size: 22px;
}

.sidebar-icon-menu li {
    margin-bottom: 5px;
    border-radius: 4px;
    text-transform: uppercase;
    background: linear-gradient(#f58220,#dd6907);
    padding-left: 8px;
    border-bottom: none;
    font-family: anton,sans-serif
}

/*
.sidebar-icon-menu li:nth-child(2) {
    display:none;
}

.sidebar-icon-menu li:nth-last-child(3) {
    background: linear-gradient(#fa0500,#b80300);
}

.sidebar-icon-menu li:nth-last-child(2) {
    background: linear-gradient(#41d803,#3bc900);
}

.sidebar-icon-menu li:nth-last-child(1) {
    background: linear-gradient(#5111ae,#4d07b3);
    text-transform: unset
}
*/

.sidebar-icon-menu li:nth-child(-n+4) {
    background: linear-gradient(#868e96, #adb5bd);
}

.sidebar-icon-menu li:nth-child(3) {
    text-transform: unset
}

.sidebar-icon-menu li:nth-child(5) {
    display:none;
}

div[data-qb-dynamic-elements="home_elements"] section[data-qb-element="page"] h2 {
    font-weight:400;
    font-size:22px;
}

div[data-qb-dynamic-elements="home_elements"] section[data-qb-element="page"] h3 {
    font-weight:400;
    font-size:18px;
}

.hr-text.py-0 {
    height: 1rem;
    margin-top:0;
    margin-bottom:0;
}

@media (max-width:768px) {
	.prod-nav-tabs .nav-item {
		width:100%;
		margin-top:0.5rem;
	}
	.tab-pane.active:not(.show) {
	    display:none;
	}
}

.prod-nav-tabs {
    display: none;
}
    
.acc-head {
    padding:1rem 0;
    border-top:1px solid #dee2e6;
}

.tab-content>.tab-pane.show {
    display:block;
}

.tab-content .block-toggler {
    color:#282828;
}

.tab-content .block-toggler .block-toggler-icon:before, .tab-content .block-toggler .block-toggler-icon:after {
    background-color:#282828;
}

@media(min-width:768px) {
    .prod-nav-tabs {
        display: flex;
    }
    .acc-head {
        display: none;
    }
}

#product .controls.option-row-custom:has(input[type="radio"]) .option-row-custom-variant-name {
    display:none;
}

.startbutton {
    margin-top: -32px;
    margin-bottom: 40px;
}

.upsell img {
    max-width:60px;
    max-height:60px;
}

.upsell .secondimage {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display:none;
}

.upsell a:hover .secondimage {
    display:block;
}

.upsell .up-title {
    line-height: 1.1;
    margin-bottom:4px;
}

.upsell .disc-price .before-price {
    color: #282828;
    font-weight:400;
    font-size:1rem;
}

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

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

.up-btn {
    color: #ffffff;
    background: #41d803;
    transition: all 0.2s ease-in-out;
    width: 52px;
    padding-left:unset;
    padding-right:unset;
}

.up-btn:hover {
    color: #ffffff;
    background: #41d803;
}

@media (min-width:768) {
  .upsell img {
        max-width:100px;
        max-height:100px;
    }
    .up-btn {
        width: 92px;
    }
}

.voec-text {
    display:none;
}

html[lang="no"] .voec-text {
    display:block;
    margin-bottom:2rem;
}