@media(min-width:767px){
.original .media .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
}

.isi-content {
    line-height: 60px;
    margin: auto;
}

.astore .panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: relative;
    background-color: #fff;
    border: 1px solid #dfdfdf;
}

.astore .panel .panel-content {
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: auto;
    padding: .5rem;
}
.astore .panel .panel-content, .astore .panel .panel-title {
    position: relative;
}

.astore .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.astore .stepper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: .5rem 0;
}

.astore .stepper::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #bebebe;
    top: 50%;
    left: 0;
    z-index: 0;
}

.astore .stepper.mstep::before {
	background:unset;
}

.astore .stepper .step.current {
    background-color: #1ba1e2;
    color: #fff;
}
.astore .stepper .step {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    z-index: 1;
    background-color: #989898;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.bg-red {
    background-color: #ce352c !important;
}
.astore .rounded {
    border-radius: .25rem !important;
}