*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	cursor: pointer;
	text-decoration: none !important;
}

body {
	font-family: 'Sarabun', sans-serif;
	/*background-image: url("../img/bg.png");*/
	/*background-size: cover;*/
	/*background-repeat: no-repeat;*/
}

body.overflow-hidden {
	/* prevent 2 vertical scrollbars on ie and firefox when the cart is visible */
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Sarabun', sans-serif;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	height: 55px; 
	width: 100%;
	text-align: center;
	/* background-color: rgba(0, 0, 0, 0.8) !important; */
	background-color: #303030 !important;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	z-index: 14;
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

main {
	position: relative;
	min-height: 100%;
	background: #eeeff7;
	padding-top: 70px;
	z-index: 1;
}

mark {
	/*background-color: #f39800 !important;*/
	background-color: rgba(243, 152, 0, 0.9) !important;
}

ol, ul {
	list-style: none;
}

select {
  background-color: transparent;
  border: transparent;
	border-radius: 3px;
	color: #ffffff;
	padding-bottom: 3px;
	padding-top: 3px;
	height: 30px;
	cursor: pointer;
}

select option {
	background-color: #26292f;
	color: #ffffff;
	cursor: pointer;
}

ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.bg-orange{
	background: #f39800;
}

.bg-white{
	background: #ffffff;
}

.button-orange {
	background-color: #f39800 !important;
	color: #ffffff !important;
}

.button-black {
	background-color: #000000 !important;
	color: #ffffff !important;
}

.button-black:hover {
	background-color: #f39800 !important;
	color: #ffffff !important;
}

.card-body-custom{
	background-color: #f39800;
	color: #ffffff;
}

.cart-buttons {
	background-color:#f39801 !important;
	color:#ffffff !important;
}

/*.cart-buttons:hover {
	background-color:#fabf4b !important;
	color:#ffffff !important;
}*/

.cart-buttons-add-radius{
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
}

.cart-text-center {
	text-align: center !important;
}

.hover-orange:hover { 
	color: #ffffff !important;
}

.img-unselectable{
	pointer-events: none;
}

.card-menu{
	min-height: 10px;
}

.card-sold-out {
  background-color: rgba(111, 118, 129, .7) !important;
  color: #ffffff !important;
  position:absolute;
  width: 100%;
  height: 100%;
  z-index:10;
  

  justify-content: center;
  align-items: center;
  alignment-baseline: middle;
}

.card-sold-out > div {
  font-weight: bold;
  color: #ffffff !important;
  padding-top: 10px;
  font-size: 20px;
}

.menu-modal{
	border-radius: 10px;
}

.menu-modal-head{
	border-top-right-radius: 10px !important; 
	border-top-left-radius: 10px !important;
}
/*.navbar-brand {
	width: 70%;
}*/

.navbar-menu-hover:hover { 
	color: #ffffff !important;
}

.navbar-custom {
	background-color: rgba(0, 0, 0, 0.8);
}

.navbar-custom .navbar-padding {
	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
	letter-spacing: 0.5px;
	color: #f39800;
}

.navbar-toggler {
	color: #f39800 !important;
	border: 1px solid #f39800 !important;
}

.order-button-custom{
	background-color: #000000 !important;
	color: #f39800 !important;
}

.order-button-custom:hover{
	border: 1px solid #ffffff !important;
	background-color: #f39800 !important;
	color: #ffffff !important;
}

/* Fixes clickable image dropzone on sidebar display */
.dropzone .dz-preview .dz-details {
    z-index: 12 !important;
}

.text-center:not(.ads-align) {
	text-align: center !important;
}

.text-shadow {
	text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}

.text-black {
	color: #000000 !important;
}

.text-orange {
	color: #f39800 !important;
}

.text-white {
	color: #ffffff !important;
}

.toppage-content { 
  position: absolute; 
  background-color: rgba(243, 152, 1, 0.8);
  border-top-right-radius:30px;
  border-bottom-right-radius:30px;
  bottom: 10px; 
  display: inline-block; 
  max-width: 90%;
  height: 10px;
  color: #ffffff; 
  padding: 15px;
  z-index: 9;
}

.toppage-content-modal { 
	position: absolute; 
	background-color: rgba(243, 1, 1, 0.8);
	border-top-right-radius:30px;
	border-bottom-right-radius:30px;
	top: 10px; 
	display: inline-block; 
	width: 50%;
	height: 35px;
	color: #ffffff; 
	padding: 15px; 
	text-align: center;
  z-index: 3;
}

.toppage-text { 
	margin-top: -10px;
	margin-left: -5px;
}

.toppage-card { 
	background-color: #f39800 !important; 
	color: #ffffff;
	margin-top: -20px; 
	padding: 10px;
	min-height:50px;
}

.toppage-content-cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 3rem;
  background-color: rgb(206, 212, 219);
  border-bottom-left-radius: 8px;
  z-index: 11;
}

@media only screen and (min-width: 1400px) {
	header {
		height: 80px;
	}
}

@media only screen and (min-width: 544px) {
	main {
		padding-top: 90px;
	}
}

@media only screen and (min-width: 1400px) {
	main {
		padding-top: 120px;
	}
}

.responsive-text1, .responsive-text2 {
  font-size: 16px !important;
}

@media (max-width: 769px) {  
  .responsive-text1 {
    font-size: 12px !important;
  }
  .responsive-text2 {
    font-size: 14px !important;
  }
}

/* -------------------------------- 
Imported Modules
-------------------------------- */
.cd-container {
  /* this class is used to horizontally align the gallery of items */
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
	
#logo {
  padding-top: 5px;
 /* delete this property if you don't want your logo to scale down on mobile devices  */
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

@media only screen and (min-width: 1400px) {
  #logo {
    padding-top: 15px;
    position: absolute;
    /* logo left margin on Dekstop */
    left: 2.4em;
    top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

#cd-hamburger-menu, #cd-cart-trigger {
  position: absolute;
  top: 0;
  height: 100%;
}

#cd-hamburger-menu a, #cd-cart-trigger a {
  width: 60px;
  height: 100%;
}

#cd-hamburger-menu {
  left: 0;
}
#cd-hamburger-menu a {
  background: #26292f url("../img/cd-hamburger-menu.svg") no-repeat center center;
}

#cd-hamburger-menu a:hover {
	background: #f39800 url("../img/cd-hamburger-menu.svg") no-repeat center center;
}

@media only screen and (min-width: 1400px) {
  #cd-hamburger-menu {
    display: none;
  }
}

#cd-cart-trigger {
	right: 0;
}
#cd-cart-trigger a {
    transform: scaleX(-1);
	background: #26292f url("../img/cd-cart.svg") no-repeat center center;
}

#cd-cart-trigger a:hover {
	background: #f39800 url("../img/cd-cart.svg") no-repeat center center;
}


.nav-item.premium-desktop {
  display: list-item;
}

.nav-item.premium-mobile {
  display: none !important;
}

@media only screen and (min-width: 1400px) {
  #cd-cart-trigger {
    /* cart right margin on desktop */
    right: 0;
  }
  #cd-cart-trigger a {
    position: relative;
    width: 100px;
    border-left: none;
    background-color: #26292f;
  }
}

#main-nav, #cd-cart {
  position: fixed;
  top: 0;
  height: 100%;
  width: 260px;
  /* header height */
  padding-top: 50px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 13;
}
@media only screen and (min-width: 768px) {
  #main-nav, #cd-cart {
    width: 350px;
  }
}
@media only screen and (max-width: 1024px) {
  #customer-qr-code {
    right: 6em !important;
  }

  .mt-tablet-8r {
    margin-top: 8rem !important;
  }

  .talk-bubble {
    border: 4px solid #11181fcc !important;
    top: -14.3rem !important;
    right: 0rem !important;
  }

  .talktext {
    padding: .6rem !important;
  }

  .tri-right.border.btm-right-in:before {
    left: 20px !important;
    bottom: -25px !important;
    border-width: 12px !important;
  }
}
@media only screen and (min-width: 1400px) {
  #main-nav, #cd-cart {
    width: 30%;
    /* header height has changed */
    padding-top: 80px;
  }
}

#main-nav {
	left: -100%;
	background: #ffffff;
	-webkit-transition: left 0.3s;
	-moz-transition: left 0.3s;
	transition: left 0.3s;
}

#main-nav.speed-in {
	left: 0;
}

#main-nav ul a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 1em;
	border-bottom: 1px solid #e0e6ef;
	color: #000000;
}

#main-nav form{
	background: #ffffff;
	border-radius: 5px;
	height: 30px;
}

#main-nav form .lang-i,
#main-nav form .lang-select{
	color: #000000;
}

#main-nav form .lang-i {
  padding-left: 4px;
}


#main-nav ul .current {
	box-shadow: inset 3px 0 #435779;
}

@media only screen and (max-width: 600px) {
	#main-nav form .lang-select{
		height: 30px;
	}
}


#tablet-nav {
    display: none;
}

.no-qr-code-web {
  display: none !important;
}
@media screen and (max-width: 767px) {
    #logo {
        display: none;
    }
    .qr-image-container {
        display: none
    }

    .no-qr-code-web {
      display: block !important
    }
}

@media screen and (max-width: 320px) {
    #tablet-nav {
        right: 4em !important;
    }

    #tablet-nav li {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 420px) {
    #tablet-nav ul a {
        padding: 0.6rem 0.5rem !important;
        font-size: 14px !important;
    }


    .card-sold-out > div {
      padding-top: 6px !important;
      font-size: 18px;
    }
}

@media screen and (max-width: 1399px) {
    #tablet-nav {
        display: block !important;
        /* reset tablet nav style */
        position: absolute;
        height: auto;
        width: auto;
        left: auto;
        right: 60px;
        padding-top: 0;
        top: 0;
        background: transparent;
        box-shadow: none;
        /* header height */
        line-height: 3.3rem;
        z-index: 4;
    }
    #tablet-nav li {
        display: inline-block;
        margin-left: 1em;
    }
    #tablet-nav ul a {
        display: inline-block;
        height: auto;
        line-height: 1;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 8px;
        border-bottom: none;
        color: #ffffff;
        border-radius: 0.25em;
        background-color: transparent;
        border-color: transparent;
    }
    #tablet-nav ul a.current {
        box-shadow: none;
        background: #435779;
        color: #ffffff;
    }
    .no-touch #tablet-nav ul a:hover {
        background: #435779;
        color: #ffffff;
    }




	.nav-item.premium-desktop {
		display: none;
	}
	
	.nav-item.premium-mobile {
		display: list-item !important;
	}
}

@media only screen and (min-width: 1400px) {
  
  #main-nav {
	/* reset main nav style */
	position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 8em;
    padding-top: 0;
    top: 0;
    background: transparent;
    box-shadow: none;
    /* header height */
    line-height: 80px;
    z-index: 4;
  }
  #main-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  #main-nav ul {
    text-wrap: nowrap;
  }
  #main-nav ul a {
    display: inline-block;
    height: auto;
    line-height: 1;
    padding: 1em 1.4em;
    border-bottom: none;
    color: #ffffff;
    border-radius: 0.25em;
  }
  #main-nav ul a.callStaff:hover {
    transition: background-color .3s;
    color: #FFF !important;
  }
  #main-nav ul a.current {
    box-shadow: none;
    background: #435779;
    color: #ffffff;
  }
  .no-touch #main-nav ul a:hover {
    background: #435779;
    color: #ffffff;
  }
}

.no-js #main-nav {
  position: fixed;
}

#cd-cart {
  z-index: 12;
  right: -100%;
  background: #ffffff;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
}
#cd-cart.speed-in {
  right: 0;
}
#cd-cart > * {
  padding: 0 1em;
}
#cd-cart h2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0;
}
#cd-cart .cd-cart-items {
  padding: 0;
}
#cd-cart .cd-cart-items li {
  position: relative;
  padding: 1em;
  border-top: 1px solid #e0e6ef;
}
#cd-cart .cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef;
}
#cd-cart .cd-qty, #cd-cart .cd-price {
  color: #a5aebc;
}
#cd-cart .cd-price {
  margin-top: .4em;
}
#cd-cart .cd-item-remove {
	position: absolute;
	right: 1em;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: url("../img/cd-remove-item.svg") no-repeat center center;
}
.no-touch #cd-cart .cd-item-remove:hover {
	background-color: #e0e6ef;
}
#cd-cart .cd-cart-total {
	padding-top: 1em;
	padding-bottom: 1em;
}
#cd-cart .cd-cart-total span {
	float: right;
}
#cd-cart .cd-cart-total::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
}
#cd-cart .checkout-btn {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #7dcf85;
	color: #ffffff;
	text-align: center;
}
.no-touch #cd-cart .checkout-btn:hover {
  background: #a2dda8;
}
#cd-cart .cd-go-to-cart {
  text-align: center;
  margin: 1em 0;
}

#cd-cart .cd-go-to-cart a {
  text-decoration: underline;
}

@media only screen and (min-width: 1400px) {
  #cd-cart > * {
    padding: 0 2em;
  }
  #cd-cart .cd-cart-items li {
    padding: 1em 2em;
  }
  #cd-cart .cd-item-remove {
    right: 2em;
  }
}

#cd-shadow-layer {
	position: fixed;
	min-height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	z-index: 12;
	display: none;
}
#cd-shadow-layer.is-visible {
	display: block;
	-webkit-animation: cd-fade-in 0.3s;
	-moz-animation: cd-fade-in 0.3s;
	animation: cd-fade-in 0.3s;
}

/* -------------------------------- 
xkeyframes 
-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.page1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}

.page2 {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100vw;
	height: 100vh;
}

.footer-bg {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100vw;
	background-color: #000000 !important;
}




.center-buttons {
text-align: center;
}

.filterDiv {
  display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
/* .btn {
  border: none;
  outline: none;
  padding: 10px 12px;
  background-color: #f39800;
  cursor: pointer;
} */

.btnnn{
	cursor: pointer;
	background-color: transparent;
}



/* Add a light grey background on mouse-over 
.btn:hover {
  background-color: #000000;
}*/

/* Add a dark background to the active button */
.btn.active {
  background-color: #f39800;
  font-weight: bold;
  color: #ffffff !important;
}

hr{ 
  height: 1px;
  color: #000000;
  background-color: #000000;
  border: none;
}

.callStaff {
	margin-top: 0.75em;
	transition: color .3s;
}

.callStaff:hover {
    color: #f0ad4e !important;
    transition: color .3s;
}

#cd-cart-trigger > #cartCount {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: red;
    padding: 0;
    padding-top: 6px;
    text-align: center;
    border-radius: 50%;

    top: 10px;
    left: 60px;
}

#tablet-back-to-ctg {
    display: none !important;
}

@media (max-width: 1024px) {
    #cd-cart-trigger > #cartCount {
        left: unset !important;
        right: 1px !important;
        top: 0px !important;
    }
}

/* CSS talk bubble */
.talk-bubble {
    display: inline-block;
    position: relative;
    max-width: 250px;
    height: auto;
    background-color: lightyellow;
    position: absolute;
    top: -8rem;
    right: -6rem;
}

.border {
    border: 8px solid #11181fcc;
}

.border-2 {
    border: 2px solid #11181fcc;
}

.bg-light{
  background-color: #fffefd;
}

.round {
    border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;

}

/* talk bubble contents */
.talktext {
    padding: 1em;
    text-align: left;
    line-height: 1.5em;
}

.talktext p {
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: 15px;
	right: auto;
	bottom: -40px;
	border: 20px solid;
	border-color: #11181fcc #11181fcc transparent transparent;
  transform: rotate(-90deg)
}
.tri-right.btm-right-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: 23px;
	right: auto;
	bottom: -20px;
	border: 12px solid;
	border-color: lightyellow lightyellow transparent transparent;
  transform: rotate(-90deg);
}

@media (max-width: 1399px) {
    .callStaff {
        text-align: left !important;
        margin-bottom: 0;
        margin-top: 0;
        background-color: transparent;
        border-color: transparent;
    }

    .hidden-tablet.hidden-mobile {
        display: none !important;
    }
	
	.hover-orange:hover {
		color: #f0ad4e !important;
	}

	#main-nav ul a.callStaff:hover {
		background-color: transparent !important;
		border-top: none;
        border-left: none;
        border-right: none;
	}

	.swal2-container > div {
	    width: auto !important;
	}

    #tablet-back-to-ctg {
        display: inline-block !important;
        position: absolute;
        left: 4.5rem;
        top: 1rem;
        color: #FFF;
    }
    
}

@media (max-width: 519px) {
    #tablet-back-to-ctg {
        display: none !important;
    }
}

@media (min-width: 1025px){
  .popover {
    padding: 0.6rem 0.2rem;
  }
}

@media (max-width: 1024px){
  .popover { 
    padding: 0.3rem;
  }
}

.popover {
  font-size: 14px;
  background-color: rgb(232, 19,19);
  color: white;
  font-weight: bold;
  border-radius: 100%;
  transition: opacity 1.5s ease-in-out;
  animation: blink 2s linear infinite;
  top: -.5rem !important  ;
  z-index: 1000;
}

.popover:after, .popover:before{
  left: calc(100% - 50px) !important;
  top: -1.2rem !important;

  transform: rotate(25deg);

  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 30px solid #000000;

  border-bottom-color: rgb(232, 19,19) !important;
}

@keyframes blink {
  0%, 100% {opacity: 1;}
  50% {opacity: 0.3;}
}

.select2-dropdown.select2-dropdown--below, .dropdown-menu{
	z-index: 2;
}

.sortable-placeholder{
	background-color: #ffdda7 !important;
  
  margin-left: 13px;
  margin-right: 14px;
  margin-bottom: 24px;
  
  border-radius: 6px;
}
.sortable-placeholder-2{
	background-color: #ffdda7 !important;
  margin-left: 13px;
  margin-right: 14px;
  
  border-radius: 6px;
}

.nav-pills .btnnn{
  text-shadow: none !important;
}