/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: unset !important;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
}

/**
 * Basic styles for links
 */
a {
  color: #21295A;
  text-decoration: none;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #0d0d0d;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.8;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.t-small {
  font-size: 14px;
}

.blue-color {
  color: #21295A;
}

.red-color {
  color: #BB4430;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.padded {
  padding: 90px 0;
}

.text-size-base {
  font-size: 14px;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.default-padding {
  padding: 60px 0;
}

input[type="date"]:in-range::-webkit-datetime-edit-year-field, input[type="date"]:in-range::-webkit-datetime-edit-month-field, input[type="date"]:in-range::-webkit-datetime-edit-day-field, input[type="date"]:in-range::-webkit-datetime-edit-text {
  color: transparent;
}

input[type="date"]:in-range::-moz-datetime-edit-year-field, input[type="date"]:in-range::-moz-datetime-edit-month-field, input[type="date"]:in-range::-moz-datetime-edit-day-field, input[type="date"]:in-range::-moz-datetime-edit-text {
  color: transparent;
}

input[type="date"]:in-range::datetime-edit-year-field, input[type="date"]:in-range::datetime-edit-month-field, input[type="date"]:in-range::datetime-edit-day-field, input[type="date"]:in-range::datetime-edit-text {
  color: transparent;
}

input[type="date"]:focus::-webkit-datetime-edit-year-field, input[type="date"]:focus::-webkit-datetime-edit-month-field, input[type="date"]:focus::-webkit-datetime-edit-day-field, input[type="date"]:focus::-webkit-datetime-edit-text {
  color: #000;
}

input[type="time"]:in-range::-webkit-datetime-edit-year-field, input[type="time"]:in-range::-webkit-datetime-edit-month-field, input[type="time"]:in-range::-webkit-datetime-edit-day-field, input[type="time"]:in-range::-webkit-datetime-edit-text {
  color: transparent;
}

input[type="time"]:in-range::-moz-datetime-edit-year-field, input[type="time"]:in-range::-moz-datetime-edit-month-field, input[type="time"]:in-range::-moz-datetime-edit-day-field, input[type="time"]:in-range::-moz-datetime-edit-text {
  color: transparent;
}

input[type="time"]:in-range::datetime-edit-year-field, input[type="time"]:in-range::datetime-edit-month-field, input[type="time"]:in-range::datetime-edit-day-field, input[type="time"]:in-range::datetime-edit-text {
  color: transparent;
}

input[type="time"]:focus::-webkit-datetime-edit-year-field, input[type="time"]:focus::-webkit-datetime-edit-month-field, input[type="time"]:focus::-webkit-datetime-edit-day-field, input[type="time"]:focus::-webkit-datetime-edit-text {
  color: #000;
}

input[type="date"]:in-range::-moz-datetime-edit-year-field, input[type="date"]:in-range::-moz-datetime-edit-month-field, input[type="date"]:in-range::-moz-datetime-edit-day-field, input[type="date"]:in-range::-moz-datetime-edit-text {
  color: transparent;
}

input[type="date"]:in-range::-moz-datetime-edit-year-field, input[type="date"]:in-range::-moz-datetime-edit-month-field, input[type="date"]:in-range::-moz-datetime-edit-day-field, input[type="date"]:in-range::-moz-datetime-edit-text {
  color: transparent;
}

input[type="date"]:in-range::datetime-edit-year-field, input[type="date"]:in-range::datetime-edit-month-field, input[type="date"]:in-range::datetime-edit-day-field, input[type="date"]:in-range::datetime-edit-text {
  color: transparent;
}

input[type="date"]:focus::-moz-datetime-edit-year-field, input[type="date"]:focus::-moz-datetime-edit-month-field, input[type="date"]:focus::-moz-datetime-edit-day-field, input[type="date"]:focus::-moz-datetime-edit-text {
  color: #000;
}

input[type="date"]:in-range::datetime-edit-year-field, input[type="date"]:in-range::datetime-edit-month-field, input[type="date"]:in-range::datetime-edit-day-field, input[type="date"]:in-range::datetime-edit-text {
  color: transparent;
}

input[type="date"]:in-range::datetime-edit-year-field, input[type="date"]:in-range::datetime-edit-month-field, input[type="date"]:in-range::datetime-edit-day-field, input[type="date"]:in-range::datetime-edit-text {
  color: transparent;
}

input[type="date"]:in-range::datetime-edit-year-field, input[type="date"]:in-range::datetime-edit-month-field, input[type="date"]:in-range::datetime-edit-day-field, input[type="date"]:in-range::datetime-edit-text {
  color: transparent;
}

input[type="date"]:focus::datetime-edit-year-field, input[type="date"]:focus::datetime-edit-month-field, input[type="date"]:focus::datetime-edit-day-field, input[type="date"]:focus::datetime-edit-text {
  color: #000;
}

input[type="date"]::-moz-placeholder {
  color: transparent !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#mobile-cart{
    display:none !important;
}
@media only screen and (max-width:600px){
    header.header-fixed {
      position: fixed;
      background-color: #fff;
      -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
              box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    #mobile-cart{
        display:inline-block !important;
    }
    header.header-fixed label span {
      background: #145995;
    }
    
    header.header-fixed .navbar-button i {
      color: #145995;
    }
    
    header.header-fixed #cart i {
      color: #145995;
    }
    
    header.header-fixed nav #logo {
      padding: 6px 0;
    }
    
    header.header-fixed nav #logo img {
      height: 50px;
    }

}
header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header nav #logo img {
  height: 120px;
}

header label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50px;
  cursor: pointer;
}

header label span {
  background: #fff;
  border-radius: 10px;
  height: 2px;
  margin: 5px 0;
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

header span:nth-of-type(1) {
  width: 50%;
}

header span:nth-of-type(2) {
  width: 100%;
}

header span:nth-of-type(3) {
  width: 75%;
}

header input[type="checkbox"] {
  display: none;
}

header input[type="checkbox"]:checked ~ span:nth-of-type(1) {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotatez(45deg) translate(5px, 0px);
          transform: rotatez(45deg) translate(5px, 0px);
}

header input[type="checkbox"]:checked ~ span:nth-of-type(2) {
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotatez(-45deg);
          transform: rotatez(-45deg);
}

header input[type="checkbox"]:checked ~ span:nth-of-type(3) {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  width: 50%;
  -webkit-transform: translate(21px, -4px) rotatez(45deg);
          transform: translate(21px, -4px) rotatez(45deg);
}

#cart {
  font-size: 28px;
  color: white;
  display: inline-block;
  position: relative;
  margin-right: 32px;
}

#cart .floating-number {
  font-size: 11px;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #BB4430;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: -4px;
  z-index: 1;
}

#navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#navbar .navbar-button {
  margin-right: 32px;
  border: 1px solid white;
  border-radius: 6px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 36px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  font-weight: 400;
  letter-spacing: 1px;
}

#navbar .navbar-button:hover {
  background-color: #fff;
  color: #21295A;
}

#main-menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #0e72b7;
  background: linear-gradient(45deg, rgba(14, 114, 183, 0.98) 0%, rgba(21, 87, 151, 0.98) 25%, rgba(23, 69, 127, 0.98) 50%, rgba(28, 53, 108, 0.98) 75%, rgba(33, 41, 89, 0.98) 100%);
  height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main-menu .container {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#main-menu .container.show {
  opacity: 1;
  visibility: visible;
}

#main-menu.show {
  height: 100vh;
  padding-top: 150px;
}

#main-menu .menu {
  height: calc(100vh - 150px);
  overflow-y: scroll;
  overflow-x: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-menu .menu li a {
  display: block;
  font-family: "Noto Serif Display", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Monaco", monospace;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.8;
  overflow: hidden;
  padding: 4px 16px;
  position: relative;
  color: #f5f5f5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#main-menu .menu li a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 200%;
  font-family: "Nunito Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: white;
  z-index: 0;
  opacity: 0;
  font-weight: 900;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#main-menu .menu li:hover a {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

#main-menu .menu li:hover a span {
  -webkit-animation-name: scrollAnimation;
          animation-name: scrollAnimation;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: .1;
}

@-webkit-keyframes scrollAnimation {
  from {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  to {
    -webkit-transform: translate(120px, -50%);
            transform: translate(120px, -50%);
  }
}

@keyframes scrollAnimation {
  from {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  to {
    -webkit-transform: translate(120px, -50%);
            transform: translate(120px, -50%);
  }
}

.nav-contact {
  padding: 20px 32px;
}

.nav-contact h4 {
  color: #f5f5f5;
  font-size: 24px;
}

.menu-contact {
  list-style-type: none;
}

.menu-contact li a {
  display: block;
  margin-bottom: 15px;
  color: #f5f5f5;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
}

.social li a {
  display: block;
  font-size: 18px;
  margin-right: 15px;
  color: #f5f5f5;
  margin-right:32px;
}

.social li a:hover {
  color: #fff;
}

.menu::-webkit-scrollbar {
  width: 6px;
}

.menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.menu::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.menu-contact .contact-info a {
  display: inline-block;
}

footer {
  padding: 40px 20px;
  /*border-top: 4px solid #145995;*/
  background-color: #282828;
}

footer .footer-title {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  font-family: "Poppins", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing:0.5px;
}

footer .footer-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer ul li a, footer ul li{
    color:#fff;
}
footer .footer-links li a {
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin: 4px 0;
}

footer .foot-logo {
  margin-bottom: 24px;
}

footer .foot-logo img {
  display: block;
  width: 90px;
  /*margin: 0 auto;*/
}

footer .footer-contact {
  list-style-type: none;
  padding: 0;
  margin: 0;
  /*text-align: center;*/
}

footer .footer-contact li p {
  margin-bottom: 0;
  font-weight: 600;
}

footer .footer-contact li p span {
  color: #145995;
  font-weight: 800;
  display: inline-block;
  margin-right: 10px;
}

footer .footer-hours {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-left: 24px;
}

footer .footer-hours li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-hours li p {
  font-weight: 600;
  margin-bottom: 10px;
}
.foot-end{
    background-color:#145995;
    color:#fff;
    padding:8px 0;
}
.foot-end p, .foot-end a{
    margin-bottom:0;
    color:#fff;
    font-family:"Poppins", sans-serif;
    font-size:13px;
}

/* CSS */
#navbar .info-button {
  position: relative;
  padding: 11.25px 36px;
  padding-left: 54px;
  margin-right: 16px;
}

#navbar .info-button i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#navbar .info-button small {
  font-size: 8px;
  margin-bottom: 5px;
}


.icons-button {
  padding: 12px 24px;
  overflow: hidden;
  background-color: #1C3C74;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#145995), color-stop(#17528d), color-stop(#1a4a85), color-stop(#1b437c), to(#1c3c74));
  background-image: linear-gradient(to right bottom, #145995, #17528d, #1a4a85, #1b437c, #1c3c74);
  color: white;
  border-radius: 8px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: block;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
}

.icons-button span {
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

.icons-button > i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -450%);
          transform: translate(-50%, -450%);
  z-index: 9;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
.modal{
    z-index:9999;
}

.icons-button:hover {
  background-image: -webkit-gradient(linear, right top, left bottom, from(#145995), color-stop(#17528d), color-stop(#1a4a85), color-stop(#1b437c), to(#1c3c74));
  background-image: linear-gradient(to left bottom, #145995, #17528d, #1a4a85, #1b437c, #1c3c74);
  color: #fff;
}

.icons-button:hover > i {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

.icons-button:hover span {
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  opacity: 0;
}

#landing {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

#landing:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #131313;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.5)), color-stop(50%, rgba(19, 19, 19, 0.3)), to(rgba(19, 19, 19, 0.75)));
  background: linear-gradient(0deg, rgba(19, 19, 19, 0.5) 0%, rgba(19, 19, 19, 0.3) 50%, rgba(19, 19, 19, 0.75) 100%);
}

#landing #background_video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

#landing #video_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("video_cover.jpeg") no-repeat;
  background-size: cover;
  background-position: center;
}

#landing #video_controls {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#landing #play img {
  width: 100px;
}

#landing #pause img {
  width: 90px;
}

#landing #pause {
  display: none;
}

#landing .hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
}

#landing .hero-text p {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

#landing .hero-text h2 {
  font-family: "Noto Serif Display", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Monaco", monospace;
  font-size: 3.5rem;
  text-transform: capitalize;
  text-align: center;
}

#landing .arrow-down {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 130px;
  color: #fff;
  z-index: 9;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
}

#landing .arrow-down span {
  display: block;
  -webkit-animation-name: scroll-animation;
          animation-name: scroll-animation;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes scroll-animation {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes scroll-animation {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

#category-items {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#category-items .category-item {
  padding: 10px 15px;
  margin: 0 15px;
  position: relative;
}

#category-items .category-item:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #145995;
  background: linear-gradient(45deg, rgba(20, 89, 149, 0.75) 0%, rgba(33, 41, 90, 0.8) 100%);
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 8px;
}

#category-items .category-item.active:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #145995;
  background: linear-gradient(45deg, rgba(20, 89, 149, 0.75) 0%, rgba(33, 41, 90, 0.8) 100%);
}

#category-items .category-title {
  position: relative;
}

#category-items .category-title p {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  margin-top: -17px;
    font-weight: 400;
    letter-spacing: 1px;
}

#category-items .category-image {
  position: relative;
}
#category-items .category-image img {
    filter: invert(1);
}

#category-items .category-image svg {
  fill: #fff;
  width: auto;
  height: 75px;
}

#products {
  padding: 40px 0;
}

.main-menu-wrapper {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  position: relative;
}

#search-box {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

#close-cart {
  display: none;
}

.menu-item {
  border-radius: 8px;
  position: relative;
  margin-bottom: 24px;
  padding:10px;
  text-align: center;
  font-family: "Poppins", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.menu-item .menu-item-details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-item .menu-item-details .menu-image {
  overflow: hidden;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
    /*padding:15px;*/
    margin:15px;
    
}

.menu-item .menu-item-details .menu-image:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.menu-item .menu-item-details .menu-image img {
  border-radius: 8px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.menu-item .menu-item-details .menu-item-desc {
  width: 100%;
}

.menu-item .menu-item-details .menu-item-desc .item-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*height:40px;*/
  margin-bottom:8px;
}

.menu-item .menu-item-details .menu-item-desc .item-title a {
  color: #145995;
}

.menu-item .menu-item-details .menu-item-desc .item-price {
  text-align: center;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
  line-height:1;
}

.menu-item .menu-item-details .menu-item-desc .item-price span {
  margin-bottom: 0;
  font-weight: 400;
}
.products-buttons .cart-button.alt-button{
    display:none !important;
}
.menu-item .menu-item-details .menu-item-desc .cart-button {
  padding: 6px 12px;
  overflow: hidden;
  border:1px solid #1C3C74;
  /*background-color: #1C3C74;*/
  /*background-image: -webkit-gradient(linear, left top, right bottom, from(#145995), color-stop(#17528d), color-stop(#1a4a85), color-stop(#1b437c), to(#1c3c74));*/
  /*background-image: linear-gradient(to right bottom, #145995, #17528d, #1a4a85, #1b437c, #1c3c74);*/
  color: #1C3C74;
  border-radius: 4px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  transition:all 0.25s ease-in-out;
}

.menu-item .menu-item-details .menu-item-desc .cart-button span {
  font-size: 12px;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}


.menu-item .menu-item-details .menu-item-desc .cart-button > i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -450%);
          transform: translate(-50%, -450%);
  z-index: 9;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}

.menu-item .menu-item-details .menu-item-desc .cart-button:hover {
  background-color: #21295A;
  color: #fff;
}

.menu-item .menu-item-details .menu-item-desc .cart-button:hover > i {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

.menu-item .menu-item-details .menu-item-desc .cart-button:hover span {
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  opacity: 0;
}

.menu-item .menu-item-details .menu-item-desc .item-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  margin: 8px 0 12px 0;
}

.input-group-append button {
  height: 100%;
  background-color: #1C3C74;
  color: white;
  border: none;
  outline: none;
  padding-left: 24px;
  padding-right: 24px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.search-wrapper {
  padding: 12px 0;
}

.search-wrapper input {
  height: 45px;
}

.main-category-wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
}

.category-title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 14px;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
  color: #1C3C74;
}
.category-title p{
    line-height:1.25;
    font-weight:500;
}
#my-cart {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

#my-cart .cart-wrapper {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  /*height: 100vh;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#my-cart .cart-title {
  padding: 8px 12px;
  /*background-color: #145995;*/
  /*color: white;*/
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border:1px solid #eaeaea;
}

#my-cart .cart-main {
    min-height:150px;
  max-height: 350px;
  overflow-y: scroll;
  overflow-x:hidden;
}

#my-cart .cart-main.empty-cart {
  margin-top: 65px;
  min-height: 300px;
  padding: 20px;
}

#my-cart .cart-main.empty-cart .empty-icon {
  text-align: center;
}

#my-cart .cart-main.empty-cart .empty-icon > i {
  font-size: 48px;
  color: #BB4430;
  opacity: 0.4;
}

#my-cart .cart-main.empty-cart .empty-icon .or {
  opacity: 0.5;
}

#my-cart .cart-main::-webkit-scrollbar {
  width: 2px;
  /* width of the entire scrollbar */
}

#my-cart .cart-main::-webkit-scrollbar-track {
  background: transparent;
  /* color of the tracking area */
}

#my-cart .cart-main::-webkit-scrollbar-thumb {
  background-color: primary-color;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 2px solid #145995;
  /* creates padding around scroll thumb */
}

#my-cart .cart-main .cart-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 8px;
}

#my-cart .cart-main .cart-items .cart-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 14px;
}

#my-cart .cart-main .cart-items .cart-image img {
  height: 65px;
  border-radius: 4px;
}

#my-cart .cart-main .cart-items .cart-details {
  width: calc(100% - 115px);
}

#my-cart .cart-main .cart-items .cart-details .item-title {
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.4;
}

#my-cart .cart-main .cart-items .cart-details .item-price {
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 0;
  opacity: 0.6;
  margin-bottom: 0;
  line-height: 1.4;
}

#my-cart .cart-main .cart-item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}

#my-cart .cart-main .cart-item-footer .delete-item {
  color: #BB4430;
  font-size: 12px;
}

#my-cart .cart-main .item-quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2px 6px;
  border: 1px solid #eaeaea;
  font-size: 11px;
}

#my-cart .cart-main .item-quantity span {
  margin: 0 5px;
  width: auto;
}

#my-cart .cart-main .item-quantity input {
  width: 30px;
  border: none;
  text-align: center;
  font-size: 13px;
}

#my-cart .cart-main .item-quantity input::-webkit-outer-spin-button, #my-cart .cart-main .item-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#my-cart .cart-main .item-quantity input[type=number] {
  -moz-appearance: textfield;
}

#my-cart .delivery-method {
  padding: 10px 12px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

#my-cart .delivery-method .form-check-input {
  width: 13px;
  height: 13px;
}

#my-cart .delivery-method label {
  font-size: 13px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#my-cart .total {
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#my-cart .total p {
  margin-bottom: 0;
  font-size: 14px;
}

#my-cart .total p strong {
  font-weight: 800;
  color: #1C3C74;
}

#my-cart .cart-button > button {
  padding: 10px 12px;
    background-color: #1C3C74;
    border: none;
    color: #fff;
    display: block;
    width: 100%;
    margin: 6px 0px;
    border-radius: 4px;
}

#my-cart .cart-button > button i{
  font-size:10px;
  vertical-align:middle;
}

#my-cart .cart-button a {
  padding: 6px 12px;
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  background-color: #145995;
  color: white;
  position: relative;
  border-radius: 8px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
}

#my-cart .cart-button a span {
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#my-cart .cart-button a i {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 12px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#my-cart .cart-button a:hover {
  background-color: #21295A;
}

#my-cart .cart-button a:hover span {
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
}

#my-cart .cart-button a:hover i {
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#category-links {
  list-style-type: none;
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  z-index: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#category-links li {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #f5f5f5;
  margin-bottom: 4px;
}

#category-links li a {
  padding: 6px;
  display: block;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

#category-links li a.active {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#145995), color-stop(#17528d), color-stop(#1a4a85), color-stop(#1b437c), to(#1c3c74));
  background-image: linear-gradient(to right bottom, #145995, #17528d, #1a4a85, #1b437c, #1c3c74);
}

#category-links li a.active img {
  filter: invert(1);
}

#category-links li a.active p {
  color: #fff;
}

#category-links li p {
  margin-bottom: 0;
  /*margin-top: -8px;*/
  font-weight: 400;
  text-align: center;
  line-height: 0.75;
}

#category-links li .cate-image {
  width: 50px;
}

#category-links li .cate-image svg {
  max-width: 100%;
}

#product-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 13, 13, 0.75);
  display: none;
  z-index: 9999;
}

#product-modal .modal-price {
  font-size: 18px;
  color: #1C3C74;
  font-weight: 700;
}

#product-modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#product-modal form {
  width: 750px;
}

#product-modal .modal-inner {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

#product-modal .modal-inner #modal-image {
  border-radius: 8px;
}

#product-modal .modal-inner .modal-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#product-modal .modal-inner .modal-head .modal-titles {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #145995;
}

#product-modal .modal-inner .modal-content {
  padding: 20px;
  max-height: 450px;
  overflow-y: scroll;
}

#product-modal .modal-inner .modal-content::-webkit-scrollbar {
  width: 2px;
  /* width of the entire scrollbar */
}

#product-modal .modal-inner .modal-content::-webkit-scrollbar-track {
  background: transparent;
  /* color of the tracking area */
}

#product-modal .modal-inner .modal-content::-webkit-scrollbar-thumb {
  background-color: primary-color;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 2px solid #145995;
  /* creates padding around scroll thumb */
}

#product-modal .modal-inner .modal-variations > p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 20px;
}

#product-modal .modal-inner .modal-variation-list {
  padding: 0 0 8px 0;
  margin: 0;
  list-style-type: none;
}

#product-modal .modal-inner .modal-variation-list li {
  padding: 6px;
}

#product-modal .modal-inner .modal-variation-list li label {
  padding: 8px 8px;
  margin-bottom: 0;
  display: block;
  border: 1px solid #145995;
  border-radius: 4px;
}

#product-modal .modal-inner .modal-variation-list li label.selected {
  background-color: rgba(28, 60, 116, 0.4);
}

#product-modal .modal-inner .modal-variation-list li label:hover {
  cursor: pointer;
  background-color: rgba(28, 60, 116, 0.2);
}

#product-modal .modal-inner .modal-variation-list li label input {
  margin-right: 18px;
}

#product-modal .modal-inner .modal-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 16px;
}

#product-modal .modal-inner .quantity-box {
  margin-right: 20px;
}

#product-modal .modal-inner .quantity-box span:hover {
  cursor: pointer;
}

#product-modal .modal-inner .footer-button {
  width: calc(80% - 20px);
}

#product-modal .modal-inner .footer-button .btn {
  width: 100%;
  display: block;
}

#product-modal .modal-inner .increment, #product-modal .modal-inner .decrement {
  width: 40px;
  height: 40px;
}

#product-modal .modal-inner .cart-quantity {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  text-align: center;
}

#product-modal .modal-inner .cart-quantity::-webkit-outer-spin-button,
#product-modal .modal-inner .cart-quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#product-modal .modal-inner .cart-quantity[type=number] {
  -moz-appearance: textfield;
}

#product-modal .modal-inner .cart-button {
  padding: 8px 12px;
  overflow: hidden;
  background-image:none !important;
  border:1px solid #1C3C74;
  color: #1C3C74;
  background-color:transparent;
  /*transition:all 0.25s ease-in-out;*/
  border-radius: 8px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: block;
  text-align: center;
  width: calc(100% - 150px);
  transition:all 0.25s ease-in-out;
}

#product-modal .modal-inner .cart-button span {
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

#product-modal .modal-inner .cart-button > i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -450%);
          transform: translate(-50%, -450%);
  z-index: 9;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}

#product-modal .modal-inner .cart-button:hover {
  /*background-image: -webkit-gradient(linear, right top, left bottom, from(#145995), color-stop(#17528d), color-stop(#1a4a85), color-stop(#1b437c), to(#1c3c74));*/
  /*background-image: linear-gradient(to left bottom, #145995, #17528d, #1a4a85, #1b437c, #1c3c74);*/
  background-image:none !important;
  border:1px solid #1C3C74;
  color: #1C3C74;
  background-color:#1C3C74;
  
}

#product-modal .modal-inner .cart-button:hover > i {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  color:#fff;
}

#product-modal .modal-inner .cart-button:hover span {
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  opacity: 0;
}

.increase:hover, .decrease:hover, .increment:hover, .decrement:hover {
  cursor: pointer;
}

#product-single {
  padding: 40px 0;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

#product-single .product-single-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;
  padding: 8px 16px;
}

#product-single .quantity-box {
  margin-right: 20px;
}

#product-single .quantity-box span:hover {
  cursor: pointer;
}

#product-single .footer-button {
  width: calc(80% - 20px);
}

#product-single .footer-button .btn {
  width: 100%;
  display: block;
}

#product-single .increment, #product-single .decrement {
  width: 40px;
  height: 40px;
}

#product-single .cart-quantity {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  text-align: center;
}

#product-single .cart-quantity::-webkit-outer-spin-button,
#product-single .cart-quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#product-single .cart-quantity[type=number] {
  -moz-appearance: textfield;
}



@media only screen and (min-width:768px){
    #product-single #my-cart {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

}
#product-single #my-cart .cart-wrapper {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  /*height: 100vh;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#product-single #my-cart .cart-title {
  padding: 8px 12px;
  /*background-color: #145995;*/
  /*color: white;*/
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#product-single #my-cart .cart-main {
  min-height:150px;
  max-height: 350px;
  overflow-y: scroll;
}

#product-single #my-cart .cart-main.empty-cart {
  margin-top: 65px;
  min-height: 300px;
  padding: 20px;
}

#product-single #my-cart .cart-main.empty-cart .empty-icon {
  text-align: center;
}

#product-single #my-cart .cart-main.empty-cart .empty-icon > i {
  font-size: 48px;
  color: #BB4430;
  opacity: 0.4;
}

#product-single #my-cart .cart-main.empty-cart .empty-icon .or {
  opacity: 0.5;
}

#product-single #my-cart .cart-main::-webkit-scrollbar {
  width: 2px;
  /* width of the entire scrollbar */
}

#product-single #my-cart .cart-main::-webkit-scrollbar-track {
  background: transparent;
  /* color of the tracking area */
}

#product-single #my-cart .cart-main::-webkit-scrollbar-thumb {
  background-color: primary-color;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 2px solid #145995;
  /* creates padding around scroll thumb */
}

#product-single #my-cart .cart-main .cart-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 8px;
}

#product-single #my-cart .cart-main .cart-items .cart-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 14px;
}

#product-single #my-cart .cart-main .cart-items .cart-image img {
  height: 75px;
  border-radius: 4px;
}

#product-single #my-cart .cart-main .cart-items .cart-details {
  width: calc(100% - 115px);
}

#product-single #my-cart .cart-main .cart-items .cart-details .item-title {
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.4;
}

#product-single #my-cart .cart-main .cart-items .cart-details .item-price {
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 0;
  opacity: 0.6;
  margin-bottom: 0;
  line-height: 1.4;
}

#product-single #my-cart .cart-main .cart-item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}

#product-single #my-cart .cart-main .cart-item-footer .delete-item {
  color: #BB4430;
  font-size: 12px;
}

#product-single #my-cart .cart-main .item-quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2px 6px;
  border: 1px solid #eaeaea;
  font-size: 11px;
}

#product-single #my-cart .cart-main .item-quantity span {
  margin: 0 5px;
  width: auto;
}

#product-single #my-cart .cart-main .item-quantity input {
  width: 30px;
  height: auto;
  border: none;
  text-align: center;
  font-size: 13px;
}

#product-single #my-cart .cart-main .item-quantity input::-webkit-outer-spin-button, #product-single #my-cart .cart-main .item-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#product-single #my-cart .cart-main .item-quantity input[type=number] {
  -moz-appearance: textfield;
}

#product-single #my-cart .delivery-method {
  padding: 10px 12px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

#product-single #my-cart .delivery-method .form-check-input {
  width: 13px;
  height: 13px;
}

#product-single #my-cart .delivery-method label {
  font-size: 13px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#product-single #my-cart .total {
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#product-single #my-cart .total p {
  margin-bottom: 0;
  font-size: 14px;
}

#product-single #my-cart .total p strong {
  font-weight: 800;
  color: #1C3C74;
}

#product-single #my-cart .cart-button {
  padding: 8px 12px;
}

#product-single #my-cart .cart-button a {
  padding: 6px 12px;
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  background-color: #145995;
  color: white;
  position: relative;
  border-radius: 8px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
}

#product-single #my-cart .cart-button a span {
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#product-single #my-cart .cart-button a i {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 12px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#product-single #my-cart .cart-button a:hover {
  background-color: #21295A;
}

#product-single #my-cart .cart-button a:hover span {
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
}

#product-single #my-cart .cart-button a:hover i {
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#product-single img {
  border-radius: 8px;
}

.product-single-description {
  padding: 50px 10px;
}

.product-single-description .product-title {
  font-size: 28px;
  font-weight: 800;
  color: #145995;
  font-family: "Poppins", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-bottom: 12px;
}

.product-single-description .variation-title {
  font-weight: 700;
  margin-bottom: 0;
}

.product-single-description .variation-select {
  padding: 6px 0 24px 0;
  margin: 0;
  list-style-type: none;
}

.product-single-description .variation-select li {
  display: inline-block;
  margin-right: 15px;
}

.product-single-description .variation-select li label {
  padding: 6px 12px;
  border: 1px solid #eaeaea;
}

#log-sign {
  background: #f6f5f7;
  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;
  padding: 60px 0;
}

#log-sign form {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 50px;
  height: 100%;
  text-align: center;
}

#log-sign input {
  background-color: #eee;
  border: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
}

#log-sign .form-container {
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#log-sign .sign-in-container {
  left: 0;
  width: 50%;
  z-index: 2;
}

#log-sign .right-panel-active .sign-in-container {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

#log-sign .sign-up-container {
  left: 0;
  width: 50%;
  opacity: 0;
  z-index: 1;
}

#log-sign .right-panel-active .sign-up-container {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 1;
  z-index: 5;
  -webkit-animation: show 0.6s;
          animation: show 0.6s;
}

@-webkit-keyframes show {
  0%, 49.99% {
    opacity: 0;
    z-index: 1;
  }
  50%, 100% {
    opacity: 1;
    z-index: 5;
  }
}

@keyframes show {
  0%, 49.99% {
    opacity: 0;
    z-index: 1;
  }
  50%, 100% {
    opacity: 1;
    z-index: 5;
  }
}

#log-sign .overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  z-index: 100;
}

#log-sign .right-panel-active .overlay-container {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

#log-sign .overlay {
  background: #21295A;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  color: #FFFFFF;
  position: relative;
  left: -100%;
  height: 100%;
  width: 200%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

#log-sign .right-panel-active .overlay {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

#log-sign .overlay-panel {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 40px;
  text-align: center;
  top: 0;
  height: 100%;
  width: 50%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

#log-sign .overlay-left {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}

#log-sign .right-panel-active .overlay-left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#log-sign .overlay-right {
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#log-sign .right-panel-active .overlay-right {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

#log-sign .social-container {
  margin: 20px 0;
}

body.menu-is-showing {
  overflow: hidden;
}

#page-title {
  position: relative;
  padding: 120px 0 30px 0;
  background-position:center 20%;
}

#page-title.full-height {
  padding: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
}

#page-title.full-height p {
  text-align: left;
  margin-top: 60px;
  font-size: 24px;
  line-height: 35px;
  color: white;
  font-family: "Poppins", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  position: relative;
  font-weight: 300;
  letter-spacing: 1px;
}

#page-title.full-height .arrow-down {
  position: absolute;
  left: 120px;
  bottom: 20px;
  color: #fff;
  z-index: 9;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
}

#page-title.full-height .arrow-down span {
  display: block;
  -webkit-animation-name: scroll-animation;
          animation-name: scroll-animation;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#page-title:before {
  content: '';
  background-color: #0d0d0d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
}

#page-title h2 {
  text-align: center;
  color: #fff;
  position: relative;
  font-family: "Noto Serif Display", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Monaco", monospace;
  font-size: 48px;
  font-weight: 800;
}

.c-header {
  font-size: 22px;
  font-family: "Poppins", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #21295A;
  font-weight: 700;
}

#contact-us {
  padding: 60px 0;
}

.contact {
  list-style-type: none;
  padding: 24px 20px;
  margin: 0;
  padding-top: 0;
  margin-bottom: 12px;
}

.contact li a {
  font-weight: 600;
  margin-bottom: 5px;
}

.c-social {
  list-style-type: none;
  padding: 8px 20px;
}

.c-social li {
  display: inline-block;
  margin-right: 16px;
}

.c-social li a {
  font-size: 20px;
}

.write-form {
  padding: 0 24px;
}

.form-title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Poppins", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #21295A;
  letter-spacing: 0.5px;
}

.form-here p {
  color: #145995;
  font-weight: 500;
}

.form {
  position: relative;
  height: 50px;
  overflow: hidden;
  margin-bottom: 24px;
}

.form-textarea {
  position: relative;
}

.form-textarea textarea {
  width: 100%;
  color: #21295A;
  padding-top: 20px;
  border: none;
  outline: none;
  font-size: 14px;
}

.form input {
  width: 100%;
  height: 100%;
  color: #21295A;
  padding-top: 20px;
  border: none;
  outline: none;
  font-size: 14px;
}

.form label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom: 2px solid #1C3C74;
}

.form-textarea label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom: 2px solid #1C3C74;
}

.form label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 100%;
  width: 100%;
  border-bottom: 2px solid #145995;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.form-textaarea label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 100%;
  width: 100%;
  border-bottom: 2px solid #145995;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.content-name {
  position: absolute;
  bottom: 5px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-textarea .content-name {
  position: absolute;
  top: 15px;
  bottom: auto;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form input:focus + .label-name .content-name,
.form input:valid + .label-name .content-name {
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
  font-size: 14px;
  color: #145995;
}

.form input:focus .label-name::after,
.form input:valid + .label-name:after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.form-textarea textarea:focus + .label-name .content-name,
.form-textarea textarea:valid + .label-name .content-name {
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
  font-size: 14px;
  color: #145995;
}

.form-textarea textarea:focus .label-name::after,
.form-textarea textarea:valid + .label-name:after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

#awards {
  padding: 80px 0;
}

.timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #145995;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.container-timeline {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}

.container-timeline.left {
  left: 0;
}

.container-timeline.right {
  left: 50%;
}

.container-timeline::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #145995;
  border-radius: 16px;
  z-index: 1;
}

.container-timeline.right::after {
  left: -8px;
}

.container-timeline::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #145995;
  z-index: 1;
}

.container-timeline.right::before {
  left: 8px;
}

.container-timeline .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 60px);
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  color: #145995;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
  font-family: "Noto Serif Display", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Monaco", monospace;
}

.container-timeline.left .date {
  right: -175px;
}

.container-timeline.right .date {
  left: -175px;
}

.container-timeline .icon {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: #f5f5f5;
  border: 2px solid #145995;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: #145995;
  z-index: 1;
}

.container-timeline.left .icon {
  right: 56px;
}

.container-timeline.right .icon {
  left: 56px;
}

.container-timeline .content {
  padding: 30px 90px 30px 30px;
  position: relative;
}

.container-timeline.right .content {
  padding: 30px 30px 30px 90px;
}

.container-timeline .content h2 {
  margin: 16px 0 10px 0;
  font-size: 18px;
  font-weight: 700;
  color: #145995;
  text-align: center;
  font-family: "Poppins", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.container-timeline .content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.products-buttons{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.menu-item .menu-item-details .menu-item-desc .cart-button:not(.alt-button){
  width: calc(100% - 50px);
}

@media (max-width: 767.98px) {
  .timeline::after {
    left: 90px;
  }
  .container-timeline {
    width: 100%;
    padding-left: 120px;
    padding-right: 30px;
  }
  .container-timeline.right {
    left: 0%;
  }
  .container-timeline.left::after,
  .container-timeline.right::after {
    left: 82px;
  }
  .container-timeline.left::before,
  .container-timeline.right::before {
    left: 100px;
    border-color: transparent #145995 transparent transparent;
  }
  .container-timeline.left .date,
  .container-timeline.right .date {
    right: auto;
    left: 15px;
    font-size: 20px;
    top: calc(50% - 20px);
  }
  .container-timeline.left .icon,
  .container-timeline.right .icon {
    right: auto;
    left: 146px;
  }
  .container-timeline.left .content,
  .container-timeline.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
  }
}

#our-story {
  padding: 60px 0;
}

.sec-title {
  font-size: 32px;
  font-family: "Noto Serif Display", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Monaco", monospace;
  text-transform: uppercase;
  font-weight: 700;
  color: #145995;
  position: relative;
  margin-bottom: 32px;
}

.sec-title:before {
  content: '';
  width: 75px;
  height: 4px;
  right: 102%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #145995;
  position: absolute;
}

#my-cart.checkout-cart {
  display: none;
}

#checkout {
  padding: 40px 0;
}

.checkout-cart {
  padding: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 8px;
}

.c-cart-header {
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background-color: #f5f5f5;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-cart-header p {
  margin-bottom: 0;
}

.c-cart-header i {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.c-cart-header i.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.checkout-cart-main {
  max-height: 0;
  overflow-y: scroll;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.checkout-cart-main.show {
  max-height: 150px;
}

.checkout-cart-main::-webkit-scrollbar {
  width: 2px;
  /* width of the entire scrollbar */
}

.checkout-cart-main::-webkit-scrollbar-track {
  background: transparent;
  /* color of the tracking area */
}

.checkout-cart-main::-webkit-scrollbar-thumb {
  background-color: primary-color;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 2px solid #145995;
  /* creates padding around scroll thumb */
}

.c-cart-items {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.c-cart-items .c-cart-item {
  padding: 4px 10px;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  border-bottom: 1px solid #eaeaea;
}

.c-cart-items .c-cart-item p {
  margin-bottom: 0;
  font-size: 12px;
}

.c-cart-items .c-cart-item p span {
  display: block;
  line-height: 1;
  font-size: 10px;
}

.total {
  padding: 8px 12px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.total p {
  margin: 0;
}

.checkout-method {
  padding: 8px 12px;
}

.del-detail {
  padding: 4px 10px;
  font-size: 13px;
}

#pick-up-order, #delivery-order {
  padding: 30px 80px;
  display: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 8px;
}

#pick-up-order.show, #delivery-order.show {
  display: block;
}

#bill-information {
  display: none;
}

#bill-information.show {
  display: block;
}

@media only screen and (min-width: 1920px) {
  body {
    max-width: 1920px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  #my-cart .cart-main {
    max-height: calc(100vh - 250px);
  }
  #my-cart .cart-main .cart-items .cart-details .item-title {
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1.4;
  }
  .menu-item .menu-item-details .menu-item-desc .item-desc {
    margin: 6px 0;
  }
}

@media only screen and (min-width: 1024px) {
  #category-links.stick {
    position: fixed;
  }
  #cart {
    display: none;
  }
  .main-menu-wrapper, .search-wrapper {
    margin-left: 75px;
  }
}

@media only screen and (max-width: 600px) {
  #landing .hero-text {
    width: 100%;
  }
  #landing .hero-text p {
    font-size: 0.75rem;
  }
  #landing .hero-text h2 {
    font-size: 2rem;
  }
  #navbar .navbar-button {
    border: none;
    margin-right: 15px;
    font-size: 14px;
    padding: 8px;
  }
  #navbar .navbar-button span {
    display: none !important;
  }
  #navbar .navbar-button i {
    position: static;
    -webkit-transform: none;
            transform: none;
    font-size: 18px;
  }
  header label{
      width:25px;
  }
  header label span{
      margin:3px 0;
  }
  header input[type="checkbox"]:checked ~ span:nth-of-type(3){
    -webkit-transform: translate(21px, -4px) rotatez(45deg);
    transform: translate(11px, -4px) rotatez(45deg);
  }
  .main-menu-wrapper{
      border:none;
  }
  #video_controls {
    display: none;
  }
  #category-items {
    width: 100%;
    padding: 0 12px;
    justify-content:flex-start;
    overflow-x:scroll;
  }
  #category-items .category-item {
    padding: 6px 0;
    margin: 0;
    text-align: center;
    width: 20%;
  }
  #category-items .category-image img {
    height: 48px;
  }
  #category-items .category-title p {
    margin-bottom: 0;
    margin-top: -6px;
    font-size: 12px;
  }
  header {
    padding: 0;
  }
  header nav #logo img {
    height: 60px;
  }
  #main-menu.show {
    padding-top: 120px;
  }
  #main-menu .menu {
    height: auto;
    overflow: auto;
    border-bottom: 1px solid #f5f5f5;
  }
  #main-menu {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #main-menu .menu li a {
    font-size: 24px;
  }
  .nav-contact {
    padding: 24px 6px;
  }
  #main-menu .menu li a span {
    display: none;
  }
  #category-links {
    position: fixed;
    bottom: 0 !important;
    left: 0 !important;
    top: auto !important;
    right: auto !important;
    z-index: 99;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f5f5f5;
  }
  #category-links li {
    width: 14%;
    margin: 0;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #category-links li .cate-image {
    width: 35px;
    text-align: center;
  }
  #category-links li p small {
    font-size: 10px;
  }
  #my-cart {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: #fff;
    border-radius: 8px;
    z-index: 99999;
    width: 90%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  #my-cart.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #close-cart {
    color: #000;
    display: block;
    float: right;
  }
  body {
    margin-bottom: 70px;
  }
  #product-modal form {
    max-width: 95%;
  }
  .footer-boxes {
    margin-bottom: 32px;
  }
  #landing .arrow-down {
    bottom: 110px;
  }
  #category-links {
    -webkit-transform: none !important;
            transform: none !important;
  }
  #category-links li a {
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 6px 14px;
  }
  #products > .container-fluid > .row > .col-sm-8 {
    padding: 0;
  }
  #product-modal form {
    height: 96vh;
  }
  #product-modal .modal-inner {
    height: 100%;
  }
  #product-modal .modal-inner .modal-content {
    max-height: 78vh;
  }
  .modal-desc {
    font-size: 13px;
    margin-top: 6px;
  }
  #product-modal .modal-inner .modal-variations > p {
    margin-top: 8px;
  }
  #product-modal .modal-price {
    margin-bottom: 4px;
  }
  
}

@media (min-width: 768px) {
  #video_controls {
    display: none;
  }
}


/*-------------------------------------- Bijay Css ------------------------------------------------------------*/

#account {
  padding: 40px 0;
}
.account-nav {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0;
  /* padding: 0px 15px; */
}
.account-nav li:hover {
  background-color: #f5f5f5;
  transition: all ease-in-out 0.55s;
}
.account-nav li a{
  padding-bottom: 10px;
  padding: 15px;
  display:block;
}
.account-nav li.active a {
  font-size: 16px;
  font-weight: 600;
  /*padding-left: 4px;*/
}
.account-nav li.active {
  position: relative;
  background-color: #f5f5f5;
}
.account-nav li.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  right: auto;
  width: 5px;
  height: 100%;
  background-color: #145995;
}
.account-nav li.first.active::before {
  border-top-left-radius: 8px;
}
.account-nav li.last.active::before {
  border-bottom-left-radius: 8px;
}

.account-nav li a {
  color: #145995;
  font-size: 16px;
}
#detail,
#address-profile {
  border: 1px solid #eaeaea;
  border-radius: 8px;
}
#detail .detail-information,
#detail .order-history,
#address-profile .detail-information {
  padding: 20px 30px;
}
#address-profile .category-title {
  margin-bottom: 0;
}
/* #detail .order-history {
  padding-top: 10px;
  padding-bottom: 10px;
} */
#detail p {
  font-size: 18px;
  color: #145995;
  font-weight: 600;
  margin-bottom: 7px;
} 
#detail .cart-button,
#address-profile .cart-button {
  padding: 6px 12px;
  display: block;
  width: auto;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  background-color: #145995;
  color: white;
  position: relative;
  border-radius: 8px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  margin-top: 5px;
  cursor: pointer;
}
#detail .cart-button a,
#address-profile .cart-button a {
  color: #fff;
}
.right-space {
  margin-right: 75px;
}
#detail .d-edit-none,
#address-profile .d-edit-none {
  display: none;
}
#detail .d-user-info,
#address-profile .d-user-info {
  display: block;
  opacity: 1;
  transition: all ease-in-out 0.45s;
}
#detail .d-user-info label,
#address-profile .d-user-info label {
  display: block;
}
#address-profile .d-address-info label {
  display: block;
}
#address-profile .address-detail {
  padding-bottom: 15px;
}
#detail .d-info-none,
#address-profile .d-info-none {
  display: none;
  opacity: 0;
  top: 10%;
  transition: all ease-in-out 0.45s;
}

#detail .flex-title,
#address-profile .flex-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#detail .d-info-block,
#address-profile .d-info-block {
  display: block !important;
}
#detail .cancel,
#address-profile .cancel-shipping,
#address-profile .cancel-billing {
  display: none;
  background-color: red;
}

.mt-25 {
  margin-top: 25px;
}
#detail .history-table {
  padding-bottom: 15px;
  margin-top: 15px;
}
#detail .flex-title .category-title {
  margin-bottom: 0px;
}
#detail .history-table table {
  border-collapse: collapse;
  width: 100%;
}
#detail .history-table td,
#detail .history-table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  text-align: center;
  font-size: 14px !important;
}
#detail .history-table.detail table .checkbox-select {
  width: 35px;
}
#detail .history-table table .serial-num {
  width: 75px !important;
  /* max-width: 100px; */
}
#detail .history-table table .product-width {
  width: 550px;
}
#detail .history-table .action-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #145995;
}
.order-pagination {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.order-pagination a {
  color: #000;
}
.order-pagination .btn-change {
  background-color: #145995;
  color: #fff;
}
.order-pagination .page-link:hover,
.page-link:focus {
  background-color: #145995;
  color: #fff;
  box-shadow: none;
}
.history-table.detail .product-img img {
  height: 55px;
}
.history-table.detail .product-img {
  margin-right: 15px;
}
.history-table.detail .product-detail {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: left !important;
}
.history-table.detail .product-detail p.product-name {
  font-size: 14px !important;
  line-height: 20px;
}
#detail .other-info {
  margin-top: 45px;
}
#detail .other-info .address-info p {
  margin-bottom: 0px;
}
#detail .other-info .address-info .shipping-title,
#detail .other-info .address-info .billing-title {
  font-size: 18px;
  font-weight: 700;
}
#detail .other-info .address-info .shipping-detail,
#detail .other-info .address-info .billing-detail {
  font-size: 16px;
  font-weight: 400;
}

#detail .other-info {
  display: flex;
  flex-direction: row;
}
#detail .other-info .address-info {
  border: 1px solid #eaeaea;
  padding: 20px;
  padding-top: 10px;
}
#detail .other-info .address-info {
  font-size: 14px !important;
}
#detail .other-info .address-info:first-of-type {
  margin-right: 15px;
}
#detail .other-info .address-info .address-detail {
  margin-bottom: 10px;
}
#detail .other-info .address-info .address-detail label {
  display: block;
}

#detail .other-info .billing-detail {
  display: flex;
}
#detail .other-info table.payment {
  border: 1px solid #eaeaea;
  text-align: left;
  width: 80%;
  float: right;

}
#detail .other-info table.payment td {
  border: none;
  text-align: left;
  padding-left: 15px;
}
#detail .other-info table.payment tr.total {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
}
#detail .other-info table.payment tr.payment-method {
  margin-top: 10px;
  border: 3px solid #eaeaea;
}
#account .back-link {
  margin-left: 75px;
  margin-bottom: 15px;

}
#account .back-link a {
  font-size: 18px;
  color: #145995;
  font-weight: 700;
}
.hover-only {
  visibility: hidden;
  opacity: 0;
  transform: translateX(15px);
  transition: all ease-in-out 0.45s;
}
#account .back-link a:hover .hover-only{
  visibility: visible;
  opacity: 1;
  transform: translateX(5px);
  transition: all ease-in-out 0.45s;

}
.line-gap {
  height: 10px;
}
/* .sm-only {
  display: none;
} */
.sticky-account .container-fluid {
 padding: 0;
}
.sticky-account-nav {
  position: sticky;
  top: 0;
}
#detail .menu-item .menu-item-details .menu-item-desc p.item-price {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #000;
}
#detail .menu-item .menu-item-details .menu-item-desc p.item-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #145995;
}
@media only screen and (max-width: 1025px) {
  #detail .history-table table .product-width {
    width: 450px;
  }
  #detail .other-info table.payment {
    width: 100%;
  }
  #detail .other-info .address-info .address-detail {
    margin-bottom: 5px;
  }
  #detail .other-info .address-info .address-detail label strong {
    display: block;
  }
  .right-space {
    margin-right: 25px;
  }
  #account .main-menu-wrapper {
    margin-left: 25px;
  }
  #account .back-link {
    margin-left: 25px;
  }
  #account .account-nav {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
    padding: 0;
  }
  #account .account-nav li {
    padding: 20px 30px;
    width: 33.33%;
    text-align: center;
  }
  #account .account-nav li.active a {
    color: #fff;
  }
  #account .account-nav .active {
    background-color: #145995;
    color: #fff;
  }
  #account .account-nav li {
    margin-right: 15px;
    border-right: 1px solid #eaeaea;
  }
  #account .account-nav li:last-of-type {
    border: none;
  }
  #account .sm-menu-wrapper {
    margin-left: 25px;
  }
  #account .sm-rigth-space {
    margin-right: 25px;
    margin-bottom: 15px;
  }

  
}

@media only screen and (max-width: 768px) {
  #account .account-nav li {
    padding: 20px 0;
    margin-right: 0;
  }
  .account-nav li a {
    font-size: 14px;
  }
  #detail .other-info {
    margin-top: 10px;
  }
  #detail .other-info table.payment {
    margin-bottom: 20px;
  }
  #detail .other-info .address-info:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #detail .history-table table {
    width: 100%;
    table-layout: fixed;
  }
  #detail .history-table.detail table .product-width {
    width: 350px;
  }
  #detail .history-table.detail td, #detail .history-table.detail th {
    width: 100px;
  }
  #detail .history-table .action-btn {
    display: block;
  }
  .sm-only {
    display: block;
  }
  #account .account-nav .sm-only {
    display: block;
    margin-bottom: 5px;
    font-size: 25px;
  }
  #account .account-nav {
    line-height: 18px;
  }
  #account .account-nav li:first-of-type {
    border-top-left-radius: 0px;
  }
  #account .account-nav li {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .account-nav li.active a {
    padding-left: 0px;
  }
  .account-nav li.active {
    position: relative;
  }
  .account-nav li.active::before {
    display: none;
  
  }




}
@media only screen and (max-width: 576px) {
  #account .account-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    left: 0;
    z-index: 15;
  }
  #account .account-nav .sm-only {
    display: block;
    margin-bottom: 5px;
    font-size: 25px;
  }
  #account .account-nav li {
    line-height: 15px;
  }
  #account .account-nav li a {
    font-size: 14px;
  } 
  #account .account-nav li a .sm-none {
    display: none;
  }
  #account .account-nav li {
    padding: 15px 0;
  }
  #account .flex-title {
    flex-direction: column;
  }
  #detail .flex-title {
    align-items: flex-start;
  }
  #detail .flex-title .category-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  #detail .history-table .action-btn {
    display: block;
  }
  .order-pagination .pagination {
    align-items: center;
    justify-content: center;
  }
  br.sm-none {
    display: none;
  }
  #account .main-menu-wrapper {
    margin-left: 5px;
    position: relative;
  }
  .right-space {
    margin-right: 5px;
  }
  #detail .history-table table .product-width {
    width: 275px;
  }
  #detail .history-table td, #detail .history-table th {
    width: 100px;
  }
  #detail .title-btn {
    display: flex;
    justify-content: flex-end;
  }
  #detail .title-btn a {
    margin-right: 15px;
  }
  #detail .detail-information, #detail .order-history, #address-profile .detail-information {
    padding: 20px 15px;
  }
  #detail .other-info {
    font-size: 14px;
  }
  #account .sm-menu-wrapper {
    margin-left: 5px;
  }
  #address-profile .flex-title {
    justify-content: flex-start;
    align-items: flex-start;
  }
  #address-profile .flex-title .category-title {
    margin-bottom: 10px;
    margin-top: 20px;
  }

}
@media only screen and (min-width:992px) and (max-width:1400px){
    .menu-item .menu-item-details .menu-item-desc .cart-button span {
        font-size:11px;
    }
    .menu-item .menu-item-details .menu-item-desc .cart-button:not(.alt-button){
        width:calc(100% - 38px);
    }
}

/* Added CSS */
#guest-checkout{
  padding:60px 0;
  display: none;
}
#guest-checkout.show{
  display: block;
}
#guest-checkout .lead{
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.checkout-method{
  padding:25px 20px;
  border:2px solid #eaeaea;
  border-radius: 4px;
}
.checkout-method h5{
  font-size: 15px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
.checkout-method p{
  font-size: 14px;
}

#checkout{
  display: none;
}
#checkout.show{
  display: block;
}
.discount-label{
  position: absolute;
  top:10px;
  right:10px;
  z-index: 99;
  background-color: #0e72b7;
}

.main-button {
            padding: 6px 12px;
            overflow: hidden;
            border: 1px solid #1C3C74;
            background-color: transparent;
            background-image: none;
            color: #1C3C74;
            border-radius: 4px;
            font-size: 14px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: inline-flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: relative;
            transition: all 0.25s ease-in-out;
        }

        .main-button span {
            font-size: 12px;
            display: inline-block;
            -webkit-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            opacity: 1;
        }


        .main-button>i {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -450%);
            transform: translate(-50%, -450%);
            z-index: 9;
            -webkit-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            opacity: 0;
        }

        .main-button:hover {
            background-color: #21295A;
            color: #fff;
        }
.product-single-description {
            padding: 0 20px;
        }

        .product-single-description .product-title {
            font-size: 18px;
            font-weight: 700;
            margin-top: 12px;
            text-align: center;
        }

        .product-single-description .variation-select li {
            display: block;
            margin-right: 0;
            margin-bottom: 6px;
        }

        #product-single .product-details-button {
            width: calc(100% - 150px);
        }

        #product-single .product-details-button .cart-button {
            padding: 6px 12px;
            overflow: hidden;
            border: 1px solid #1C3C74;
            background-color: transparent;
            background-image: none;
            color: #1C3C74;
            border-radius: 4px;
            font-size: 14px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: relative;
            transition: all 0.25s ease-in-out;
        }

        #product-single .product-details-button .cart-button span {
            font-size: 12px;
            display: inline-block;
            -webkit-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            opacity: 1;
        }


        #product-single .product-details-button .cart-button>i {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -450%);
            transform: translate(-50%, -450%);
            z-index: 9;
            -webkit-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            opacity: 0;
        }

        #product-single .product-details-button .cart-button:hover {
            background-color: #21295A;
            color: #fff;
        }

        #product-single .product-details-button .cart-button:hover>i {
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            opacity: 1;
        }

        #product-single .product-details-button .cart-button:hover span {
            -webkit-transform: translateY(150%);
            transform: translateY(150%);
            opacity: 0;
        }

        .description-wrapper {
            padding: 8px 12px;
            border: 1px solid #eaeaea;
            border-radius: 8px;
            margin-top: 16px;
        }

        .description-wrapper h5 {
            font-size: 20px;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            margin: 8px 0;
            padding-bottom: 8px;
            border-bottom: 1px solid #eaeaea;
        }
        
        
        
.gram {
    display: inline-block;
    margin-top: -5px;
    font-size: 10px;
}

.social-footer{
    list-style-type:none;
    margin:0;
    padding:0;
    margin-top:20px;
}
.social-footer li{
    display:inline-block;
    margin:4px 20px 4px 0;
}
.social-footer li a{
    font-size:18px;
}
.out-of-stock-button{
    position:relative;
}
.out-of-stock-button:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99;
    background-color:transparent;
}
.out-of-stock-button:hover{
    cursor:not-allowed;
}
@media only screen and (min-width:1026px) and (max-width:1400px){
    #category-links li .cate-image{
        width:35px;
    }
    .cate-image p small{
        font-size:65%;
    }
}
.product-fav i {
    font-size: 24px;
}
.misc-list{
    list-style-type:none;
    /*padding:0;*/
    margin:0;
}
.misc-list li{
    display:inline-block;
    margin-right:12px;
}
.misc-list li a{
    color:#fff;
}
.faq-answer, .faq-answer p span{
    font-family:"Nunito Sans", sans-serif !important;
}
.faq-answer, .faq-answer p span strong{
    font-family:"Poppins", sans-serif !important;
    margin-top:32px;
}
.faq-answer p:nth-of-type(odd){
    margin-bottom:0;
}

.jacket-head {
    /*display:none;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  overflow: hidden;
}
.jacket-head i {
  position: absolute;
  top: 20px;
  right: 80px;
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}
.jacket-head-inner {
  display: block;
  position: absolute;
  width: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px;
}
.jacket-head-inner img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.checkout-cart button{
    width:100%;
    text-align:center;
    font-size:15px;
    text-transform:capitalize;
    padding-top:8px;
    padding-bottom:8px;
}
.checkout-cart button span {
    width:100%;
    text-align:center;
    font-size:15px;
}
@media only screen and (max-width: 992px) {
    .jacket-head .jacket-head-inner {
        width: 100%;
        padding: 10px;
    }
    .jacket-head .lni.lni-close {
        right: 30px;
        
    }
    .top-menu {
        top: 48px;
    }
    .pr-10 {
        padding-right: 10px;
    }

}