.slideOption{
	max-height: 300px;
    overflow: auto;
	margin: 0px;
	width:100%;
}
.slideOption .control-label{
	background: #edf5ff;
    border-bottom: 1px solid #cacaca;
    min-height: 44px;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 19px;
    padding: 12px 16px;
    float: left;
	color:#000;
}
.slideOption .control-label:before{
	display:none;
}
.price_holder {
    display: inline-block;
    float: right;
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
}
.xprintcat {
    border-top: 1px solid #dfdfdf;
    padding: 0px 16px;
}

.xprintcat h1 {
    padding: 16px 0px;
    position: relative;
    display: block;
    font-weight: normal;
    font-size: 18px;
    cursor: pointer;
    margin: 0px;
}

.xprintcat h2 {
    margin: 2px 0 1em;
    font-size: 14px;
    font-weight: 500;
}

.xprintcat p {
    margin: 2px 0 1em;
}

.xprintcat ul {
    float: left;
    width: 100%;
    display: block;
    padding: 20px 0 16px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px dashed #dadada;
}

.xprintcat ul li {
    font-weight: bold;
    font-size: 13px;
    position: relative;
	padding: 0px 45px 0px 0px;
}

.xprintcat ul li button {
    position: absolute;
    top: 0px;
    right: 9px;
    height: 26px;
    width: 26px;
    display: block;
    border: none;
    background-color: #eaeaea;
}
.xprintcat ul li button:before , .xprintcat ul li button:after{
    content:'';
    position:absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0px);
    left: 50%;
    background: #266abd;
    width: 14px;
    height: 2px;
}
.xprintcat ul li button:before{
    transform: translate3d(-50%,-50%,0px) rotate(90deg);
}
.xprintcat ul li b {
    font-weight: normal;
    float: right;
}
.gmsg{
	text-align: center;
    padding: 10px 0px;
    margin: 20px 8px;
    font-size: 12px;
}
#options_summery{
	background: #fff;
    border-top: 1px solid #cacaca;
    padding: 16px;
    margin: -1px auto 0;
    overflow: hidden;
	width:100%;
}
#options_summery .btn{
	float:left
}
div#printer_cart {
    display: inline-block;
    width: 100%;
}

div#printer_cart ul {
    list-style: none;
    padding: 0px;
}
#optionsListBox{
	display: inline-block;
    width: 100%;
	float:left;
}
#productPopup .choosedOption{
	display: inline-block;
    width: 100%;
    background-color: #efefef;
    padding: 6px 4px 8px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #c7c7c7;
    color: #000;
}
#productPopup .choosedOption i{
	color: #429c09;
    font-size: 20px;
    vertical-align: middle;
}
#productPopup h3{
	margin: 0px;
	border-bottom: 4px solid #ff0000;
	padding: 0px 0px 9px;
	font-weight: bold;
	background: #000;
	color: #fff !important;
}
#productPopup [type="radio"]:checked,
#productPopup [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

#productPopup [type="radio"]:checked + label,
#productPopup [type="radio"]:not(:checked) + label
{
	border-bottom: 1px solid #cacaca;
    min-height: 44px;
    display: inline-block;
    position: relative;
    padding: 10px 30px 17px 30px;
    font-size: 16px;
    cursor: pointer;
    line-height: 20px;
    color: #666;
    width: 100%;
	
}
#productPopup .radio:last-of-type label{
	border-bottom:none;
}
#productPopup [type="radio"]:checked + label span,
#productPopup [type="radio"]:not(:checked) + label span{
	float:right;
}
#productPopup [type="radio"]:checked + label:before,
#productPopup [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
	display:none;
}

#productPopup [type="radio"]:checked + label:after,
#productPopup [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #5cc53a;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#productPopup [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
#productPopup [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.xprint_row {
    border-bottom: 1px solid #cacaca;
    min-height: 44px;
    display: block;
    position: relative;
}
.slideOption .xprint_row:last-of-type{
	border-bottom: none;
}
.xprint_row label {
    display: block;
    padding: 12px 75px 12px 16px;
    font-weight: bold;
    font-size: 16px;
}

.xprint_row label span {
    float: right;
    font-weight: normal;
}
.xprint_control {
    background-color: #f5f5f5;
    padding: 5px 16px;
    float: none;
    margin: 0;
	position:relative;
	display:none;
}
.xprint_control:before{
	border-bottom: #f5f5f5 8px solid;
    position: absolute;
    top: -7px;
    left: 45px;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.xprint_info {
    display: inline-block;
}
.xprint_info input{
	font-size: 16px;
    line-height: 19px;
    font-weight: 100;
    background: none;
    height: 16px;
    width: 25px;
    border: none;
    text-align: end;
	vertical-align: middle;
	margin: 10px 0px;
}
.xprint_btn.add {
	margin-right: 16px;
    margin-top: 4px;
    height: 26px;
    width: 26px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    background: none;
    border: 2px solid #d50525;
    border-radius: 50%;
}
.xprint_btn.add:before , .xprint_btn.add:after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0px);
    left: 50%;
    background: #d50525;
    width: 11px;
    height: 2px;
}
.xprint_btn.add:before{
    transform: translate3d(-50%,-50%,0px) rotate(90deg);
}
.xprint_total {
    display: inline-block;
    float: right;
    margin-top: 8px;
    font-size: 16px;
}
.xprint_btn.minus {
    height: 26px;
    width: 26px;
    display: inline-block;
    top: -43px;
    right: 50px;
    background-color: #fff;
    border: 2px solid #d50525;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
}
.xprint_btn.minus:before {
    content:'';
    position:absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0px);
    left: 50%;
    background: #d50525;
    width: 11px;
    height: 2px;
}
.xprint_btn[disabled] {
    border: 2px solid #ccc;
}
.xprint_btn[disabled]:before , .xprint_btn[disabled]:after{
    background: #ccc;
}

.gift_discount{
	display: block;
    position: relative;
    background: #3b3b3b;
    margin: 23px 0px 35px;
    padding: 10px 10px 10px 57px;
    color: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.47);
    font-size: 12px;
    text-align: center;
}



.gift_discount span{
	display:inline-block;
	position:absolute;
	background:url(../imgs/offer.png) top left no-repeat;
	top: -18px;
    left: -17px;
    width: 74px;
    height: 74px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-family: impact;
    padding-top: 22px;
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
}
.gift_discount span b{
	display: block;
    font-size: 12px;
    font-family: sans-serif;
}
.gift_discount>b{
	font-size: 11px;
}
.gift_card{
	display: block;
    position: relative;
    background: #85c75d;
    margin: 22px 0px 20px;
    padding: 15px 10px 10px 80px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.47);
    font-size: 12px;
}
.gift_card b{
	display:none;
}
.gift_card p{
	display:block;
	background:url(../imgs/arrow.png) top left no-repeat;
	background-position: 0px 4px;
    padding: 0px 0px 0px 13px;
    margin-bottom: 3px;
}
.gift_card:before{
	display:inline-block;
	position:absolute;
	background:url(../imgs/gift.png) top left no-repeat;
	content:'';
	top: -10px;
    left: 5px;
	width:71px;
	height:73px;
}

#productPopup h3 span {
    display: block;
    font-size: 12px;
    margin: 5px 0px 0px;
    line-height: 1;
	color: #8b8b8b !important;
	
}

.featherlight-content {
    padding: 0px !important;
}

#menu .product.withSynonyms .orderDetail.sngl {
	position: absolute;
    right: 0px;
    top: 0px;
}



@media screen and (min-width:600px){
	#productPopup h3{
		padding: 16px;
		font-size: 24px;
		line-height: 32px;
	}
}


@media screen and (max-width: 640px) {
    .restaurantParts {
        width:100%;
		padding: 0px;
    }

    #menu .categoryName{
		padding: 10px 16px 12px;
	}
	
	#menu .categoryName:after{
		display:none;
	}
	
	#restaurant{
		display:block;
	}
	
	.c-sticky.c-sticky--basket{
		display: block;
		width: 100%;
	}
	
	.header .nav-container ul{
		top: 0px;
		right: 0px;
		border: none;
	}
	.header .nav-container ul li{
		display: inline-block;
		border: none;
		margin-left: 6px;
	}
	
	.header .logo-container{
		text-align:left;
	}
	
}

@media screen and (max-width: 560px) {
	#productPopup h3 {
		padding: 10px;
	}

	button.featherlight-close-icon.featherlight-close {
		width: 30px;
	}
}
@media screen and (max-width: 360px) {
    .restaurantOverview,#menu {
        min-width:300px
    }

    #menu .product .information {
        width: 60%
    }

    #menu .product.withSynonyms .information {
        float: none;
        width: 100%;
        margin-right: 0;
        padding: 0
    }

    #menu .product.withSynonyms .details {
        display: block;
        width: 100%
    }

    #menu .product.withSynonyms .details .synonymName {
        width: 60%;
        padding: 0
    }

    #menu .product.withSynonyms .orderDetail {
        float: right;
        width: 35%;
        min-width: 110px
    }
}