.footerContent {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #075866;
  padding: 50px 0;
}
.rowContentFlex {
  display: flex;
  flex-direction: row;
  width: 79%;
  margin: 0 auto;
}
.rowContentFlex_column {
  width: calc(100% / 4);
}
.row2ContentFlex {
  padding: 50px 0 0;
  display: flex;
  justify-content: center;
}
.row2ContentFlex_contentCenter {
  width: 70%;
  text-align: center;
}
.row2ContentFlex_contentCenter h2 {
  font-size: 2rem;
  color: #282828;
  margin-bottom: 24px;
  font-weight: 300;
}
.row2ContentFlex_contentCenter p {
  font-size: 14px;
  font-weight: 400;
  color: #686868;
}
.row2ContentFlex_contentCenter form {
  padding-top: 20px;
}
#newsLetterEmail {
  padding: 0.75rem;
  border: 1px solid #fff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 200px;
  outline: 0;
  line-height: 1.6;
}
.row2ContentFlex_contentCenter form button {
  padding: 0.75rem 1.75rem;
  width: 126px;
  color: #fff;
  background-color: #075866;
  outline: 0;
  border: 1px solid #cdcdcd;
  line-height: 1.6;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#newsLetterEmailErr {
  color: #ff9800;
  font-size: 13px;
  display: inline-block;
  width: 320px;
  text-align: left;
}
.row2ContentFlex_contentCenter form button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.footerContent2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 50px;
  align-items: center;
}
.rowContentFlex_column a {
  font-size: 15px;
}
.custom-link:active,
.custom-link:focus,
.custom-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .rowContentFlex {
    width: 90%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .rowContentFlex_column {
    width: 50%;
    margin-bottom: 16px;
  }
  .row2ContentFlex_contentCenter {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .rowContentFlex_column {
    width: 100%;
    text-align: center;
  }
  .copyRight,
  .footerBrandHead {
    text-align: center;
  }
  .orderAndReturns h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  #newsLetterEmail {
    width: 100%;
    margin-bottom: 10px;
  }
  .row2ContentFlex_contentCenter form button {
    width: 100%;
  }
  .headingLogoDiv {
    padding-left: 50px;
    justify-content: left;
  }
  #newsLetterEmailErr {
    width: 100%;
    font-size: 13px;
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width: 400px) {
  .accountAndSignin,
  .orderAndReturns {
    margin-right: 0;
  }
  .accountAndSignin h2,
  .orderAndReturns h2 {
    font-size: 10px;
  }
  .headingLogoDiv h1 {
    font-size: 20px;
    margin-left: 12%;
  }
  .headerPortion {
    width: calc(95% - 18px);
    min-width: auto;
  }
  .showNavItemsLabel {
    left: 20px;
  }
  .searchContent {
    margin-top: 10px;
  }
}
a {
  text-decoration: none;
}
.w-socials-item-popup:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -7px;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #333;
}
.w-socials-item {
  display: inline-block;
  /* position: relative; */
}
* {
  box-sizing: border-box;
}
.w-socials.hover_slide .w-socials-item-link-hover {
  display: block;
  bottom: auto;
  height: 0;
  transition: height 0.3s;
}
.w-socials-item.facebook .w-socials-item-link-hover,
.w-socials-item.instagram .w-socials-item-link-hover,
.w-socials-item.whatsapp .w-socials-item-link-hover {
  background: #fff;
}
.w-socials.style_colored .w-socials-item-link-hover {
  display: block;
  height: 100% !important;
  opacity: 1 !important;
}
.w-socials-item-link-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.w-socials-item-link i {
  display: block;
  line-height: inherit;
  position: relative;
}
.w-socials-item-popup {
  transform: translate3d(-50%, -1em, 0);
  transition: opacity 0.2s cubic-bezier(0.78, 0.13, 0.15, 0.86) 0.3s,
    transform 0.2s cubic-bezier(0.78, 0.13, 0.15, 0.86) 0.3s;
  display: none;
  position: absolute;
  left: 50%;
  bottom: 100%;
  text-align: center;
  white-space: nowrap;
  /* z-index: 90; */
  font-size: 0.9rem;
  line-height: 2.4rem;
  padding: 0 1rem;
  margin-bottom: 7px;
  border-radius: 0.25rem;
  background: #333;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: 0.2s cubic-bezier(0.78, 0.13, 0.15, 0.86) 0.3s;
}
.w-socials.color_brand .w-socials-item.instagram .w-socials-item-link {
  color: inherit;
}
.w-socials-item.instagram .w-socials-item-link i {
  font-size: 1.1em;
}
.w-socials-item.whatsapp {
  font-size: 1.2em;
}
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-whatsapp:before {
  content: "\f232";
}
