.graphical_ctrl input:checked ~ .tile-checkbox-wrap-master .tile-checkbox-wrap .ctrl_element{
    background: #003778;
    border: 1px solid #003778;        
}

.graphical_ctrl input:checked ~ .tile-checkbox-wrap-master .tile-checkbox-wrap .ctrl_element:after{
    display: block;
}

.tile-row{
    background-color: #FFF;
    padding-top: 45px;
}

.tile-single{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tile-single .tile-channels{
    margin-top: 15px;
}

.tile-row.tile-single .tile .tile-title,
.tile-row.tile-multi-2 .tile .tile-title{
    color: #111;
}

.a-la-carte.tile-row.tile-single .tile .tile-title{
    color: #003778;
}

.stack .custom-link-focus:focus {
    outline-offset: 4px !important;
    outline: 2px solid #0075ff !important;
    display: block !important;
}

/* mini tiles */
.tile-mini{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tile-mini .tile-channels .tile-channel-circle{
    margin-right: 15px;
}
.tile-mini .tile-channels .tile-channel-circle:last-child{
    margin-right: 0;
}

.tile-mini .tile-container{
    width: 16.66%;
    padding: 0 15px 0 0;
    margin-bottom: 15px;
}

.tile-mini .tile-container.tile-wide{
    width: calc(16.66% * 2);
}

.tile-mini .tile-container .tile{
    width: 100%;
    height: 100%;
}

.tile-row.tile-mini{
    padding: 25px 0 25px 15px;
}

.tile-mini .tile-channel-circle{
    background-color: #FFF;
}

.tile.tile-disabled{
    background-color: #F4F4F4;
}
.tile.tile-disabled .tile-footer{
    border-top: 1px solid #D4D4D4;
}

.tile-mini .tile-channels{
    margin-top: 15px;
}

.tile-mini .tile-checkbox-wrap-master{
    padding: 0 20px;
}

.tile-mini .tile-body{
    padding-bottom: 15px;
}

.tile-mini:after{
    content: '';
    display: block;
    flex: 1;
    width: auto;
}

.tile-mini .tile.tile-disabled .graphical_ctrl input:checked ~ .tile-checkbox-wrap-master .tile-checkbox-wrap .ctrl_element:after{
    display: block;
}

.tile.tile-disabled .graphical_ctrl_checkbox .ctrl_element:after{
    border-color: #BABEC2 !important;
}

.tile-mini .tile.tile-disabled .tile-control .tile-title{
    color: #555;
}

.tile-mini .tile-footer-content.tile-footer-content-slim{
    /* padding: 16px 15px; */
    height: 52px;
    padding: 0 15px;
    align-items: center;
}

.tile-mini .tile-footer-content.tile-footer-content-slim span.eshop-small-title:nth-child(1){
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: normal;
    color: #555;
    font-family: arial;
    margin: 0;
}

.tile-mini .tile-price{
    font-size: 30px !important;
}

/* end mini tiles */

.tile-row.tile-single .tile{
    width: 380px;
    margin-right: 0;
}

.tile-selected .tile-row:not(.tile-no-body) .tile-control,
.tile-carousel .tile-row:not(.tile-no-body) .tile-control{
    text-align: center;
}


.tile-row.tile-selected .tile{
    cursor: unset;
    border: none;
    margin-right: 0;
}

.tile-row .tile .tile-title{
    color: #111;
}

.tile-row .tile-row-link{
    margin-top: 30px;
}

.tile-row.tile-multi-4{
    display: flex;
    flex-direction: row;
}

.tile-row.tile-multi-3{
    display: flex;
    flex-direction: row;
}

.tile-row.tile-multi-2{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.tile-row.tile-multi-2 .tile{
    width: 380px;
}

.tile-row.tile-multi-4 .tile{
    width: 25%;
}

.tile-row.tile-multi-4 .tile:last-child{
    margin-right: 0;
}

/* .tile-row.tile-multi-4 .tile .tile-footer-content{
    height: 128px;
} */

.tile-row.tile-multi-4 .tile-body-text{
    padding: 0 15px;
}

span:not(.eshop-small-title) + .eshop-small-title.no-margin-top{
    margin-top: 20px !important;
}

.tile-row.tile-multi-3 .tile{
    width: 33%;
}

.tile-row.tile-multi-3 .tile:last-child{
    margin-right: 0;
}

.tile-row.tile-multi-3 .tile-body-text{
    padding: 0 15px;
}

span:not(.eshop-small-title) + .eshop-small-title.no-margin-top{
    margin-top: 20px !important;
}

.tile{
    position: relative;
    width: 33%;
    border: 1px solid #EEECE5;
    border-radius: 10px;
    background-color: #FFFFFF;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    margin-bottom: 0;
}

.page-code_fibetv-packages .tile {
    cursor: auto;
}


.page-code_fibetv-packages .card-price {
    color: #111;
    font-style: normal;
    font-weight: 550;
}

.page-code_fibetv-packages .small-text {
    font-size: 12px;
}

.page-code_fibetv-packages .anchor-text {
    color: #555;
    font-family: satoshi-variable, Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 16.8px; 
    letter-spacing: 0;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.page-code_fibetv-packages .border-t-light-grey {
    border-top: 1px solid #EEECE5;
}

@media (min-width: 768px) {
    .page-code_fibetv-packages .responsive-border-sm-light-grey {
        border-left: 1px solid #EEECE5;
    }
}

@media (max-width: 768px) {
    .page-code_fibetv-packages .responsive-border-sm-light-grey {
        border-top: 1px solid #EEECE5;
    }
}


.tile-content{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tile-body > span{
    display: block;
}

.tile-control{
    position: static;
    padding-top: 30px;
}

.tile-control > :not(.tile-checkbox-wrap-master){
    text-align: center;
}

.tile-control .ctrl_element{
    position: relative;
    display: block;
    margin: 0 auto;
}

.tile-control.graphical_ctrl{
    padding-left: 0;
}

.tile-body{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: 30px;
}

.a-la-carte .tile-body{
    padding-bottom: 40px;
}

.tile-wide .tile-title{
    margin-top: 0;
    margin-left: 35px;
    text-align: left;
}

.tile-title{
    margin-top: 15px;
    display: block;
}

.tile-body-text{
    text-align: center;
    position: relative;
    z-index: 5;
}

.tile-body-text.tile-body-text-alt-tv-height{
    height: 43px;
}

.tile .tile-body-text {
    padding: 0 30px;
    margin-top: 15px;
}

.tile .tile-body-text p{
    margin-bottom: 0;
    color: #555;
}

.tile .tile-body-text a{
    color: #00549A;
    font-family: Arial;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
    text-decoration: underline;   
}

.tile .tile-body-text a.txtDecorationNoneHover:hover, 
.tile .tile-body-text a.txtDecorationNoneHover:focus {
    text-decoration: none;
}

/* switch */
.tile-switch {
    margin-top: 15px;
    display: inline-flex;
    justify-content: center;
}

.tile-switch .form-switch-container {
    width: 231px;
    border: none;
    background-color: #F4F4F4;
    height: 43px;
    border-radius: 29px;
    font-size: 12px;
}

.tile-switch .form-switch-toggle a{
    top: 48%;
    height: 35px;
    border-radius: 29px;
}

.tile-switch .form-switch-toggle {
    display: block;
    cursor: pointer;
    height: 43px;
    position: relative;
    overflow: visible;
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.tile-switch .form-switch-toggle label, .tile-switch .form-switch-toggle > span{
    line-height: 43px;
    font-size: 16px;
    z-index: 5;
}

.tile-switch .btn-default{
    border: 1px solid #E1E1E1;
    background-color: #FFFFFF;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.12);
}

.form-switch-toggle input ~ span span:first-child,
.form-switch-toggle input:checked ~ span span:nth-child(2) {
    color: #000;
}

/* end switch */

.tile .tile-body-text-title {
    font-weight: normal;
    margin-bottom: 15px;
    color: #111;
}

.a-la-carte .tile-body-list{
    margin-top: 10px;
}
.a-la-carte .list-item .list-item-icon i{
    position: relative;
    display: block;
}
.a-la-carte .icon-favourites-channel .alacarte-channel-counter{
    font-family: Arial, sans-serif;
    display: block;
    position:absolute;
    font-size:18px;
    width:100%;
    text-align: center;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tile-body-list{
    margin-top: 30px;
    align-self: center;
    z-index:5;
}

.tile-body-list.tile-body-has-description{
    margin-top:0;
}

.tile-body-list .list-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 27px;
}

.a-la-carte .tile-body-list .list-item{
    margin-bottom: 20px;
    flex-direction: column;
}

.tile-body-list .list-item:last-child{
    margin-bottom: 0;
}

.list-item .list-item-icon{
    margin-right: 14px;
    width: 45px;
    height: 45px;
    text-align: center;
}

.a-la-carte .list-item .list-item-icon{
    margin-right: 0;
}

.list-item .list-item-desc .eshop-small-title{
    margin-bottom: 5px;
}
.list-item .list-item-desc > span{
    display: block;
}

.tile-channels{
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.tile-no-body .tile-channels{
    margin-top: 15px;
}

.tile-channel-circle{
    width: 60px;
    height: 60px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.included-channels .tile-channel-circle img:focus, 
.included-channels .tile-channels .tile-channel-circle:focus{
    outline: none;
}

.included-channels .tile-channels .tile-channel-circle:focus {
    border: solid 3px #00549a;
}

.tile-row:not(.tile-mini) .tile-channel-circle:nth-child(-n+2){
    margin-right: 15px;
}

.tile-channel-circle img{
    max-height: 38px;
    max-width: 38px;

}

.tile-outline-flag{
    display: none;
}

.tile-control input:checked ~ .tile-outline,
.tile-row.tile-selected .tile-outline{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid #00549a;
    border-radius: 10px;
    box-shadow: 0 6px 25px 0 rgba(0,0,0,.12);    
    
}

.tile-control input:checked ~ .tile-outline-flag {
    width: 68px;
    font-size: 10px;
    color: #00549a;
    display: block;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    border: 1px solid #00549A;
    border-radius: 2px;
    background-color: #FFF !important;
    text-align: center;
}

.tile-control .tile-flag {
    padding: 1px 5px;
    font-size: 10px;
    color: #FFF;
    display: block;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    border-radius: 2px;
    background-color: #00549A !important;
    text-align: center;
}

.tile-wide .tile-footer{
    display:flex;
    align-items: center;
    justify-content: space-between
}
.tile-wide .tile-footer .description-tooltip .icon-info{
    margin-right:15px;
}

.tile-footer{
    background-color: #f4f4f4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 1px solid #e1e1e1;
    display: block;
}

.tile-footer-content {   
    display: block;
    position: relative;
    z-index: 5;
}

.bundles .tile-footer-content {   
    position: static; 
}

.tile-footer-content:not(.tile-footer-content-slim) .eshop-small-title{
    margin-top: 8px;   
    display: block;
}

.tile-footer-content.tile-footer-content-slim{
    display: flex;
    flex-direction: row;
    padding: 18px 27px;
    align-items: flex-end;
}

.tile-footer-content.tile-footer-content-slim .eshop-small-title{
    margin-left: auto;
}

.tile-footer-content.tile-footer-content-slim span{
    display: block;
    line-height: 18px;
}

.tile-footer-content.tile-footer-content-slim span:nth-child(1){
    margin-right: 15px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.45px;
    font-family:"bellslimregular",Helvetica,Arial,sans-serif;
    color: #00549A;
    line-height: 18px;
}

.tile-price-promo-label{
    margin-bottom: 5px;
}

.tile-price-promo-label,
.tile-price-promo-text{
    font-size: 16px;
    line-height: 18px;
    
}

.tile-price-promo-text{
    margin-bottom: 8px;
}

.tile-price-promo-label span.price{
    color: #1E7C02;
}

.tile-price-current{
    display: block;
    margin: 8px 0 5px 0;
}

.tile-price{
    font-size: 40px !important;
    color: #00549a;
    display: block;
    white-space: nowrap;
    line-height: .8;
    letter-spacing: -1px;
    font-family: "bellslim_font_heavy",Helvetica,Arial,sans-serif !important;
}

.tile-price sup{
    top: -.7em;
    font-size: .5em;
    letter-spacing: 0;
}

.tile-carousel .prod-carousel-content .slick-prev,
.tile-carousel .prod-carousel-content .slick-next{
    transform: translateY(-100%);
}

.service{
    flex-flow: column wrap;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: solid 1px #e1e1e1;
}

.service .tile{
    border: none;
    cursor: default;
}

.service .tile-body{
    text-align: center;
    padding-bottom: 0;
}

.battery-tile .tile-body{
    padding: 15px 37px;
}

.battery-tile .tile .tile-body-text{
    padding: 0;
}

.battery-tile .control-group{
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: center;   
    padding-top: 18px;
}

.battery-tile .control-group label:first-child{
    padding-right: 45px;
}

.battery-tile .control-group label{
    font-size: 14px;
    font-weight: bold;
    color: #111;
}

.battery-tile .tile-footer .tile-footer-content{
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-end;
}

.battery-tile .tile-footer .tile-footer-content .eshop-small-title {
    margin: 0;
}

.battery-tile .tile-footer .tile-footer-content span {
    display: block;
    line-height: 18px;
}

.battery-tile .tile-footer .tile-footer-content span:nth-child(1) {
    margin-right: 15px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.45px;
    font-family: "bellslimregular",Helvetica,Arial,sans-serif;
    color: #00549A;
    line-height: 18px;
}

.battery-tile .tile-footer .tile-footer-content  .view-details{
    margin-left: auto;
}

.select-service .tile-wrap{
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.select-service .tile-wrap .tile:last-child{
    margin-right: 0;
}

.mobility .list-item .list-item-desc .eshop-small-title{
    margin-bottom: 0;
}

.mobility .list-item .list-item-desc .eshop-speed-text{
    margin-bottom: 10px;
}

.mobility .tile-footer-content:not(.tile-footer-content-slim) .eshop-small-title{
    margin-top: 10px;
}

.mobility .tile-footer-content a{
    white-space: nowrap;
}

.streamer.tile-row .tile {
    width: 380px;
}

.streamer.tile-row .tile.placeholder {
    border: none;
    cursor: default;
}

.streamer.tile-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 30px;
}

.streamer.tile-row .tile-control .tile-flag {
    background: #fff !important;
    color: #00549A !important;
    border: solid 1px #00549A;
    border-radius: 2px;
    line-height: 14px;
    padding: 3px 7px;    
}

.streamer.tile-row .terms{
    display: flex;
    flex-direction: row;
    padding: 15px 17px 0 30px;
    text-align: left;
    z-index: 5;
}

.streamer.tile-row .terms img{
    min-width: 156px;
    max-width: 156px;
    margin-left: 17px;
}

.streamer.tile-row .terms a{
    font-size: 12px;
    margin-left: 10px;
}

.tile .tile-body .subscription{
    font-size: 12px;
    padding: 10px 45px 0 45px;
    text-align: center;
}

.tile-footer-content.tile-footer-content-slim span:nth-child(1).no-price-description, 
.tile-footer-content.tile-footer-content-slim .no-price-description{
    font-size: 11px;
    color: #555;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: normal;
    letter-spacing: 0;
    margin-right: 0;
    line-height: 14px;
}

.tile .tile-content .tooltip-interactive:before{
    z-index: 2;
} 


.stack-tile{
    box-shadow: 0 6px 25px 0 rgba(0,0,0,0.12);
}
.stack{
    position: relative;
    border-top: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    border-radius: 10px 10px 0 0;
    padding: 40px 30px;
    margin-bottom: -10px;
}

.stack:not(:first-child){
    background-color: #FFF;
    box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.1);
    padding: 35px 30px;
}

.stack-flag {
    position: absolute;
    left: 50%;
    top: -18px;
    transform: translateX(-50%);
    display: inline-block;
    padding: 9px 15px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    background-color: #00549A;
    z-index: 800;
}

.bundles .stack-flag {
    z-index: 1048;
}

.stack a{
    text-decoration: none;
    display: inline;
}

.stack-title{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.stack-title .pre{
    color: #555;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;    
}
.stack-title .tier{
    color: #111;
    font-family: satoshi-variable, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 25.2px;
    margin-left: auto; 
    font-weight: 550;   
}

.stack-title .icon{
    margin-left: auto;
}

.stack-tile .tile-footer{
    position: relative;
    border: 1px solid #D4D4D4;
}

.stack-tile .tile-footer a.btn.btn-default{
    display: block;
    margin-top: 15px;
}

.tile.hidden{
    display: none;
}

.tile-row.tile-multi-3 .tile a.collapse-trigger {
    width: 100%;
}

.bundles.actual-tabs-controller-js {
    justify-content: center;
}

@media (min-width: 1200px) {
    .select-service .tile-wrap .tile{
        width: 380px;
    }
}

@media (max-width: 1199px) {
    .tile-footer-content.tile-footer-content-slim span{
        font-size: 12px;
        line-height: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .select-service .tile-wrap .tile{
        width: 300px;
    }
}

@media (min-width: 992px){
    .mobility .tile-body-list{
        max-width: 188px;
    }
    .tile-mini .tile:nth-child(6n){
        width: 16.66%;
        margin-right: 0;
    }
}


@media (max-width: 1023px) and (min-width: 992px){
    .tile-row:not(.tile-mini) .tile-channel-circle:nth-child(-n+2){
        margin-right: 5px;
    }
}

@media (max-width: 991px){
    .tile-row.tile-mini{
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .tile-row.tile-multi-2{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .tile-row.tile-multi-2 .tile{
        width: calc(50% - 15px);
        margin-right: 0;
    }    
    .tile-carousel .tile-row.prod-carousel-content .slick-list{
        width: 100% !important;
        margin: 0 auto 0 7px !important;
    }    
    .tile-carousel .tile-row.prod-carousel-content.tile-multi-4 .tile{
        margin-right: 15px;
    }

    .tile-carousel .tile-row.prod-carousel-content.tile-multi-3 .tile{
        margin-right: 15px;
    }

    .tile-row.tile-mini{
        padding-left:15px;
        margin-top: 20px;
    }

    .tile-mini .tile-container{
        width: 25%;
        margin: 0 0 15px 0;
    }

    .tile-mini .tile-container.tile-wide{
        width: 50%;
    }
    
    .select-service .tile-wrap .tile{
        width: 226px;
    }
}

@media (min-width: 768px){
    .tile-wide .tile-checkbox-wrap-master{
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 0 40px;
    }
    .tile-wide .tile-checkbox-wrap{
        display: flex;
        position: relative;
    }
    .tile-wide .tile-control .tile-checkbox-wrap .ctrl_element{
        margin: 0;
        position: absolute;
        z-index: 10;
        left: 0;
        top: -1px;
    }
    .tile-footer .tile-footer-content:not(.tile-footer-content-slim) {
        padding: 30px;
    }

    .tile-checkbox-wrap{
        text-align: center;
    }    
    .tile-row.tile-multi-2 .tile:last-child{
        margin-right: 0;
    }
    .battery-tile .tile-footer .tile-footer-content{
        padding: 20px 27px;
    }
    .streamer.tile-row .tile:last-child {
        margin-right: 0;
    }    
    .tile-row.tile-single.battery-tile {
        padding-bottom: 60px;
    }    
    .tile-title{
        padding: 0 30px;
    }
}

@media (max-width: 767px){

    .tile-control{
        text-align: unset;
    }

    .tile-checkbox-wrap-master{
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 0 40px;
    }

    .tile-checkbox-wrap{
        display: flex;
        position: relative;
    }

    .tile-control .tile-checkbox-wrap .ctrl_element{
        margin: 0;
        position: absolute;
        z-index: 10;
        left: 0;
        top: -1px;
    }

    .tile-control .tile-title{
        margin-top: 0;
        margin-left: 40px;
    }

    .tile-row.tile-selected {
        display: block;
        padding: 30px 25px 0 25px;
    }

    .tile-row{
        width: 100%;
        padding: 30px 25px 0 25px;
    }

    .tile-row.tile-single{
        padding: 30px 10px;
    }

    .a-la-carte.tile-row.tile-single{
        padding: 30px 25px;
    }

    .tile-row.tile-single .tile,
    .tile-row.tile-selected.tile-single .tile{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .tile-row .tile-row-link{
        margin-top: 15px;
        text-align: center;
    }

    .eshop-section-title{
        color: #111111;
        font-size: 26px;
        font-weight: 900;
        letter-spacing: -0.4px;
        line-height: 29px;
    }

    .tile{
        margin-left: 5px;
        margin-right: 5px;
    }

    /* tile mini */

    .tile-row.tile-mini{
        width: 100%;
        padding: 0;
        justify-content: space-between;
    }

    .tile-mini .tile-container{
        width: calc(50% - 7px);
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 15px;
        padding: 0;
    }

    .tile-mini .tile-container.tile-wide{
        width: 100%;
    }

    .tile-mini:after{
        display: none;
    }

    .tile-mini .tile-control .tile-title{
        margin-left: 35px;
    }

    .tile-mini .tile-checkbox-wrap-master{
        padding: 0 20px;
    }

    /* tile mini end */

    .ctrl_element{
        top: initial;
    }

    .ctrl_radioBtn .ctrl_element{
        left: initial;
        top: initial;
    }
    
    .tile-price-promo-label,
    .tile-price-promo-text{
        font-size: 14px;
        line-height: 18px;
        
    }
        
    .tile-price-current{
        font-size: 12px;
    }

    .tile-price{
        font-size: 30px !important;
        letter-spacing: -0.75px;
        line-height: 22px;
    }

    .tile-selected .tile-title{
        margin-top: 0;
        margin-left: 0;
    }

    .tile-body-list .list-item{
        margin-bottom: 17px;
    }

    .list-item .list-item-icon i{
        font-size: 37px !important;
    }

    .a-la-carte .list-item .list-item-icon i{
        font-size: 32px !important;
    }

    .tile-control .ctrl_element{
        position: relative;
        
    }
    .tile-footer .tile-footer-content{
        padding: 15px;
    }

    .tile-carousel .tile-row.prod-carousel-content{
        padding: 30px 0 0 0;
    }

    .tile-carousel .tile-row.prod-carousel-content .slick-list{
        width: 100% !important;
        margin: 0 auto 0 5px !important;
    }    

    .tile-carousel .tile-row.prod-carousel-content.tile-multi-4 .tile{
        margin-right: 10px;
        margin-left: 0px;
    }    

    .tile-carousel .tile-row.prod-carousel-content.tile-multi-3 .tile{
        margin-right: 10px;
        margin-left: 0px;
    }    

    .battery-tile .tile-footer .tile-footer-content{
        padding: 15px;
    }
    .battery-tile .tile-body{
        padding: 15px 15px 30px 15px;
    }
    .battery-tile .control-group .ctrl_radioBtn .ctrl_element {
        left: 0;
        top: -3px;
    }
    .select-service .tile-wrap{
        display: block;
    }
    .select-service .tile-wrap .tile{
        width: 100%;
    }
    .streamer.tile-row {
        padding-left: 0;
        padding-right: 0;
     }
    .streamer.tile-row .tile.placeholder {
       display: none;
    }
    .streamer.tile-row .tile {
        width: 100%;
        margin-left: 5px;
        margin-right: 5px;
     }
     .streamer.tile-row .terms {
        flex-flow: column wrap;
        text-align: center;
        padding: 15px;
     }
     .streamer.tile-row .terms img{
       display: inline-block;
       margin-top: 15px;
     }
     .streamer.tile-row .tile-body{
        padding-bottom: 0;
      }
}

.page-code_fibetv-packages .accordion-heading .subtitle-2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 25.2px;
    margin-left: auto;
    font-weight: 550;
}


.page-code_fibetv-packages .rebrand-big-price .legaltext {
    font-size: 50%;
    top: -1em;
}

.rebrand-green .txtBlue{
    color: #1E7C02;
}