.symf_area--rgt{
    background-image: url(../img/appstream/main.png);
}


.cta-grabber{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47%;
}
.cta-box{
    padding: 2rem 3rem;
    background-color: #003349;
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
}

.cta-box p{
    color: white;
    margin: 2rem 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}


.txtSection{

}
.txtSection-grabber{
    width: 100%;
    max-width: 80rem;
}

.txtSection-grabber{
    font-size: 3rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  line-height: normal;
}

.txtSection-main{
    display: flex;
}

.txtSection-lft{
    width: 50%;
}
.txtSection-lft p{
    margin: 2rem 0;
}

.txtSection-rgt{
    width: 50%;
    background-image: url(../img/appstream/bg1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.ctaedit{
    width: 25rem;
}

.secboxedit .section1-box{
    border-color: #009A00;
}

.secboxedit .section1-content{
    justify-content: space-between;
    width: 100%;
  max-width: 80rem;
}

.section1-holder{
    width: 100%;
  max-width: 85rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section3 {
    background-color: white;
    background-image: url(../img/appstream/bg2.png);
    background-size: 25rem;
    width: 100%;
    max-width: 85rem;
    margin: 0 auto;
    background-position: bottom right;
  }

  .section3-box{
      background-color: #F7F7F7;
  }

  .section3-grabber{
      margin-top: 6rem;
  }

  .section3-lft{
    width: 100%;
    max-width: 85rem;
    margin: 0 auto;
    height: 75vh;
  }




/**/


.shoplinkSection{
    padding-bottom: 4rem;
    display: flex;
    flex-direction: column;
    background-color: #F7F7F7;
    border-top-left-radius: 5rem;
}
.shoplinkSection_holder{

}


.shoplinkSection_title{
    font-family: 'Quicksand', sans-serif;
    font-size: 3.2rem;
    color: black;
    text-align: center;
    font-weight: bold;

}
.shoplinkSection_subtitle{
    font-family: 'Quicksand', sans-serif;
    font-size:1.6rem;
    font-weight: 500;
    text-align: center;
}

.shoplinkSection_line{
    position: relative;
    height: 3rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shoplinkSection_mainline{
    height: 0px;
    width: 100%;
    border: 1px solid lightgray;
    opacity: .9;
}
.shoplinkSection_linebutton{
    position: absolute;
    right: 0;
    background-color: white;
    color: black;
    padding: 1rem;
    text-decoration: none;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}

.shoplinkSection_linebutton::after{
    content: ">";
    position: absolute;
    right: 0;
    color: var(--main-color);
}
.shoplinkSection_boxGrabberAddons{
    display: flex;
    flex-direction: column;
    align-items: center;
}


.shoplinkSection_mainHolder{
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    flex-wrap: wrap;
}
.shoplinkSection_plusCircle{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.shoplinkSection_plusCircle span{
    font-size: 2rem;
    font-family: 'Quicksand', sans-serif;
}
/*box*/
.shoplinkSection_box{
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    margin: 1rem;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    width: 22rem;
    justify-content: space-between;
    background-color: white;
}
.shoplinkSection_box.addonEdit{
    min-height: auto;
}
.shoplinkSection_box-topPart {
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;

    visibility: hidden;
  }

.popularBlue .shoplinkSection_box-topPart{
    background-color: var(--altblue-color);
    
}
.popularBlue .shoplinkSection_box-topPart span{
    color: white;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    position: relative;
}

.popularBlue .shoplinkSection_box-topPart span:after{
    content: "\2605";
    position: absolute;
    left: -2rem;
    font-size: 1.3rem;
    top: -0.3rem;
}


.shoplinkSection_box-middlePartLine{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 2rem;
    width: 100%;
    padding: 0 2rem;
    margin-top: 1rem;
}
.shoplinkSection_box-middlePartLine span:last-of-type{
    position: absolute;
    background-color: white;
    color: #019A00;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    padding-right: 1rem;
}
.shoplinkSection_box-middlePartLine span:first-of-type{
    height: 0px;
    width: 100%;
    border: 1px solid var(--main-color);
    opacity: .9;
    display: none;
}
.popularBlue .shoplinkSection_box-middlePartLine span:first-of-type{
    border: 1px solid var(--altblue-color);
}



.shoplinkSection_box-packageName{
    position: relative;
}

.shoplinkSection_box-packageName span{
    position: absolute;
    left: 0;
    background-color: var(--main-color);
    width: 1rem;
    height: 1rem;
    top: 0.3rem;
    display: none;
}
.popularBlue .shoplinkSection_box-packageName span{
    background-color: var(--altblue-color);
}

.shoplinkSection_box-packageName p{
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    margin-top: -0.5rem;
    margin-left: 2rem;
    margin-top: .1rem;
}

.shoplinkSection_box-list{
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
}
.shoplinkSection_box-listTitle{
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
}
.shoplinkSection_box-listTitlePlus{
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    width: 5rem;
    text-align: center;
    margin-top: 0.5rem;
}

.shoplinkSection_box-list ul{
    margin-top: 1rem;
}
.shoplinkSection_box-list ul li{
    position: relative;
    padding-left: 2rem;
    line-height: initial;
    font-size: 1rem;
    font-weight: 300;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 1rem;
}


.shoplinkSection_box-list ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.1rem;
    color: var(--main-color);
    font-weight: bold;
    background-image: url(../img/check.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.1rem;
    height: 1.1rem;
}
.popularBlue .shoplinkSection_box-list ul li::before{
    color: var(--altblue-color);
}


.shoplinkSection_box-text p{
    font-size: 1.1rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}

.shoplinkSection_box-line{
    height: 0px;
    border: 2px solid var(--main-color);
    margin: 0 2rem;
    width: 7rem;
    margin-bottom: 3rem;
}

.popularBlue .shoplinkSection_box-line{
    border: 2px solid var(--altblue-color);
}


.shoplinkSection_box-part1{
margin-bottom: 2rem;
}
.shoplinkSection_box-price{
    margin-bottom: 2rem;
}
.boxPriceEdit{
    scale: .8;
    margin-left: -2rem;
}
.shoplinkSection_box-price p{
    margin: 1rem 2rem;
    font-size: 3rem;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
}
.shoplinkSection_box-price span{
    margin: 0 2rem;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    display: inline-block;
}


.shoplinkSection_box-button {
    display: flex;
    justify-content: center;
    margin: 2rem;
  }
.shoplinkSection_box-price-line{

}
.shoplinkSection_box-price-line span{
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin: 0;
}

.shoplinkSection_box-price-line .pricePromoBox{
    color: #FF0000;
    text-decoration: line-through;
}


  .priceAdd1,.priceAdd2,.priceAdd3{
    position: relative;
  }
  .priceAdd1:after, .priceAdd2:after, .priceAdd3:after,.priceAdd4:after{
    content: "+ Vat";
    position: absolute;
    right: 6rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    bottom: -0.5rem;
  }
  .priceAdd2:after,.priceAdd4:after{
      right: 8rem;
  }
  .addonsLine{
    background-color: #009A00;
    width: 100%;
    height: 2px;
    margin: 0rem;
    max-width: 2rem;
}
.addonsLineTitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.addonsSuperLine{
    vertical-align: super;
    display: inline-block;
    scale: .7;
}
.addonsTitle{
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
}

.promoNote{
    font-size: 1rem;
    margin-top: 6rem;
    width: 100%;
    max-width: 70rem;
    text-align: center;
}
.promoNote2 li{
    line-height: normal;
    margin: 0.5rem 0rem;
}

/*****/


@media only screen and (max-width: 1310px) {
    .cta-box{
        margin-top: 2rem;
    }
}