/* Version 2.00 */

/* Font Familes */
@font-face {
  font-family: "Headey";
  font-style: normal;
  font-weight: 400;
  src: url("/../wp-content/themes/full-cart/fonts/headey-webfont.woff2")
    format("woff2");
}

/** site element styles **/
html {
  box-sizing: border-box;
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-size: 0;
  -webkit-font-smoothing: antialiased;
  color: #424242;
}

h1,
h2,
h3,
h4 {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
}

/* clear */
.c:after,
.c:before {
  content: "";
  display: table;
}

.c:after {
  clear: both;
}

a,
p,
i,
img,
input[type="submit"] {
  transition: all 320ms ease-in-out;
}

h1,
h2,
h3,
p {
  margin: 0px;
  padding: 0px;
}

a {
  color: inherit;
  text-decoration: none;
}

input {
  border: 0px;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
}

input:focus,
select:focus {
  outline: 0px;
}

.st {
  text-decoration: line-through;
}

.b {
  font-weight: 700;
}

.m {
  display: none;
}

.button {
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.blue-light {
  background-color: #2496d1;
  color: #fff;
}

.blue-light-border {
  border: 2px solid #2496d1;
  background-color: #fff;
  color: #2496d1;
}

.blue-light-border:hover {
  background-color: #2496d1;
  color: #fff;
}

.blue-dark {
  background-color: #253763;
  color: #fff;
}

.blue-dark-border {
  border: 2px solid #253763;
  background-color: #fff;
  color: #253763;
}

.blue-dark-border:hover {
  background-color: #253763;
  color: #fff;
}

/* Ad Spots */
.ad-cont {
  display: none !important;
  width: 100%;
  margin: 0px auto 0px;
  padding: 20px 0px;
  background-color: #f7f7f7;
  text-align: center;
}
.ad-mobile {
  display: none;
}

/* header */
.s0-banner {
  height: 49px;
  width: 100%;
  background-color: #2496d1;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 12px;
}

.s0-banner-offer:hover {
  color: #fff;
}

.s0-banner:hover {
  cursor: pointer;
  color: #fff;
}
.nav {
  position: fixed;
  z-index: 7;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.desktop-nav {
  width: 100%;
  max-width: 1400px;
  margin: 0px auto 0px;
  padding: 0px 30px;
}

.desktop-nav-l {
  display: flex;
  float: left;
  align-items: center;
  height: 70px;
}

.desktop-nav-l-a {
  display: inline-block;
  padding: 0px 0px;
  cursor: pointer;
}

.desktop-nav-img {
  width: 150px;
}

.desktop-nav-r {
  display: flex;
  float: right;
  align-items: center;
  height: 70px;
}

.desktop-nav-a {
  color: #253763;
  float: left;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-right: 20px;
}

/* header - dropdown level 1 */
ul.dropdown {
  position: relative;
  float: left;
}

ul.dropdown li {
  float: left;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

ul.dropdown a:hover {
}

ul.dropdown a:active {
}

ul.dropdown li a {
  display: block;
  border-bottom: 4px solid var(--white);
  padding: 26px 12px 22px;
  cursor: pointer;
  transition: all 0ms ease-in-out;
}

ul.dropdown li:hover a {
  border-bottom: 4px solid var(--blue-light);
}

ul.dropdown li a .fas {
  margin: 0px 0px 0px 4px;
}

ul.dropdown li:last-child a {
}

ul.dropdown li.hover,
ul.dropdown li:hover {
  position: relative;
}

ul.dropdown li.hover a {
}

/* header - dropdown level 2 */
ul.dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
  visibility: hidden;
}

ul.dropdown ul li {
  float: none;
  background-color: #fff;
  padding: 0px 14px;
}

ul.dropdown ul li a {
  display: inline-block;
  border-bottom: 1px solid var(--gray-light) !important;
  width: 100%;
  padding: 14px 0px;
  color: var(--blue-dark);
  font-size: 11px;
  font-weight: 500;
}

ul.dropdown ul li:last-child a {
  border-bottom: 0px solid var(--gray-light) !important;
}

ul.dropdown ul li a:hover {
  color: var(--blue-light);
}

/* header - dropdown level 3 
ul.dropdown ul ul {
  left: 100%;
  top: 0;
} 

ul.dropdown li:hover > ul {
  visibility: visible;
}
*/

.desktop-nav-r-a-1 {
  display: inline-block;
  width: 140px;
  margin: 0px 14px;
}

.desktop-nav-r-a-1:hover {
}

.desktop-nav-r-a-2 {
  display: inline-block;
  width: 140px;
  margin: 0px;
}

.desktop-nav-r-a-2:hover {
}

.mobile-nav {
  display: none;
  width: 100%;
  margin: 0px 0px 0px;
  padding: 0px 30px;
}

.mobile-nav-l {
  float: left;
  display: flex;
  align-items: center;
  height: 70px;
}

.mobile-nav-l-a {
  display: inline-block;
  padding: 0px 0px;
  cursor: pointer;
}

.mobile-nav-l-img {
  width: 20px;
}

.mobile-nav-r {
  display: flex;
  float: right;
  align-items: center;
  height: 70px;
}

.mobile-nav-r-a {
  margin: 0px;
  padding: 8px 10px;
  font-size: 10px;
}

.mobile-middle-img-a {
  display: flex;
  align-items: center;
  top: 0px;
  left: 70px;
  width: 140px;
  margin: 0px auto 0px;
  z-index: 10;
  height: 70px;
}

.mobile-middle-img {
  width: 130px;
}

.mobile-drawer-cont {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 15%);
  width: 280px;
  height: 100vh;
  padding: 140px 30px 30px;
  z-index: 6;
  transform: translateX(-280px);
  transition: all 400ms ease-in-out;
}

.mobile-drawer-cont-on {
  transform: translateX(0px);
}

.mobile-drawer {
  position: relative;
  height: 100%;
  padding: 60px 0px;
  overflow-y: scroll;
}

.mobile-nav-a {
  display: block;
  margin: 0px 0px 0px;
  padding: 20px 0px;
  color: #253763;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-align: center;
}

.mobile-drawer-a {
  display: block;
  border-bottom: 1px solid var(--gray-light) !important;
  margin: 0px 0px 0px;
  padding: 20px 0px;
  color: var(--blue-dark);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.mobile-drawer-a-1 {
  display: block;
  width: 180px;
  margin: 30px auto 20px;
  padding: 10px 14px;
  font-size: 14px;
}

.mobile-drawer-a-2 {
  display: block;
  width: 180px;
  margin: 0px auto;
  padding: 10px 14px;
  font-size: 14px;
}

.mobile-accordion {
  display: block;
  border-bottom: 1px solid var(--gray-light) !important;
  margin: 0px 0px 0px;
  padding: 20px 0px;
  color: var(--blue-dark);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.mobile-accordion-active {
  margin: 0px;
}

.mobile-accordion .fas {
  margin: 0px 0px 0px 4px;
}

.mobile-panel {
  background-color: var(--white);
  max-height: 0px;
  margin: 0px;
  padding: 0px 0px 0px 14px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.mobile-panel a {
  display: block;
  border-bottom: 1px solid var(--gray-light) !important;
  margin: 0px 0px 0px;
  padding: 20px 0px;
  color: var(--blue-light);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.mobile-drawer-b {
  display: none;
  position: absolute;
  right: 0px;
  bottom: 40px;
  left: 0px;
}

.mobile-drawer-s {
  margin: 0px 0px 0px;
}

.mobile-drawer-s-a {
  display: inline-block;
  border: 1px solid #334258;
  background-color: #334258;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  margin: 0px 10px 0px 0px;
  padding: 7px 5px;
}

.mobile-drawer-s-a:last-child {
  margin: 0px;
}

.mobile-drawer-s-a span {
  color: #fff;
  font-size: 30px;
}

.mobile-drawer-b-d {
  display: inline-block;
  margin: 20px 0px 0px;
  display: none;
}

.mobile-drawer-b-img {
  margin: 0px;
}

.mobile-dark {
  position: fixed;
  background-color: #25376369;
  width: 100%;
  height: 100vh;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out;
}

.mobile-dark-on {
  opacity: 1;
  visibility: visible;
}

/* footer */
.footer-cont {
  background-color: #253763;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px;
  padding: 28px 0px;
}

.footer-n1 {
  max-width: 1000px;
  width: 100%;
  margin: 20px auto;
  padding: 20px 40px;
  clear: both;
}

.footer-h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.footer-list {
  display: block;
  height: 170px;
  float: left;
  list-style: none;
  margin-right: 40px;
  padding: 0px;
}

.footer-li {
  padding: 5px 0px;
  font-size: 16px;
}

.footer-li:hover {
  cursor: pointer;
}

.last-col-li {
  padding-left: 0px;
}

.footer-links {
  display: block;
  float: left;
  width: 200px;
  padding: 20px 20px 20px 0px;
}

.footer-links:first-of-type {
  display: none;
  padding-left: 0px;
}

.footer-a {
  font-size: 16px;
  color: #fff;
}

.footer-social {
  display: block;
  float: left;
  clear: both;
}

.footer-s-a {
  display: inline-block;
  height: 46px;
  margin: 0px 10px 0px 0px;
  padding: 7px 8px 7px 0px;
  color: #fff;
  font-size: 20px;
}

.footer-p {
  color: #fff;
  font-size: 16px;
  font-family: "montserrat", sans-serif;
  text-align: left;
  margin: 30px auto;
}

.foot-line {
  display: block;
  clear: both;
  height: 2px;
  width: 100%;
  background-color: #f7f7f7;
  margin: 30px auto;
}

.soc-link {
  padding-right: 10px;
}

.footer-pack {
  font-size: 16px;
  color: #fff;
  margin: 10px auto;
}

.footer-right {
  display: none;
  float: right;
}

.footer-present {
  font-size: 20px;
  display: block;
  color: #fff;
  margin: 0px 0px 10px;
}

.footer-logo {
  width: 207px;
  display: block;
}

.footer-follow {
  display: none;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 20px;
}

/* Switch Nav */
@media only screen and (max-width: 1065px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .footer-top {
    display: none;
  }

  .footer-top-mobile {
    display: flex;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .ad-desktop {
    display: none;
  }
  .ad-mobile {
    display: initial;
  }

  .d {
    display: none;
  }

  .s0-banner {
    font-size: 12px;
    padding: 17px 0px 0px;
  }

  .s0 {
    padding: 0px 24px 0px 34px;
  }

  .s0-r-a-n1 {
    padding: 5px 8px 6px;
    font-size: 8px;
    position: relative;
    top: 5px;
    margin: 0px;
  }

  .s0-l-img {
    width: 20px;
    margin: 5px 8px 0px 0px;
  }

  .s0-img-a {
    width: 125px;
    top: 60px;
  }

  .s0-img {
    width: 125px;
  }

  .footer-social {
    float: none;
    clear: both;
  }

  .footer-links {
    width: 140px;
    padding: 0px 20px 20px 0px;
  }

  .footer-right {
    display: none;
    float: none;
  }

  .footer-follow {
    display: inline-block;
  }

  .footer-s-a {
    margin-right: 0px;
  }

  .footer-a {
    font-size: 14px;
  }

  .footer-h3 {
    font-size: 16px;
  }
}

@media only screen and (max-height: 600px) {
  .mobile-drawer {
    overflow: scroll;
  }
}
