.container {
    max-width: 1367px;
    background-color: white;
}

.topheader .container, .container.footer-info {
    background-color: transparent;
}

.container.headline .row .head-img {
    padding-top: 15px;
}

.header-spacing {
    height: 30px;
    width: 100%;
    background-color: #0042A3;
}

.type-abbo.sbronze{
    background : var(--smart);
    border-color: #b3b3b3;
}
.type-abbo.sbronze .box-info1 {
    background-color: #b3b3b3;
}

.type-abbo.sjunior{
    background : var(--junior);
    border-color: #96dc28;
}
.type-abbo.sjunior .box-info1 {
    background-color: #96dc28;
}

.type-abbo.ssilver{
    background : var(--super-smart);
    border-color: #dad7d7;
}
.type-abbo.ssilver .box-info1 {
    background-color: #dad7d7;
}

.type-abbo.sgold{
    background : var(--top);
    border-color: #dbd348;
}
.type-abbo.sgold .box-info1 {
    background-color: #dbd348;
}

.type-abbo.splatinum{
    background : var(--super-top);
    border-color: #b3b3b3;
}
.type-abbo.splatinum .box-info1 {
    background-color: #b3b3b3;
}

.type-abbo.smax{
    background : var(--super-top);
    border-color: #99CBFF;
}
.type-abbo.smax .box-info1 {
    background-color: #99CBFF;
}

.type-abbo.sbronze,
.type-abbo.sjunior,
.type-abbo.ssilver,
.type-abbo.sgold,
.type-abbo.splatinum,
.type-abbo.smax{
    background : transparent;
    color: black;
    border-radius: 4px;
    border-style: solid;
    border-width: initial;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.type-abbo.sbronze .box-info1,
.type-abbo.sjunior .box-info1,
.type-abbo.ssilver .box-info1,
.type-abbo.sgold .box-info1,
.type-abbo.splatinum .box-info1,
.type-abbo.smax .box-info1{
    margin: 0;
}

.type-abbo .box-info1 p:nth-child(2){
    font-size : 46px;
}

.type-abbo .box-days{
    background-color : #0042A3;
    color            : #fff;
    width            : 100%;
    height           : 50px;
    min-height       : 50px;
    line-height      : inherit;
    font-size        : 13px;
    font-weight      : 700;
    text-align       : center;
    font-family      : 'Lato';
    text-transform   : none;
    padding: 0;
    margin: 0;
}

.type-abbo .box-days a,
.type-abbo .box-days a:hover,
.type-abbo .box-days a:focus{
    color           : white;
    text-decoration : underline;
}

.type-abbo .box-info3 .oldprice{
    position : relative;
}

.type-abbo .box-info3 .oldprice:before{
    content     : "\f715";
    position    : absolute;
    transform   : rotate(98deg);
    font-family : "Font Awesome 5 Free";
    font-weight : 900;
    color       : red;
    left        : 10px;
    font-size   : 30px;
}

.type-abbo .box-info3{
    font-size : 25px;
    padding: 5px;
}

.type-abbo .box-info4{
    font-size : 25px;
    padding: 5px;
}

.box-info-price .box-new.add-border {
    border-right: 1px solid #0042A3;
}

.box-validity{
    text-transform  : none;
    font-size       : 15px;
    width           : 100%;
    min-height      : 25px;
    background-color: #0042A3;
    color           : white;
    position: absolute;
    bottom:0;
}

@media screen and (max-width : 576px){
    col.passtile{
        -ms-flex  : 0 0 20%;
        flex      : 0 0 20%;
        max-width : 20%;
    }

    .type-abbo{
        padding         : 10px 0;
        justify-content : start;
    }

    .type-abbo .box-info1 p:nth-child(2){
        font-size : 15px;
    }


    .type-abbo .box-days{
        height     : 100%;
        font-size  : 12px;
        padding    : 10px 0;
        margin     : 0px !important;
        max-height : 80px;
    }

    .type-abbo .box-info3 > *,
    .type-abbo .box-info3 span > *,
    .type-abbo .box-info3 .oldprice > *,
    .type-abbo .box-info3 .oldprice span > *{
        font-size : 15px !important;
    }

    .type-abbo .box-info4 > *,
    .type-abbo .box-info4 span > *{
        font-size : 20px !important;
    }

    .box-validity{
        text-transform : none;
        font-size      : 13px;
    }

    .btn-mainseason{
        width : 96px !important;
    }

    .gdl-btn.btn-next.btn-mainseason span::after{
        left : 2px;
        top  : 1px;
    }

    .type-abbo .box-info3 .oldprice:before{
        top: -3px;
        left: 10px;
        font-size: 20px;
    }

    .type-abbo .box-info4{
        font-size : 30px;
    }
}