.missing {
    border-color: #e96666 !important; 
}

#table-shopping-bag .img{
    max-width: none;
    min-width: initial;
}

#table-shopping-bag .info{
    width:65%;
}

#table-shopping-bag .price{
    width:5%;
}



#pageReserveInStore .form-control {
    background: transparent;
}

#pageReserveInStore .form-group .icon {
     z-index: -1;
}


@media (max-width:  767px ) {
    #table-shopping-bag .info {
       width:auto;
    }
}


.datepicker-dropdown.datepicker-orient-left:before{
    right:6px;
    left:initial;
}

.datepicker-dropdown.datepicker-orient-left:after {
     right:7px;
     left:initial;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top{
    left: 38% !important;
}

@media (max-width:768px) {
    .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top{
       left: initial !important;
       right: 3%  !important;
    }
}

section{
        margin: 40px auto;
}



/* customerOrderQuestionnairePage */

.orderQuestion{
    position: relative;
    margin: 40px auto;
    text-align: center;
    background: #fff;
    padding: 40px;
    max-width: 1610px;
}

body {
    background: #4d349e url(//cdn.chowsangsang.com/eshop/hk/newweb/quest/quest_bg2.jpg) 50% 0% no-repeat;
    background-size: contain;
}

body.page-Reservation {
    background: unset;
}

#tb-css-header{
	background:none !important;
}

.orderQuestion .ris_list_body,
.orderQuestion .ris_list_body1{
	width: 72%;
	margin: 0 auto;
    padding: 10px 0;
}

.orderQuestion .ris_list_body1:nth-child(even){
    background:#f8f3ef;
}


.orderQuestion .item{
        display: inline-block;
        width: 40%;
        text-align:left;
        padding-left: 2%;
}

.orderQuestion ul{
	padding: 0px;
	margin: 0px;
    display: inline-block;
    width: 59%;
}

.orderQuestion li{
	display: inline-block;
	width: 9%;
	vertical-align: top;
	font-size:12px;
}

.orderQuestion .q1{
    font-size: 17px;
    text-align: left;
    max-width: 1610px;
    width: 72%;
    margin: 0 auto 20px;
}

.orderQuestion input[type='radio']{
	position: relative;
}

.orderQuestion input[type='radio']:before {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid #cd9d73;
}

.orderQuestion input[type='radio']:checked:after {
	width: 9px;
	height: 9px;
	border-radius: 9px;
	top: 1px;
	left: 2px;
	position: absolute;
	background-color: #cd9d73;
	content: '';
	display: inline-block;
	visibility: visible;
	z-index:2;
}

.orderQuestion textarea{
	width:100%;
	height:200px;
	border:solid 1px #cd9d73;
	margin: 40px 0;
}

.orderQuestion .btn{
	width: 200px;
	margin: 0 auto;
}

.thankyoupage_header{
    text-align: center;
    margin: 300px auto;
    max-width: 700px;
    width: 90%;
}

.thankyoupage_content{
        text-align: center;
        font-size: 15px;
        max-width: 700px;
        margin: 30px auto 130px;
        line-height: 30px;
        width: 90%;
}
@media (max-width: 767px){
    .orderQuestion{
        padding: 20px;
        margin: 0px auto;
    }
    .orderQuestion .ris_list_body1,
    .orderQuestion .quest,
    .orderQuestion .btn{
        width: 100%;
    }
    .container.thankyoupage{
        background: #fff;
    }
    .thankyoupage_header{
        margin:0 auto;
    }
    .stepContent .item{
        text-align: left;
    }

    .orderQuestion .q1{
        font-size: 15px;
        width:100%;
    }
    .orderQuestion .ris_list_body,
    .orderQuestion .ris_list_body1,
    .orderQuestion .item,
    .orderQuestion ul {
        width:100%;
    }

    .orderQuestion .item{
        margin-bottom:20px;
    }

    .orderQuestion li{
        width:8%;
        font-size:14px;
    }
}

