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

/* Airlectra */

.top-rev {
    line-height:0;
}

#copy-review {
    color:#fdc82b;
    font-size:16px;
    letter-spacing:2px;
}

#copy-review #omdqty {
    color: #222222;
    font-size: 15px;
    letter-spacing: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:#222222;
    text-transform:uppercase;
}

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

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

#product .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

#calculator {
    padding: 1rem 1rem 0 1rem;
    border: 1px solid;
    display: inline-block;
    margin-left: 1rem;
}

.calculator label {
    display: block;   
}

.calculator input {
    margin-bottom:1rem;
    line-height: 1.5;
    padding: 0.25rem;
    width:280px
}

.calculator input[type="text"] {
    font-weight: bold;
    background-color:#eee;
}

.summary-revs a {
    color:#14324d;
}

.sum-rating svg {
    width:24px;
    height:24px;
}

.swiper-revs a {
    color: #222222;
}

.swiper-button-prev.swiper-rev-prev {
    left:-8px;
}

.swiper-button-next.swiper-rev-next {
    right:-8px;
}

@media (min-width:992px) {
    .swiper-button-prev.swiper-rev-prev {
        left:-18px;
    }
    
    .swiper-button-next.swiper-rev-next {
        right:-18px;
    }
}

.swiper-revs .swiper-pagination-bullet-active {
    background-color:#000;
}

.rev-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/*
.masonry-revs {
    columns:1 260px;
    column-gap:1.5rem;
}

@media (min-width:992px) {
    .masonry-revs {
        columns:4 200px;
    }
}

.single-rev {
    display:inline-block;
    border:1px solid;
    margin-bottom:1.5rem;
    padding:0.5rem;
    width:100%;
    box-shadow: 0 0 4px 4px rgb(0 0 0 / 5%);
    transition: box-shadow 250ms ease;
}

.single-rev p:last-child {
    margin-bottom:0;
}

.single-rev:hover {
    box-shadow: 0 0 10px 4px rgb(0 0 0 / 15%);
}
*/

@media (min-width: 992px) {
    .col-lg-8-5 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
}

/* Slut Airlectra*/


  /* Gör alla bilder i texten responsiva */
  .product-description img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em auto; /* lite luft runt bilderna */
  }

  /* Minska bilder på mobil */
  @media (max-width: 768px) {
    .product-description img {
      max-width: 100%; /* gör dem lite mindre än full bredd */
    }
  }