@charset "UTF-8";
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
  font-family: Roboto;
  color: #1a1a1d;
}
a, input {
  box-shadow: none;
  outline: none;
}
/* cart color */
.shopping-cart-box {
  background: #012138;
  color: #ffffff;
}
.shopping-cart-box:after {
  border-bottom: 8px solid #012138;
}
.shopping-cart-box .close-shopping-cart-box {
  color: #ffffff;
}
/* multilevel dropdown menu */
.nav-menu .dropdown-item.active, .nav-menu .dropdown-item:active {
  color: #012138;
  background-color: #ffbb00;
}
@font-face {
  font-family: "Aclonica";
  src: url('../fonts/Aclonica.ttf');
}
.blocknumber {
  display: block;
  position: relative;
  margin: 15px 0;
  font-size: 110%;
  line-height: 1.8rem;
  min-height: 50px;
  padding: 10px 0 0 65px;
}
.bignumber {
  padding: 10px;
  display: block;
  top: 0px;
  left: 0;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8rem;
  height: 1.8rem;
  text-align: center;
  width: 1.8rem;
  position: absolute;
}
/* assign list-check class to ul to have checkmark with each li */
.list-check li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1em;
  content: "";
  margin-right: 10px;
  color: #50c787;
}
/* li having times class, display cross */
.list-check li.times::before {
  content: "";
  color: #ff0000;
}
.list-lg li {
  font-size: 1.2rem;
  line-height: 2.5rem;
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
.lead {
  font-size: 120%;
  font-weight: 200;
  line-height: 30px;
}
/*! display a floating icon with button  */
@media only screen and (max-width: 37.5em) {
  .btn-theme-icon {
    text-align: center;
  }
}
.btn-theme-icon a {
  display: -webkit-inline-flex;
  display: inline-flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  transition: all 0.3s;
  padding-top: 5px !important;
}
.btn-theme-icon a:after {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  content: '';
  position: relative;
  padding-left: 0.4rem;
  padding-top: 5px;
}
.btn-theme-icon a:hover:after {
  transition: all 0.3s;
  padding-left: 0.6rem;
}
.btn-theme-icon-link:after {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  content: '';
  position: relative;
  opacity: 0;
  font-size: inherit;
  text-align: center;
  transition: all 0.3s;
  margin-left: -1.3rem;
  padding-left: 0.5rem;
}
.btn-theme-icon-link:hover:after {
  transition: all 0.3s;
  opacity: 1;
  margin-left: 0;
}
/*! Dynamic Jarallax Overlay */
.jarallax-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  opacity: 0.7;
  background-color: white;
}
/*! Image Radius within a DIV */
.block-img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.block-img img {
  border-radius: 0.25rem;
  display: block;
  width: 100%;
}
/*! Video Play Button */
.btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.btn-play .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
/*! Full-screen */
.fullscreen-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
/*! Background Overlay */
.bg-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
}
/* Icon Circle */
.circle-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 12px;
  font-size: 25px;
  overflow: hidden;
}
.ft-circle {
  text-align: center;
  width: 76px;
  height: 76px;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-right: 7px;
  /*space between*/
}
.ft-circle i {
  font-size: 40px;
  line-height: 78px;
  color: #fff;
}
h3.h5 {
  line-height: 1.8rem;
}
/* display text between two lines */
.heading-with-lines {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 auto 0.2em auto;
  color: #E4CB62 !important;
}
.heading-with-lines:before, .heading-with-lines:after {
  background-color: #E4CB62;
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  vertical-align: middle;
  width: 12%;
}
.heading-with-lines:before {
  right: 0.5em;
  margin-left: -50%;
}
.heading-with-lines:after {
  left: 0.5em;
  margin-right: -50%;
}
/* display play button on video image */
.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 10px;
}
.video-thumbnail:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 50px;
  color: #c4302b;
  opacity: 0.8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  background-color: #444;
}
.video-thumbnail:hover:before {
  color: #eee;
}
/*---------------------------------------------*/
/* TYPEAHEAD SEARCH BAR
/*---------------------------------------------*/
.tt-suggestion {
  background-color: #012138;
  color: #ffffff;
  display: block;
  padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
  color: #012138;
  background-color: #ffbb00;
}
.tt-suggestion.tt-is-under-cursor a {
  background-color: #012138;
  color: #ffffff;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion:hover {
  background-color: #ffbb00;
  color: #012138;
}
/*---------------------------------------------*/
/* VERTICAL SCROLLBAR
/*---------------------------------------------*/
.vertical-scrollbar {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-color: #ffbb00 #f1f1f1;
  scrollbar-width: thin;
}
.vertical-scrollbar::-webkit-scrollbar {
  width: 5px;
  border-radius: 100%;
}
.vertical-scrollbar::-webkit-scrollbar-track {
  background: #eee;
}
.vertical-scrollbar::-webkit-scrollbar-thumb, .vertical-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #cc9600;
  border-radius: 20px;
}
/* BACKGROUNDS */
.bg-theme-primary {
  background-color: #012138;
  color: #ffffff;
}
.bg-theme-primary a {
  color: #ffffff;
}
.bg-theme-primary a:hover {
  background-color: #012138;
  color: #ffffff;
}
.bg-theme-primary .heading-theme, .bg-theme-primary .heading-theme > a {
  color: #ffffff;
}
.bg-theme-primary .heading-secondary, .bg-theme-primary .heading-secondary > a {
  color: #ffffff;
}
.bg-theme-secondary {
  background-color: #ffbb00;
  color: #012138;
}
.bg-theme-secondary a {
  color: #012138;
}
.bg-theme-secondary a:hover {
  background-color: #f2b408;
  color: #012138;
}
.bg-theme-secondary .heading-theme, .bg-theme-secondary .heading-theme > a {
  color: #012138;
}
.bg-theme-secondary .heading-secondary, .bg-theme-secondary .heading-secondary > a {
  color: #012138;
}
.bg-theme-tertiary {
  background-color: #012138;
  color: #ffffff !important;
}
.bg-theme-tertiary a {
  color: #ffffff;
}
.bg-theme-tertiary a:hover {
  color: #ffffff;
}
.bg-theme-tertiary .heading-theme, .bg-theme-tertiary .heading-theme > a {
  color: #ffffff;
}
.bg-theme-tertiary .heading-secondary, .bg-theme-tertiary .heading-secondary > a {
  color: #ffffff;
}
.bg-theme-quaternary {
  background-color: #012138;
  color: #ffffff !important;
}
.bg-theme-quaternary a {
  color: #ffffff;
}
.bg-theme-quaternary a:hover {
  color: #ffffff;
}
.bg-theme-quaternary .heading-theme, .bg-theme-quaternary .heading-theme > a {
  color: #ffffff;
}
.bg-theme-quaternary .heading-secondary, .bg-theme-quaternary .heading-secondary > a {
  color: #ffffff;
}
.bg-theme-quinary {
  background-color: #012138;
  color: #ffffff !important;
}
.bg-theme-quinary a {
  color: #ffffff;
}
.bg-theme-quinary a:hover {
  color: #ffffff;
}
.bg-theme-quinary .heading-theme, .bg-theme-quinary .heading-theme > a {
  color: #ffffff;
}
.bg-theme-quinary .heading-secondary, .bg-theme-quinary .heading-secondary > a {
  color: #ffffff;
}
/* COLORS */
.text-theme-primary {
  color: #012138;
}
.text-theme-primary .btn-sort {
  color: #012138;
}
.text-theme-secondary {
  color: #ffbb00;
}
.text-theme-secondary .btn-sort {
  color: #ffbb00;
}
.text-theme-tertiary {
  color: #012138;
}
.text-theme-tertiary .btn-sort {
  color: #012138;
}
.text-theme-quaternary {
  color: #012138;
}
.text-theme-quaternary .btn-sort {
  color: #012138;
}
.text-theme-quinary {
  color: #012138;
}
.text-theme-quinary .btn-sort {
  color: #012138;
}
/* CONTENT LINKS */
a {
  color: #1a1a1d;
}
a:hover, a:focus {
  color: #1a1a1d;
}
/* BUTTONS/BADGES */
.btn-theme-primary, .badge-theme-primary {
  color: #ffffff !important;
  background-color: #012138;
  border-color: #011b2e;
}
.btn-theme-primary .fa, .badge-theme-primary .fa {
  color: #ffffff;
}
.btn-theme-primary .fa:hover, .badge-theme-primary .fa:hover {
  color: #ffffff;
}
.btn-theme-primary:focus, .btn-theme-primary.focus, .badge-theme-primary:focus, .badge-theme-primary.focus {
  color: #ffffff;
  background-color: #000306;
  border-color: #011b2e;
}
.btn-theme-primary:hover, .badge-theme-primary:hover {
  color: #ffffff !important;
  background-color: #012138 !important;
  border-color: black !important;
}
.btn-theme-primary:active, .btn-theme-primary.active, .open > .btn-theme-primary.dropdown-toggle, .badge-theme-primary:active, .badge-theme-primary.active, .open > .badge-theme-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #000306;
  border-color: #011b2e;
}
.btn-theme-primary:active:hover, .btn-theme-primary:active:focus, .btn-theme-primary:active.focus, .btn-theme-primary.active:hover, .btn-theme-primary.active:focus, .btn-theme-primary.active.focus, .open > .btn-theme-primary.dropdown-toggle:hover, .open > .btn-theme-primary.dropdown-toggle:focus, .open > .btn-theme-primary.dropdown-toggle.focus, .badge-theme-primary:active:hover, .badge-theme-primary:active:focus, .badge-theme-primary:active.focus, .badge-theme-primary.active:hover, .badge-theme-primary.active:focus, .badge-theme-primary.active.focus, .open > .badge-theme-primary.dropdown-toggle:hover, .open > .badge-theme-primary.dropdown-toggle:focus, .open > .badge-theme-primary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #012138;
  border-color: #011b2e;
}
.btn-theme-primary:active, .btn-theme-primary.active, .open > .btn-theme-primary.dropdown-toggle, .badge-theme-primary:active, .badge-theme-primary.active, .open > .badge-theme-primary.dropdown-toggle {
  background-image: none;
}
.btn-theme-primary.disabled:hover, .btn-theme-primary.disabled:focus, .btn-theme-primary.disabled.focus, .btn-theme-primary[disabled]:hover, .btn-theme-primary[disabled]:focus, .btn-theme-primary[disabled].focus, fieldset[disabled] .btn-theme-primary:hover, fieldset[disabled] .btn-theme-primary:focus, fieldset[disabled] .btn-theme-primary.focus, .badge-theme-primary.disabled:hover, .badge-theme-primary.disabled:focus, .badge-theme-primary.disabled.focus, .badge-theme-primary[disabled]:hover, .badge-theme-primary[disabled]:focus, .badge-theme-primary[disabled].focus, fieldset[disabled] .badge-theme-primary:hover, fieldset[disabled] .badge-theme-primary:focus, fieldset[disabled] .badge-theme-primary.focus {
  background-color: #012138;
  border-color: #011b2e;
}
.btn-theme-primary .badge, .badge-theme-primary .badge {
  color: #012138;
  background-color: #ffffff;
}
.btn-theme-primary a, .badge-theme-primary a {
  color: #ffffff;
}
.btn-theme-primary a:hover, .btn-theme-primary a:focus, .badge-theme-primary a:hover, .badge-theme-primary a:focus {
  color: #ffffff !important;
}
.btn-theme-secondary, .badge-theme-secondary {
  color: #012138 !important;
  background-color: #ffbb00;
  border-color: #f5b400;
}
.btn-theme-secondary .fa, .badge-theme-secondary .fa {
  color: #012138;
}
.btn-theme-secondary .fa:hover, .badge-theme-secondary .fa:hover {
  color: #012138;
}
.btn-theme-secondary:focus, .btn-theme-secondary.focus, .badge-theme-secondary:focus, .badge-theme-secondary.focus {
  color: #012138;
  background-color: #cc9600;
  border-color: #f5b400;
}
.btn-theme-secondary:hover, .badge-theme-secondary:hover {
  color: #012138 !important;
  background-color: #f2b408 !important;
  border-color: #b78806 !important;
}
.btn-theme-secondary:active, .btn-theme-secondary.active, .open > .btn-theme-secondary.dropdown-toggle, .badge-theme-secondary:active, .badge-theme-secondary.active, .open > .badge-theme-secondary.dropdown-toggle {
  color: #012138;
  background-color: #cc9600;
  border-color: #f5b400;
}
.btn-theme-secondary:active:hover, .btn-theme-secondary:active:focus, .btn-theme-secondary:active.focus, .btn-theme-secondary.active:hover, .btn-theme-secondary.active:focus, .btn-theme-secondary.active.focus, .open > .btn-theme-secondary.dropdown-toggle:hover, .open > .btn-theme-secondary.dropdown-toggle:focus, .open > .btn-theme-secondary.dropdown-toggle.focus, .badge-theme-secondary:active:hover, .badge-theme-secondary:active:focus, .badge-theme-secondary:active.focus, .badge-theme-secondary.active:hover, .badge-theme-secondary.active:focus, .badge-theme-secondary.active.focus, .open > .badge-theme-secondary.dropdown-toggle:hover, .open > .badge-theme-secondary.dropdown-toggle:focus, .open > .badge-theme-secondary.dropdown-toggle.focus {
  color: #012138;
  background-color: #f2b408;
  border-color: #e8ad08;
}
.btn-theme-secondary:active, .btn-theme-secondary.active, .open > .btn-theme-secondary.dropdown-toggle, .badge-theme-secondary:active, .badge-theme-secondary.active, .open > .badge-theme-secondary.dropdown-toggle {
  background-image: none;
}
.btn-theme-secondary.disabled:hover, .btn-theme-secondary.disabled:focus, .btn-theme-secondary.disabled.focus, .btn-theme-secondary[disabled]:hover, .btn-theme-secondary[disabled]:focus, .btn-theme-secondary[disabled].focus, fieldset[disabled] .btn-theme-secondary:hover, fieldset[disabled] .btn-theme-secondary:focus, fieldset[disabled] .btn-theme-secondary.focus, .badge-theme-secondary.disabled:hover, .badge-theme-secondary.disabled:focus, .badge-theme-secondary.disabled.focus, .badge-theme-secondary[disabled]:hover, .badge-theme-secondary[disabled]:focus, .badge-theme-secondary[disabled].focus, fieldset[disabled] .badge-theme-secondary:hover, fieldset[disabled] .badge-theme-secondary:focus, fieldset[disabled] .badge-theme-secondary.focus {
  background-color: #ffbb00;
  border-color: #f5b400;
}
.btn-theme-secondary .badge, .badge-theme-secondary .badge {
  color: #ffbb00;
  background-color: #012138;
}
.btn-theme-secondary a, .badge-theme-secondary a {
  color: #012138;
}
.btn-theme-secondary a:hover, .btn-theme-secondary a:focus, .badge-theme-secondary a:hover, .badge-theme-secondary a:focus {
  color: #012138;
}
.btn-theme-tertiary, .badge-theme-tertiary {
  color: #ffffff !important;
  background-color: #012138;
  border-color: #011b2e;
}
.btn-theme-tertiary .fa, .badge-theme-tertiary .fa {
  color: #ffffff;
}
.btn-theme-tertiary .fa:hover, .badge-theme-tertiary .fa:hover {
  color: #ffffff;
}
.btn-theme-tertiary:focus, .btn-theme-tertiary.focus, .badge-theme-tertiary:focus, .badge-theme-tertiary.focus {
  color: #ffffff;
  background-color: #000306;
  border-color: #011b2e;
}
.btn-theme-tertiary:hover, .badge-theme-tertiary:hover {
  color: #ffffff !important;
  background-color: #012138 !important;
  border-color: black !important;
}
.btn-theme-tertiary:active, .btn-theme-tertiary.active, .open > .btn-theme-tertiary.dropdown-toggle, .badge-theme-tertiary:active, .badge-theme-tertiary.active, .open > .badge-theme-tertiary.dropdown-toggle {
  color: #ffffff;
  background-color: #000306;
  border-color: #011b2e;
}
.btn-theme-tertiary:active:hover, .btn-theme-tertiary:active:focus, .btn-theme-tertiary:active.focus, .btn-theme-tertiary.active:hover, .btn-theme-tertiary.active:focus, .btn-theme-tertiary.active.focus, .open > .btn-theme-tertiary.dropdown-toggle:hover, .open > .btn-theme-tertiary.dropdown-toggle:focus, .open > .btn-theme-tertiary.dropdown-toggle.focus, .badge-theme-tertiary:active:hover, .badge-theme-tertiary:active:focus, .badge-theme-tertiary:active.focus, .badge-theme-tertiary.active:hover, .badge-theme-tertiary.active:focus, .badge-theme-tertiary.active.focus, .open > .badge-theme-tertiary.dropdown-toggle:hover, .open > .badge-theme-tertiary.dropdown-toggle:focus, .open > .badge-theme-tertiary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #012138;
  border-color: #011b2e;
}
.btn-theme-tertiary:active, .btn-theme-tertiary.active, .open > .btn-theme-tertiary.dropdown-toggle, .badge-theme-tertiary:active, .badge-theme-tertiary.active, .open > .badge-theme-tertiary.dropdown-toggle {
  background-image: none;
}
.btn-theme-tertiary.disabled:hover, .btn-theme-tertiary.disabled:focus, .btn-theme-tertiary.disabled.focus, .btn-theme-tertiary[disabled]:hover, .btn-theme-tertiary[disabled]:focus, .btn-theme-tertiary[disabled].focus, fieldset[disabled] .btn-theme-tertiary:hover, fieldset[disabled] .btn-theme-tertiary:focus, fieldset[disabled] .btn-theme-tertiary.focus, .badge-theme-tertiary.disabled:hover, .badge-theme-tertiary.disabled:focus, .badge-theme-tertiary.disabled.focus, .badge-theme-tertiary[disabled]:hover, .badge-theme-tertiary[disabled]:focus, .badge-theme-tertiary[disabled].focus, fieldset[disabled] .badge-theme-tertiary:hover, fieldset[disabled] .badge-theme-tertiary:focus, fieldset[disabled] .badge-theme-tertiary.focus {
  background-color: #012138;
  border-color: #011b2e;
}
.btn-theme-tertiary .badge, .badge-theme-tertiary .badge {
  color: #012138;
  background-color: #ffffff;
}
.btn-theme-tertiary a, .badge-theme-tertiary a {
  color: #ffffff;
}
.btn-theme-tertiary a:hover, .btn-theme-tertiary a:focus, .badge-theme-tertiary a:hover, .badge-theme-tertiary a:focus {
  color: #ffffff;
}
.btn-theme-quaternary, .badge-theme-quaternary {
  color: #ffffff !important;
  background-color: #012138;
  border-color: #011b2e;
}
.btn-theme-quaternary .fa, .badge-theme-quaternary .fa {
  color: #ffffff;
}
.btn-theme-quaternary .fa:hover, .badge-theme-quaternary .fa:hover {
  color: #ffffff;
}
.btn-theme-quaternary:focus, .btn-theme-quaternary.focus, .badge-theme-quaternary:focus, .badge-theme-quaternary.focus {
  color: #ffffff;
  background-color: #000306;
  border-color: #011b2e;
}
.btn-theme-quaternary:hover, .badge-theme-quaternary:hover {
  color: #ffffff !important;
  background-color: #012138 !important;
  border-color: black !important;
}
.btn-theme-quaternary:active, .btn-theme-quaternary.active, .open > .btn-theme-quaternary.dropdown-toggle, .badge-theme-quaternary:active, .badge-theme-quaternary.active, .open > .badge-theme-quaternary.dropdown-toggle {
  color: #ffffff;
  background-color: #000306;
  border-color: #011b2e;
}
.btn-theme-quaternary:active:hover, .btn-theme-quaternary:active:focus, .btn-theme-quaternary:active.focus, .btn-theme-quaternary.active:hover, .btn-theme-quaternary.active:focus, .btn-theme-quaternary.active.focus, .open > .btn-theme-quaternary.dropdown-toggle:hover, .open > .btn-theme-quaternary.dropdown-toggle:focus, .open > .btn-theme-quaternary.dropdown-toggle.focus, .badge-theme-quaternary:active:hover, .badge-theme-quaternary:active:focus, .badge-theme-quaternary:active.focus, .badge-theme-quaternary.active:hover, .badge-theme-quaternary.active:focus, .badge-theme-quaternary.active.focus, .open > .badge-theme-quaternary.dropdown-toggle:hover, .open > .badge-theme-quaternary.dropdown-toggle:focus, .open > .badge-theme-quaternary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #012138;
  border-color: #011b2e;
}
.btn-theme-quaternary:active, .btn-theme-quaternary.active, .open > .btn-theme-quaternary.dropdown-toggle, .badge-theme-quaternary:active, .badge-theme-quaternary.active, .open > .badge-theme-quaternary.dropdown-toggle {
  background-image: none;
}
.btn-theme-quaternary.disabled:hover, .btn-theme-quaternary.disabled:focus, .btn-theme-quaternary.disabled.focus, .btn-theme-quaternary[disabled]:hover, .btn-theme-quaternary[disabled]:focus, .btn-theme-quaternary[disabled].focus, fieldset[disabled] .btn-theme-quaternary:hover, fieldset[disabled] .btn-theme-quaternary:focus, fieldset[disabled] .btn-theme-quaternary.focus, .badge-theme-quaternary.disabled:hover, .badge-theme-quaternary.disabled:focus, .badge-theme-quaternary.disabled.focus, .badge-theme-quaternary[disabled]:hover, .badge-theme-quaternary[disabled]:focus, .badge-theme-quaternary[disabled].focus, fieldset[disabled] .badge-theme-quaternary:hover, fieldset[disabled] .badge-theme-quaternary:focus, fieldset[disabled] .badge-theme-quaternary.focus {
  background-color: #012138;
  border-color: #011b2e;
}
.btn-theme-quaternary .badge, .badge-theme-quaternary .badge {
  color: #012138;
  background-color: #ffffff;
}
.btn-theme-quaternary a, .badge-theme-quaternary a {
  color: #ffffff;
}
.btn-theme-quaternary a:hover, .btn-theme-quaternary a:focus, .badge-theme-quaternary a:hover, .badge-theme-quaternary a:focus {
  color: #ffffff;
}
.btn-theme-quinary, .badge-theme-quinary {
  color: #ffffff !important;
  background-color: #012138;
  border-color: #011b2e;
}
.btn-theme-quinary .fa, .badge-theme-quinary .fa {
  color: #ffffff;
}
.btn-theme-quinary .fa:hover, .badge-theme-quinary .fa:hover {
  color: #ffffff;
}
.btn-theme-quinary:focus, .btn-theme-quinary.focus, .badge-theme-quinary:focus, .badge-theme-quinary.focus {
  color: #ffffff;
  background-color: #000306;
  border-color: #011b2e;
}
.btn-theme-quinary:hover, .badge-theme-quinary:hover {
  color: #ffffff !important;
  background-color: #012138 !important;
  border-color: black !important;
}
.btn-theme-quinary:active, .btn-theme-quinary.active, .open > .btn-theme-quinary.dropdown-toggle, .badge-theme-quinary:active, .badge-theme-quinary.active, .open > .badge-theme-quinary.dropdown-toggle {
  color: #ffffff;
  background-color: #000306;
  border-color: #011b2e;
}
.btn-theme-quinary:active:hover, .btn-theme-quinary:active:focus, .btn-theme-quinary:active.focus, .btn-theme-quinary.active:hover, .btn-theme-quinary.active:focus, .btn-theme-quinary.active.focus, .open > .btn-theme-quinary.dropdown-toggle:hover, .open > .btn-theme-quinary.dropdown-toggle:focus, .open > .btn-theme-quinary.dropdown-toggle.focus, .badge-theme-quinary:active:hover, .badge-theme-quinary:active:focus, .badge-theme-quinary:active.focus, .badge-theme-quinary.active:hover, .badge-theme-quinary.active:focus, .badge-theme-quinary.active.focus, .open > .badge-theme-quinary.dropdown-toggle:hover, .open > .badge-theme-quinary.dropdown-toggle:focus, .open > .badge-theme-quinary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #012138;
  border-color: #011b2e;
}
.btn-theme-quinary:active, .btn-theme-quinary.active, .open > .btn-theme-quinary.dropdown-toggle, .badge-theme-quinary:active, .badge-theme-quinary.active, .open > .badge-theme-quinary.dropdown-toggle {
  background-image: none;
}
.btn-theme-quinary.disabled:hover, .btn-theme-quinary.disabled:focus, .btn-theme-quinary.disabled.focus, .btn-theme-quinary[disabled]:hover, .btn-theme-quinary[disabled]:focus, .btn-theme-quinary[disabled].focus, fieldset[disabled] .btn-theme-quinary:hover, fieldset[disabled] .btn-theme-quinary:focus, fieldset[disabled] .btn-theme-quinary.focus, .badge-theme-quinary.disabled:hover, .badge-theme-quinary.disabled:focus, .badge-theme-quinary.disabled.focus, .badge-theme-quinary[disabled]:hover, .badge-theme-quinary[disabled]:focus, .badge-theme-quinary[disabled].focus, fieldset[disabled] .badge-theme-quinary:hover, fieldset[disabled] .badge-theme-quinary:focus, fieldset[disabled] .badge-theme-quinary.focus {
  background-color: #012138;
  border-color: #011b2e;
}
.btn-theme-quinary .badge, .badge-theme-quinary .badge {
  color: #012138;
  background-color: #ffffff;
}
.btn-theme-quinary a, .badge-theme-quinary a {
  color: #ffffff;
}
.btn-theme-quinary a:hover, .btn-theme-quinary a:focus, .badge-theme-quinary a:hover, .badge-theme-quinary a:focus {
  color: #ffffff;
}
.btn-theme-primary-outline {
  color: #012138;
  border-color: #012138;
}
.btn-theme-primary-outline:hover, .btn-theme-primary-outline:focus {
  color: #ffffff;
  background-color: #012138;
  border-color: #012138;
}
.btn-theme-secondary-outline {
  color: #ffbb00;
  border-color: #ffbb00;
}
.btn-theme-secondary-outline:hover, .btn-theme-secondary-outline:focus {
  color: #012138 !important;
  background-color: #ffbb00;
  border-color: #ffbb00;
}
.btn-theme-tertiary-outline {
  color: #012138;
  border-color: #012138;
}
.btn-theme-tertiary-outline:hover, .btn-theme-tertiary-outline:focus {
  color: #ffffff;
  background-color: #012138;
  border-color: #012138;
}
.btn-theme-quaternary-outline {
  color: #012138;
  border-color: #012138;
}
.btn-theme-quaternary-outline:hover, .btn-theme-quaternary-outline:focus {
  color: #ffffff;
  background-color: #012138;
  border-color: #012138;
}
.btn-theme-quinary-outline {
  color: #012138;
  border-color: #012138;
}
.btn-theme-quinary-outline:hover, .btn-theme-quinary-outline:focus {
  color: #ffffff;
  background-color: #012138;
  border-color: #012138;
}
.btn-theme-primary:not(:disabled):not(.disabled).active, .btn-theme-primary:not(:disabled):not(.disabled):active, .show > .btn-theme-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #012138;
  border-color: #000306;
}
.btn-theme-secondary:not(:disabled):not(.disabled).active, .btn-theme-secondary:not(:disabled):not(.disabled):active, .show > .btn-theme-secondary.dropdown-toggle {
  color: #012138;
  background-color: #f2b408;
  border-color: #c18f06;
}
/* frontend forms extra margin */
.form-row.card-body {
  margin: 0px;
}
.heading-theme, .heading-theme > a {
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
  font-size: 1.75rem;
  font-weight: 400;
  padding-bottom: 1rem;
  margin-top: 0.5rem;
  text-decoration: none;
}
.heading-secondary {
  text-align: center;
  padding-bottom: 0.5rem;
  margin-top: 0.5rem;
  text-decoration: none;
}
.heading-sub {
  font-weight: 300;
}
.heading-theme, .heading-theme > a {
  color: #012138;
}
.heading-secondary, .heading-secondary > a {
  color: #1a1a1d;
}
.list-theme, .list-flip {
  font-size: 0.875rem;
  font-weight: 400;
}
.list-theme .fa, .list-flip .fa {
  margin-right: 10px;
  font-size: 0.875rem;
}
.list-theme > li > a, .list-flip > li > a {
  border-radius: 0px;
}
.btn {
  border-radius: 0px;
}
.btn-theme, .btn-flip {
  border-radius: 0px;
}
/* PAGINATION */
.pagination .page-item.active {
  background-color: #ffbb00;
  border-color: #ffbb00;
  color: #012138;
}
.pagination .page-item.active a, .pagination .page-item.active a:focus, .pagination .page-item.active a:hover, .pagination .page-item.active span, .pagination .page-item.active span:focus, .pagination .page-item.active span:hover {
  background-color: #ffbb00;
  border-color: #ffbb00;
  color: #012138;
}
.pagination li a, .pagination li span, .pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover {
  background-color: #f2b408;
  border-color: #f2b408;
  color: #012138;
}
#shopping-cart-results .cart-list-item {
  background-color: #ffbb00;
  color: #012138;
}
#shopping-cart-results .cart-list-item a {
  color: #012138 !important;
}
#shopping-cart-results .cart-saving {
  color: #ffffff;
}
::selection {
  background-color: #012138;
  color: #ffffff;
}
a:hover {
  text-decoration: none;
}
.btn-theme-lg {
  padding: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.list-check li::before {
  color: #ffbb00;
}
.bg-theme {
  background-color: #eee;
}
.slick-prev {
  left: -15px;
}
.slick-next {
  right: -15px;
}
/* Box issue on focus and hover */
*, *:focus, *:hover {
  outline: none;
}
section {
  padding-top: 2%;
  padding-bottom: 2%;
}
@charset "UTF-8";
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.nml01 .fa-bars {
  font-size: 28px;
  color: #fff;
}
.nml01 a {
  color: #ffffff !important;
}
.nml01 a.nav-link.active, .nml01 a:active, .nml01 a:hover, .nml01 a:focus {
  color: #ffffff !important;
}
.nml01 .dropdown-menu {
  z-index: 9999;
  background-color: #012138;
  color: #ffffff;
}
.nml01 .dropdown-menu a:hover, .nml01 .dropdown-menu a:focus {
  background-color: #012138;
  color: #ffffff;
}
.nml01 .shadow-lang li li {
  padding: 10px;
}
.nml01 .shadow-lang li {
  padding: 10px;
}
.nml01 .shopping-cart-box {
  top: 100%;
}
/* add this class with navbar-nav */
@media only screen and (min-width: 991px) {
  .nml01-auto-collapse .collapse ul li a {
    padding: 5px 10px;
  }
  .nml01-auto-collapse .collapse ul li:hover > ul {
    display: block;
  }
  .nml01-auto-collapse .collapse ul ul {
    position: absolute;
    background: #012138;
    z-index: 999;
    list-style: none;
    padding: 0px;
    margin: 0px;
    top: 80%;
    display: none;
  }
  .nml01-auto-collapse .collapse ul ul li {
    position: relative;
  }
  .nml01-auto-collapse .collapse ul ul li:hover > ul {
    display: block;
  }
  .nml01-auto-collapse .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
  }
  .nml01-auto-collapse .collapse ul ul ul li {
    position: relative;
  }
  .nml01-auto-collapse .collapse ul ul ul li:hover ul {
    display: block;
  }
  .nml01-auto-collapse .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
  }
}
.shadow-lang li > ul {
  display: none;
  overflow-y: auto;
  height: 200px;
  padding: 0px;
  list-style: none;
}
.nml01-manual-collapse .dropdown-submenu {
  position: relative;
}
.nml01-manual-collapse .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}
@media (min-width: 991px) {
  .nml01-manual-collapse .dropdown-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .dropdown-submenu {
    width: 190px;
  }
}
.dropdown-submenu > a:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "";
  float: right;
  border: none;
}
.nml01-manual-collapse .nav-item, .nml01-auto-collapse .nav-item {
  padding-right: 1rem !important;
}
.navbar-nav .nav-link.active {
  color: #ffffff;
}
.site-country {
  width: 200px;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .nml01-manual-collapse .nav-item, .nml01-auto-collapse .nav-item {
    padding-right: 6px !important;
    font-size: 14px;
  }
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.ftb01 {
  padding-top: 2%;
  padding-bottom: 4%;
}
.ftb01__social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 5px 5px;
  background: black;
  color: #ccc;
  border-radius: 100px;
  text-decoration: none;
}
.ftb01__social a:hover {
  color: #e6e6e6;
}
.ftb01__social i {
  margin: 10px 0 0 0;
  color: #ccc;
}
.ftb01__menu li {
  line-height: 2rem;
}
.ftb01__menu li i, .ftb01__menu li a {
  color: #ccc;
}
.ftb01__menu li i:hover, .ftb01__menu li a:hover {
  color: #e6e6e6;
}
.ftb01 p {
  line-height: 1.5rem;
}
.bg-theme-footer {
  background-color: black;
  color: #ccc;
  font-size: 14px;
}
