/home/arranoyd/energyclinic.com.hr/wp-content/plugins/ecwid-shopping-cart/css/popup.css
body.ecwid-popup-open {
    overflow: hidden;
}

.ecwid-popup {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    overflow: auto;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 100000;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.ecwid-popup.open {
    display: block;
}

.ecwid-popup .ecwid-popup-window {
    background: white;
    position: absolute;
}

.ecwid-popup .success-message {
    display: none;
}

.ecwid-popup-header,
.ecwid-popup-footer,
.ecwid-popup-body {
    padding: 15px;
    box-sizing: border-box;
}

.ecwid-popup-header {
    border-bottom: 1px solid lightgray;
    width: 100%;
}

.ecwid-popup-header h3 {
    text-transform: uppercase;
    margin: 0px;
    font-size: 18px;
}

.ecwid-popup-footer {
    border-top: 1px solid lightgray;
    width: 100%;
    text-align: right;
}

.ecwid-popup-footer .float-left {
    float: left;
    margin-left: 5px;
}

.ecwid-popup-footer .float-left:nth-child(1) {
    margin-left: 0;
}

.ecwid-popup-body {
    padding: 20px;
    font-size: 14px;
}

.ecwid-popup-body h3 {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
}