.error-cart {
    width: 580px;
    background-color: #f1f8ff;
    padding: 30px 40px;
    position: relative;
}

.error-code {
    display: flex;
    justify-content: center;
    font-family: "Century Gothic Bold", serif;
    font-size: 30px;
    margin-bottom: 35px;
}

.error-description {
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: "Century Gothic", serif;
    font-size: 14px;
    margin-bottom: 35px;
}

.error-cart .form-actions > a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;

}

.error-btn {
    width: 240px;
    height: 30px;
    background-color: #0089ce;
    color: #ffffff;
    border: none;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}
}
