.flex-row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.flex-row .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.flex-row .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.flex-row .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.flex-row .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.flex-row .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.flex-row .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.flex-row .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.flex-row .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.flex-row .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.flex-row .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.flex-row .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.loader{
    position: absolute;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    display:none;
    z-index: 10;
    background: rgba(255, 255, 255, 1);
    opacity:0.9;
}

.loader-icon{
    position: sticky;
    top: 150px;
    width: 100%;
    text-align: center;
    z-index: 11;
}
.loader-icon img{
    max-width: 100%;
}

.cart_button_container{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

#step-button,
#step-button_2{
    margin-top: 40px;
    padding-bottom: 40px;
}
.options-conteiner{
    border-top: 1px #eee solid;
    padding-top: 15px;
}

.nex-step-container{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.enquiry-form{
    background: #f9f9f9;
    border:1px #ddd solid;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.row-mb{
    margin-bottom: 15px;
}

