.width5 { width: 5%; }
.width10 { width: 10%; }
.width20 { width: 20%; }
.width30 { width: 30%; }
.width40 { width: 40%; }
.width50 { width: 50%; }
.width60 { width: 60%; }
.width70 { width: 70%; }
.width80 { width: 80%; }
.width90 { width: 90%; }
.width100 { width: 100%; }

.od_history_order table
{
	width: 100%;
}

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

.remark_wrapper small
{
	font-size: 10px !important;
}

.img_soldout
{
	opacity: 0.5;
}

.set_addon
{
	padding-left: 0 !important;
	padding-top: 0 !important;
}

.op50
{
	opacity: 50%;
}

.full_loader
{
	background: #00000078;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99999;
	display: none;
}

.mr-2-custom.mr-2
{
	border: none;
	width: initial;
	height: initial;
}

.price_new_row
{
	display: block;
}

.login-page video
{
	top: 0 !important;
}

.form-control-flag-osahan
{
	padding: 10px !important;
	text-align: center;
	width: 100%;
}

.custom_loader.custom_loader2
{
	margin: 0 auto;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
}

.custom_loader {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
	display: inline-block;
	position: relative;
	top: 5px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.custom_loader_hide
{
	display: none;
}

html
{
	scroll-behavior: smooth;
}

.cat-slider.slick-slider
{
	position: sticky;
	top: 25px;
	z-index: 9999;
}

.product_wrapper
{
	
}

body
{
	max-width: 480px;
	margin: 0 auto;
}

.category_wrapper
{
	max-width: 480px;
	overflow-y: hidden;
	height: 80px;
}

.category_item
{
	float: left;
	margin-right: 5px;
	width: 70px;
}

.category_item img
{
	width: 65px;
	display: block;
	margin: 0 auto;
}

.category_item span
{
	display: block;
	font-size: 11px;
	text-align: center;
}

.category_padding
{
	padding-top: 200px;
}

.product_padding
{
	
}

.cat_title
{
	font-weight: bold;
}

.option_item,
.addon_item
{
	width: 23%;
	height: 50px;
	float: left;
	border: 1px solid #707070;
	border-radius: 5px;
	margin-right: 5px;
	padding: 5px;
	line-height: 13px;
}

.option_item.option_item_selected,
.addon_item.addon_item_selected
{
	background: #707070;
	color: white;
}

.option_wrapper
{
	width: 100%;
	height: 50px;
}

.search_wrapper
{
	margin: 10px 0;
	margin-bottom: 0;
	width: 100%;
}

.search_wrapper input
{
	width: 100%;
}

.btnMinusQty,
.btnPlusQty
{
	display: none !important;
}

.osahan-quantity
{
	width: initial !important;
}

.btnManualAdd
{
	position: absolute;
	right: 11px;
	padding: 2px 20px;
	background: green;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
}

.btnManualAdd span
{
	position: relative;
	top: 3px;
	color: white;
}

.category_item_wrapper
{
	width: 50%;
}

.category_item_wrapper .img_wrapper img
{
	max-width: 100%;
}

.menu_item_wrapper img
{
	max-width: 100%;
}

.menu_item_wrapper
{
	width: 50%;
}

.desc_wrapper
{
	text-align: center;
}

.row
{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.product_modal_img
{
	max-width: 150px;
}

.hide { display: none; }

/* Absolute Center Spinner */
.loading9 {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading9:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading9:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading9:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
