#abc-booking{
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
*, *::before, *::after {
    box-sizing: border-box;
}
#abc-booking .container {
    max-width: 1100px;
    margin: auto;
}
#abc-booking .s-step {
    display: block;
}
#abc-booking .content-step {
    display: block;
    margin-top: 20px;
}
#abc-booking ul.stepper {
    padding: 1.5rem;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    counter-reset: section;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#abc-booking .stepper li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s;
}
#abc-booking ul.stepper li a {
    padding: 0 1.5rem;
    text-align: center;
    text-decoration: none;
    position: relative;
}
#abc-booking ul.stepper li a .circle {
    display: inline-block;
    width: 22px;
    height: 22px;
    /*margin-right: .5rem;*/
    line-height: 1.35rem;
    border-radius: 50%;
    border: solid 1px #C8C8C8;
}
#abc-booking .stepper li:not(:last-child) a:after {
    content: '';
    width: calc(50% - 0.7rem);
    height: 1px;
    background: #C8C8C8;
    position: absolute;
    top: 10px;
    right: 0;
}
#abc-booking .stepper li:not(:first-child) a:before {
    content: '';
    width: calc(50% - 0.7rem);
    height: 1px;
    background: #C8C8C8;
    position: absolute;
    top: 10px;
    left: 0;
}
#abc-booking ul.stepper li.completed a .circle {
    background-color: #FB9A00 !important;
}
#abc-booking ul.stepper li.active a .circle {
    background-color: #ffffff !important;
    position: relative;
}
#abc-booking ul.stepper li.active a .circle:before {
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 50%;
    background: #FB9A00;
    position: absolute;
    left: 2px;
    top: 2px;
}
#abc-booking ul.stepper li a .label {
    display: block;
    margin-top: 10px;
    font-size: 1.1rem;
    color: #777;
    height: 50px;
}
#abc-booking ul.stepper li.active a .label, #abc-booking ul.stepper li.completed a .label {
    font-weight: 600;
    color: #fb9a00;
}
#abc-booking ul.stepper li.completed a:after {
    background: #fb9a00;
}
#abc-booking ul.stepper li.completed:after {
    background: #fb9a00;
}
#abc-booking ul.stepper li.active:before, #abc-booking ul.stepper li.completed:before {
    background: #fb9a00;
}
#abc-booking ul.stepper li.active a:before, #abc-booking ul.stepper li.completed a:before {
    background: #fb9a00;
}
#abc-booking ul.stepper li.active a .label {
    font-style: italic;
}
#abc-booking .stepper li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    background-color: #C8C8C8;
    top: -35px;
}
#abc-booking .stepper li:not(:first-child):before {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    top: -35px;
    content: "";
    background-color: #C8C8C8;
}
#abc-booking .stepper li:not(:first-child):before {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    top: -35px;
    content: "";
    background-color: #C8C8C8;
}

/*product*/
#abc-booking .session-step {
    display: block;
    margin: auto;
}
#abc-booking .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
}
#abc-booking .product {
    border: solid 1px #C8C8C8;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
#abc-booking .p-thumb {
    display: block;
    text-align: center;
    padding: 5px;
}
#abc-booking .p-thumb img {
    max-width: 100%;
    margin-top: 2px;
    height: 170px;
}
#abc-booking .size-mini img {
    height: 30px;
}
#abc-booking .size-small img {
    height: 45px;
}
#abc-booking .size-small-medium img {
    height: 60px;
}
#abc-booking .size-medium img {
    height: 80px;
}
#abc-booking .size-medium-large img {
    height: 120px;
}
#abc-booking .size-large img {
    height: 160px;
}
#abc-booking .size-extra-large img {
    height: 200px;
}
#abc-booking .p-content {
    color: #555;
    padding: 5px 15px 0;
    position: relative;
}
#abc-booking .p-quick-view {
    position: absolute;
    font-size: .7rem;
    width: calc(100% - 6px);
    height: 28px;
    line-height: 28px;
    text-align: center;
    left: 3px;
    top: -28px;
    background: rgba(0,0,0,0.5);
    color: #dedede;
    text-transform: uppercase;
}
#abc-booking .p-price-name {
    font-size: 1.2rem;
    text-align: center;
}
#abc-booking .p-name {
    text-align: center;
    font-size: 1.2rem;
}
#abc-booking .p-price {
    font-size: 1.2rem;
    text-align: center;
}
#abc-booking .p-size {
    display: block;
    margin: 5px 0 10px;
    font-size: 1rem;
    text-align: center;
    height: 18px;
}
#abc-booking .p-quantity input {
    width: 90px;
    height: 25px;
    border: solid 1px #C8C8C8;
    padding: 0 5px;
    font-size: 1rem;
    margin-bottom: 0
}
#abc-booking .p-quantity {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#abc-booking .p-selected {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 18px;
    width: 18px;
}
#abc-booking .color-red {
    color: red;
}
#abc-booking .product.active {
    border-color: #fb9a00;
}
#abc-booking .product.active .p-quantity input {
    border-color: #fb9a00;
    color: #fb9a00;
}
#abc-booking .p-quantity input:focus {
    outline: none;
    border-color: #222;
}
#abc-booking .p-selected input[type="checkbox"] + span,
#abc-booking .p-selected input[type="checkbox"] + span::before {
    display: block;
    height: 18px;
    width: 18px;
}
#abc-booking .p-selected input[type="checkbox"]{
    opacity: 0;
    position: absolute;
    height: 18px;
    width: 18px;
    margin: 0;
    cursor: pointer;
}
#abc-booking .p-selected input[type="checkbox"] + span::before{
    border: solid 1px #C8C8C8;
}

#abc-booking .product.active .p-selected input[type="checkbox"] + span::before{
    border: solid 1px #fb9a00;
}

#abc-booking .p-selected input[type="checkbox"] + span::before{
    content: "";
    line-height: 16px;
    text-align: center;
     
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
#abc-booking .p-selected  input[type="checkbox"] + span::before{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
#abc-booking .p-selected  input[type="checkbox"]:checked + span::before{
    content: "\2714";
    font-size: 14px;
}

#abc-booking .p-selected input[type="checkbox"]:checked + span::before{
    color: #555;
}

#abc-booking .product.active .p-selected input[type="checkbox"]:checked + span::before{
    color: #FB9A00;
}
#abc-booking .hidden {
	display: none;
}
#abc-booking .row-button button:focus {
    outline: none;
}
#abc-booking .row-button {
    display: flex;
    justify-content: space-between;
}
#abc-booking .row-button button {
    min-width: 90px;
    height: 40px;
    color: #fff !important;
    border: solid 1px #C8C8C8 !important;
    font-size: 1rem;
    cursor: pointer;
}
#abc-booking button.btn-back {
    background: #2C952C !important;
}
#abc-booking button.btn-skip {
    background: #707070 !important;
}
#abc-booking button.btn-next {
    background: #FF9700 !important;
    margin-left: 20px;
}
#abc-booking .mtop5{
	margin-top: 5px;
}
#abc-booking .mbot5{
	margin-bottom: 5px;
}
#abc-booking .mleft5{
	margin-left: 5px;
}
#abc-booking .mleft20{
	margin-left: 20px;
}
#abc-booking .mright5{
	margin-right: 5px;
}
#abc-booking .content-center {
	justify-content: center;
}
#abc-booking .box-left {
    display: block;
}
#abc-booking .title-box {
    color: #fb9a00;
    font-weight: 500;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 15px;
}
#abc-booking .row-form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: auto;
    margin-bottom: 15px;
}
#abc-booking .label-input {
    display: block;
    width: 100%;
}
#abc-booking .label-input label {
    display: block;
    color: #777;
    margin-bottom: 4px;
    font-size: 1rem;
}
#abc-booking .label-input label i {
    color: red;
}
#abc-booking .label-input input, .label-input select {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: solid 1px #adadad;
    padding: 0 15px;
    font-size: 1rem;
}
#abc-booking .label-input input:focus, .label-input textarea:focus {
    outline-color: #fb9a00;
}
#abc-booking .label-input textarea {
    width: 100%;
    border: solid 1px #adadad;
    padding: 15px;
    font-size: 1rem;
}
#abc-booking .input-inline {
    margin-top: 10px;
}

#abc-booking .input-inline label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 50px;
    cursor: pointer;
}
#abc-booking .input-inline input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: bottom;
    margin-right: 6px;
    cursor: pointer;
}
#abc-booking .box-detail-order {
    display: block;
    margin: 0;
}
#abc-booking .list-order {
    display: flex;
    flex-direction: column;
}
#abc-booking .item-order img {
    width: 80px;
    height: 80px;
}

#abc-booking .item-order {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0;
    border-bottom: solid 1px #C8C8C8;
    justify-content: space-between;
    transition: all 0.3s ease;
}
#abc-booking .error-product {
    background: rgba(255,67,67, 0.3);
}
#abc-booking .item-content {
    flex: 1;
    text-align: left;
    padding: 0 10px;
}
#abc-booking .item-content .p-price {
    text-align: left;
    margin-top: 10px;
}
#abc-booking input.order-inp-quantity {
    height: 30px;
    border: solid 1px #C8C8C8;
    padding: 0 5px;
    font-size: 0.9rem;
    width: 60px;
    text-align: center;
    color: #222;
    margin-top: 10px;
}
#abc-booking .item-content .p-size {
    text-align: left;
}
#abc-booking ul.cart_totals li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
    font-size: 1.2rem;
    color: #222;
}

#abc-booking ul.cart_totals {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    padding-top: 5px;
    list-style: none;
}
#abc-booking ul.cart_totals li.row-grand-total {
    border-top: solid 1px #C8C8C8;
    padding-top: 10px;
    color: red
}
#abc-booking #row_pick_up{
	display: none;
}
#abc-booking ul.user-info-order li {
    border-bottom: solid 1px #C8C8C8;
    padding: 10px 0;
    color: #222;
    font-size: 1rem;
}

#abc-booking ul.user-info-order {
    margin: 0;
    padding: 0;
    list-style: none;
}
#abc-booking .group-btn-booking button {
    height: 45px;
    margin-top: 10px;
    border: solid 1px #C8C8C8;
    font-size: 1.2rem;
    color: #fff !important;
    cursor: pointer;
}
#abc-booking .group-btn-booking {
    display: flex;
    flex-direction: column;
}
#abc-booking button.btn-book-back {
    background: #2E942E !important;
}
#abc-booking button.btn-booking {
    background: #fb9a00 !important;
}
#abc-booking .thankyou-txt h2 {
    font-size: 3rem !important;
    text-align: center;
    color: #fb9a00 !important;
}

#abc-booking .thankyou-txt {
    display: block;
    margin-top: 40px;
}
#abc-booking .group-btn-thank {
    text-align: center;
}

#abc-booking .group-btn-thank button {
    height: 45px;
    margin-top: 10px;
    border: solid 1px #C8C8C8;
    font-size: 1.2rem;
    color: #fff !important;
    cursor: pointer;
    margin: 0 20px;
    padding: 0 30px;
}
#abc-booking .btn-back-home {
	background: #6E6E6E !important;
}
#abc-booking p.mess-input {
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 14px;
}
#abc-booking .error{
	color: red
}















#abc-booking .flex1{
	flex: 1
}
#abc-booking .w50-percent {
    width: 50%;
}
#abc-booking .col-md3, #abc-booking .col-md4, #abc-booking .col-md5, #abc-booking .col-md6, #abc-booking .col-md7, #abc-booking .col-md12 {
	width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
}
@media (min-width: 768px) {
	#abc-booking .col-md3 {
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}
	#abc-booking .col-md4 {
	    -ms-flex: 0 0 33.33333333%;
	    flex: 0 0 33.33333333%;
	    max-width: 33.33333333%;
	}
	#abc-booking .col-md5 {
	    -ms-flex: 0 0 41.666667%;
	    flex: 0 0 41.666667%;
	    max-width: 41.666667%;
	}
	#abc-booking .col-md6 {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	#abc-booking .col-md7 {
	    -ms-flex: 0 0 58.333333%;
	    flex: 0 0 58.333333%;
	    max-width: 58.333333%;
	}
	#abc-booking .col-md12 {
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	#abc-booking .col-md1-offset {
	    margin-left: 8.33333333%;
	}

	#abc-booking .col-md1_5-offset {
	    margin-left: 12.499999995%;
	}
	#abc-booking .col-md2-offset {
	    margin-left: 16.66666667%;
	}
}
@media(max-width: 767px){
	#abc-booking .container{
		width: 100%;
		padding-right: 15px;
	    padding-left: 15px;
	    margin-right: auto;
	    margin-left: auto;
	}
	#abc-booking ul.stepper {
	    flex-wrap: wrap;
	    padding-left: 0;
	    padding-right: 0;
	}
}