
/**STEP 4.4 — ADD BASIC STYLE**/

.altanz-options {
    margin: 20px 0;
}

.altanz-option-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding: 12px 0;
}

.altanz-title {
    font-weight: 500;
}

.altanz-price {
    color: #777;
    margin-right: auto;
    margin-left: 15px;
}

.altanz-btn {
    background: #0a1f44;
    color: #fff;
    border: none;
    padding: 6px 14px;
    cursor: pointer;
}


/**add modal css**/
/*
.altanz-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.altanz-modal-content {
    background: #fff;
    width: 400px;
    max-width: 90%;
    margin: 10% auto;
    padding: 25px;
    position: relative;
    border-radius: 6px;
    z-index: 1000000;
}

.altanz-close {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}
*/

/**/

.altanz-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.altanz-modal-content {
    background: #fff;
    width: 400px;
    max-width: 90%;
    margin: 10% auto;
    padding: 25px;
    position: relative;
    border-radius: 6px;
}

.altanz-close {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}




/*
.altanz-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.altanz-modal-content {
    background: #fff;
    margin: 10% auto;
    padding: 20px;
    width: 400px;
    position: relative;
}

.altanz-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
*/

