.ui-dialog {
    padding: 15px;
    z-index: 999999999;
}

#info-popup {
    background: #fff url(../images/bg-3.jpg) no-repeat right bottom / 550px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.120);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
    min-height: 500px;
    padding: 50px;
    font: 300 16px/23px 'Italiana';
    border-radius: 5px;
}

#info-popup img {
    width: 100%;
    height: auto;
}

#info-popup h2 {
    color: #c7a1c7;
    font: 400 40px/45px 'WindSong';
    text-decoration: none;
    font-weight: 600;
    text-align: left;
    padding: 0;
    margin: 0;
}

#info-popup h3 {
    font-size: 25px;
    color: #c7a1c7
}

#info-popup p {
    color: #3e3d40;
    font-size: 17px;
    line-height: 23px;
}

.firma {
    font-style: italic;
    margin: 0;
}

.hinweis {
    background: #fff3dc url(../images/krokus-fleck-white.png) no-repeat right -15px bottom -15px / 150px;
    padding: 30px;
    width: 80%;
    margin: 10px 0;
    border-radius: 5px;
}

#info-popup .price {
    background: #344866;
    display: inline-block;
    padding: 5px 10px;
    margin: 10px 0;
    border-radius: 5px;
}

.strich {
    font-size: 15px;
    text-decoration: line-through;
    color: #c7a1c7;
    margin-right: 15px;
}

.big {
    font-size: 20px;
    color: #fff;
}

#info-popup .small {
    font-size: 14px;
    color: #c7a1c7;
}

#info-popup .btn {
    background: #c7a1c7;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}

#info-popup #countdown ul {
    display: flex;
}

#info-popup #countdown ul li {
    color: #c7a1c7;
    margin: 0 10px;
    position: relative;
}

#info-popup #countdown ul li:after {
    content: '|';
    position: absolute;
    top: 0;
    right: -13px;
}

#info-popup #countdown ul li:last-child:after {
    content: none;
}



.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
}

.ui-dialog-titlebar {
    display: none;
}

.ui-dialog .ui-dialog-buttonpane {
    margin: 0;
    padding: 0;
}

.ui-dialog .ui-dialog-content {
    padding: 0;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin-right: 0;
    background: #f5d391;
    color: #344866;
    border: none;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.32);
    border-radius: 5px;
}

@media screen and (max-width: 580px) {
    #info-popup {
        padding: 35px;

    }
}
