.cts-wrapper {
    display: inline-block;
}

.cts-switcher-ul {
    margin: 0;
}

.cts-switcher-choice {
    cursor: pointer;
    display: inline;
}

.cts-active {
    font-weight: bold;
}

.cts-checkout-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 15px;
    
}

.cts-checkout-title-wrapper p {
    margin: 0;
}

.cts-checkout-title-type {
    font-size: 1.8em;
    font-weight: 300;
}

.cts-checkout-title-switch {
    font-size: 1.2em;
}

.cts-checkout-title-switch:hover {
    cursor: pointer;
    text-decoration: underline;
}

.cts-modal-background {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.3);
    z-index: 9998;
}

.cts-modal-window {
    width: 400px;
    background: white;
    margin: 200px auto 0;
    padding: 10px 10px 50px;
    z-index: 9999;
}

.cts-modal-window h2 {
    text-align: center;
    font-size: 1.8em;
    margin-top: 10px;
}

.cts-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.cts-modal-window-btn {
    margin: 2px;
}

.cts-stop-scrolling {
    height: 100%;
    overflow: hidden;
}
