.hosting-option span:not(.fas){
    color:rgba(255,255,255,0.5);
    font-size: 13px;
    position: absolute;
    bottom:18px;
}
.hosting-option-icon{
    background: #FFFFFF;
    -webkit-text-stroke: 1px #0D5EAF;
    font-size: 30px;
    position: absolute;
    right: -63px;
    top: -63px;
    border-radius: 200px;
    padding: 10px;
    width: 126px;
    height: 126px;

}
.hosting-option-icon span{
    position: absolute;
    bottom: 24px;
    left: 22px;

}
.hosting-option{
    color: #fff;
    padding: 43px 0;
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all .2s ease;
}
.arrow-hosting-down{
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -27px;
    z-index: 51;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 14px solid transparent;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #0d5eaf;
    opacity:0;
    transition: all .2s ease;
}
.arrow-hosting-down::after{
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: -10px;
    z-index: 1;
    left: -12px;
    right: 0;
    margin: auto;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ffffff;
}
.hosting-row{
    padding-top: 30px;
}
.hosting-option-wrap{
    cursor: pointer;
}
.hosting-option-wrap:hover{
    text-decoration:none;
}


/*hosting buttony na vyber*/

.hosting-option .active .hosting-option span:not(.fas){
    display:none;
}
.hosting-row .active .arrow-hosting-down {
    opacity:1;
}


/*farba*/
.hosting-option-blue .hosting-option{
    background: #0D5EAF;
    border: 1px solid #0d5eaf;
}
.hosting-option-blue .hosting-option .hosting-option-icon{
    -webkit-text-stroke: 1px #0D5EAF;
}
.hosting-option-blue .arrow-hosting-down{
    border-top: 14px solid #0d5eaf;
}

.hosting-option-blue:hover .hosting-option h4{
    color: #0D5EAF;
}
.hosting-option-blue:hover .hosting-option span:not(.fas){
    color: #0D5EAF;
}
.hosting-option-blue:hover .hosting-option .hosting-option-icon{
    background: #0D5EAF;
    -webkit-text-stroke: 1px #fff;
    color: #0d5eaf;
}
/*hover*/
.hosting-option-blue.active .hosting-option h4{
    color: #0D5EAF;
}
.hosting-option-blue.active .hosting-option{
    background: #fff;
}
.hosting-option-blue.active .hosting-option .hosting-option-icon{
    background: #0D5EAF;
    -webkit-text-stroke: 1px #fff;
    color: #0d5eaf;
}
.hosting-option-blue.active:hover .hosting-option span:not(.fas){
    color: #fff;
}





/*farba*/
.hosting-option-teal .hosting-option{
    background: #0C8E92;
    border: 1px solid #0C8E92;
}
.hosting-option-teal .hosting-option .hosting-option-icon{
    -webkit-text-stroke: 1px #0C8E92;
}
.hosting-option-teal .arrow-hosting-down{
    border-top: 14px solid #0C8E92;
}
.hosting-option-teal:hover .hosting-option h4{
    color: #0C8E92;
}
.hosting-option-teal:hover .hosting-option span:not(.fas){
    color: #0C8E92;
}
.hosting-option-teal:hover .hosting-option .hosting-option-icon{
    background: #0C8E92;
    -webkit-text-stroke: 1px #fff;
    color: #0C8E92;
}
/*hover*/
.hosting-option-teal.active .hosting-option h4{
    color: #0C8E92;
}
.hosting-option-teal.active .hosting-option{
    background: #fff;
}
.hosting-option-teal.active .hosting-option .hosting-option-icon{
    background: #0C8E92;
    -webkit-text-stroke: 1px #fff;
    color: #0C8E92;
}
.hosting-option-teal.active:hover .hosting-option span:not(.fas){
    color: #fff;
}



/*farba*/
.hosting-option-green .hosting-option{
    background: #5DAF3E;
    border: 1px solid #5DAF3E;
}
.hosting-option-green .hosting-option .hosting-option-icon{
    -webkit-text-stroke: 1px #5DAF3E;
}
.hosting-option-green .arrow-hosting-down{
    border-top: 14px solid #5DAF3E;
}
.hosting-option-green:hover .hosting-option h4{
    color: #5DAF3E;
}
.hosting-option-green:hover .hosting-option span:not(.fas){
    color: #5DAF3E;
}
.hosting-option-green:hover .hosting-option .hosting-option-icon{
    background: #5DAF3E;
    -webkit-text-stroke: 1px #fff;
    color: #5DAF3E;
}
/*hover*/
.hosting-option-green.active .hosting-option h4{
    color: #5DAF3E;
}
.hosting-option-green.active .hosting-option{
    background: #fff;
}
.hosting-option-green.active .hosting-option .hosting-option-icon{
    background: #5DAF3E;
    -webkit-text-stroke: 1px #fff;
    color: #5DAF3E;
}
.hosting-option-green.active:hover .hosting-option span:not(.fas){
    color: #fff;
}



/*farba*/
.hosting-option-lt-green .hosting-option{
    background: #75C921;
    border: 1px solid #75C921;
}
.hosting-option-lt-green .hosting-option .hosting-option-icon{
    -webkit-text-stroke: 1px #75C921;
}
.hosting-option-lt-green .arrow-hosting-down{
    border-top: 14px solid #75C921;
}
.hosting-option-lt-green:hover .hosting-option h4{
    color: #75C921;
}
.hosting-option-lt-green:hover .hosting-option span:not(.fas){
    color: #75C921;
}
.hosting-option-lt-green:hover .hosting-option .hosting-option-icon{
    background: #75C921;
    -webkit-text-stroke: 1px #fff;
    color: #75C921;
}
/*hover*/
.hosting-option-lt-green.active .hosting-option h4{
    color: #5DAF3E;
}
.hosting-option-lt-green.active .hosting-option{
    background: #fff;
}
.hosting-option-lt-green.active .hosting-option .hosting-option-icon{
    background: #5DAF3E;
    -webkit-text-stroke: 1px #fff;
    color: #5DAF3E;
}
.hosting-option-lt-green.active:hover .hosting-option span:not(.fas){
    color: #fff;
}



.hosting-row .hosting-option-wrap:hover .hosting-option {
    background:#fff;
}



.domain-added{
    justify-content: space-between;
    display: none;
}
.domain-added div:nth-child(1){
    display: flex;
    align-items: center;
}
.domain-added span:not(.fas){
    font-weight:bold;
}
.domain-added .fa-check{
    color: #75C921;
    padding-left: 46px;
    padding-right: 10px;
}
.domain-added .fa-times{
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF6868;
    color: #fff;
    border-radius: 40px;
    font-size: 16px;
    transition: all .2s ease;
    cursor: pointer;
}