.blue-container {
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
}
label.error {
    color: #dc3545;
    font-size: 85%;
}
body {
    font-family: "Recursive";
}
h1 {
    font-size: 25px;
}
.box-right {
    background: #4488db;
    padding: 30px;
    width: 50%;
    color: rgba(255,255,255,0.9);
}
.box-left {
    padding: 20px;
    width: 100%;
    width: 50%;
}
.width-100 {
    width: 100%;
}
.bottom-summary {
    display: flex;
    width: 100%;
    font-weight: 600;
}
.bottom-summary.line-3 {
    font-size: 24px;
}
.box-left h2 {
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
}
.box-right h1 {
    text-align: center;
    font-size: 43px;
    font-weight: bold;
}
.box-left .price{
    font-weight: 600;
    text-align: right;
    color: #4488dc;
}
.left-form-container {
    width: 100%;
}
.product-list {
    padding: 0;
}
.product-list .li {
    list-style: none;
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dashed 1px #ddd;
}
.product-list .li:first-child {
    margin-top: 10px;
    padding-top: 15px;
    border-top: solid 1px #ddd;
}
.product-list .li a {
    font-weight: 500;
    color: #333;
}
.product-list .li img {
    width: 60px;
    height: 50px;
    border: solid 1px #ddd;
    margin-right: 30px;
}
.product-list .li div {
    
}
.picker__input {
    cursor: default;
    background: transparent;
    border: none;
    border-bottom: solid 1px #ddd;
    width: 100%;
    position: absolute;
    height: 29px;
    padding: 0 10px;
    border-radius: 3px;
    overflow: hidden;
    border-radius: 0;
}

.form-control {
    border-width: 0 0 1px;
    border-color: transparent;
    padding: 2px 10px;
    height: auto;
    border-radius: 0;
    background-color: rgba(255,255,255,0.3);
    height: 34px;
    border-radius: 2px;
}
.form-control:focus {
    border-color: #666;
    box-shadow: none;
    outline: none;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
}
.btn {
    display: inline-block;
    width: auto;
    padding: 9px 40px;
    border-radius: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
    border: none!important;
}
.btn-primary {
    background: #22b878;
    color: #fff;
}
.input-group-addon {
    top: 0!important;
}
.form-group label {
    position: relative;
    font-weight: normal!important;
    font-style: italic;
    font-size: 80%;
    margin-bottom: 3px;
}
.picker__input {
    cursor: default;
    background: transparent;
    border: none;
    height: 34px;
}
.input-group-addon {
    top: 3px!important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: rgba(255,255,255,0.3);
}