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

/* Airlectra */

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

.cart-extra-info {
    font-size: 15px;
    margin: 8px 0;
    background: #FFF;
    border: 1px solid #eee;
    padding: 8px;
    text-align:center;
}

.sidebar-cart-footer {
    height: 310px;
}

.cart-tip {
    display: inline;
    border: 1px solid;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
}

.cart-tip:hover {
    cursor:pointer;
}

.cart-tip-text {
    position: fixed;
    background: #fff;
    border: 1px solid;
    padding: 5px;
    visibility: hidden;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 500px;
}

@media (min-width:1200px) {
    .cart-tip-text {
        top:unset;
        bottom:0;
        left:0;
        transform: translateX(-100%);
    }
}


.qs-approve {
  display: flex;
  align-items: center;
}

.approve-terms {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 18px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  width:calc(100% - 32px);
}

.approve-terms input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.approve-terms .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.approve-terms:hover input ~ .checkmark {
  background-color: #ccc;
}

.approve-terms input:checked ~ .checkmark {
  background-color: #2196F3;
}

.approve-terms .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.approve-terms input:checked ~ .checkmark:after {
  display: block;
}

.approve-terms .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-checkout-btn[disabled]:hover {
    cursor: default;
}

@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:#000000;
}

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

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

.custom-size>div {
    flex: 1 1 100%;
}

.custom-size label {
    margin-bottom:0.25rem;
}

.custom-size .input-wrapper {
    width:8rem;
    border-radius: 0;
    border-color: #dee2e6;
    border-style: solid;
    border-width: 1px;
    background: #fff;
    position: relative;
}

.custom-size .input-wrapper input {
    width: 100%;
    border-width: 0;
    padding: 0.5rem;
    background: transparent;
}

.custom-size .input-wrapper input::-webkit-outer-spin-button, .custom-size .input-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-size .input-wrapper input {
    -moz-appearance: textfield;
}

.custom-size .input-wrapper span {
    font-size: 12px;
    position: absolute;
    right: 6px;
    bottom: 8px;
}

.measure-limits {
    font-size: 12px;
    margin-top: 4px;
    transition:all 0.5s;
}

.custom-size .qty-wrapper {
    flex: 0 1 60px;
    text-align: left;
}

.custom-size input[name="qty"] {
    width: 60px;
    text-align: right;
    border-radius: 0;
    border-color: #dee2e6;
    border-style: solid;
    border-width: 1px;
    padding: 0.5rem 0.25rem 0.5rem 0.5rem;
    text-align: center;
}

.color-red {
    color: red;
    font-size: 15px;
}

.custom-buy[disabled] {
    cursor: not-allowed;
}

.dims-error {
    color: red;
    font-size: 12px;
}

#dim-img-td {
    
}
#dim-img-w, #dim-img-l {
    font-size:12px;
}

#dim-img-w {
    text-align:center;
    line-height: 1;
}

#dim-img-l {
    writing-mode: sideways-lr;
    vertical-align: baseline;
    text-align: center;
    width:50px;
    line-height: 1;
}

#dim-w {
    height:10px;
    border-left:1px solid #bbb;
    border-right:1px solid #bbb;
}

#dim-l {
    width:20px;
    border-top:1px solid #bbb;
    border-bottom:1px solid #bbb;
    position:relative;
}

#dim-l>div,
#dim-w>div{
    background-color:#bbb;
    position: relative;  
}

#dim-l>div{
    width:1px;
    height:calc(100% - 2px);
    margin: 0px 10px;
    position: absolute;
    top: 0;
    bottom: 0;
 }

#dim-l>div::before,
#dim-l>div::after {
    content: "";
    position: absolute;
    height: 0px;
    border: solid transparent;
    left: -3px;
}

#dim-l>div::before {
    top: -4px;
    border-width: 4px;
    border-bottom-color: #bbb;
}

#dim-l>div::after {
    bottom: -4px;
    border-width: 4px;
    border-top-color: #bbb;
}

#dim-w>div{
    width:calc(100% - 2px);
    height:1px;
    margin: 10px 0px;
 }

#dim-w>div::before,
#dim-w>div::after {
    content: "";
    position: absolute;
    height: 0px;
    border: solid transparent;
    top: -3px;
}

#dim-w>div::before {
    left: -4px;
    border-width: 4px;
    border-right-color: #bbb;
}

#dim-w>div::after {
    right: -6px;
    border-width: 4px;
    border-left-color: #bbb;
}

.custom-buy.rotator i {
  animation: spinner 1.5s linear infinite; 
}

@keyframes spinner {
  to { transform: rotate(360deg); }
}

a, a:hover, a:focus, a:active {
    color: #0e68ee;
}

.qb-custom-wrapper .is-box .is-box-centered.is-content-bottom.slider-content {
    padding: 3rem 2rem;
}

.qb-custom-wrapper .is-box .is-box-centered.is-content-bottom.slider-content .is-container {
    margin-bottom:0;
    padding-left:0;
    padding-right:0;
}

.pageslider .text1 {
    font-size:2rem;
    line-height: 2rem;
    color:#fff;
    font-weight:bold;
    text-shadow:5px 5px 10px #000;
}

.pageslider .text2 {
    font-size:2.5rem;
    line-height:2.5rem;
    margin-top:1rem;
    color:#fff;
    font-weight:bold;
    text-shadow:5px 5px 10px #000;
}

html[lang="no"] .pageslider .text2 {
    font-size:2.2rem;
    line-height:2.2rem;
}


@media (min-width:992px) {
    .qb-custom-wrapper .is-box .is-box-centered.is-content-bottom.slider-content .is-container {
        margin-bottom:1rem;
    }
    .pageslider .text1 {
        font-size:3rem;
        line-height:3rem;
    }
    .pageslider .text2 {
        font-size:6rem;
        line-height:6rem;
    }
    .pageslider .text2 {
        font-size:6rem;
        line-height:6rem;
    }
    html[lang="no"] .pageslider .text2 {
        font-size:5.5rem;
        line-height:5.5rem;
    }
}

footer a.footer-link {
    color: #fffffa;
}

footer a.footer-link:hover {
    color: #fffffa;
    opacity:1;
    text-decoration:underline;
}

.top-bar-height {
    font-weight:bold;
    letter-spacing: 0.5px;
}

.navbar {
    flex-wrap:nowrap;
}

@media (min-width: 300px) and (max-device-width: 400px) {
    .navbar-brand {
        max-width: 280px;
    }
}

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