@media screen and (min-width: 1024px) {
  .nonclick{pointer-events: none; cursor: default;}
}
/* ---------------------------------------- *\
FRAME HEADER (ABOVE NAVBAR)
\* ---------------------------------------- */
html.cm-js-menu-active {
  height: 100%;
}
html.cm-js-menu-active body {
  height: 100%;
  overflow: hidden;
}
html.cm-js-menu-active .page-content {
  padding-top: 126px;
}
html.cm-js-menu-active .full-header {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
html.cm-js-menu-active .mainHeader {
  box-shadow: 1px 1px 10px rgb(0 0 0 / 45%);
}
html.cm-js-menu-active .full-header,
html.cm-js-menu-active .mainHeader,
html.cm-js-menu-active .mainHeader .full-width-nav,
html.cm-js-menu-active .mainHeader .container-md,
html.cm-js-menu-active .mainHeader .main-nav {
  height: 100%;
}
html.cm-js-menu-active .mainHeader .cm-menu {
  height: calc(100% - 230px);
  overflow-y: scroll;
}
  @media screen and (min-width: 768px) {
    html.cm-js-menu-active .mainHeader .cm-menu {
      height: calc(100% - 350px);
    }
  }


.top-banner {
  padding: .8rem 0;
  background: #EAF4FA;
}
  @media screen and (min-width: 768px) {
    .top-banner {
      padding: .8rem 0;
    }
  }
  @media screen and (min-width: 1024px) {
    .top-banner {
      padding: 0.8rem 0;
    }
  }

.top-banner a {
  font-weight: 700;
  color: #0D21A1;
}
.free-shipping {
  font-size: 1.4rem;
  text-align: center;
}
  @media screen and (min-width: 1024px) {
    .free-shipping {
      float: left;
      width: 40%;
      font-size: 1.8rem;
      text-align: left;
    }
  }

.free-shipping a:hover {
  text-decoration: none;
}

.mainHeader {
  background-color: #fff;
  position: relative;
}
.mainHeader.stuck {
  position: fixed;
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 101;
  transition: background-color .3s, opacity .3s;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 45%);
  /* -webkit-animation: stuckMoveDown .6s; */
  /* animation: stuckMoveDown .6s; */
}
/* @-webkit-keyframes stuckMoveDown {
  0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
} */

.mainHeader.stuck .frame-feature {
  display: none;
}

.site-header {
  /* padding: 0 0 4rem 0; */
  min-height: 65px;
}
  @media screen and (min-width: 801px) {
    .site-header {
      padding: 0;
    }
  }

.sticky-on .site-header {
  z-index: 1000;
}
  @media screen and (min-width: 801px) {
    .sticky-on .site-header {
      padding: 0;
    }
  }
  @media screen and (min-width: 1024px) {
    .sticky-on .site-header {
      position: absolute;
      visibility: hidden;
    }
  }

.full-header.sticky-on ~ .page-content {
  padding-top: 163px;
}
  @media screen and (min-width: 1024px) {
    .full-header.sticky-on ~ .page-content {
      padding-top: 189px;
    }
  }

.header-content-wrapper {
  position: relative;
  padding: 1.2rem 0;
}
  @media screen and (min-width: 768px) {
    .header-content-wrapper {
      padding: 2.2rem 0;
    }
  }
  @media screen and (min-width: 1024px) {
    .header-content-wrapper {
      display: flex;
      align-items: center;
      padding: 2.8rem 0;
    }
  }

.header-logo {
  width: 11rem;
  margin-bottom: .8rem;
}
  @media (min-width: 375px) {
    .header-logo {
        width: 14rem;
    }
  }
  @media (min-width: 414px) {
    .header-logo {
        width: 18rem;
    }
  }
  @media (min-width: 551px) {
    .header-logo {
      width: 20rem;
    }
  }
  @media (min-width: 768px) {
    .header-logo {
      margin-bottom: 1.6rem;
    }
  }
  @media screen and (min-width: 1024px) {
    .header-logo {
      position: static;
      width: auto;
      flex: 1;
      margin-bottom: 0;
    }
  }

.searchWidget {
  /* height: 4.35rem; */
  position: relative;
}
  @media screen and (min-width: 1024px) {
    .searchWidget {
      flex: 1.5; 
    }
  }
  @media screen and (min-width: 1231px) {
    .searchWidget {
      flex: none;
      flex-grow: 1;
    }
  }

.searchBox {
  width: 100%;
  min-width: 250px;
  border: 2px solid #0D21A1;
}
.search-text {
  height: 30px;
  padding: 6px 47px 6px 12px;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  color: #555;
}
  @media screen and (min-width: 768px) {
    .search-text {
      height: 40px;
      font-size: 16px;
    }
  }
  @media screen and (min-width: 1024px) {
    .search-text {
      height: 56px;
      font-size: 18px;
    }
  }

.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  text-align: center;
  font-size: 18px;
  border: none;
  padding: 0;
  background: #0D21A1;
  border-radius: 0;
}
.search-submit:hover,
.search-submit:active,
.search-submit:focus,
.search-submit:active:focus {
  background: #0b1b84;
}
  @media screen and (min-width: 768px) {
    .search-submit {
      width: 44px;
    }
  }
  @media screen and (min-width: 1024px) {
    .search-submit {
      width: 60px;
    }
  }

.search-submit .icon-search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 15px;
  height: 15px;
}
  @media screen and (min-width: 768px) {
    .search-submit .icon-search {
      width: 22px;
      height: 22px;
    }
  }
  @media screen and (min-width: 1024px) {
    .search-submit .icon-search {
      width: 30px;
      height: 30px;
    }
  }


@media screen and (min-width: 1024px) {
  .sticky-on .tel-link {
    visibility: visible;
    position: fixed;
    top: 105px;
    right: 10px;
    transform: scale(.9);
    z-index: 1000;
    background: #fff;
    padding: 10px;
    border: 1px solid #c4c6c9;
    border-radius: 5px;
  }
}

.tel-link a:hover {
  text-decoration: none;
}

.headerChat {
  float: right;
}
  @media screen and (min-width: 1024px) {
    .sticky-on .headerChat {
      margin-right: 10px;
    }
  }

.psmtc_88jh {
  position: inherit !important;
}
.headerChat a {
  font-size: 14px;
}
.headerChat a:hover {
  text-decoration: none;
}
.chat-contain {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
}
.chat-button {
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 20px;
  height: 11px;
  border-radius: 4px;
  background: #E00034;
}
.chat-button i {
  color: #fff;
  font-size: 9px;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  margin-left: 1px;
}
.headerChat .chat {
  display: inline-block;
  font-size: 15px;
  color: #555;
}
.headerChat .online {
  display: inline-block;
  font-size: 15px;
  color: #E00034;
}

.head-nav {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .head-nav {
    float: left;
    width: 60%;
  }
}

.head-nav-item-wrap {
  display: flex;
  position: absolute;
  right: 0;
  top: 19px;
  flex: none;
  z-index: 1;
}
  @media (min-width: 375px) {
    .head-nav-item-wrap {
      top: 20px;
    }
  }
  @media (min-width: 414px) {
    .head-nav-item-wrap {
      top: 23px;
    }
  }
  @media (min-width: 551px) {
    .head-nav-item-wrap {
      top: 25px;
    }
  }
  @media (min-width: 768px) {
    .head-nav-item-wrap {
      top: 35px;
    }
  }
  @media screen and (min-width: 1024px) {
    .head-nav-item-wrap {
      position: static;
      width: 100%;
      max-width: 500px;
      float: right;
    }
  }

.head-nav-item {
  position: relative;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
  font-size: 1.8rem;
}
  @media screen and (min-width: 1024px) {
    .head-nav-item {
      padding: 0 1.5rem;
    }
  }

.head-nav-item:hover {
  text-decoration: none;
  color: #E00034;
}
.head-nav-item::before {
  content: "";
  border-left: 1px solid #c4c6c9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
  @media screen and (min-width: 1024px) {
    .head-nav-item::before {
      border-left: none;
    }
  }
  

.icon-header {
  height: 1.8rem;
  width: 1.8rem;
}
  @media screen and (min-width: 1024px) {
    .icon-header {
      position: relative;
      top: -2px;
      width: 1.5rem;
      height: 1.5rem;
    }
  }

.icon-header.icon-phone {
  fill: #E00034;
}
.icon-header.icon-FAQs {
  fill: #0D21A1;
}
.icon-header.icon-login {
  fill: transparent;
  stroke: #0D21A1;
}
.icon-header.icon-cart {
  fill: transparent;
  stroke: #0D21A1;
}

.head-nav-item:hover .icon-FAQs {
  fill: #E00034;
}
.head-nav-item:hover .icon-header.icon-login,
.head-nav-item:hover .icon-header.icon-cart {
  stroke: #E00034
}


.head-nav-item-text {
  display: none;
  margin-bottom: 0;
  font-weight: 800;
}
  @media screen and (min-width: 1024px) {
    .head-nav-item-text {
      display: inline-block;
    }
  }

.head-nav-item-text.tele {
  color: #E00034;
}

.cart-total {
  position: absolute;
  top: 13px;
  right: 7px;
  background-color: #ffb302;
  padding: 2px;
  border-radius: 50%;
  font-size: 8px;
  color: #282828;
}
  @media screen and (min-width: 801px) {
    .cart-total {
      font-size: 10px;
    }
  }
  @media screen and (min-width: 1024px) {
    .cart-total {
      top: 5px;
      right: 0;
    }
  }
/* ---------------------------------------- *\
FRAME NAVBAR
\* ---------------------------------------- */

.full-width-nav {
  background: #4C5454;
}
  @media screen and (min-width: 768px) {
    .full-width-nav {
      display: flex;
      flex-direction: column;
    }
  }
  @media screen and (min-width: 1024px) {
    .full-width-nav {
      background: #384141;
    }
  }

.frame-feature {
  background: #F1F1F1;
  padding: 1.5rem 1.5rem 8.5rem;
}
  @media screen and (min-width: 768px) {
    .frame-feature {
      order: 2;
      padding: 4rem 4rem 8.5rem;
    }
  }
  @media screen and (min-width: 1024px) {
    .frame-feature {
      padding: 6rem;
    }
  }

.frame-feature .container {
  position: relative;
}

.frame-feature--text h2 {
  margin-top: 0;
  font-size: 1.8rem;
  color: #000;
}
  @media screen and (min-width: 768px) {
    .frame-feature--text h2 {
      font-size: 2.6rem;
    }
  }
  @media screen and (min-width: 1024px) {
    .frame-feature--text h2 {
      font-size: 3.4rem;
    }
  }

.frame-feature--text .btn {
  min-width: 160px;
  margin: 0 5px 5px 0;
}
  @media screen and (min-width: 1024px) {
    .frame-feature--text .btn {
      padding: 1.5rem;
    }
  }

.frame-feature--img {
  width: 75%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 1.5rem 0 -8.5rem;
  text-align: right;
}
  @media screen and (min-width: 768px) {
    .frame-feature--img {
      width: 65%;
    }
  }
  @media screen and (min-width: 1024px) {
    .frame-feature--img {
      width: 60%;
      margin-bottom: -6rem;
    }
  }

.frame-feature--img img {
  max-height: 100px;
}
  @media screen and (min-width: 768px) {
    .frame-feature--img img {
      max-height: 125px;
    }
  }
  @media screen and (min-width: 1024px) {
    .frame-feature--img img {
      max-height: 100%;
    }
  }

.main-nav {
  z-index: 1000;
}
  @media screen and (min-width: 768px) {
    .main-nav {
      order: 3;
    }
  }
  @media screen and (min-width: 1024px) {
    .main-nav {
      position: relative;
      overflow: visible !important;
    }
  }

.toggle-menu {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 10px 10px 50px;
  z-index: 1000;
  background: #384141;
  border: 0;
  text-align: left;
  color: #fff;
}
  @media screen and (min-width: 1024px) {
    .toggle-menu {
      display: none
    }
  }

.toggle-menu::before,
.toggle-menu>span::before,
.toggle-menu::after {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  left: 15px;
  background: #fff;
  border-radius: 10px;
  transition: .5s;
}
.toggle-menu::before {
  top: 11px;
}
.toggle-menu>span::before {
  top: 27px;
}
.toggle-menu::after {
  top: 19px;
}
.toggle-menu.active {
  background: #E00034;
}
.toggle-menu.active::before,
.toggle-menu.active>span::before,
.toggle-menu.active::after {
  top: 20px;
  width: 25px;
  background: #fff;
  transition: .5s;
}
.toggle-menu.active:before {
  transform: rotate(45deg);
}
.toggle-menu.active>span:before {
  transform: rotate(135deg);
}
.toggle-menu.active::after {
  content: none;
}
.cm-menu {
  position: relative;
  display: none;
  max-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  /* background: #fff; */
  opacity: 0;
  overflow: hidden;
  -wekbit-transition: max-height .4s ease-in-out, opacity .4s ease-in-out;
  transition: max-height .4s ease-in-out, opacity .4s ease-in-out;
}
  @media screen and (min-width: 1024px) {
    .cm-menu {
      display: flex;
      align-items: center;
      justify-content: center;
      max-height: unset;
      opacity: 1;
      overflow: visible;
      margin: 0 auto;
      text-align: center;
    }
  }

.toggle-menu.active+.cm-menu {
  display: block;
  max-height: 80em;
  opacity: 1;
  z-index: 1002;
}
.no-js .cm-menu {
  opacity: 1;
  max-height: 80em;
}
.cm-menu li {
  /* position: relative; */
  width: 100%;
  color: #fff;
}
.cm-menu .expander-wrap {
  display: table;
  width: 100%;
  /* padding-right: 10px; */
}
.cm-menu .expander-wrap a {
  display: table-cell;
  width: 100%;
}
.cm-menu .short-expanded .expander-wrap {
  padding: 0 10px 0 0;
}
.cm-menu li a.has-sub {
  border-left: 1px solid #eee;
  padding: 10px 15px;
}
.cm-menu .has-sub>span::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 50%;
  margin: 2px 0 0 5px;
  font-weight: bold;
  left: -5px;
  -wekbit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.cm-menu ul {
  max-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  overflow: hidden;
  /* background: #fff; */
  -wekbit-transition: max-height .4s ease-in-out, opacity .4s ease-in-out;
  transition: max-height .4s ease-in-out, opacity .4s ease-in-out;
}
.cm-menu ul.cm-show {
  display: block;
  opacity: 1;
  overflow: auto;
  max-height: inherit
}

.cm-menu ul.nav-sub a:not(.has-sub) {
  padding-left: 40px;
}
.cm-menu ul.nav-sub .nav-sub-2 a {
  padding-left: 60px;
}
.cm-menu li[data-type=mega].opened>ul,
.cm-menu .opened>ul {
  max-height: 80em;
  opacity: 1;
}
.cm-menu li[data-type=mega].animating>ul,
.cm-menu .animating>ul {
  z-index: -1;
}
.no-js .cm-menu ul {
  display: none;
  overflow: visible;
}
.cm-menu li li li {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.cm-menu a {
  position: relative;
  display: block;
  padding: 10px;
  border-top: 1px solid #eee;
  color: #fff;
  text-decoration: none;
  white-space: nowrap
}
.cm-menu a:visited {
  color: #fff;
}
.cm-menu a.cm-menu-category,
.cm-menu a.nav-title,
.cm-menu .nav-title {
  font-weight: bold;
  color: #FFCC01;
  font-family: 'Rubik', sans-serif;
}
.cm-menu a.cm-menu-category {
  padding-right: 1rem;
}
.cm-menu a.nav-title,
.cm-menu .nav-title {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.cm-menu a.aed-buyers-guide {
  display: inline-flex;
  width: auto;
  position: relative;
  padding: 10px;
  align-items: center;
  font-size: 16px;
  color: #000;
}
.cm-menu a.aed-buyers-guide svg {
  width: 3rem;
  height: 2rem;
  margin-right: 2rem;
}
.cm-menu a.aed-buyers-guide p {
  margin: 0;
  line-height: 1;
}
.cm-menu .last-border a {
  border-bottom: 1px solid #eee;
}
.aed-buyers-guide-wrap {
  padding: 10px;
  text-align: center;
}
.cm-menu .shopAllBtn-list {
  max-height: initial;
  padding-top: 0;
  opacity: 1;
  overflow: auto
}
.cm-menu a.shopAllBtn {
  margin: 0;
  padding: 10px 0;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  color: #FFCC01;
  white-space: normal;
}
.cm-menu .shopAllBtn-list li[role="presentation"] a {
  padding: 10px 30px;
}
.cm-menu .shopAllBtn-list .paragraph {
  padding: 0 30px 10px;
}

.cm-menu .shopAllBtn-list, .cm-menu ul.cm-show{overflow:hidden;}

@media screen and (min-width: 1024px) {
  .nonclick{pointer-events: none; cursor: default;}

  .nav-col-wrap {
    display: flex;
    width: 100%;
    margin-top: 1rem;
  }
  .nav-col {
    /* flex: 1; */
    padding: 0 12px;
  }
  .nav-col-third {
    width: 33.3333%;
  }
  .nav-col-fifth {
    width: 20%;
  }
  .nav-col-quarter {
    width: 25%;
  }
  .nav-col-half {
    width: 50%;
  }
  .five-cols .nav-col {
      padding-right: 0;
  }
  .five-cols .nav-col:last-of-type {
      padding-right: 12px;
  }
  .cm-menu ul.nav-sub.desktop-two-col {
    column-count: 2;
  }
  .cm-menu ul.nav-sub a:not(.has-sub),
  .cm-menu ul.nav-sub .nav-sub-2 a {
      padding: 3px 15px 3px 0;
  }
  ul.cm-menu.container-nav>li {
      text-align: left;
      display: inline-block;
  }
  .cm-menu li[data-type=mega] {
      display: table-cell;
      width: auto;
  }
  .cm-menu li[data-type=mega]>ul {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      background: #fff;
      overflow: hidden;
      -wekbit-transition: opacity .5s ease-in-out;
      transition: opacity .5s ease-in-out;
  }
  .cm-menu li[data-type=mega].opened>ul {
      width: 100%;
      padding: 15px 30px;
      background: #4C5454;
      color: #fff;
  }
  .cm-menu li a.cm-menu-category {
      padding: 24px 16px;
      font-size: 1.1rem;
      color: #fff;
  }
  .cm-menu li.opened a.cm-menu-category,
  .cm-menu li a.cm-menu-category:hover {
    color: #FFCC01;
  }

  .cm-menu ul ul {
      position: static;
      max-height: 80em;
      width: 100%;
      overflow: hidden;
      background: 0 0;
      opacity: 1;
      padding: 5px 0;
  }
  /* .cm-menu li[data-type=mega]:not(:nth-child(1)):not(:nth-child(2))>ul {
      transform: translateX(-40%);
  } */
  .cm-menu li li {
      margin: 0 5px 10px 0;
  }
  .cm-menu .four-cols li {
      margin: 0 5px 5px 0;
    }
  .cm-menu a {
      border-top: none;
  }
  .cm-menu a:not(.aed-buyers-guide):hover {
      background: transparent;
  }
  .cm-menu a.nav-title,
  .cm-menu .nav-title {
      padding: 0;
  }
  .cm-menu.container-nav li.last-border a {
      border-bottom: none;
  }
  .cm-menu li a.has-sub {
      padding: 0px;
      border-left: none;
  }
  .cm-menu .has-sub>span::after {
      content: "";
      border: 5px solid transparent;
      border-top-color: #282828;
      display: none;
  }
  .cm-menu .opened .has-sub>span::after {
      -webkit-transform: translate(50%, -75%) rotate(-180deg);
      -ms-transform: translate(50%, -75%) rotate(-180deg);
      transform: translate(50%, -75%) rotate(-180deg);
  }
  .cm-menu .shopAllBtn-list.single {
      padding-bottom: 0;
  }
  .cm-menu .shopAllBtn-list.single li {
      margin-bottom: 1rem;
  }
  .cm-menu a.shopAllBtn {
      margin: 0;
      padding: 0;
      white-space: nowrap;
  }
  .cm-menu .shopAllBtn-list li[role="presentation"] a {
      padding: 3px 15px 3px 0;
  }
  .cm-menu .shopAllBtn-list .paragraph {
      padding: 0;
  }
  .mb-md-three {
      margin-bottom: 3rem;
  }
  .cm-menu li[data-type=mega] ul a+.has-sub {
      display: none;
  }
  /* .cm-menu li[data-type=mega].five-cols ul.five-ul {
      transform: translateX(-34%);
  }
    @media screen and (min-width: 1350px) {
      .cm-menu li[data-type=mega].five-cols ul.five-ul {
        transform: translateX(-29%);
      }
    } */

  /* .cm-menu li[data-type=mega].four-cols ul.four-ul {
      transform: translateX(-11%);
    } */
  .five-ul ul a {
      font-size: 13px;
  }
    @media screen and (min-width: 1350px) {
      .five-ul ul a {
        font-size: 16px;
      }
    }

  .cm-menu li.aed-buyers-guide-wrap {
      width: auto;
      position: relative;
      padding: 0 20px;
  }
  .cm-menu .cm-menu-category {
      padding-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .cm-menu li a.cm-menu-category {
      font-size: 1.35rem;
  }
}

@media screen and (min-width: 1350px) {
  .cm-menu li a.cm-menu-category {
      padding: 25px 20px;
      font-size: 16px;
  }
}


.mobile-quick-nav {
  display: flex;
  padding: 15px;
  background-color: #E1F1FF;
  border-bottom: 1px solid #384141;
}
  @media screen and (min-width: 768px) {
    .mobile-quick-nav {
      display: none;
    }
  }
.mobile-quick-nav .dyn-dropdown {
  flex-grow: 1;
  margin-right: 15px;
  padding: 0 10px;
  border: none;
  font-weight: bold;
  cursor: pointer;
}
.mobile-quick-nav .dyn-button[disabled] {
  pointer-events: none;
  background-color: #C2DDF1;
  border: 1px solid #C2DDF1;
  color: #384141;
  opacity: 1;
}
  



/* ---------------------------------------- *\
FRAME FOOTER
\* ---------------------------------------- */
.email-banner {
  background-color: #384141;
  color: #fff;
  padding: 2rem 0;
}
  @media screen and (min-width: 801px) {
    .email-banner {
      padding: 2rem 0;
    }
  }

.email-banner-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
  @media screen and (min-width: 801px) {
    .email-banner-inner {
      flex-direction: row;
      justify-content: unset;
    }
  }

.email-banner-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
  @media screen and (min-width: 801px) {
    .email-banner-group {
      flex-direction: row;
      width: 55%;
      align-items: center;
      margin-right: 2rem;
    }
  }

.email-form-text {
  margin: 0;
  padding: 0 1rem;
  font-size: 1.4rem;
}
  @media screen and (min-width: 768px) {
    .email-form-text {
      /* text-align: left; */
      font-size: 1.8rem;
    }
  }

.form-email {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 375px;
}
  @media screen and (min-width: 801px) {
    .form-email {
      flex-direction: row;
      width: 30%;
    }
  }

.email-form {
  font-size: 18px;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1rem;
  height: auto;
}
  @media screen and (min-width: 801px) {
    .email-form {
      flex-grow: 1;
      margin: 0;
    }
  }

.button-email-submit {
  width: 135px;
  margin: 0;
}
  @media screen and (min-width: 801px) {
    .button-email-submit {
      margin-left: 5px;
    }
  }
  
.footer {
  background: #F1F1F1;
}
  @media screen and (min-width: 1024px) {
    .footer {
      padding-top: 4rem;
    }
    .footer-wrapper {
      display: flex;
      align-items: top;
    }
  }

.floating-cart {
  display: none;
  width: 90px;
  padding: 15px;
  position: fixed;
  top: 75%;
  right: 0;
  z-index: 999;
  background-color: #5b5b5d;
  border-radius: 20px 0 0 20px;
  text-align: center;
  color: #fff;
}
.floating-cart a,
.floating-cart a:hover {
  color: #fff;
  text-decoration: none;
}
.floating-cart .cart-icon {
  display: block;
  font-size: 30px;
  line-height: 1;
}
.floating-cart .cart-details {
  font-size: 12px;
  text-transform: none;
  display: block;
  margin: 5px 0 0;
}
.footer-info-col {
  position: relative;
  flex: 1;
}
  @media screen and (min-width: 1024px) {
    .footer-info-col {
      margin-right: 1rem;
      width: 20%;
    }
  }

.footer-info-col .panel {
  max-height: 0;
  padding: 0 1rem;
  background-color: #fff;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
  @media screen and (min-width: 1024px) {
    .footer-info-col .panel {
      max-height: none;
      margin-top: 1rem;
      padding: 0;
      background-color: transparent;
    }
  }

.footer-info-col .panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-info-col .panel a {
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  color: #0D21A1;
}
.footer-info-col .panel a:hover {
  color: #E00034;
}
.accordion-c {
  width: 100%;
  padding: 1rem;
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
  color: #282828;
  transition: 0.4s;
  cursor: pointer;
  border-bottom: 1px solid #b3b3b3;
}
  @media screen and (min-width: 1024px) {
    .accordion-c {
      padding: 0;
      cursor: default;
      border-bottom: none;
    }
  }

.accordion-c::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 1rem;
  width: 15px;
  height: 10px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="10" viewBox="0 0 15 10" fill="none"><path d="M14 1L7.5 7.5L1 0.999999" stroke="black" stroke-width="2.25"/></svg>');
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
  @media screen and (min-width: 1024px) {
    .accordion-c::after {
      content: none;
    }
  }
  
.accordion-c.active {
  background-color: #fff;
  border-bottom: none;
}
  @media screen and (min-width: 1024px) {
    .accordion-c.active {
      background: transparent;
    }
  }

.accordion-c.active::after {
  transform: rotate(0deg);
}
.container-m {
  padding: 0 1rem;
}
  @media screen and (min-width: 1024px) {
    .container-m {
      flex: 1;
      padding: 0;
    }
  }

.container-m.arc,
.container-m.gptw {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
  @media screen and (min-width: 1024px) {
    .container-m.arc,
    .container-m.gptw {
      display: block;
      width: 15%;
      padding-left: 10px;
      text-align: center;
    }
    .container-m.arc {
      flex: 1;
    }
    .container-m.gptw {
      flex: .5;
    }
  }

.footer-info-col.last-col {
  padding: 27px 15px 0;
}
  @media screen and (min-width: 1024px) {
    .footer-info-col.last-col {
      
      margin-top: 0;
      margin-right: 0;
      padding-left: 20px;
    }
    .footer-info-col.last-col::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      border-left: 1px solid #c4c6c9;
    }
  }

.stay-in-touch {
  margin: 6px 0 1rem;
  font-size: 18px;
  color: #282828;
}
.phone-num {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #E00034;
}
  @media screen and (min-width: 768px) {
    .phone-num {
        font-size: 1.8rem;
    }
  }

.phone-num:hover {
  text-decoration: none;
  color: #E00034;
}

.phone-footer {
  display: flex;
  align-items: center;
}
.phone-footer .icon-phone {
  height: 1.5rem;
  width: 1.5rem;
  margin-top: -4px;
  margin-right: 2rem;
  fill: #E00034;
}
  @media screen and (min-width: 1231px) {
    .phone-footer .icon-phone {
      height: 2.25rem;
      width: 2.25rem;
    }
  }

.aed-ad-title-wrapper {
  display: flex;
}
.icon-address {
  display: inline-block;
  width: 2.5rem;
  height: 5rem;
  margin-left: -.7rem;
  fill: #282828;
}
@media screen and (min-width: 1231px) {
  .icon-address {
    width: 5rem;
  }
}

.address-text {
  margin-left: 2rem;
}
.aed-ad-title {
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #282828;
}
@media screen and (min-width: 768px) {
  .aed-ad-title {
      font-size: 1.8rem;
  }
}

.aed-address {
  display: block;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  color: #0D21A1;
}
.aed-address:hover {
  text-decoration: none;
  color: #E00034;
}

.social-and-google {
  display: flex;
  justify-content: space-around;
}
.social-links {
  /* margin-bottom: 4rem; */
}
.social-links ul {
  display: flex;
  margin-top: 16px;
  padding-left: 0;
  list-style-type: none;
}
  @media screen and (min-width: 1024px) {
    .social-links ul {
      margin-top: 55px;
    }
  }

.social-links li {
  position: relative;
  width: 42px;
  height: 42px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #0D21A1;
}
.social-links li:hover {
  background-color: #E00034;
}
.social-links svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 22px;
  height: 2rem;
  fill: #fff;
}
.footer-bottom-links {
  margin-top: 2rem;
  padding-bottom: 4rem;
  text-align: center;
}
.footer-bottom-links .company {
  color: #E00034;
}
/* ---------------------------------------- *\
SCROLL TO TOP
\* ---------------------------------------- */
.scrollToTop {
  position: fixed;
  right: 25px;
  bottom: 70px;
  display: none;
  width: 50px;
  height: 50px;
  padding-top: 4px;
  background-color: #0D21A1;
  border-radius: 50%;
  z-index: 999;
  color: #fff;
  text-align: center;
  box-shadow: 0px 0px 22px -8px rgb(0 0 0 / 75%);
}
.scrollToTop:hover,
.scrollToTop:active,
.scrollToTop:focus,
.scrollToTop:visited {
  color: #fff;
  text-decoration: none;
}