html {
  min-height: 100%;
  font-size: 16px;
  position: relative;
}

body {
  /* font-family: 'Bebas Neue', cursive; */
  font-family: 'Karla', sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #333f5b;
  opacity: 1;
  letter-spacing: 0.5px;
  background:rgba(255,255,255,0.5) url("../images/bg.png");
  background-size: contain;
}


#prod-pg {
  background:#fff;
  height:100vh;
}

a {
  color: #333f5b;
  outline: 0;
  text-decoration: none;
  font-size: smaller;
}

a:hover, a:focus {
    color: #333f5b;
    text-decoration: none;
    outline: 0;
}

p {
  margin-bottom: 0.5rem;
}

/*img {*/
/*  max-width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*}*/

#fly-img {
    height: 100%;
    object-fit: fill;
}


h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2.25em;
}

h3, .h3 {
  font-size: 2rem;
}

h4, .h4 {
  font-size: 1.625rem;
}

h5, .h5 {
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
}

h6, .h6 {
  font-size: 1.125rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #333f5b;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
}


hr {
  border-color: #f5f5f5;
}

b, strong {
  font-weight: bold;
}

.btn-light {
  background-color: #333f5b;
  color: #ffffff;
  border: 0;
  border-radius: 20px;
}

.btn-light:hover, .btn-light:focus {
    background-color: #000000;
    color: #ffffff;
    box-shadow:none;
}


.subcat-btn {
    background-color: #333f5b;
    color: #fff;
    border: none;
    width: 100%;
    padding: 5px;
    margin-top:10px;
    margin-bottom: 10px;
}

.subcat-btn a {
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 5px;
    text-transform: uppercase;
}

.subsection {
  scroll-margin-top: 3rem;
}

.fa-circle {
    color:#333f5b;
}

.price-col h6 {
  font-size: 15px;
  margin-bottom: 0;
}

.card-body {
  padding: 0.5rem !important;
}

p.card-text {
  font-size: 14px !important;
  font-weight: 400 !important;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.7);
  z-index:9999;
}

#preloader  #status {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7) url("../images/loader.gif") no-repeat scroll center center;
}

.content-area {
    padding: 2rem 0;
}


.site-header {
    background-color: #eceff1;
}

.site-header.sticked {
    box-shadow: 0 .25rem 0.5rem rgba(0,0,0,.15);
}

.top-header {
    background-color: #000000;
    padding: 0.25rem 0;
    color: #ffffff;
}

.top-header .form-select {
    background-color: transparent;
    border: none;
    color: #fff;
    text-align: right;
}

.top-header .form-select:focus {
    box-shadow: none;
}

.site-header .list-group-item {
    padding: 0.25rem 0.75rem;
}

.mid-header {
    padding: 0.5rem 0;
    color: #333f5b;
}

.mid-header .form-control {
    border: 0;
    border-radius: 0;
}

#data_count {
    background-color: #333f5b;
    font-weight: 400;
}

.form-control:focus {
    box-shadow: none;
}

.proresult {
    position: absolute;
    width: 100%;
}

.proresult .list-group {
    border-radius: 0;
}

.proresult .list-group-item {
    /* background-color: rgba(217, 161, 164, 0.9); */
    background-color: #333f5b;
    border-color: #fff;
}

.proresult .list-group-item:last-child {
    border-bottom: 0;
}

.proresult .list-group-item a {
    color: #fff;
}

.input-group-text {
    background: none;
    border: 0;
    border-radius: 0;
    color: #333f5b;
    padding: 0;
}

.bottom-header {
    padding: 0.5rem 0;
    color: #ffffff;
}

#hero {
  width: 100%;
  max-width: 500px;
  height: auto;
  max-height: 500px;
  margin-top: -1rem;
  padding-top: 0;
  padding-bottom: 20px;
}

/* .mycard {
  width: 150px;
  height: 100px;
  flex-wrap: nowrap;
  overflow-x:scroll;
  overflow-y: hidden;
} */

.nav-pills {
    /* overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap; */
    /*white-space: nowrap;*/
    -ms-overflow-style: none; 
    scrollbar-width: none;
    /*margin: 1.5rem;*/
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    justify-content: center;
}

.nav-item {
  display: block;
  padding: 10px;
}

/* .nav-pills {
    display: block;
} */



.nav-pills::-webkit-scrollbar {
  display: none;
}

.nav-pills .nav-link {
    border-radius: 0px;
    color: #333f5b;
    letter-spacing: 0.5px;
}

.nav-link:focus, .nav-link:hover {
    color: #333f5b;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #333f5b;
}

.product-card {
    border: none;
    border-radius: 0;
    margin-bottom: 1rem;
    width: 100%;
}

.product-card .price-col {
    color: #333f5b;
}


.inrow {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.tagcol {
  width: 100%;
  max-width: 100%;
  padding: 3px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
}

#pro-T {
  background-color: #fff;
  border: none;
  color: grey;
  text-transform: uppercase;
}
 
.price-col {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  position: relative;
  bottom: 0;
}

.tooltip-inner {
  letter-spacing: 0.5px !important; 
}

.carousel-indicators {
  position: static;
}
.carousel-indicators [data-bs-target] {
  width: 75px;
  height: 100%;
  opacity: 0.8;
}

#prdc-img {
  width: 100%;
  max-width: 500px;
  height: auto;
  max-height: 500px;
  margin-top: -2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

p .prdc-dsc {
  font-size: 20px;
  font-weight: 500;
}

#prdc-T {
  background-color: #fff;
  border: none;
  color: #000;
  text-transform: uppercase;
}

.prdc-price {
    margin-top:1rem;
}


.bd-bottom {
    border-bottom: 2px solid #00377A;
    padding-bottom: 0.25rem;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #00377A;
    border-color: #00377A;
}

.product-cart {
    border-color: #00377A;
    margin-bottom: 1rem;
}

#decrease {
    border-radius: 20px 0 0 20px;
}

#increase {
    border-radius: 0 20px 20px 0;
}

.cart-options {
    color: #00377A;
}

.form-product {
    text-align: center;
    min-height: auto;
    padding: 0;
}

.site-footer {
    background-color: #eceff1;
    padding: 0.5rem;
    color: #00377A;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.res-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #333f5b;
  line-height: 0;
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  cursor: pointer;
}
 
.res-circle::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.circle-txt {
  position: absolute;
  bottom: 50%;
  width: 100%;
  text-align: center;
}

.circle-txt a {
    color: #fff;
}

.cat-head {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold !important;
  text-align: center;
}

.sec-1 {
        flex: 0 0 auto;
        width: 37%;
    }

.sec-2 {
    flex: 0 0 auto;
    width: 63%;
}

.card-body {
    height:100%;
}

#lang-switch {
    color: #333f5b;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    top: 50%;
}


/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
}


.tooltip-text {
  visibility: hidden;
  word-wrap:normal;
  position: absolute;
  z-index: 9999;
  width: 80px;
  color: white;
  font-size: 12px;
  background-color: #000;
  border-radius: 5px;
  padding: 2px;
}

.tooltip-text::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background-color: #000;
  padding: 5px;
  z-index: -2;
}

.hover-text:hover .tooltip-text {
  visibility: visible;
}

#top {
  top: -25px;
  left: -25px;
  /* right: 80%; */
}

#top::before {
  top: 70%;
  left: 30px;
}

.hover-text {
  position: relative;
  display: inline-block;
  margin: 5px;
  text-align: center;
  text-transform: uppercase;
}

/* #bottom {
  top: 25px;
  left: -50%;
}

#bottom::before {
  top: -5%;
  left: 45%;
}

#left {
  top: -8px;
  right: 120%;
}

#left::before {
  top: 35%;
  left: 94%;
}

#right {
  top: -8px;
  left: 120%;
}

#right::before {
  top: 35%;
  left: -2%;
} */






/* Style the navigation menu
.topnav {
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  position: relative;
} */

/* Hide the links inside the navigation menu (except for logo/home)
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
/* .topnav a {
  color: #000;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
} */

/* Style the hamburger menu */
/* .topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
} */

/* Add a grey background color on mouse-over */
/* .topnav a:hover {
  background-color: #ddd;
  color: black;
} */

/* Style the active link (or home/logo) */
/* .active {
  color: rgb(0, 0, 0);
} */

/* 
body
{
  margin: 0;
  padding: 0;

  background: #232323;
  color: #cdcdcd;
  font-family: "Avenir Next", "Avenir", sans-serif;
} */

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #eceff1;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #333f5b;
  height: 50px;
  padding: 1em;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #333f5b;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

#allergens-div {
  position: absolute;
  bottom: 50px;
  left: 0px;
  padding-left: 0;
  width: 100%;
}


@media (max-width: 800px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #fff;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    position: relative;
    top: 15px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: #FFFFFF;
    background-color: #00377A;
  }
  
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }

  .menu > li a{
    color: #FFFFFF;
    width: 100%;
    text-align: center;
  }

  #allergens-div {
    position: absolute;
    bottom: 40px;
    left: 12px;
    padding-left: 0; 
    width: 100%;
  }

}



/* #menuToggle
{
  display: block;
  position: relative;
  top: 10px;
  right: 10px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; 
  z-index: 2; 
  
  -webkit-touch-callout: none;
} */

/*
 * Just a quick hamburger
 */
/* #menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #4F2121;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
} */

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
/* #menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #4F2121;
  
} */

/*
 * But let's hide the middle one.
 */
/* #menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
} */

/*
 * Ohyeah and the last one should go the other direction
 */
/* #menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
} */

/* .col-2 {
  width: 100%;
} */

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
/* #menu
{
  position: absolute;
  width: 100vw;
  margin-top: -100px;
  margin-left: -200px; 
  overflow: hidden;
  padding: 50px;
  padding-top: 100px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased; 
  
  transform-origin: 0% 0%;
  transform: translate(0,-100%);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 0 10px;
  font-size: 22px;
} */

/*
 * And let's slide it in from the left
 */
/*#menuToggle input:checked ~ ul
{
  transform: none;
} */