@charset "UTF-8";
h1, .h1 {
  font-size: 46px;
  line-height: 55.2px;
  letter-spacing: 1px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  color: #000;
}

h2, .h2 {
  font-size: 32px;
  line-height: 55.2px;
  letter-spacing: 1px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

h2:empty {
  display: none;
  visibility: hidden;
}

h3 {
  font-size: 20.8px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

h4 {
  font-size: 16px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

h5 {
  font-size: 12.8px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

h6 {
  font-size: 11.2px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

p {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 19.6px;
}

a {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #4e1300;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #4e1300;
}

strong {
  font-weight: 700;
}

/*----------- Typography End ---------*/
.header {
  width: 100%;
  display: block;
  box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.16);
  z-index: 888;
}
.header .header__containment {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-inline: 1em;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.header .header__middle {
  padding-block: 15px;
}
.header .header__middle .flex__display {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.header .header__middle .flex__display a {
  display: block;
}
.header .header__menu {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin: 0;
}
.header .header__menu .grid__display {
  width: fit-content;
  margin-left: auto;
  display: flex;
  gap: 30px;
}
.header .header__menu .socialmedia {
  display: flex;
  gap: 15px;
  align-items: center;
}
.header .header__menu .socialmedia a {
  display: block;
}
.header .header__menu .socialmedia a svg {
  width: auto;
  height: 20px;
}
.header .header__menu .socialmedia a svg .cls-1 {
  fill: #F3A120;
  stroke: unset;
}
.header .header__menu .socialmedia a:hover svg .cls-1 {
  fill: #4e1300;
}

/* ===== SM CORE ===== */
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0;
}

.sm ul {
  display: none;
}

.sm li, .sm a {
  position: relative;
}

.sm a {
  display: block;
}

.sm a.disabled {
  cursor: default;
}

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}

.sm *, .sm *::before, .sm *::after {
  box-sizing: inherit;
}

/* ===== SM MIN ===== */
.sm-mint {
  border-top: 0px solid #b3b3b3;
  border-bottom: 0px solid #b3b3b3;
  background: #ffffff;
}

.sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-mint a.current {
  font-weight: bold;
}

.sm-mint a.disabled {
  color: #cccccc;
}

.sm-mint a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(179, 179, 179, 0.2);
  border-radius: 0px;
}

.sm-mint a .sub-arrow::before {
  content: "+";
}

.sm-mint a.highlighted .sub-arrow::before {
  content: "-";
}

.sm-mint li {
  border-top: 1px solid rgba(179, 179, 179, 0.2);
}

.sm-mint > li:first-child {
  border-top: 0;
}

.sm-mint ul {
  background: rgba(179, 179, 179, 0.2);
}

.sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active {
  font-size: 16px;
  border-left: 8px solid transparent;
}

.sm-mint ul ul a,
.sm-mint ul ul a:hover,
.sm-mint ul ul a:focus,
.sm-mint ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-mint ul ul ul a,
.sm-mint ul ul ul a:hover,
.sm-mint ul ul ul a:focus,
.sm-mint ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-mint ul ul ul ul a,
.sm-mint ul ul ul ul a:hover,
.sm-mint ul ul ul ul a:focus,
.sm-mint ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-mint ul ul ul ul ul a,
.sm-mint ul ul ul ul ul a:hover,
.sm-mint ul ul ul ul ul a:focus,
.sm-mint ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 769px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-mint ul {
    position: absolute;
    width: 12em;
  }
  .sm-mint li {
    float: left;
  }
  .sm-mint.sm-rtl li {
    float: right;
  }
  .sm-mint ul li, .sm-mint.sm-rtl ul li, .sm-mint.sm-vertical li {
    float: none;
  }
  .sm-mint a {
    white-space: nowrap;
  }
  .sm-mint ul a, .sm-mint.sm-vertical a {
    white-space: normal;
  }
  .sm-mint .sm-nowrap > li > a, .sm-mint .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
  .sm-mint {
    border-top: 0;
    background: transparent;
  }
  .sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint a.highlighted {
    padding: 11px 20px;
    color: #333;
    border-radius: 0px 0px 0 0;
  }
  .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
    background: transparent;
    color: #b3b3b3;
  }
  .sm-mint a.highlighted {
    background: #ffffff;
    color: #b3b3b3;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
  }
  .sm-mint a.disabled {
    background: transparent;
    color: #cccccc;
    box-shadow: none;
  }
  .sm-mint a.has-submenu {
    padding-right: 36px;
  }
  .sm-mint a .sub-arrow {
    top: 50%;
    margin-top: -4px;
    right: 20px;
    width: 0;
    height: 0;
    border-width: 7px 4.69px 0 4.69px;
    border-style: solid dashed dashed dashed;
    border-color: #b3b3b3 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-mint a:hover .sub-arrow, .sm-mint a:focus .sub-arrow, .sm-mint a:active .sub-arrow {
    border-color: #b3b3b3 transparent transparent transparent;
  }
  .sm-mint a.highlighted .sub-arrow {
    border-color: #b3b3b3 transparent transparent transparent;
  }
  .sm-mint a.disabled .sub-arrow {
    border-color: #b3b3b3 transparent transparent transparent;
  }
  .sm-mint a .sub-arrow::before {
    display: none;
  }
  .sm-mint li {
    border-top: 0;
  }
  .sm-mint ul {
    border: 0;
    padding: 8px 0;
    background: #ffffff;
    border-radius: 0 0px 0px 0px;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
  }
  .sm-mint ul ul {
    border-radius: 0px;
  }
  .sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 0;
  }
  .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
    background: #ffffff;
    color: #b3b3b3;
    box-shadow: none;
  }
  .sm-mint ul a.disabled {
    background: transparent;
    color: #b3b3b3;
  }
  .sm-mint ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-mint ul a .sub-arrow {
    right: 10px;
    margin-top: -4.69px;
    border-width: 4.69px 0 4.69px 7px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #b3b3b3;
  }
  .sm-mint ul a:hover .sub-arrow, .sm-mint ul a:focus .sub-arrow, .sm-mint ul a:active .sub-arrow, .sm-mint ul a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #b3b3b3;
  }
  .sm-mint ul a.disabled .sub-arrow {
    border-color: transparent transparent transparent #b3b3b3;
  }
  .sm-mint .scroll-up,
  .sm-mint .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #ffffff;
    height: 20px;
  }
  .sm-mint .scroll-up-arrow,
  .sm-mint .scroll-down-arrow {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 0 6px 8px 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #b3b3b3 transparent;
  }
  .sm-mint .scroll-down-arrow {
    border-width: 8px 6px 0 6px;
    border-style: solid dashed dashed dashed;
    border-color: #b3b3b3 transparent transparent transparent;
  }
  .sm-mint.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 36px;
  }
  .sm-mint.sm-rtl a .sub-arrow {
    right: auto;
    left: 20px;
  }
  .sm-mint.sm-rtl.sm-vertical {
    border-right: 0;
    border-left: 0px solid #b3b3b3;
  }
  .sm-mint.sm-rtl.sm-vertical a {
    border-radius: 0 0px 0px 0;
  }
  .sm-mint.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-mint.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.69px 7px 4.69px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #b3b3b3 transparent transparent;
  }
  .sm-mint.sm-rtl.sm-vertical a:hover .sub-arrow, .sm-mint.sm-rtl.sm-vertical a:focus .sub-arrow, .sm-mint.sm-rtl.sm-vertical a:active .sub-arrow, .sm-mint.sm-rtl.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent #b3b3b3 transparent transparent;
  }
  .sm-mint.sm-rtl.sm-vertical a.disabled .sub-arrow {
    border-color: transparent #b3b3b3 transparent transparent;
  }
  .sm-mint.sm-rtl ul {
    border-radius: 0px 0 0px 0px;
  }
  .sm-mint.sm-rtl ul a {
    border-radius: 0 !important;
  }
  .sm-mint.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-mint.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.69px 7px 4.69px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #b3b3b3 transparent transparent;
  }
  .sm-mint.sm-rtl ul a:hover .sub-arrow, .sm-mint.sm-rtl ul a:focus .sub-arrow, .sm-mint.sm-rtl ul a:active .sub-arrow, .sm-mint.sm-rtl ul a.highlighted .sub-arrow {
    border-color: transparent #b3b3b3 transparent transparent;
  }
  .sm-mint.sm-rtl ul a.disabled .sub-arrow {
    border-color: transparent #b3b3b3 transparent transparent;
  }
  .sm-mint.sm-vertical {
    border-bottom: 0;
    border-right: 0px solid #b3b3b3;
  }
  .sm-mint.sm-vertical a {
    padding: 10px 20px;
    border-radius: 0px 0 0 0px;
  }
  .sm-mint.sm-vertical a:hover, .sm-mint.sm-vertical a:focus, .sm-mint.sm-vertical a:active, .sm-mint.sm-vertical a.highlighted {
    background: transparent;
    color: #b3b3b3;
    box-shadow: none;
  }
  .sm-mint.sm-vertical a.disabled {
    background: transparent;
    color: #cccccc;
  }
  .sm-mint.sm-vertical a .sub-arrow {
    right: 10px;
    margin-top: -4.69px;
    border-width: 4.69px 0 4.69px 7px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #b3b3b3;
  }
  .sm-mint.sm-vertical a:hover .sub-arrow, .sm-mint.sm-vertical a:focus .sub-arrow, .sm-mint.sm-vertical a:active .sub-arrow, .sm-mint.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #b3b3b3;
  }
  .sm-mint.sm-vertical a.disabled .sub-arrow {
    border-color: transparent transparent transparent #b3b3b3;
  }
  .sm-mint.sm-vertical ul {
    border-radius: 0px !important;
  }
  .sm-mint.sm-vertical ul a {
    padding: 10px 20px;
  }
}
/* +++ Main Menu Styleing +++*/
.header__menu {
  background-color: #ffffff;
  width: fit-content;
  margin: auto;
}
.header__menu .shoptools {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-end;
}
.header__menu .shoptools .btn__main {
  display: flex;
  align-items: center;
  justify-content: center;
}

#main-menu,
.menu-container,
.main-nav {
  background-color: #ffffff;
}

.menu-container {
  position: relative;
  z-index: 777777;
}

#main-menu li a {
  color: #000;
  font-size: 16px;
}

#main-menu li a:hover {
  color: #424648;
}

#main-menu li a.active {
  color: #424648;
}

#main-menu ul li {
  display: block;
  width: 100%;
}

#main-menu ul li a {
  display: block;
  width: 100%;
  color: #424648;
  border-bottom: 1px solid #F3A120 !important;
  font-size: 16px;
}

.main-nav:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand a {
  display: block;
  padding: 11px 11px 11px 20px;
  color: #808285;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

#main-menu {
  clear: both;
  border-bottom: 0;
}

#main-menu ul {
  background-color: #ffffff;
  color: #424648;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}

#main-menu ul a {
  text-transform: normal;
  padding-inline: 15px;
}

#main-menu li a.highlighted {
  color: #F3A120;
}

#main-menu ul a:hover {
  color: #F3A120;
}

#main-menu a {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  background: #fff !important;
}

.nav-brand {
  color: #fff;
  text-align: left;
  padding-left: 15px;
  margin: 0;
  padding-top: 12px;
  text-transform: uppercase;
}

#main-menu a.highlighted {
  box-shadow: none;
}

@media (min-width: 769px) {
  #main-menu {
    float: none;
    clear: none;
    text-align: center;
  }
  #main-menu li {
    float: left;
  }
  #main-menu li a {
    padding: 0;
    padding-bottom: 0px;
    padding-inline: 30px;
    line-height: 25px;
    color: #424648;
  }
  #main-menu li a:first-child {
    padding-left: 0;
  }
  #main-menu a .sub-arrow {
    top: 19px;
    margin-top: 0;
    right: 10px;
    width: 12px;
    height: 15px;
    background: url(../images/svg/menuArrow.svg);
    border-radius: 0;
    background-size: 12px;
    background-position: right top 0px;
    background-repeat: no-repeat;
    border: none !important;
  }
  .nav-brand {
    display: none;
  }
  #main-menu ul li a {
    padding: 15px 10px;
  }
  #main-menu li a {
    position: relative;
    padding-block: 10px;
  }
  #main-menu li a:hover,
  #main-menu li a:focus,
  #main-menu li a.active {
    color: #4e1300;
  }
  #main-menu li a:first-child::after {
    left: 0;
    width: calc(100% - 30px);
  }
  #main-menu ul {
    padding: 0;
  }
  #main-menu ul li a:hover::after {
    display: none;
  }
  #main-menu ul li a {
    padding-inline: 15px !important;
  }
  #main-menu ul li a:hover {
    background-color: #4e1300;
    padding-inline: 15px;
  }
}
/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 5px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #333;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: "";
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: "";
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 769px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
    justify-content: center;
  }
}
@media screen and (max-width: 1025px) {
  .header .header__top {
    padding-inline: 1em;
  }
  .header .header__middle {
    padding-inline: 1em;
  }
  .header .nav-brand {
    padding-inline: 1em;
  }
  .header .header__menu .grid__display {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 769px) {
  .header .header__menu .grid__display {
    display: grid;
    gap: 0;
  }
  .header .header__menu .grid__display .menudisplay {
    order: 2;
  }
  .header .header__menu .grid__display .socialmedia {
    background-color: #ffffff;
    order: 1;
    justify-content: center;
    padding-bottom: 15px;
  }
  .main-menu-btn {
    margin-right: 15px;
  }
  .header .header__containment {
    flex-direction: column;
    padding-inline: 0;
    gap: 15px;
  }
  .header .header__menu {
    min-height: 40px;
    width: 100%;
  }
  .header .header__menu .header .header__menu .grid__display {
    width: 100%;
    margin-left: 0;
  }
  .header .header__menu .shoptools {
    display: none;
  }
  .header .header__menu .nav-brand {
    padding-left: 0px;
    padding-inline: 1em;
  }
  .header .header__menu .nav-brand .shoptools {
    display: flex;
    gap: 15px;
    align-items: center;
    max-width: 60px;
    position: absolute;
    left: 0;
    top: 7px;
  }
}
@media screen and (max-width: 567px) {
  .header .header__top .top__flex {
    flex-direction: column;
    gap: 15px;
  }
  .header .header__middle .flex__display {
    flex-direction: column;
    gap: 15px;
  }
}

/*# sourceMappingURL=header.css.map */
