*,
::before,
::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a, button {
  transition: all 0.4s;
}

.container {
  max-width: 1630px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.container-small {
  max-width: 680px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container-small {
    max-width: 100%;
  }
}

.padding-section-large {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .padding-section-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.padding-section-small {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .padding-section-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .padding-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.max-width-768 {
  max-width: 768px;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-extrabold {
  font-weight: 900;
}

a {
  color: #121212;
  text-decoration: none;
}

.text-link-underline {
  text-decoration: underline;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "Inter", sans-serif;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #121212;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #121212;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #121212;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #121212;
}

.button {
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

.text-color-white {
  color: #ffffff;
}

.bg-color-white {
  background-color: #ffffff;
}

.relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.heading-style-h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media (max-width: 991px) {
  .heading-style-h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .heading-style-h1 {
    font-size: 40px;
  }
}

.heading-style-h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media (max-width: 991px) {
  .heading-style-h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .heading-style-h2 {
    font-size: 36px;
  }
}

.heading-style-h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  .heading-style-h3 {
    font-size: 32px;
  }
}

.heading-style-h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
}
@media (max-width: 991px) {
  .heading-style-h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .heading-style-h4 {
    font-size: 24px;
  }
}

.heading-style-h5 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  .heading-style-h5 {
    font-size: 20px;
  }
}

.heading-style-h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  .heading-style-h6 {
    font-size: 18px;
  }
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

/**
 * Basic typography style for copy text
 */
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 26px;
}

p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
}

h1 {
  font-family: "Akshar", sans-serif;
  font-size: 66px;
  font-weight: 600;
  line-height: 88px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 54px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }
}

h2 {
  font-family: "Akshar", sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 76px;
  color: #121212;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

h3 {
  font-family: "Akshar", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 62px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
    line-height: 38px;
  }
}

h4 {
  font-family: "Akshar", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

h5 {
  font-family: "Akshar", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 22px;
    line-height: 36px;
  }
}

h6 {
  font-family: "Akshar", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}

.topbar-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media (max-width: 479px) {
  .topbar-row {
    justify-content: center;
    padding: 10px 0;
  }
}

.location-bar {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 16px;
  color: #121212;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .location-bar {
    font-size: 13px;
  }
}
.location-bar .icon {
  display: flex;
  color: #3667F8;
}

.discounts-label {
  font-size: 14px;
  line-height: 16px;
  color: #121212;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .discounts-label {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .discounts-label {
    display: none;
  }
}

.header-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.chat-on-whatsapp {
  background: #4FCE5D;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  padding: 15px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1199px) {
  .chat-on-whatsapp {
    font-size: 13px;
  }
}
.chat-on-whatsapp:hover {
  color: #ffffff;
}

.custom-header {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .custom-header {
    display: grid;
    grid-template-areas: "logo headercart" "search search";
    grid-template-columns: 1fr auto;
  }
}

@media (max-width: 767px) {
  .header-logo {
    max-width: 160px;
  }
}

.header-search {
  max-width: 450px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .header-search {
    grid-area: search;
    max-width: 100%;
  }
}

.header-top-links {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.header-top-links li a {
  background: #EBEFFC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 9999px;
}
.header-top-links li a:hover {
  background: #3667F8;
  color: #ffffff;
}

.header-nav {
  background: #121212;
}

.main-navigation .menu {
  gap: 16px;
}
@media (max-width: 1400px) {
  .main-navigation .menu {
    gap: 0;
  }
}
@media (max-width: 991px) {
  .main-navigation .menu {
    display: none;
  }
}
.main-navigation .menu > .menu-item > a {
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  padding: 20px 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .main-navigation .menu > .menu-item > a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .main-navigation .menu > .menu-item > a {
    padding: 20px 10px;
  }
}
@media (max-width: 1023px) {
  .main-navigation .menu > .menu-item > a {
    padding: 20px 9px;
  }
}
@media (min-width: 992px) {
  .main-navigation .menu > .menu-item > a::before {
    content: "";
    left: 0;
    right: 0;
    height: 0;
    bottom: 0;
    position: absolute;
    background-color: #3667F8;
    transition: all 0.7s;
    z-index: -1;
  }
  .main-navigation .menu > .menu-item > a:hover:before {
    bottom: 0;
    height: 100%;
  }
}
.main-navigation .menu > .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.main-navigation .menu > .menu-item-has-children > a:hover::after {
  transform: rotate(180deg);
}
.main-navigation .menu > .menu-item-has-children > a:after {
  content: "";
  background-image: url(../images/arrow-bottom.svg);
  width: 13px;
  height: 7px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}
.main-navigation .menu .sub-menu {
  box-shadow: none;
  flex-wrap: wrap;
  background: #ffffff;
  padding: 12px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .main-navigation .menu .sub-menu {
    position: static;
    background-color: transparent;
    float: none;
  }
}
.main-navigation .menu .sub-menu .menu-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-navigation .menu .sub-menu .menu-item a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  padding: 16px 8px;
  width: auto;
}
.main-navigation .menu .sub-menu .menu-item a:hover {
  background: #DDE1EE;
}
@media (max-width: 991px) {
  .main-navigation .menu .sub-menu .menu-item a:hover {
    background-color: transparent;
  }
}
@media (max-width: 1400px) {
  .main-navigation .menu .sub-menu .menu-item a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .main-navigation .menu .sub-menu .menu-item a {
    padding: 10px 8px;
  }
}
@media (max-width: 991px) {
  .main-navigation .menu .sub-menu .menu-item a {
    color: #ffffff;
  }
}
.main-navigation .menu .sub-menu > .menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-navigation .menu .sub-menu > .menu-item-has-children > a:after {
  content: "";
  background-image: url(../images/arrow-right.svg);
  width: 8px;
  height: 13px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}
.main-navigation .menu .sub-menu .sub-menu {
  left: 100%;
}
@media (max-width: 991px) {
  .main-navigation.toggled .menuicon {
    position: relative;
    z-index: 99999;
    background-color: transparent;
  }
  .main-navigation.toggled .menuicon::before {
    background-color: #ffffff;
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .main-navigation.toggled .menuicon:after {
    background-color: #ffffff;
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }
}
@media (max-width: 991px) {
  .main-navigation.toggled .menu-toggle {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1111;
  }
}
@media (max-width: 991px) {
  .main-navigation.toggled .menu-header-menu-container {
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s;
  }
}

@media (max-width: 991px) {
  .menu-header-menu-container {
    background: #121212;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate3d(100%, 0, 0);
    z-index: 11;
    padding-top: 60px;
  }
}

.custom-nav {
  display: flex;
  justify-content: space-around;
  gap: 15px;
}
@media (max-width: 991px) {
  .custom-nav {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .custom-nav .menu-toggle {
    display: block;
    font-size: 0;
    height: 40px;
    background: transparent;
    border: 0;
    cursor: pointer;
  }
}
.custom-nav .menuicon {
  transition-duration: 0s;
  transition-delay: 0.2s;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  border-radius: 2px;
  margin: auto;
}
.custom-nav .menuicon:before {
  margin-top: -6px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}
.custom-nav .menuicon:after {
  margin-top: 6px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}
.custom-nav .menuicon::before, .custom-nav .menuicon::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  display: block;
}

.nav-info {
  display: inline-flex;
  gap: 4px;
}
.nav-info li a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 19px 16px;
  background: #282828;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .nav-info li a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .nav-info li a {
    padding: 20px 10px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .nav-info li a {
    padding: 15px 12px;
    font-size: 0;
    gap: 0;
  }
}
@media (min-width: 992px) {
  .nav-info li a::before {
    content: "";
    left: 0;
    right: 0;
    height: 0;
    bottom: 0;
    position: absolute;
    background-color: #3667F8;
    transition: all 0.7s;
    z-index: -1;
  }
  .nav-info li a:hover:before {
    bottom: 0;
    height: 100%;
  }
}
.nav-info li a svg {
  min-width: 20px;
  min-height: 20px;
}
@media (max-width: 1199px) {
  .nav-info li a svg {
    min-width: 14px;
    min-height: 14px;
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 767px) {
  .nav-info li a svg {
    min-width: 18px;
    min-height: 18px;
    width: 18px;
    height: 18px;
  }
}

.call.action {
  white-space: nowrap;
}/*# sourceMappingURL=style.css.map */