html {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

*{border:none;outline: none;margin: 0;padding: 0;list-style:none;list-style-type: none;}

body {
    padding-top: 60px;
    background-color: #333333;
    font-family: "Open Sans";
}

a,a:hover,a:link,a:visited{
    text-decoration: none;
    color: inherit;
}

header{
  position: relative;
  z-index: 1000 !important;
}

main{
  display: none;
}

#nav-bar{
	position: fixed;
	top: 0;
	left: 0;
  display: -webkit-inline-flex;
  display: inline-flex;
	-webkit-flex-direction: row;
  flex-direction: row;
	width: 100%;
	max-width: 100%;
	height:60px;
	background-color: #333333;
	user-select: none;
  backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	box-shadow: 0px 2px 5px #3a3a3a;
  font-family: 'Courgette', cursive;
}


#nav-bar-left{
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 180px;
  height: 60px;
  /*background-color: pink;*/
}

#nav-bar-right{
	width: calc(100% - 180px);
	height: 60px;
}

#nav-brand-name{
	width:180px;
	height: 60px;
	font-size:30px;
	line-height: 60px;
	text-align:center;
	cursor: pointer;
	font-weight: 700;
	background: -webkit-linear-gradient(to right, #ffe259, #ffa751); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ffe259, #ffa751); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*color: #a9ccec;*/
}

#nav-items{
	display: -webkit-inline-flex;
  display: inline-flex;
	-webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
	width: 100%;
	height:60px;
	text-align: center;
}

.nav-item{
  width:60px;
	height: 60px;
	line-height: 60px;
  font-size: 26px;
	cursor: pointer;
}

#nav-cart{
  position: relative;
	height: 60px;
	color: #E3E715;
}

#cart-badge{
  width: 20px;
  height: 20px;
  background: #72BB65;
  font-size: 13px;
  font-weight: 700;
  font-family: "Open Sans";
  line-height:20px;
  color: white;
  margin: 0;
  border-radius: 50%;
  position:absolute;
  top:10px;
  left:4px;
}


#nav-chat-icon{
  margin-top: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

/* Tab Styling */

.material-tabs {
  width:100%;
  background: #3f3f3f;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 0px 3px rgba(0, 0, 0, 0.1) !important;
  position: fixed;
  top: 60px;
  left: 0px;
}

.tabbed-section__selector {
  position: relative;
  height: 40px;
}

.tabbed-section__selector [class*="-tab-"] {
  float: left;
  height: 40px;
  line-height: 40px;
  width: 33.3%;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: white;
  font-size: 16px;
}

.tabbed-section__selector [class*="-tab-"].active { background: #6CCE71; }

.tabbed-section__selector a:first-child { border-top-left-radius: 2px; }

.tabbed-section__selector a:last-of-type { border-top-right-radius: 2px; }


.tab-section{
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 70px;
}

.visible {
  position: relative;
  opacity: 1;
  float: left;
  -webkit-transition: opacity .35s ease;
  transition: opacity .35s ease;
  z-index: 500;
  text-align: center;
}

.hidden {
  position: absolute;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 0s ease;
  transition: opacity 0s ease;
}

.product-box{
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

.bx-wrapper{
  width: 100%;
  margin: 0px 0px 0px !important;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.bx-slide-item{
  display: none;
  height: 100vw;
  max-height: 500px;
  background-color: transparent;
  /* background-color: #555555; */
  /* background: #232526;  fallback for old browsers */
  /* background: -webkit-linear-gradient(to bottom, #414345, #232526);  Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to bottom, #414345, #232526); W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bx-slide-img{
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}

/* .order-button{
  display: inline-block;
  position: relative;
	width: 150px;
  height: 40px;
  line-height: 40px;
	font-size: 16px;
	font-weight: 600;
	color: white;
	background: #5e72e4;
  border-radius: 8px;
	cursor: pointer;
  z-index:10;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.order-button:before {
  content: '';
  display: block;  
  position: absolute;
  left: 66px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #5e72e4;
}

.order-button:after {
  content: '';
  display: block;  
  position: absolute;
  left: 66px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #5e72e4;
} */

.order-button{
  display: inline-block;
  position: relative;
	width: 150px;
  height: 40px;
  line-height: 30px;
	font-size: 16px;
	font-weight: 600;
  color: white;
  background-color: transparent;
	border: 2px solid #5e72e4;
  /*background: #6CCE71;*/
  border-radius: 8px;
	cursor: pointer;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  margin-top: 10px;
}

.msg-button{
  display: inline-block;
  position: relative;
	width: 150px;
  height: 40px;
  line-height: 30px;
	font-size: 16px;
	font-weight: 600;
  color: black;
  background-color: transparent;
	border: 2px solid #72BB65;
  /*background: #6CCE71;*/
  border-radius: 8px;
	cursor: pointer;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  margin-top: 10px;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 10000;
  text-align: center;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 80%;
  max-width: 450px;
  border-radius: 0.5rem;
}
.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  color: white;
  background-color: orangered;
}
.close-button:hover {
  background-color: orangered;
}
.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}


@media all and (max-width: 480px) {
  .tabbed-section__selector [class*="-tab-"]{
    font-size: 14px;
  }
}
