
/* Custom header */
header .header-top {
    background: #ffffff !important;
}
header#header.landing-header #logo {
  margin-right: 0;
}
header#header.landing-header .main-menu ul.header-nav-main {
  column-gap: 60px;
}
header#header.landing-header .header-icons {
  min-width: 137px;
}
header#header.landing-header .main-menu .header-nav-main.nav > li > a {
  padding: 5px 0;
    line-height: 1.2em;
    position: relative;
    color: #0f1d28;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
}
header#header.landing-header .main-menu .header-nav-main.nav > li > a:hover,
header#header.landing-header .main-menu .header-nav-main.nav > li.active > a {
  color: #0f1d28;
}
header#header.landing-header .main-menu .header-nav-main.nav > li > a:after {
  content: "";
  display: block;
  height: 2px;
  width: 0%;
  background-color: #005da4;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
}
header#header.landing-header
  .main-menu
  .header-nav-main.nav
  > li
  > a:hover:after,
header#header.landing-header
  .main-menu
  .header-nav-main.nav
  > li.current-menu-item
  > a {
  width: 100%;
}
header#header.landing-header
  .main-menu
  .header-nav-main.nav
  > li.has-dropdown
  .icon-angle-down {
  color: #0f1d28;
  background-image: url("../../assets/img/arrow-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
header#header.landing-header
  .main-menu
  .header-nav-main.nav
  > li.has-dropdown
  .icon-angle-down:before {
  display: none;
}
header#header.landing-header .header-icons ul.header-nav {
  column-gap: 24px;
  align-items: center;
}
header#header.landing-header .header-icons .header-search a.icon.primary {
  border-radius: 0;
  padding: 0;
  border: none;
  background-color: transparent !important;
  margin: 0;
  min-width: auto;
  min-height: auto;
  display: block;
}
header#header.landing-header .header-icons .header-search a.icon.primary:hover {
  background-color: transparent !important;
  box-shadow: none;
  opacity: 0.5;
}
header#header.landing-header .header-icons .header-search i.icon-search {
  width: 24px;
  height: 24px;
  background-image: url("../../assets/img/search-normal.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  top: 0;
}
header#header.landing-header .header-icons .header-search i.icon-search:before {
  display: none;
}
header#header.landing-header .header-icons .header-button {
  display: block;
}
header#header.landing-header .header-icons a.account-link {
  display: block;
  padding: 0;
  background-image: url("../../assets/img/profile.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
header#header.landing-header .header-icons i.icon-user {
  width: 24px;
  height: 24px;
}
header#header.landing-header .header-icons i.icon-user:before {
  display: none;
}
header#header.landing-header .header-icons a.header-cart-link {
  padding: 0;
}
header#header.landing-header .header-icons span.cart-icon.image-icon {
  width: 24px;
  height: 24px;
  background-image: url("../../assets/img/bag.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
header#header.landing-header .header-icons span.cart-icon.image-icon > strong {
  border: 2px solid #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 20px;
  height: 20px;
  background-color: #005da4;
  color: #ffffff;
  margin: 0;
  width: auto;
  border-radius: 25px;
  font-size: 11px;
  line-height: 18px;
  margin-right: -7px;
}
header#header.landing-header
  .header-icons
  span.cart-icon.image-icon
  > strong:after {
  display: none;
}
#fkcart-mini-toggler .fkcart-shortcode-price {
  display: none;
}
#fkcart-mini-toggler .fkcart-shortcode-icon-wrap {
  width: 24px;
  height: 24px;
  background-image: url("../../assets/img/bag.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#fkcart-mini-toggler .fkcart-shortcode-icon-wrap > svg {
  display: none;
}
#fkcart-mini-toggler .fkcart-item-count {
  background-color: #005da4;
  font-size: 11px;
  line-height: 16px;
  border: 2px solid #ffffff;
  width: auto;
  height: 20px;
  min-width: 20px;
  top: 0;
  right: 0;
  margin-right: -7px;
  margin-top: -2px;
  font-family: "DM Sans", sans-serif;
}


/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
    header#header.landing-header .header-icons ul.header-nav > li.html.custom {
    display: block;
  }
  header#header.landing-header .header-icons {
    order: 3;
    margin-left: auto;
  }
  html body .uwy.userway_p7 .userway_buttons_wrapper {
    top: inherit;
    bottom: 50px;
  }
  #mobile-toggle {
    max-width: 137px;
  }
  header#header.landing-header #logo {
    margin-left: 0;
  }
  header#header.landing-header .header-icons ul.header-nav ul.nav-dropdown {
    left: inherit;
    right: -20px;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
    header#header.landing-header .header-icons ul.header-nav > li.html.custom {
    display: block;
  }
  header#header.landing-header .header-icons {
    order: 3;
    margin-left: auto;
  }
  html body .uwy.userway_p7 .userway_buttons_wrapper {
    top: inherit;
    bottom: 50px;
  }
  #mobile-toggle {
    max-width: 92px;
  }
  header#header.landing-header #logo {
    margin-left: 0;
    width: 120px;
  }
  header#header.landing-header .header-icons ul.header-nav ul.nav-dropdown {
    left: inherit;
    right: -20px;
  }
  header#header.landing-header .header-icons ul.header-nav {
    column-gap: 10px;
  }

  header#header.landing-header .header-icons {
    min-width: 92px;
  }
    
}

/**/
footer#footer .row , footer#footer .container{
    max-width: 1500px;
}
footer#footer .absolute-footer {
    background-color: rgb(22, 44, 61);
}
footer#footer .landing-footer-section:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 25%;
  height: 55%;
  background-image: url("../../assets/img/footer-frame.svg");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
footer#footer section.landing-footer-section .company-details .img {
  width: 195px;
  margin-bottom: 30px;
}
footer#footer section.landing-footer-section .company-details .text {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
}
footer#footer section.landing-footer-section .company-details .footer-social {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
footer#footer
  section.landing-footer-section
  .company-details
  .footer-social
  > a {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  color: #bac6d0;
}
footer#footer
  section.landing-footer-section
  .company-details
  .footer-social
  > a
  > i:before,
footer#footer
  section.landing-footer-section
  .company-details
  .footer-social
  > a
  > i {
  display: block;
}
footer#footer
  section.landing-footer-section
  .company-details
  .footer-social
  > a
  i.icon-facebook {
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_6043_807)"><path d="M10 0C4.4772 0 0 4.4772 0 10C0 14.6896 3.2288 18.6248 7.5844 19.7056V13.056H5.5224V10H7.5844V8.6832C7.5844 5.2796 9.1248 3.702 12.4664 3.702C13.1 3.702 14.1932 3.8264 14.6404 3.9504V6.7204C14.4044 6.6956 13.9944 6.6832 13.4852 6.6832C11.8456 6.6832 11.212 7.3044 11.212 8.9192V10H14.4784L13.9172 13.056H11.212V19.9268C16.1636 19.3288 20.0004 15.1128 20.0004 10C20 4.4772 15.5228 0 10 0Z" fill="%23BAC6D0"/></g><defs><clipPath id="clip0_6043_807"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
footer#footer
  section.landing-footer-section
  .company-details
  .footer-social
  > a
  i.icon-facebook:before {
  display: none;
}
footer#footer section.landing-footer-section > .section-content > .row {
  column-gap: 65px;
  flex-wrap: nowrap;
  font-family: "DM Sans", sans-serif;
  align-items: flex-start !important;
}
footer#footer section.landing-footer-section .company-details {
  min-width: 375px;
  padding-bottom: 0;
}
footer#footer section.landing-footer-section .footer-widgets {
  min-width: calc(100% - 440px);
  padding-bottom: 0;
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  > .col-inner
  > .row {
  display: flex;
  flex-wrap: nowrap;
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  .section-title-container {
  margin-bottom: 50px;
}
footer#footer section.landing-footer-section .footer-widgets h4.section-title {
  margin-bottom: 0;
  border: none;
  text-align: left;
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  h4.section-title
  span.section-title-main {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  margin-right: 0;
  border: none;
  padding-bottom: 0;
  text-transform: capitalize;
}
footer#footer section.landing-footer-section .footer-widgets .ux-menu {
  row-gap: 16px;
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  a.ux-menu-link__link {
  font-family: "DM Sans", sans-serif;
  padding: 0;
  border: none;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  color: #bac6d0;
  min-height: auto;
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  a.ux-menu-link__link:hover {
  color: #ffffff;
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  > .col-inner
  > .row
  > .col {
  padding-bottom: 0;
  flex-basis: auto;
  width: calc(100% / 4);
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  > .col-inner
  > .row
  > .col:nth-child(1) {
  min-width: 21%;
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  > .col-inner
  > .row
  > .col:nth-child(2) {
  min-width: 20%;
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  > .col-inner
  > .row
  > .col:nth-child(3) {
  min-width: 18%;
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  > .col-inner
  > .row
  > .col:last-child {
  min-width: 29.3%;
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  .footer-newsletter
  .frm_error_style {
  font-size: 14px;
  line-height: 1.4em;
  padding: 10px;
  margin-bottom: 15px;
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  .footer-newsletter
  label.frm_primary_label {
  display: none;
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  .footer-newsletter
  input#field_kbhfr {
  font-family: "DM Sans", sans-serif;
  margin-top: 0px;
  border: 1px solid #005da4;
  border-radius: 50px;
  height: 49px;
  padding: 14px 25px;
  font-size: 16px;
  line-height: 1.2em;
  color: #bac6d0;
  background-color: transparent;
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  .footer-newsletter
  input#field_kbhfr::placeholder {
  color: #bac6d0;
  opacity: 1; /* Firefox */
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  .footer-newsletter
  input#field_kbhfr::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #bac6d0;
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  .footer-newsletter
  #frm_error_field_kbhfr {
  line-height: 1.2em;
  margin-top: 15px;
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  .footer-newsletter
  .frm_form_field {
  margin-bottom: 0;
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  .footer-newsletter
  fieldset {
  padding: 0;
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  .footer-newsletter
  .frm_form_field.frm_required_field {
  margin-bottom: 21px;
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  .footer-newsletter
  button.frm_button_submit {
  display: block;
  width: 100%;
  margin: 0;
  background-color: #005da4;
  border: none;
  box-shadow: none;
  border-radius: 50px !important;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  height: 49px;
  padding: 12px 20px;
  min-height: auto;
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  .footer-newsletter
  button.frm_button_submit:hover {
  background-color: #0570c1;
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  .footer-newsletter
  .frm_forms {
  min-height: auto;
  justify-content: flex-start;
  padding-bottom: 0;
}
footer#footer
  section.landing-footer-section
  .footer-widgets
  .footer-newsletter
  form#form_subscribe-to-newsletter {
  margin-bottom: 0;
}
footer#footer .absolute-footer {
  padding: 20px 0;
  color: #ffffff;
}
footer#footer .absolute-footer > .container.clearfix {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
}
footer#footer .absolute-footer > .container.clearfix:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #38556b;
  margin-top: -20px;
}
footer#footer .absolute-footer .footer-secondary {
  padding: 0;
  float: none;
}
footer#footer .absolute-footer .footer-primary {
  float: none;
  margin-right: auto;
}
footer#footer .absolute-footer .copyright-footer p {
  margin-bottom: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  color: #ffffff;
  font-weight: 300;
}
footer#footer .absolute-footer .copyright-footer p span {
  color: #75c955;
  font-weight: 600;
}
footer#footer a.back-to-top {
  border-radius: 50px;
  border-color: #89c970;
  color: #89c970;
}
footer#footer a.back-to-top:hover {
  background-color: #89c970;
  color: #ffffff;
}
footer#footer .absolute-footer .footer-secondary .payment-icons {
  display: flex;
  gap: 10px;
}
footer#footer .absolute-footer .footer-secondary .payment-icon {
  margin: 0;
  opacity: 1;
  padding: 5px 5px;
  background-color: #ffffff;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
footer#footer .absolute-footer .footer-secondary .payment-icon svg {
  display: block;
  fill: #005da4;
  max-height: 15px;
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
   footer#footer .absolute-footer .copyright-footer p {
    text-align: left;
  }
  footer#footer .absolute-footer .footer-secondary {
    width: 40%;
  }
  footer#footer section.landing-footer-section > .section-content > .row {
    column-gap: 20px;
    flex-wrap: wrap;
  }
  footer#footer section.landing-footer-section .company-details {
    min-width: 100%;
    margin-bottom: 50px;
  }
  footer#footer section.landing-footer-section .footer-widgets {
    min-width: 100%;
  } 
    
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    footer#footer .landing-footer-section:before {
    width: 50vw;
    height: 100vw;
  }
  footer#footer
    section.landing-footer-section
    .footer-widgets
    > .col-inner
    > .row {
    flex-wrap: wrap;
  }
  footer#footer
    section.landing-footer-section
    .footer-widgets
    > .col-inner
    > .row
    > .col {
    min-width: 100% !important;
  }
  footer#footer
    section.landing-footer-section
    .footer-widgets
    > .col-inner
    > .row
    > .col:not(:last-child) {
    margin-bottom: 40px;
  }
  footer#footer .absolute-footer > .container.clearfix {
    flex-wrap: wrap;
  }
  footer#footer .absolute-footer .footer-primary {
    width: 100%;
    margin-top: 20px;
  }
  footer#footer
    section.landing-footer-section
    .footer-widgets
    .section-title-container {
    margin-bottom: 30px;
  }
  footer#footer .absolute-footer .footer-secondary .payment-icons {
    justify-content: center;
  }
}