input[value="Vipps hurtigkasse"] {
    display: none !important;
    visibility: hidden !important;
}
.bundle-discounts {
    display: none;
}
.bundle-discounts.active {
    display: block;
}
.bundle-discounts .bundles-variants {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    margin: 20px 0;
}
.bundle-discounts .bundles-variants .bundles-variants__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 10px;
}
.bundle-discounts .bundles-variants .bundles-variants__item .icon-wrapper {
    border: 2px solid transparent;
    border-radius: 50%;
    line-height: 0;
    cursor: pointer;
}
.bundle-discounts .bundles-variants .bundles-variants__item.active .icon-wrapper {
    border: 2px solid #1c9de5;
}
.bundle-discounts .bundles-variants .bundles-variants__item .icon-wrapper img {
    height: 90px;
    border-radius: 50%;
    padding: 7px;
}
.bundle-discounts .bundles-variants .bundles-variants__item .bundle-variant-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}
.bundle-discounts .bundles-variants .bundles-variants__item .bundle-variant-text .bundle-variant-text__price, 
.bundle-discounts .bundles-variants .bundles-variants__item .bundle-variant-text .bundle-variant-text__you-save {
    font-size: 14px;
    line-height: 18px;
    color: #363636;
}
.bundle-discounts .bundles-variants .bundles-variants__item .bundle-variant-text .bundle-variant-text__most-popular {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #1c9de5;
}
.bundle-discounts .bundles-variants .bundles-variants__item .bundle-variant-text b {
    color: #1c9de5;
}
button[data-tiered-discount] {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 55px;
    height: 55px;
    margin: 0;
    text-transform: uppercase;
    display: none;
}
section#text-promo-productblocks .homepage-text-promo img {
    border-radius: 5px;
}
section#text-promo-productblocks .homepage-text-promo h3 {
    font-size: 19px;
  	color:#383838;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
section#text-promo-productblocks .homepage-text-promo p {
    color: #383838;
    font-size: 14px;
}
section#text-promo-productblocks .homepage-text-promo {
    padding: 15px;
}
section#text-promo-productblocks .row{
display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
    align-items: center;
}
@media only screen and (max-width: 767px) {
.text-promo-b338d49d-91ea-4c31-afe4-3fee0b20a464{
    order: 3;
}
.text-promo-59b90e05-19cb-4e3e-af7b-f945ba45359b{
  order:4;
}
section#text-promo-productblocks .text-right{
  text-align:left;
}
  
  section#text-promo-productblocks .homepage-text-promo{padding: 15px 0px;}
}
@media only screen and (max-width: 768px) {
    #product-price .custom-price,
    #product-price .sub-price,
    #product-price .p-price {
        font-weight: 700;
    }
}
.product-reviews {
  display: inline-block;
  cursor: pointer;
}