#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

#msform .action-button {
    width: 100px;
    background: #FFB411;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #FFB411;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid #FFB411;
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding: 0;
    margin-bottom: 30px;
}

#progressbar .active {
    color: #000000
}

.text-step{
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 33%;
    float: left;
    position: relative
}

.steps-four li {
    width: 25% !important;
}

#progressbar #shopping_car:before {
    font-family: FontAwesome;
    content: "\f07a"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f0d6"
}

#progressbar #memberships:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #companie:before {
    font-family: FontAwesome;
    content: "\f1ad"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #FFB411;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}
.title-section{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.separation-list{
    border-bottom: 1px solid lightgray;
}
.title-type-product{
    font-size: 15px;
    font-weight: 500;
    color: #000;   
    font-style: italic;
}
.list-shop-cart{
    width: 100%;
    padding: 3%;
}
.title-item{
    font-size: 13px;
    font-weight: 500    ;
    color: #ed8323;  
    padding: 0px;
}
.price-item{
    font-size: 13px;
    font-weight: bold;
    color: #ed8323;  
    padding: 0px;
    text-align: center;
}
.description-item{
    font-size: 12px;
    font-weight: 300;
    color: #616161;  
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
}
.delete-item{
    font-size: 11px;
    font-weight: 200; 
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    color: #ed8323;
}
.delete-item:hover{
    color: skyblue;
    cursor: pointer;
}
.info-profile{
    font-size: 16px;
    font-weight: 300;
    color: #616161;  
    margin: 0px;
    text-align: center;
    margin-bottom: 10px;
}
.select-period{
     padding: 0;   
}
.select-period select{
    width: 100%;
    margin-top: 5px;
    border-radius: 10px;
    padding-left: 5px; 
}
.text-period{
    font-size: 13px;
    font-weight: 300;
    color: #616161;  
    margin: 0px;
    text-align: center;
    margin-bottom: 10px;
    border: 0;
    width: 100%;
    margin: 0;
}
.total-amount{
    font-size: 13px;
    font-weight: bold;
    color: #ed8323;  
    text-align: right;
    margin-top: 10px;
}