@charset "UTF-8";




.cashdrawer .material-label {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
	
} 


.fullscreen-video.video-container {
	width : 100vw;
	height : 100vh;
	
}

.fullscreen-video.video-container iframe, .fullscreen-video.video-container object, .fullscreen-video.video-container embed {
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc( 100vw + 10px);
    overflow: hidden;
    height: calc( 100vh + 10px);
    border:0px solid white;
}

.poshelper .blue-text {
	color: #05355a !important;
}

.poshelper .blue {
	background-color: #05355a !important;
}

.centereddiv {
	margin: 20px auto !important;
}

.centereddiv-nomargin {
	margin: 0px auto !important;
}

.centereddiv-notforced {
	margin: 20px auto;
}

.searchcustomer-listtitle {
	text-align: center;
	font-size: xx-large;
	color: #4e4947;
}

.btn-floating.bottom-right-btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	box-shadow: 0 2px 5px #acadcc, 0 2px 10px #734141;
}

.position-relative {
	position: relative;
}

.position-fixed {
	position: fixed;
}

.position-absolute {
	position: absolute;
}

.alarm-count-small {

	border-radius:100%;
	background-color: #2e45b5;
	padding:6px;
	color:white;
	font-size:9px;
	font-weight:bold;
	min-width:20px;
	text-align :center;
	
}

.searchcustomer-listmessage {
	text-align: center;
	font-size: large;
}

.main-progress-circle {
	margin: 100px auto;
	width: 200px;
	font-size: 2em;
}

.orderkiosk .ticket-group {
	background-color: white;
	color: black;
	font-weight: 800;
	text-shadow: 1px 1px 1px white;
	font-size: 14px;
	border-radius: 0px;
	margin-top: 2px;
}

.ticket-group {
	background-color: rgba(154, 77, 18, 0.7);
	color: white;
	font-weight: 800;
	text-shadow: 1px 1px 1px black;
	font-size: 13px;
	border-radius: 20px;
	margin-top: 2px;
}


.display-cashregister-ticket .ticket-product {	
	font-size: 35px;
}


.display-cashregister-ticket .ticket-qty {	
	font-size: 35px;
}

.display-cashregister-ticket .ticket-price {	
	font-size: 35px;
}

.display-cashregister-ticket .ticket-subproduct {
    font-size: 20px;
}

.display-cashregister-ticket .ticket-prod {
    width: calc(100% - 50px - 60px - 45px);    
}

.ticket-price {	
	font-size: 15px;
}


.ticket-box-container::-webkit-scrollbar {
	width: 1em;
}

.ticket-box-container::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(247, 232, 220, 0.5);
}

.ticket-box-container::-webkit-scrollbar-thumb {
	background-color: rgba(247, 232, 220, 0.5);
	outline: 1px solid white;
}

.ticket-box-container {
	padding: 7px;
}

.article-box-container::-webkit-scrollbar {
	width: 30px;
}

.article-box-container::-webkit-scrollbar-track {
	box-shadow: inset 0 0 1px rgba(247, 232, 220, 0.5) !important;
}

.article-box-container::-webkit-scrollbar-thumb {
	background-color: rgba(247, 232, 220, 0.5) !important;
	outline: 1px solid white !important;
}

.article-box-container{
  touch-action: pan-y;
}

.overlay-scroll::-webkit-scrollbar {
	width: 1em;
}

.overlay-scroll::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(236, 13, 13, 0.3) !important;
}

.overlay-scroll::-webkit-scrollbar-thumb {
	background-color: #eac4a7 !important;
	outline: 1px solid white !important;
}

.ticket-line {
	padding: 5px 1px;
}

.ticket-qty {
	display: inline-block;
	width: 40px;
	vertical-align: top;
	cursor: pointer;
	font-weight: 800;
	color: red;
	border: 1px dashed #d2c8c8;
    margin-right: 2px;
    border-radius: 10px;

}

.orderkiosk .ticket-qty {
	display: inline-block;
	width: 40px;
	vertical-align: top;
	cursor: pointer;
	font-weight: 400;
	color: red;
    margin-right: 2px;
    border: none;
    text-align:center;
}



.ticket-prod {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 50px - 60px);
	border-left: 2px solid #f5e5e5;
	padding-left: 6px;
	cursor: pointer;
}

.ticket-prod-selected{
	box-shadow : 0 2px 5px 0 rgba(192,218,46,0.36), 0 2px 10px 0 rgba(214,139,63,0.12);
	border-radius : 8px;
}

.ticket-prod:hover {
	min-height : 20px;
}

.ticket-price {
	display: inline-block;
	vertical-align: top;
	width: 50px;
}

.ticket-subproduct {
	text-align: left;
	padding-left: 10px;
	font-size: 9px;
}

.ticket-subproduct-dec {
	padding-left: 10px;
	color: #5d0e0e;
}

.ticket-subproduct-dec:before {
	content: "•";
    color: #b83b3b;
    text-shadow: #b83b3b 0 0 5px;
    margin:0 10px;
}


.box-shadow {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12);
}

.login-panel {
	background: white;
	position: relative;
	height: 90vh;
}

.login-top {
	padding: 0px !important;
	padding-top: 3% !important;
	font-size: xxx-large;
	text-align: center;
}

.login-fieldPanel {
	background: white;
	padding: 6%;
}

.calldisplayer-title {
	text-shadow: 5px 5px 5px black;
}


.orderkiosk .stepper .step>div:first-child .circle {
    background: #732410 !important;
}

.box-sale-calldisplayer {
	border-radius: 20px;
	display: inline-block;
	padding: 4px;
	color: white;
	font-weight: 800;
	font-size: 35px;
	margin: 5px 7px;
	text-align: center;
	width: 205px;
}

.box-tag-sale-calldisplayer{
	font-weight: 500;
	font-size: 15px;
}

.box-sale-calldisplayer-finish {
	background-color: rgba(120, 220, 29, 0.55);
	text-shadow: 2px 2px 2px #38ad4c;
	box-shadow: 0 2px 5px 0 #38ad4c, 0 2px 10px 0 #38ad4c;
}

.box-sale-calldisplayer-inprogress {
	background-color: rgba(127, 93, 15, 0.75);
	text-shadow: 2px 2px 2px #a06c0d;
	box-shadow: 0 2px 5px 0 #a06c0d, 0 2px 10px 0 #a06c0d;
}

.box-sale-calldisplayer-removal {
	background-color: #cc0000 !important;
	text-shadow: 8px 8px 8px white !important;
	box-shadow: 0 2px 5px 0 #cc0000, 0 2px 10px 0 #cc0000 !important;
}

.offline-box {
	margin: auto; 
	text-align: center;
	color: white;
	font-weight: 800;
	text-shadow: 0px 3px 8px black;
	font-size: 35px;
	height: 50px;
}

.alert-pay-screen {
    bottom: 3px;
    left: 30%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: fixed;
    width: 50%;    
    min-width: 400px;
    z-index: 99;
    background: rgb(237 116 46 / 70%);
    border-radius: 50px;
    padding-top: 3px;
    box-shadow: 0 0 2px 3px #eb3939;
}

.alert-pay-box {
	margin: auto; 
	text-align: center;
	color: white;
	font-weight: 800;
	text-shadow: 0px 3px 8px black;
	font-size: 20px;
	height: 40px;
}

.alert-pay-box-small {
	margin: auto; 
	text-align: center;
	color: red;
	font-weight: 600;
	text-shadow: 0px 3px 8px white;
	font-size: 12px;
	height: 40px;
}


.posimage {
	min-height: 100vh;
}

.posapp-box {
	box-shadow: 0 2px 5px 0 rgba(43, 49, 143, 0.86), 0 2px 10px 0
		rgba(43, 49, 143, 0.86) !important;
	border-radius: 30px !important;
}

.spe_header {
	background-color: white;
	color: rgb(158, 80, 80);
	border-bottom: 1px solid rgb(195, 188, 185);
	max-width: 850px;
	margin: auto;
	font-size: 14px;
	padding-bottom: 5px;
	text-transform: uppercase;
	text-align: left;
}

.spe-box-disabled {
	background: #ffffff;
	box-shadow: 0 0 3px 4px #E6E6E6;
	background-size: 100%;
	font-size: 13px;
	letter-spacing: -1px;
	font-family: AvenirNextLTPro-MediumCn;
	color: #7c7770;
	font-family: Lora, Georgia, serif;
	display: inline-block;
	margin: 7px;
	vertical-align: top;
	opacity: 0.2;
}


.spe-qte {
	padding: 2px;
	border-radius: 100%;
	background-color: rgba(232, 22, 22, 0.5);
	color: white;
	font-weight: 800;
	width: 15px;
	font-size: 10px;
	position: absolute;
	top: 2px;
	left: 2px;
}

.spe-del {
	padding: 2px;
	color: red;
	font-weight: 800;
	width: 15px;
	font-size: 25px;
	position: absolute;
	top: 2px;
	right: 7px;
}

.arrow_box {
	position: relative;
	height: 50%;
	margin-top: 15px;
	margin-left: 20px;
	line-height: 12px;
	padding: 10px !important;
	border-radius: 5px;
	color: #d7dadc;
	cursor: pointer;
}

.arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow-active {
	color: #e57373;
	font-weight: 800;
}

.arrow-active:before {
	border-left-color: red !important;
}

.inlineblock {
	display: inline-block;
}

.ticket-box {
	border: 1px solid #f9ddcf;
	border-radius: 20px;
	margin-left: 10px;
	padding: 10px;
	height: 80vh;;
	max-height: 700px;
	width: 30vw;
	min-width: 300px;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	font-size: 11px;
}

.action-bar {
	background-color: white;
	margin: 0px 8px;
}

.action-bar-top {
	background-color: white;
	padding: 5px;
	margin-bottom: 0px !important;
}

.action-bar-middle {
	background-color: #3c3a3a;
	padding: 5px;
	margin-bottom: 0px !important;
}

.action-bar-bottom {
	margin-bottom: 0px !important;
	background-color: #4e4947;
	padding: 5px;
}

.background-color-bar {
	background-color: #4e4947 !important;
}

.cashdrawer::-webkit-scrollbar {
	width: 1em;
}

.cashdrawer::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(236, 13, 13, 0.3);
}

.cashdrawer::-webkit-scrollbar-thumb {
	background-color: #eac4a7;
	outline: 1px solid white;
}

.cashdrawer {
	height: calc(100vh - 100px);
}

.cashdrawer-displayer {
	
	background: url("../images/poshelper/cloud2.jpg") no-repeat scroll 0%
		0% transparent;
	background-position: center;
	background-size: cover;
	min-height: 100%;
	padding : 50px;
}

.cashdisplayer-slider {
	
	border : 15px solid white;
	border-radius : 20px;
	
}

.chat-content {
	float : none;
	font-size: 12px;
	font-weight : 800;
}

.align-right {
	text-align : right;
}

.align-left {
	text-align : left;
}


.pdf-container {        
    padding-bottom: 100% !important;
}

.map-style {
	border-radius: 10px;
	border: 1px solid #eac4a7;
	margin: auto;
}

.toast-info-light {
	background-color: rgba(93, 91, 234, 0.6) !important;
}

.toast-green {
	background-color: rgba(101, 193, 71, 0.3) !important;
	color: #424242 !important;
}

.toast-red {
	background-color: red !important;
}

.submitted-sale {
	position: absolute;
	top: calc(100vh/ 2 - 200px);
	left: calc(100vw/ 2 - 200px);
	background-color: rgba(208, 148, 73, 0.7);
	border-radius: 100%;
	padding: 180px 70px;
}

.submitted-sale-text {
	font-size: 35px;
	color: white;
	font-weight: 800;
	text-shadow: 1px 1px 1px red;
}

.submitted-sale-overlay {
	background: rgba(78, 75, 76, 0.5) !important;
}

.bar-update-title {
	font-size:25px;
	color:red;
}

.button-pad {
	font-size:20px;
	font-weight: 800;
	width : 68px;
	height : 68px;
}

.button-pad-tpe {
	font-size:10px;
	font-weight: 600;
	width : 68px;
	height : 68px;	
	padding: 3px;
}


.cloud-bg {
	background: url("../images/poshelper/cloud.jpg") no-repeat scroll 0%
		0% transparent;
	background-position: center;
	background-size: cover;
	height : 50vh;
}

.caisse-label {
	background-color: rgba(66,165,245,0.7);
}

.caisse-title {
	color : #f77676!important;
	    text-shadow: 0px 2px 5px #eacb83, 0px 2px 10px #502709;
}

.deposit-line-pair {
	background-color : rgba(178,176,195,0.4);
	padding : 10px 2px;
}

.deposit-line-impair {
	background-color : rgba(239,240,241,0.4);
	padding : 10px 2px;
}

.deposit-line-total {	
	padding : 10px 2px;
}

.ui-itemspe-checked {
	border-radius: 5px;
	color: red;
	/*box-shadow: 0 0 1px 1px #5F4C0B;*/
}


.ui-itemspe-unchecked {
	
}

.display-cashregister-ticket {
	margin-left:5px;
    border: 1px solid #e8e1e1;
    min-height: 400px;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 2px 5px 0 rgb(84 64 218 / 36%), 0 2px 10px 0 rgb(50 75 206 / 12%);
}

.cr-slot-button {
	
	padding:15px;
	border-radius:5px;
	background-color:#524949;
	border:1px solid #4a4343;	
	font-weight:800;	
	color:white;
	margin:3px ;
	vertical-align:top ;
	display:inline-block;
	box-shadow:0px 2px 2px #a4a599;
	cursor:pointer;
	
}

.form-header-background {
	/*background-color: #0f45a7 !important;*/
	background-color: rgba(178,176,195,0.4) !important;
	padding : 5px !important;
	font-size:16px;
	text-transform : uppercase;
}


.article-box-noimg {
	margin-top: 2px;
    border-radius: 10px;
    background-color: #bd6845;
    padding: 15px 2px;    
    color: white !important;
    width: 200px;
    height: 80px;
}

.spe-bloc {
	    margin: 5px;
    vertical-align: top;
    display: inline-block;
    border: 1px dashed #e0dcdc;
    padding: 5px;
    border-radius: 5px;
}

.btn.later-button {
	height: 200px;
	width:200px;
	margin-right:20px;
	border-radius:20px;
	color: white;
	background-color:#101644 !important;
}



.kiosk-ticket {
	position : absolute;
	top : 0;
	right : 0;
	background-color:rgba(254,254,254,1);
	z-index:999;
	height:100vh;
	box-shadow: 0 2px 5px 0 rgb(84 64 218 / 36%), 0 2px 10px 0 rgb(50 75 206 / 12%);
}

.btn-floating.close-kiosk-ticket {

	width : 55px;
	height : 55px;
}



.orderkiosk .ticket-box {

	border: 1px solid #fbf6f3 !important;
	border-radius : 0;
}

.orderkiosk .ticket-total {

	border: 1px solid #fbf6f3 !important;
	border-radius : 0;
}




.kiosk-cartButton-text {
	    text-shadow: 1px 1px 1px black;
}

.btn.kiosk-valid-btn {
	background-color: #B40404;	
	border-radius : 20px;
	  text-shadow: 1px 1px 1px black;
}

.cart-qty {
	position : absolute;
	top: 0;
	right:0;
	font-size: 13px;
    color: black;
    border-radius: 100%;
    width: 20px;
    background-color: yellow;
    vertical-align: top;
}


.kiosk-cartbutton-top {
	margin : 40px auto
}



.btn.suggest {
	background: #f0c14b;
    border-radius: 5px;
    text-transform: capitalize;
    margin-bottom : 5px;
}

.default-pres-kiosk-band {
	background-color:#4c0404;
	
}

.articlebox-image {
		width: 90px;
		min-height: 70px;
		border-radius : 2px;
}

    .orderkiosk  .dialog-spe .item-spe-box .articlebox-image {
	  width: 120px;
	  min-height: 70px;
	  border-radius : 2px;
     }
	

@media only screen and (min-width: 1px) and (max-width: 500px) {
	
	.kiosk-num-sale {
	font-size : 40px;
	margin-top : 10px;
	text-align: center;
	text-shadow: 0 1px #66514c;
	color : #e4460d;
    }
    

	.catalog-panel .articlebox-image {
		width: 120px;
		min-height: 100px;
		border-radius : 5px;
		margin: 10px;
        box-shadow: 5px 6px 7px 0px #a37272;
	}
    
    .product-detail-btn {
	    background-color:#b18b45;
	    margin-top : 5px;
	    border-radius : 10px;
	    color : white;
	    padding : 5px;
	    font-size: 10px;
	    width:55px;
	}
	
	.product-detail-text {
	    color:#4c4746;
        font-size:13px;
        font-weight:600; 	
        height:150px; 
        overflow: auto;
	}
	
	.product-detail-image {
	    margin:auto;
	    width:170px !important;
	    height:170px !important;
	}
	
	.takeawaymode {
		height: 210px;
		width:210px;
		margin:40px auto;
		border-radius:20px;
		cursor : pointer;
		box-shadow: 0 2px 5px 0 rgb(84 64 218 / 36%), 0 2px 10px 0 rgb(50 75 206 / 12%);
		font-size:15px;
	    text-shadow: 0 1px #66514c;
     }
     
     .ticket-total {
	position: absolute;
	bottom: -35px;
	width: calc(100vw - 100px);
	border-radius: 10px;
	border: 1px solid #eac4a7;
	text-align: right;
	padding-right: 15px;
	font-weight: 800;
	font-size: 18px;
}
     
     .kiosk-cartButton {
	width:50px;
	height:250px;
	background-color: #B40404;
	position : absolute;
	top: calc( 50vh - 100px );
	right:0;
	border-radius: 30px 0 0 10px;
	z-index:900;
	cursor : pointer;
    }
     
     .close-kiosk-ticket {
     	top : 10px;
	    right : 10px;	
     }
     
	
	.cashdrawer {
		margin-top: 10px;
	}
	.arrow_box:before {
		border-color: rgba(194, 225, 245, 0);
		border-left-color: #d7dadc;
		border-width: 10px;
		margin-top: -10px;
	}
	.article-width {
		width: calc(100% - 120px); 
	}
	.filterbar-width {
		width: 80px;
	}
	.filter-box {
		margin-bottom: 10px;
	}
	.filter-text-box {
		position: relative;
		bottom: 1px;
		cursor: pointer;
		letter-spacing: -1px;
		color: rgb(124, 119, 112);
		font-weight: 400;
		font-size: 10px;
		width: 50px;
		line-height: 10px;
	}
	
	.filter-box-noimg {
	   margin-top: 2px;
       border-radius: 10px;       
       padding: 11px 5px;
       color: #0c0c0c !important;
       border: 3px solid #bd6845;       
    }
	
	
	.filterbox-image {
		width: 50px;
		border-radius : 2px;
	}
	.articlebox-image {
		width: 90px;
		min-height: 70px;
		border-radius : 2px;
	}
	.cashdrawer .article-text-box {
		position: relative;
		bottom: 1px;
		cursor: pointer;
		letter-spacing: -1px;
		color: rgb(124, 119, 112);
		font-weight: 400;
		font-size: 11px;
		width: 70px;
		line-height: 15px;
	}
	
	.orderkiosk .article-text-box {
		position: relative;
		bottom: 1px;
		cursor: pointer;
		letter-spacing: -1px;
		color: rgb(124, 119, 112);
		font-weight: 400;
		font-size: 11px;
		width: 70px;
		line-height: 15px;
	}
	
	.orderkiosk .item-spe-box-nopicto {
		border-radius: 8px;
		background-color: #bd6845;
		padding: 15px;
		width: 80px;
		min-height: 65px;
		font-weight: 800;
		font-size:10px;
		margin: 2px 2px;
	}
	
	
	
	.spe-valid-btn {
	  width: 150px;
	  height: 35px !important;
	  background-color: rgb(195, 188, 185);
	  position : absolute !important;
	  top : 0px;	
    }
	


}

@media only screen and (min-width: 1282px) and (max-width: 2500px) {
	
	.kiosk-num-sale {
	font-size : 120px;
	margin-top : 10vh;
	text-align: center;
	text-shadow: 0 1px #66514c;
	color : #e4460d;
   }
   
   	
	.catalog-panel .articlebox-image {
		width: 240px;
		min-height: 200px;
		border-radius : 5px;
		margin: 25px;
        box-shadow: 10px 12px 14px 0px #a37272;
	}
	
	
	
    .orderkiosk .ticket-prod {
	   width: calc(100% - 50px - 60px - 135px);
    }

     .ticket-total {
	   position: absolute;
	   bottom: -35px;
	   width: calc(30vw - 20px);
	   border-radius: 10px;
	   border: 1px solid #eac4a7;
	   text-align: right;
	   padding-right: 15px;
	   font-weight: 800;
	   font-size: 18px;
    }
	
	.takeawaymode {
	height: 400px;
	width:600px;
	margin:100px auto;
	border-radius:20px;
	cursor : pointer;
	box-shadow: 0 2px 5px 0 rgb(84 64 218 / 36%), 0 2px 10px 0 rgb(50 75 206 / 12%);
	font-size:35px;
	    text-shadow: 0 1px #66514c;
    }
    
    .paymode {
	margin:20px auto;
	border-radius:20px;
	cursor : pointer;
	box-shadow: 0 2px 5px 0 rgb(84 64 218 / 36%), 0 2px 10px 0 rgb(50 75 206 / 12%);
	font-size:35px;
	    text-shadow: 0 1px #66514c;
    }
    
     .kiosk-cartButton {
	width:100px;
	height:250px;
	background-color: #B40404;
	position : absolute;
	top: calc( 50vh - 100px );
	right:0;
	border-radius: 30px 0 0 10px;
	z-index:900;
	cursor : pointer;
    }
    
    .close-kiosk-ticket {
     	top : 35vh;
	    left : -28px;	
     }
	

    .ticket-product {
	  text-align: left;
	  font-size: 18px;
    }

    .ticket-qty {	
	font-size: 18px;
	/*margin-top:-4px;  */
    }

    .cashdrawer .item-box .articlebox-image {
		width: 185px;
		min-height: 70px;
		margin-top: 30px;
		border-radius : 5px;
	}
	
	.cashdrawer .articlebox-image {
		width: 125px;
		min-height: 70px;
		margin-top: 5px;
		border-radius : 5px;
	}
	
	.cashdrawer .item-spe-box .articlebox-image {
		width: 75px;
		min-height: 50px;
		margin-top: 5px;
		border-radius : 5px;
	}
	
	
	
	.spe-valid-btn {
	  width: 150px;
	  height: 50px !important;
	  background-color: rgb(195, 188, 185);	 
    }
    
    .filterbar-width {
		width: 105px;
	}

    .cashdrawer .filterbox-image {
		width: 95px;
		border-radius : 5px;
	}
	
	.filter-text-box {
		position: relative;
		bottom: 1px;
		cursor: pointer;
		letter-spacing: -1px;
		color: #bd6845;
		font-weight: 600;
		font-size: 15px;
		width: 90px;
		line-height: 15px;
	}

    .cashdrawer .article-text-box {
		position: relative;
		bottom: 1px;
		cursor: pointer;
		letter-spacing: -1px;		
		font-weight: 400;
		font-size: 14px;
		width: 120px;
		line-height: 15px;
	}

    .cashdrawer .item-box .article-text-box {
		position: relative;
		bottom: 1px;
		cursor: pointer;
		letter-spacing: -1px;		
		font-weight: 400;
		font-size: 14px;
		width: 200px;
		line-height: 15px;
	}

   .cashdrawer .item-spe-box-nopicto {
		border-radius: 8px;
		background-color: #bd6845;
		padding: 15px;
		width: 110px;
		min-height: 85px;
		font-weight: 800;
	}
	
	.cashdrawer .item-spe-box {
		font-size: 11px;
		position: relative;
		margin: 3px;
		vertical-align: bottom;
	}
	

}

@media only screen and (min-width: 1025px) and (max-width: 1281px) {
	
	.kiosk-num-sale {
	  font-size : 120px;
	  margin-top : 10vh;
	  text-align: center;
	  text-shadow: 0 1px #66514c;
	  color : #e4460d;
    }
    

	
   .orderkiosk .ticket-prod {
	    width: calc(100% - 50px - 60px - 135px);
    }
	
	
	.ticket-total {
	position: absolute;
	bottom: -35px;
	width: calc(30vw - 20px);
	border-radius: 10px;
	border: 1px solid #eac4a7;
	text-align: right;
	padding-right: 15px;
	font-weight: 800;
	font-size: 18px;
    }
	
	.takeawaymode {
	height: 400px;
	width:600px;
	margin:100px auto;
	border-radius:20px;
	cursor : pointer;
	box-shadow: 0 2px 5px 0 rgb(84 64 218 / 36%), 0 2px 10px 0 rgb(50 75 206 / 12%);
	font-size:35px;
	    text-shadow: 0 1px #66514c;
     }
     
     .paymode {
	margin:20px auto;
	border-radius:20px;
	cursor : pointer;
	box-shadow: 0 2px 5px 0 rgb(84 64 218 / 36%), 0 2px 10px 0 rgb(50 75 206 / 12%);
	font-size:35px;
	    text-shadow: 0 1px #66514c;
    }
     
      .kiosk-cartButton {
	width:100px;
	height:250px;
	background-color: #B40404;
	position : absolute;
	top: calc( 50vh - 100px );
	right:0;
	border-radius: 30px 0 0 10px;
	z-index:900;
	cursor : pointer;
    }
   
     .close-kiosk-ticket {
     	top : 35vh;
	    left : -28px;	
     }
	

    .ticket-product {
	  text-align: left;
	  font-size: 18px;
    }

    .ticket-qty {	
	font-size: 18px;
	/*margin-top:-4px;  */
    }

    .cashdrawer .item-box .articlebox-image {
		width: 185px;
		min-height: 70px;
		margin-top: 30px;
		border-radius : 5px;
	}
	
	.cashdrawer .articlebox-image {
		width: 95px;
		min-height: 50px;
		margin-top: 3px;
		border-radius : 3px;
	}
	
	.cashdrawer .item-spe-box .articlebox-image {
		width: 60px;
		min-height: 45px;
		margin-top: 0px;
		border-radius : 5px;
	}

   .cashdrawer .item-spe-box-nopicto {
		border-radius: 8px;
		background-color: #bd6845;
		padding: 8px;
		width: 100px;
		min-height: 65px;
		font-weight: 800;
	}
	
	
	.spe-valid-btn {
	  width: 150px;
	  height: 50px !important;
	  background-color: rgb(195, 188, 185);	 
    }
    
    .filterbar-width {
		width: 105px;
	}

    .cashdrawer .filterbox-image {
		width: 65px;
		border-radius : 3px;
	}
	
	.filter-text-box {
		position: relative;
		bottom: 1px;
		cursor: pointer;
		letter-spacing: -1px;
		color: #bd6845;
		font-weight: 600;
		font-size: 10px;
		width: 62px;
		line-height: 13px;
	}

    .cashdrawer .article-text-box {
		position: relative;
		bottom: 1px;
		cursor: pointer;
		letter-spacing: -1px;		
		font-weight: 600;
		font-size: 10px;
		width: 90px;
		line-height: 13px;
	}

    .cashdrawer .item-box .article-text-box {
		position: relative;
		bottom: 1px;
		cursor: pointer;
		letter-spacing: -1px;		
		font-weight: 400;
		font-size: 14px;
		width: 200px;
		line-height: 15px;
	}
	
	
	.cashdrawer .item-spe-box {
		font-size: 10px;
		position: relative;
		margin: 3px;
		vertical-align: bottom;
	}
    

}


@media only screen and (min-width: 500px) and (max-width: 1024px) {

    .ticket-product {
	text-align: left;
	font-size: 14px;
   }

    .ticket-qty {	
	font-size: 14px;
	/*margin-top:-4px;  */
   }
   
    .kiosk-cartButton {
	width:100px;
	height:250px;
	background-color: #B40404;
	position : absolute;
	top: calc( 50vh - 100px );
	right:0;
	border-radius: 30px 0 0 10px;
	z-index:900;
	cursor : pointer;
    }
   


   .cashdrawer .item-box .articlebox-image {
		width: 95px;
		min-height: 60px;
		margin-top: 3px;
		border-radius : 5px;
	}
	
	.cashdrawer .articlebox-image {
		width: 65px;
		min-height: 50px;
		margin-top: 1px;
		border-radius : 2px;
	}
	
	
	
	
	.spe-valid-btn {
	  width: 150px;
	  height: 35px !important;
	  background-color: rgb(195, 188, 185);
	  position : absolute !important;
	  left : 100px;
	  top : 20px;	
    }
    
    .filterbar-width {
		width: 75px;
	}
	
	.cashdrawer .filterbox-image {
		width: 55px;
		border-radius : 5px;
	}
	
	.filter-text-box {
		position: relative;
		bottom: 1px;
		cursor: pointer;
		letter-spacing: -1px;
		color: #bd6845;
		font-weight: 400;
		font-size: 10px;
		width: 56px;
		line-height: 10px;
	}
	
	.cashdrawer .article-text-box {
		position: relative;
		bottom: 1px;
		cursor: pointer;
		letter-spacing: -1px;		
		font-weight: 600;
		font-size: 10px;
		width: 90px;
		line-height: 12px;
	}
	
	.cashdrawer .item-box .article-text-box {
		position: relative;
		bottom: 1px;
		cursor: pointer;
		letter-spacing: -1px;		
		font-weight: 600;
		font-size: 10px;
		width: 100px;
		line-height: 12px;
	}

    .cashdrawer .item-spe-box-nopicto {
		border-radius: 8px;
		background-color: #bd6845;
		padding: 15px;
		width: 100px;
		min-height: 55px;
		font-weight: 600;
	}
	
		.cashdrawer .item-spe-box {
		font-size: 11px;
		position: relative;
		margin: 3px;
		vertical-align: bottom;
	}
	

}




@media only screen and (min-width: 500px) and (max-width: 2500px) {
	.arrow_box:before {
		border-color: rgba(194, 225, 245, 0);
		border-left-color: #d7dadc;
		border-width: 15px;
		margin-top: -15px;
	}
	.orderkiosk .article-width {
		width: calc(100% - 105px);
	}
	
	.cashregister .article-width {
		width: 100%;
	}
	
	.filter-box {
		margin-bottom: 2px;
	}
	
	
    .filter-box-noimg {
	    margin-top: 2px;
       border-radius: 10px;       
       padding: 10px 5px;
       color: #0c0c0c !important;
       border: 3px solid #bd6845;      
    }
    
    .catalog-panel .request-quote-button {
       width: 100%;
       background-color: #262020;
       height: 100px;    
       margin-top: 2px;
       box-shadow: -1px -7px 10px 2px black;
       cursor: pointer;
    }
    
    .catalog-panel .request-quote-label {       
       font-size: 58px;
       color: white;
       background-color: #262020;
       text-shadow: 4px 3px 15px #d4cff1;  
       text-transform: uppercase;   
    }
    
	.catalog-panel .material-carousel .carousel-next-arrow {
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -32px;
      width: 90px;
      height: 90px;
      line-height: 28px;
      font-size: 20px;
      color: white;
      background: rgb(48 66 201 / 80%);      
   }
   
   	
	.catalog-panel .material-carousel .carousel-prev-arrow {
      position: absolute;
      top: 50%;
      left: 10px;
      margin-top: -32px;
      width: 90px;
      height: 90px;
      line-height: 28px;
      font-size: 20px;
      color: white;
      background: rgb(48 66 201 / 80%);      
   }
   
	.borne .filterbox-image {
		width: 100px;
		border-radius : 5px;
	}
	
	
	
	
	.cashdrawer .article-text-box-grey{
	   color: #232227 !important;
	}
	
	.cashdrawer .articlebox-image-spe {
		width: 75px;
		min-height: 70px;
		margin-top: 10px;
	}
	.borne .articlebox-image {
		width: 240px;
		min-height: 200px;
		border-radius : 5px;
	}
	
	.catalog-panel .articlebox-image {
		width: 240px;
		min-height: 200px;
		border-radius : 5px;
		margin: 25px;
        box-shadow: 10px 12px 14px 0px #a37272;
	}
	
	.cashdrawer .article-bigtext-box {
		position: relative;
		bottom: 1px;
		cursor: pointer;
		letter-spacing: -1px;
		color: rgb(124, 119, 112);
		font-weight: 400;
		font-size: 25px;
		width: 120px;
		line-height: 25px;
	}
	.cashdrawer .item-box {
		font-size: 11px;
		position: relative;
		margin: 3px;
		vertical-align: bottom;
	}
	.cashdrawer .item-box-nopicto {
		border-radius: 8px;
		background-color: #4e4947;
		padding: 30px;
		width: 210px;
		height:120px;
		font-weight: 800;
		margin-top : 30px;
		margin-right:10px;
	}
	
	.orderkiosk .item-box-nopicto {
		border-radius: 8px;
		background-color: #4e4947;
		padding: 30px;
		width: 210px;
		font-weight: 800;
		margin-top : 50px;
		margin-right : 50px;
	}
	


	.cashdrawer.ui-adv-cb-checked {
		display: inline-block;
		cursor: pointer;
		vertical-align: top;
		padding: 5px;
		background: white;
		border: 1px solid red;
		border-radius: 10px;
		color: red;
		font-weight: 800;
		margin: 5px 10px;
		text-transform: uppercase;
		box-shadow: 0 0 3px 3px #d8b22f;
	}
	.cashdrawer .ui-adv-cb-unchecked {
		display: inline-block;
		cursor: pointer;
		vertical-align: top;
		padding: 5px;
		background: white;
		border: 1px solid #D8D8D8;
		border-radius: 10px;
		color: black;
		margin: 5px 10px;
		text-transform: uppercase;
		font-weight: 400;
	}
	.cashdrawer .price-box {
		width: 95px;
		background-color: #d63131;
		border: 1px solid #D8D8D8;
		border-radius: 2px;
		color: white;
		font-weight: 800;
		padding: 2px;
		font-size: 11px;
		margin: 1px auto;
	}
}



@media only screen and (min-width: 1025px) and (max-width: 1281px) {

    .ticket-product {
	  text-align: left;
	  font-size: 18px;
    }

    .ticket-qty {	
	font-size: 18px;
	/*margin-top:-4px;  */
    }



    .orderkiosk .item-box .articlebox-image {
		width: 305px;
		min-height: 130px;
		margin-top: 30px;
		border-radius : 5px;
	}
	
	.orderkiosk  .article-text-box-detail,.orderkiosk .article-text-box-descr {
	     position: relative;
         bottom: 1px;
         cursor: pointer;
         letter-spacing: -1px;
         font-weight: 400;
         font-size: 13px;
         width: 250px;
         line-height: 15px;
	}
	
	.orderkiosk .item-box-middle .articlebox-image {
		width: 245px;
		min-height: 110px;
		margin-top: 10px;
		margin-left: 20px;
		border-radius : 5px;
	}
	
	.orderkiosk .item-box.suggest .articlebox-image {
		width: 105px;
		height: 105px;
		margin-top: 10px;
		border-radius : 5px;
	}
	
	.orderkiosk .articlebox-image {
		width: 150px;
		min-height: 75px;
		margin-top: 3px;
		border-radius : 3px;
	}
	
	.orderkiosk .item-spe-box .articlebox-image {
		width: 120px;
		min-height: 65px;
		margin-top: 0px;
		border-radius : 5px;
	}
	
	.orderkiosk .item-small-box .articlebox-image {
		width: 180px;
		min-height: 65px;
		margin-top: 0px;
		border-radius : 5px;
	}
	
	.item-small-box .articlebox-image {
		width: 120px;
		min-height: 65px;
		margin-top: 0px;
		border-radius : 5px;
	}
	
	.product-detail-btn {
	    background-color:#b18b45;
	    margin-top : 5px;
	    border-radius : 20px;
	    color : white;
	    padding : 10px;
	    font-size: 15px;
	    width:90px;
	}
	
	.product-detail-text {
	    color:#4c4746;
        font-size:13px;
        font-weight:600; 	
        height:300px; 
        overflow: auto;
	}
	
	.product-detail-image {
	    margin:auto;
	    width:500px !important;
	    height:500px !important;
	}
	
	
	

   .orderkiosk .item-spe-box-nopicto {
		border-radius: 8px;
		background-color: #bd6845;
		padding: 8px;
		width: 100px;
		min-height: 65px;
		font-weight: 800;
	}
	
	
	.spe-valid-btn {
	  width: 300px;
	  height: 100px !important;
	  background-color: rgb(195, 188, 185);	 
    }
    
    .filterbar-width {
		width: 105px;
	}
	
	.cashregister .filterbar-border {
		border-right:1px solid #f9ddcf;
	}

    .orderkiosk .filterbox-image {
		width: 305px;
		border-radius : 3px;
	}
	
	.filter-text-box {
		position: relative;
		bottom: 1px;
		cursor: pointer;
		letter-spacing: -1px;
		color: #bd6845;
		font-weight: 600;
		font-size: 16px;
		width: 162px;
		line-height: 13px;
	}

    .orderkiosk .article-text-box {
		position: relative;
		bottom: 1px;
		cursor: pointer;
		letter-spacing: -1px;		
		font-weight: 400;
		font-size: 16px;
		width: 250px;
		line-height: 17px;
	}
	
	.orderkiosk .dialog-spe .article-text-box {
		position: relative;
		bottom: 1px;
		cursor: pointer;
		letter-spacing: -1px;		
		font-weight: 400;
		font-size: 16px;
		width: 150px;
		line-height: 17px;
	}

    .orderkiosk .item-box .article-text-box {
		position: relative;
		bottom: 1px;
		cursor: pointer;
		letter-spacing: -1px;		
		font-weight: 400;
		font-size: 14px;
		width: 200px;
		line-height: 15px;
	}
	
	
	.orderkiosk .item-spe-box {
		font-size: 10px;
		position: relative;
		margin: 3px;
		vertical-align: bottom;
	}
    

}


