@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Nunito:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

body {
	font-family: "Nunito","Roboto",Sans-serif;
	background-color: #fff;
	margin-top: 200px;

	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
	-webkit-overflow-scrolling: touch;
}

.scrollmenu {
	overflow: auto;
	white-space: nowrap; 
	width: 100%;
	/*left: 0px;*/
	display: all;
	align-items: center;
	justify-content: center; 
	
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
}


.scrollmenu::-webkit-scrollbar { 
	display: none;
}

.scrollmenu a {
	display: inline-block;
	color: black;
	text-align: center;
	padding: 14px;
	text-decoration: none;
	font-size: 11px;
	padding-top: 7px;
	margin-top: 7px;
	padding-bottom: 7px;
}

.scrollmenu a:focus {
	background-color: #0bcece;
	color: white;
	/*border-bottom: 3px solid #0bcece !important;*/
	/*left: 50%;*/
	/*border-radius: 10px 10px 0px 0px;*/
}

.scrollgroup {
	background-color: #0bcece;
	/*overflow: auto;*/
  	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-align-content: center;
  	align-content: center;
  	width: 100%;
	left: 0px;

	position: fixed;
	bottom: 0;
	
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
}

.scrollgroup::-webkit-scrollbar { 
	display: none;
}

.scrollgroup a {
	display: inline-block;
	color: black;
	text-align: center;
	padding: 3px 14px 0px 14px;
	text-decoration: none;
	font-size: 11px; 
  	left: 0; 
  	right: 0; 
  	margin-left: auto; 
  	margin-right: auto; 
	/*padding-bottom: 7px;*/
	border-bottom: 3px solid #0bcece !important;
}

.scrollgroup a:active,
.scrollgroup a:focus, 
.scrollgroup a:hover {
	/*background-color: #0bcece;*/
	color: white;
	border-bottom: 3px solid white !important;
}

.scrollgroup i.fa-custom {
	 background-size: 100%;
	 -webkit-background-clip: content-box;
	 -webkit-text-fill-color: transparent;
	 /*-webkit-text-stroke:1px;*/
}

a.iconlink {
	color: #ffffff;
}
a.iconlink {
	color: #000;
}
a:hover {
	color: #0bcece;
	cursor: pointer;
}

.hide-element {
	display: none !important;
}

/*HEADER*/
#logo {
	width: 100px;
	/*height: 40px;*/
}
.banner-top-right {
	background: #cccccc;
}
#header-desktop {

}
/*ENF OF HEADER*/


/*CART-ICON DEKSTOP*/
.cart-icon {
	margin-top: 1.7rem !important;
}
.cart-icon a {
	color: #222;
}
.cart-icon a:hover {
	text-decoration: none;
}
/*.badge-cart {
    background-color: #ce0000;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}*/

.badge-cart {
	position: absolute;
	color: white;
	top: 13px;
	right: 0;
	margin: 3px 0 0 5px;
	min-height: 20px;
	min-width: 20px;
	border-radius: 100%;
	background: #ce0000;
	text-align: center;
	font-size: 11px;
	padding: 3px 4px;
}

/*END OF CART ICON DESKTOP*/

/*CART ICON MOBILE*/
.cart-navbar{
	display: none;
}
.cart-navbar a {
	color: #222;
}
.cart-navbar a:hover {
	text-decoration: none;
}

.badge-mobile {
    background-color: #ce0000;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 4px 6px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: -15px;
}
.badge-cart-mobile
{
	position: absolute;
	color: white;
	top: 0px;
	right: 4px;
	margin: 3px 0 0 5px;
	min-height: 20px;
	min-width: 20px;
	border-radius: 100%;
	background: #ce0000;
	text-align: center;
	font-size: 11px;
	/*padding: 4px 3px 3px 5px;*/
	padding: 3px 2px 2px 3px;
	font-weight: bold;
}
/*END OF CART ICON MOBILE*/


/*CART PAGE*/
/*breadcrumb*/
ol.breadcrumb {
	background: #fbfbfb;
}
li.breadcrumb-item {
	text-transform: uppercase;
}

li.breadcrumb-item a {
	color: #000;
}
li.breadcrumb-item.active{
	color: #0bcece;
}
/*end of breadcrumm*/

/*table cart*/
.table-cart tr {
    border-top: 1px solid #dee2e6;
}
.cart-img img{
	width: 50px;
	height: auto;
}
.cart-child {
	border-top: 1px solid transparent !important;
}
.cart-title 
{
	/*word-wrap: break-word;*/
}
.cart-title a {
	font-weight: 700;
	font-size: .9em;
	color: #717171;
}
.cart-title p {
	font-size: 0.8rem;
	padding: 2px 0;
}
.cart-qty {
	min-width: 170px;
}
.btn-cart-qty {
	background-color: #fff;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.275);
    color: #868a8f;
    width: 35px;
    height: 35px;
    font-size: 1.05em;
    font-weight: bold;
}

.btn-cart-qty:focus{
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.275);
}
.btn-cart-qty:focus > i{
   	color: #0bcece;
}
.btn-cart-plus i,
.btn-cart-minus i {
	color: #a9a9a9;	
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.btn-cart-qty-value {
	width: 40px;
	outline: none;
	border: none;
	text-align: center;
}
.dropdown-item.active, 
.dropdown-item:active
{
	background: #0bcece;
	color: #ffffff !important;
	outline: none;
	border: none;
}
.btn-cart-qty-value:disabled {
	background: transparent ;
}

.subtotal {
	font-weight: bold;
}


/*end of table cart*/
/*END OF CART PAGE*/

/*NAVIGATION*/
.nav-link {
	color: #000 !important;
	font-weight: bold !important;
    font-family: "Nunito","Roboto",Sans-serif;

}
.logo-navbar {
	display: none;
}
.bg-dark {
	background-color: #e20000 !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1.0);
    font-family: "Nunito","Roboto",Sans-serif;
}
.bg-light {
	background: #ffffff !important;	   
}
.navbar-light .navbar-nav .nav-link {
	color: #000000;
	font-weight: bold;
}
.navbar-light {

	-webkit-box-shadow: 0px 10px 15px -17px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 15px -17px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 15px -17px rgba(0,0,0,0.75);
}
.navbar-light .navbar-toggler
{
	border: none;
}
.nav-item {
	font-family: "Nunito","Roboto",Sans-serif;
	color: #606975;
	cursor: pointer;
	text-align: center;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #606975;
    font-weight: 600;  
    position: relative;
    border-bottom: 3px solid transparent;
}
.nav-link.active {
	/*background: #0bcece;*/
	border-bottom: 3px solid #0bcece;
}

.nav-link:active,
.nav-link:focus, 
.nav-link:hover {
	/*background: #0bcece;*/
	border-bottom: 3px solid #0bcece;
}

.dropdown-item:focus, 
.dropdown-item:hover {
	background-color: #0bcece;
	color: #fff !important
}


/*END OF NAVIGATION*/

/*SLIDER*/
.slidermobiletag {
	display: none;
}
#slider .item img{
    display: block;
    width: 100%;
    height: auto;
}
.owl-theme .owl-nav.disabled+.owl-dots
{
	position:relative;
	margin-top: -30px;
	z-index: 1;
}
.owl-carousel button.owl-dot {
	outline: 0;
}
/*END OF SLIDER*/

/*OPTION MENU*/
.option-menu {
	background: #ffffff;
	border: 1px solid #ececec;
}
.btn-gridtype.active {
	background: #e2e6ea;
}
/*END OF OPTION MENU*/

/*CONTENT*/
.content-section {
	background-color: #f8f8f8;
}
.department-title {
	text-align: center;
	font-family: "Nunito","Roboto",Sans-serif;
	font-weight: 600px;
}
/*Shop Grid Item*/
.shop-grid-item {
	/*border: 1px solid #e2e2e2;*/
	/*-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);*/
    /*box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);*/
   box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
   transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.shop-grid-item:hover{
	/*border: 1px solid #ff6767;*/
	/*-webkit-box-shadow: 0 0.225rem 0.55rem rgba(0,0,0,.175);*/
    /*box-shadow: 0 0.225rem 0.55rem rgba(0,0,0,.175);*/
     box-shadow: 0 14px 28px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.12);
}

.shop-grid-item:hover > .btn-add {
	background: #0bcece;
	border: 1px solid #0bcece;
	box-shadow: none;
	color: #ffff;
}
.card-title {
	font-size: 1em;
	font-weight: 700;
   	text-align: center;
	display: block;
    height: 2em;
    max-height: 2em;
}
.card-body{
	padding: .5rem ;
}
.card-text {
	font-size: 0.8em;
	line-height: 1.3em;
    display: block;
    /*text-align: justify-all;*/
    text-align: center;
    height: 2.6em;
    max-height: 2.6em;
}
.item-price {
	text-align: center;
	display: block;
	color: #000;
}


/*Grid Department*/

.department-title-grid h4 {
	text-align: center;
	font-family: "Nunito","Roboto",Sans-serif;
	font-size: 1.1em;
	font-weight: 600;
}
.img-icon {
	width: 100px;
	height: 100px;
	border-radius: 7px;	
}
.standard-box-2 {
	box-shadow: 0 7px 14px rgba(0,0,0,0.05), 0 5px 5px rgba(0,0,0,0.12);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	border : 1px solid #dedede;
	border-radius: 5px;
	min-height: 110px;
	max-height: 210px;
	margin: 7px;
}
.standard-box-2:hover{
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	cursor: pointer;
}
.department_close {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .5s ease;
}
#slider-department-category {
	display: none;	
}
.dept-grid-active {
	border: 1px solid #cacaca;
	margin-top: 7px !important;
	background: #fff9db
}

/*Legend*/
.legend {
	text-align: center;
	margin: 0 auto;
}
.badge-legend {
	border-radius: .5rem;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-add {
	border-radius: 10px;
	background: #ffffff;
	color: #0bcece;
	border: 1px solid #0bcece;
}
.btn-add:hover,
.btn-add:visited,
.btn-add:focus {
	background: #0bcece;
	border: 1px solid #0bcece;
	box-shadow: none;
	color: #ffffff;
}

.btn-soldout {
	border-radius: 10px;
	background: #ffffff;
	color: red;
	border: 1px solid red;
}
.btn-soldout:hover,
.btn-soldout:visited,
.btn-soldout:focus {
	border: 1px solid red;
	box-shadow: none;
}
/*End of Shop Grid Item*/


/*Shop List Item*/
.shop-list-item {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.shop-list-item:hover{
     box-shadow: 0 14px 28px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.12);
}
.shop-list-item img {
	width: 150px;
	height: 150px;
}

/*Grid Item*/
.grid-item {
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.grid-item:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.12);
}

.card-list-title,
.card-list-text,
.card-list-title {
	display: block;    
    white-space: normal;
} 
.legend-list {
	margin: 0 auto;
}
.card-list-title {
	font-size: 1em;
	font-weight: 700;
	display: block;
}
.card-list-text {
	font-size: 0.8em;
	line-height: 1.3em;
    display: block;
    text-align: justify-all;
}
.btn-list-add-mobile {
	display: none;
}
/*End of Shop List Item*/

/*END OF CONTENT*/


/*FOOTER*/
.page-footer {
	font-size: 0.8em;
}
.footer-header {
	background: #edc788;
	color: #000;
}
.footer {
	background: #fff;
	font-size: 0.8em;
}
a.-text {
	color: #606975;
	font-size: .875rem;
	line-height: 1.09375rem;
	letter-spacing: .02em;
	font-weight: 300;
	font-family: "Nunito","Roboto",Sans-serif;   
}
.footer-copyright{
	background: #f7f7f7;
}
/*END OF FOOTER*/



/*==================================================*/

/*FORM*/

.form-control{
	font-size: 13px;
    line-height: 26px;
    color: #999;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    padding-left: 20px;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #ea6c5d !important;
    outline: 0;
}
.search-input {
	width: 300px !important;;
}
.btn-clear {
	border: none;
}
.label-error {
	color: #e40000;
	font-family:  "Nunito","Roboto",Sans-serif; 
	font-size: .875rem;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 0;
}
/*END OF FORM*/



/*SIDEBAR MODAL*/
.modal.left .modal-dialog {
	position: fixed;
	margin: auto;
	width: 270px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body {
	padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
	left: 0;
}

 ----- MODAL STYLE ----- 

.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	border-bottom-color: #eeeeee;
	background-color: #f3f3f3;

}
.modal-footer {
	border-top-color: #eeeeee;
	background-color: #f3f3f3;
}



.modal-body-scroll{
    /*height: 450px;*/
    /*max-height: calc(100vh - 210px);*/
    overflow-y: auto;
}


.sidebar-header
 {
	background: #0bcece;
	height: fit-content;
}
.sidebar-footer {
	background: #ffffff;
/*	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	flex-wrap: wrap;*/
  	-webkit-align-content: center;
  	align-content: center;
    /*height: 100px;*/
}
.sidebar-content {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.sidebar-menu-content
{
	overflow-x: hidden;
}

/* Header Sidebar */
.logo-sidebar {
	width: 100px;
	height: 30px;
}
.logo-sidebar2 {
	width: 100px;
	height: 100px;
}
.sidebar-close-button {
	color: #0bcece;
}

/*Metis Menu*/
.sidebar {
  display: block;
  float: left;
  width: 250px;
  background: #ffff;
  
}
.content {
  display: block;
  overflow: hidden;
  width: auto;
}
.sidebar-nav {
 
}
.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav a, 
.sidebar-nav a:hover, 
.sidebar-nav a:focus, 
.sidebar-nav a:active {
  outline: none;
}
.sidebar-nav ul li, .sidebar-nav ul a {
  display: block;
}
.sidebar-nav ul li
{

}

.sidebar-nav ul a {
  padding: 10px 10px 10px 10px;
  color: #222;
  border-top: 1px solid #efefef;
}
.sidebar-nav ul a:hover, 
.sidebar-nav ul a:focus, 
.sidebar-nav ul a:active {
  color: #222;
  text-decoration: none;
}
.sidebar-nav ul ul a {
  padding: 10px 30px;
  background-color: rgba(255, 255, 255, 1);
}
.sidebar-nav ul ul a:hover, 
.sidebar-nav ul ul a:focus, 
.sidebar-nav ul ul a:active {
  background-color: rgba(255, 255, 255, 1);

}
.sidebar-nav ul ul a.active 
{
	color: #000;
	background-color: #0bcece;
}
.sidebar-nav-item {
  padding-left: 5px;
}
.sidebar-nav-item-icon {
  padding-right: 5px;
}
#rtlh3 small {
    transform: rotateY(180deg);
    display: inline-block;
}
.sidebar-nav i {
	width: 20px;
}

/*END OF SIDEBAR MODAL*/



/*BUTTON*/
.btn-oo {
	background: #222;
	color: #fff;
}
.btn-oo:hover,
.btn-oo:visited,
.btn-oo:focus {
	background: #0bcece;
	box-shadow: none;
	color: #fff;
}
/*END OF BUTTON*/



/*PAGINATION*/
.card-pagination {
	/*padding: .55rem;*/
	/*border: none;*/
	/*background: #fff;*/
}
/*END OF PAGINATION*/


/*OTHER*/
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /*align-self: flex-start; */
  z-index: 1020;
}

/*END OF OTHER*/



/*GRAYSCALE*/
.grayscale {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.inside-image {
	position: absolute;
	top: 0;
	left: 0;
	width: auto !important;
	height: 75px !important;
}


/*Modifier*/
.form-check {
	padding-left: 0.25rem;
}
.btn-addtocart {
	/*background: rgb(140,0,1);*/
	background: #0bcece;
	color: #ffffff;
	border: 1px solid #ffffff;
}
.btn-addtocart2 {
	/*background: rgb(140,0,1);*/
	background: #0bcece;
	color: #ffffff;
	border: 1px solid #ffffff;
	margin: 5px 0 0 0;
}
h5.modifier-title {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	font-family: 'LibreFranklin-Regular', arial, tahoma;
}
.modal-item {
	border:1px solid #e8e8e8;
	border-radius: 5px;
	padding: 10px 5px 10px 25px;
	margin: 3px 0;

	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.modal-item-active {
	border:1px solid #00bb51;

	box-shadow: 0 4px 18px rgba(0,0,0,0.05), 0 5px 5px rgba(0,0,0,0.12);
}
.modifier-level {
	margin-bottom: 20px;
}
h6.modifier-level-title {
	font-size: 1.0em;
	font-weight: bold;
	font-family: 'LibreFranklin-Regular', arial, tahoma;
}
.radiobutton_large{
	width:21px;
    height:21px;
    vertical-align: middle;
    outline: none;
}
.radiobutton_large:checked {
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    border: 3px solid #00bb51;
    background: #00bb51;
    border-radius:50%;
}
.checkbox_large {
    width:20px;
    height:20px;
    vertical-align: middle;
    outline: none;
}
.checkbox_large:checked {
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    border: 3px solid #00bb51;
    background: #00bb51;
}
.label_large {
	font-size: 21px;
	padding-left: 20px;
}

.label_small{
	font-size: 11px;
	padding-left: 25px;
	float: right;
}
.btn-modifier-qty {
	background: transparent;
	color: #000000;
	border: none;
	font-size: 1.0em;
}
.btn-qty {
	background: white;
	color: #1d1d1d;
	border: 1px solid #1d1d1d;
}


.btn-qty:disabled {
	background: transparent;
	color: #757575;
	/*border: 1px solid #757575;*/
} 
.btn-qty:disabled i {
	opacity: 0.5;
	border: none;
	outline: none;
} 
.modifier-alert-danger {
	background: #ffe3e3;
	text-align: center;
	color: #e63232;
	font-weight: bold;
	padding: 5px 3px;
}
.list-group-item-modifier {
	padding: 0rem 1.25rem 0 0;
	/*padding: 0 0.5rem;*/
	
	border:1px solid #e8e8e8;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.list-group-item-modifier-active 
{
	border:1px solid #00bb51;
	box-shadow: 0 14px 28px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.12);
}
.container-fluid-modifier {
	margin: 0;
	padding: 0;
}
label.mod-item {
	font-size: 0.9em;
	display: inline-block;
}
b.mod-price {
	float: right;
}
b.mod-price-small {
	vertical-align: middle;
	font-size: 0.9em;
}
.mod-price-sellband {
	color: rgb(140,0,1);
	text-decoration: line-through; 
	padding-right: 10px;
}
#ModalPLU,
#mySetMenu, 
#ModalTimeout,
#ModalSessionexpired,
#myMediaPayment,
#agreementsModal,
#policeModal,
#ModalRegist,
#ModalLogin,
#ModalWaiting,
#ModalServerError {
	/*top: 60px;*/
	z-index: 1100;	
	overflow-y:scroll ;
}

#ModalPLU .modal-content,
#mySetMenu .modal-content,
#ModalTimeout .modal-content,
#ModalSessionexpired .modal-content,
#myMediaPayment .modal-content,
#agreementsModal .modal-content,
#policeModal .modal-content,
#ModalRegist .modal-content,
#ModalServerError .modal-content {
	/*background: rgb(140,0,1);*/
	/*color: #ffffff;*/
	/*background: url(../img/header.jpg);*/
}

#ModalTimeout .modal-body #tiles {
	position: relative;
	z-index: 1;
}

#ModalTimeout .modal-body #tiles > h1 {
	text-align: center;
}


#SearchModal .modal-header,
#SearchItemModal .modal-header,
#ModalItemDetail .modal-header,
#ModalPLU .modal-header,
#mySetMenu .modal-header,
#ModalTimeout .modal-header,
#ModalSessionexpired .modal-header,
#myMediaPayment .modal-header,
#agreementsModal .modal-header,
#policeModal .modal-header,
#ModalRegist .modal-header,
#ModalServerError .modal-header {
	/*border-color: rgb(140,0,1);*/
	background: #edc788;
}
#ModalPLU .modal-footer,
#mySetMenu .modal-footer,
#ModalTimeout .modal-footer,
#ModalSessionexpired .modal-footer,
#myMediaPayment .modal-footer,
#agreementsModal .modal-footer,
#policeModal .modal-footer,
#ModalRegist .modal-footer,
#ModalServerError .modal-footer{
	/*border-color: rgb(140,0,1);*/
	background: #edc788;
}
#ModalTimeout .warning-timeout,
#ModalSessionexpired .warning-timeout,
#ModalServerError .warning-timeout
{
	text-align: center;
}

.modal-header .close {
	color: #000000;
}

.modal-body {
	overflow-y: auto;
}

/* End of Modifier*/



/*TENANT*/
.standard-box {
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
	box-shadow: 0 14px 28px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.12);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.standard-box:hover{
	/*box-shadow: 0 14px 28px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.12);*/
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	cursor: pointer;
}
.tenant {
	border-radius: 7px;
	margin-bottom: 0;	
}
.tenant:hover
{
	/*background: rgb(226,170,14);
	background: -webkit-linear-gradient(left, rgba(226,170,14,1) 0%, rgba(253,255,24,1) 30%, rgba(254,245,15,1) 74%, rgba(226,170,14,1) 100%);
	background: -o-linear-gradient(left, rgba(226,170,14,1) 0%, rgba(253,255,24,1) 30%, rgba(254,245,15,1) 74%, rgba(226,170,14,1) 100%);
	background: linear-gradient(to right, rgba(226,170,14,1) 0%, rgba(253,255,24,1) 30%, rgba(254,245,15,1) 74%, rgba(226,170,14,1) 100%);*/

	background: #ffec8b;
}
.tenant img {
	border-radius: 17px;
}
.tenant-title h4 {
	text-align: center;
	font-family: "Nunito","Roboto",Sans-serif;
	font-size: 1.1em;
	font-weight: 500;
}

.tenant_close {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .5s ease;
  /*opacity: 0.5;*/
  /*background: red;*/
}
/*END OF TENANT*/


/*Scroll Bar*/
/* Handle */

.scrollbar-style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.scrollbar-style-1::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.scrollbar-style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}


.scrollbar-style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scrollbar-style-2::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.scrollbar-style-2::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}

.scrollbar-style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.scrollbar-style-3::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.scrollbar-style-3::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-linear-gradient(top,
											  #e4f5fc 0%,
											  #bfe8f9 50%,
											  #9fd8ef 51%,
											  #2ab0ed 100%);
}

.scrollbar-style-4::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-style-4::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

.scrollbar-style-4::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear,
                     40% 0%,
                     75% 84%,
                     from(#4D9C41),
                     to(#19911D),
                     color-stop(.6,#54DE5D))
}
/*End of Scroll*/



.pluprice_sellband {
	color: #0bb8b8;
	text-decoration: line-through; 
	font-size: 75%;
}

/*Legend*/
.wrap-legend {
	float: left;
	background: #edc788;
	border-radius: 5px;
	margin: 2px;
	padding: 0 5px;
}
.wrap-legend img {
	width: 20px;
	height: 20px;
}
.legend {
	width: 20px;
	height: 20px;
	margin:5px 0 0 0;
	padding: 0 3px 5px 0;
	vertical-align: middle;
}
.legend-text {
	font-size: 0.6em;
	vertical-align: middle;
	line-height: 20px;
}


/*MODAL CART RIGHT*/
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	/*width: 400px;*/
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.right .modal-body {
	padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

/*EMD OF MODAL CART RIGHT*/

/*CART*/
.icon-cart-mobile 
{
	position: fixed;
	right: 75px;
	top: 22px;

}

.sidebar-cart-content
{
	font-size: 0.9em;
	color: #5d5d5d;
	max-width: 100%;
	overflow-x: hidden;
	padding: 1rem 0.5rem 1rem 1rem!important;
}
.sidebar-table-cart th
{
	text-align: center;
}
.sidebar-cart-item
{
	min-width: 100px;
}
.sidebar-cart-qty
{
	min-width: 85px;
}
.sidebar-cart-icon
{
	color: #5d5d5d;
}
.sidebar-cart-icon-delete
{
	color: #f30000;
}
.sidebar-cart-action
{
	max-width: 30px;
}
.sidebar-cart-total
{
	font-size: 1.5em;
}
.sidebar-cart-child {
	/*font-size: 0.9em;*/
}
.sidebar-cart-child-itemname {
	padding-left: 10px;
}
/*CART*/

/*MISC*/

.modal-backdrop {
   /*background-color: #f30000;*/
   background: url(../img/modal-backdrop.png);
   background-size: cover;

   opacity: 1.0 !important;
   filter: alpha(opacity=100) !important;
}
.btn-transparent 
{
	background-color:transparent;
	border: none;
	outline: none;
}
.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus
{
	background-color:transparent;
	border: none;
	outline: none;
	box-shadow: none;
}

.btn-checkout
{
	background: #0bcece;
	/*border: 1px dashed #ffffff;*/
	outline: none;
	color: #ffffff;
	font-weight: bolder;
	transition: all .2s ease-in-out; 
}
.btn-checkout:hover,
.btn-checkout:active,
.btn-checkout:focus
{
	border: 1px dashed #0bcece;
	outline: none;
	background: #ffffff;	
	box-shadow: none;
	color: #f30000;
	transform: scale(0.95);
}

.fa-hidden
{
	color: transparent;
}
.fa-window-close-custom
{
	color: #f30000;
}
/* END OF MISC*/


.sidebar-modal-content
{
	overflow-x: hidden;
}
	.sidebar-header::after {
	    background: #0d0d0d;
	    transform: rotate(42deg);
	    position: absolute;
	    content: '';
	    display: block;
	    height: 100px;
	    width: 100px;
	    top: -55px;
	    right: -45px;
	}

@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */ 
    .sidebar-header {
		border-bottom: 50px solid #0bcece;

	}

	.sidebar-closebtn {
		right: -7px;
	}
}

@supports not (-webkit-overflow-scrolling: touch) {
  /* CSS for other than iOS devices */ 
	.sidebar-closebtn {
		right: 2px;
	}
}

.sidebar-closebtn {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	/* color: red; */
	text-shadow: 0 1px 0 #fff;
	background-color:transparent;
	color: #ffffff;
	z-index: 1051;
	border: none;
	/*margin: -15px 5px 0 0;*/
	top: 2px;
	position: fixed;
}
.sidebar-content {
    height: 100%;
    overflow-y: auto;
    margin-top: -15px;
}
.btn-qty-mode2:disabled i {
	opacity: 0.5;
	border: none;
	outline: none;
} 
.btn-cart-qty-mode2 
{
	/*padding: 0 3px;*/
	width: 25px;
}




/*Order Summary*/

.wrapper-order {

}
.order {
	border-radius: 10px;
	background: #ffffff;
	color: #000000;
	font-size: 0.6em;
	margin-top: 20px;
/*	-webkit-box-shadow: 10px 10px 28px -9px #0bb8b8;
	-moz-box-shadow: 10px 10px 28px -9px #0bb8b8;
	box-shadow: 10px 10px 28px -9px #0bb8b8;*/
	border: 1px solid #efefef;
	border-radius: 5px;	

}
.order-title {
	background: #efefef;
	margin-bottom: 0;
}
.order-title h3 {
	background: #efefef;
	color: #000000;
	padding: 7px 0;
	text-align: center;
	font-size: 1.9em;
	font-family: 'LibreFranklin-Regular', arial, tahoma;
}
.table-order td, 
.table-order th {
	padding: .35rem;
	vertical-align: middle;
}
.table-order th {
	font-size: 1.3em;
}
.order-no {
	text-align: center;
	vertical-align: middle;
}
.order-qty{
	font-size: 1.3em;
	text-align: center;
	vertical-align: middle;
}
.order-desc {
	text-align: left;
	vertical-align: middle;
	font-size: 1.3em;
}
.order-price {
	text-align: right;
	vertical-align: middle;
	font-size: 1.3em;
}

.order-no-width {
	text-align: center;
}
.order-qty-width {
	text-align: center;
}
.order-desc-width {
	text-align: left;
}
.order-price-width {
	text-align: right;
}

.order-summary-1 {
	font-size: 1.3em;
}
.order-summary-2 {
	font-size: 1.7em;
	font-weight: bold;
	background: #edc788;
	color: #000;
}
.order-summary-left {
	text-align: left;
	margin-left: 10px;
}
.order-summary-right {
	text-align: right;
}
.order-item-child {
	background: #fbfbfb;
}
.order-footer {
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 5px;
    margin-top: -5px;
}

/*Checkout*/
.header_bg {
    position: absolute;
    top: -70%;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(#ffffff, #eeeeee);*/
    transform: skewY(-3deg);
    transform-origin: top left;
}
.summary-title {
	background: #717171;
}
.summary-title h3 {
	color: #000000;
	padding: 7px 0;
	text-align: center;
	font-size: 1.9em;
	font-family: 'LibreFranklin-Regular', arial, tahoma;
}
.panel-heading {
    padding: 20px;
}
.separator-or {
    text-align: center;
    margin: 50px -50px;
    font-size: 1.5em;
}
.panel-title {
    font-family: 'LibreFranklin-Regular', arial, tahoma;
    font-size: 1.5em;
    padding: 5px;
    text-align: center;
    color: #000000;
}
.btn-client {
    color: #fff;
    background-color: #0bb8b8;
}
.client-color {
	background: #0bb8b8;
}
.client-color-secondary {
	background: #0bb8b8;
}

.input_title {
    padding: 10px;
    color: #000000;
}
.table-order-summary {
	color: #000000;
}
.table-order-summary .footertable {
	background: #0bb8b8;
}

/*Result*/
.result {
	margin-top: 20px;
	min-height: 300px;
	background: #ffffff;
}
.qr-code {
	text-align: center;
	margin-top: 20px;
	background: #0bcece;
	padding: 10px 0;
}

.qr-code-offline {	
    border-radius: 10px;
    /*margin: 0px 20%;*/
    padding: 15px 0px;
    background-color: #0bcece;
}

.alert-success-order {
	text-align: center;
	font-size: 1.3em;
	margin-top: 20px;
}
.alert-success-failed {
	text-align: center;
	font-size: 1.3em;
	margin-top: 20px;
}
.alert-info-custom {
	text-align: center;
	font-size: 1.3em;
	margin-top: 20px;
}
.custom-div-head {
	background: #0bcece;
	color: #000000;
	font-size: 1.0em;
	padding: 10px 10px;
}
.custom-div {
	background: #ffffff;
	color: #000000;
	font-size: 1.0em;
	padding: 10px 10px;
}
.go-text-left {
	text-align: left;
}
.go-text-right {
	text-align: right;
}


.btn-custom {
	background: #0bb8b8;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
a.btn-custom:hover,
a.btn-custom:focus,
a.btn-custom:active {
	background: #0bb8b8;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
}

.div-member-top {
	padding: 10px 0 0 0;
}
label.badge-member
{
	padding: 2px 7px;
	border-radius: 5px;
	background: #0bcece;
}


/*scroll*/


/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0bcece; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}


.itemdetailimage 
{
	/*height: 100%;*/
}