/** Shopify CDN: Minification failed

Line 17601:2 "visability" is not a known CSS property
Line 17608:2 "visability" is not a known CSS property
Line 17627:2 "visability" is not a known CSS property
Line 17657:2 "visability" is not a known CSS property
Line 18304:0 Unexpected "}"

**/
body {
  padding-top: 68px !important;
  font-family: 'Avenir Book', sans-serif;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 23px !important;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: hobeaux, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: 1px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: hobeaux, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 1px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: hobeaux, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: hobeaux, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

p {
  margin-bottom: 15px;
}

a {
  color: #fff;
  text-decoration: underline;
}

li {
  margin-bottom: 15px;
}

.hero-bottom-design-img {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 100%;
  height: 40px;
}

.hero-content-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 130px;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.hero-logo-img {
  width: 400px;
}

.sub-hero-wrapper {
  padding: 40px 10px;
  background-color: #5e92c2;
}

.sub-hero-content-wrapper {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}
.range-filter-select, .tag-filter-select{
  color : #000 !important;
}
.sub-hero-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-hero-flex-col {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 16.6666%;
  -ms-flex: 0 16.6666%;
  flex: 0 16.6666%;
}

.sub-hero-flex-col-inner {
  text-align: center;
}

.sub-hero-flex-col-img {
  width: 100px;
  margin-bottom: 10px;
}

.sub-hero-flex-col-link {
  -webkit-transition: color 250ms ease, -webkit-transform 250ms ease;
  transition: color 250ms ease, -webkit-transform 250ms ease;
  transition: transform 250ms ease, color 250ms ease;
  transition: transform 250ms ease, color 250ms ease, -webkit-transform 250ms ease;
  font-family: hobeaux, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.sub-hero-flex-col-link:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  color: #f4e9c9;
}

.sub-hero-btn-section {
  padding: 0px 10px;
  background-color: #f0a53b;
  background-image: url('slant-bottom-blue.png');
  background-position: 50% 0%;
  background-size: 100% 40px;
  background-repeat: no-repeat;
  text-align: center;
}

.sub-hero-btn {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 10px;
  background-color: #9e3279;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
}

.sub-hero-btn:hover {
  background-color: #441536;
}

.mid-section-home {
  padding: 40px 10px;
  background-color: #f0a53b;
}

.mid-content-wrapper-home {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.mid-flex-row-outer-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mid-flex-col-outer-home {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.mid-flex-col-img-wrapper-home {
  text-align: center;
}

.mid-flex-col-img-home {
  width: 400px;
}

.mid-flex-col-inner-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mid-flex-col-content-wrapper-home {
  padding: 50px 70px 0px;
  background-image: url('content-block-blue.png');
  background-position: 50% 0%;
  background-size: 100% 95%;
  background-repeat: no-repeat;
}

.mid-flex-col-heading-home {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 44px;
}

.mid-flex-col-text-wrapper-home {
  line-height: 28px;
}

.mid-btn-wrapper-home {
  margin-top: 20px;
  text-align: center;
}

.mid-btn-inner-home {
  position: relative;
  display: inline-block;
}

.mid-btn-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  padding: 17px 10px 10px;
  background-color: transparent;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.mid-btn-home:hover {
  color: #f0a53b;
}

.bg-section-home {
  position: relative;
}

.bg-top-wrapper-home {
  position: relative;
  z-index: 2;
  height: auto;
  padding-top: 200px;
  padding-bottom: 80px;
  /*background-image: url('hats-every-occacion-bg-min.jpg');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-top-border-img-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  width: 100%;
  height: 40px;
}

.bg-top-content-wrapper-home {
  position: relative;
  z-index: 3;
}

.bg-btn-wrapper-home {
  position: relative;
  max-width: 442px;
  margin-bottom: 5px;
}

.bg-btn-inner-home {
  position: relative;
  max-width: 300px;
}

.bg-btn-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  padding: 15px 10px 10px;
  background-color: transparent;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bg-btn-home:hover {
  color: #f0a53b;
}

.bg-heading-wrapper-home {
  position: absolute;
  left: 0%;
  top: 20px;
  right: 0%;
  bottom: auto;
  z-index: 2;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.bg-heading-inner-home {
  position: relative;
  text-align: center;
}

.bg-top-heading-home {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 38px;
  line-height: 46px;
}

.testimonial-slider-nav.testimonial-slider-nav-action {
  bottom: -20px;
}

.testimonial-slide-inner {
  padding-top: 90px;
  padding-right: 40px;
  padding-left: 40px;
}

.testimonial-slide-text {
  color: #441536;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.testimonial-slide-name {
  margin-top: 10px;
  font-family: hobeaux, sans-serif;
  color: #5e92c2;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ig-section-wrapper-home {
  padding: 80px 10px 10px;
}

.ig-section-container-home {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.ig-flex-row-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ig-flex-col-home {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
}

.ig-section-heading-home {
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 38px;
  text-align: center;
}

.banner-section-home {
  position: relative;
  padding: 150px 10px;
  background-color: #000;
  background-image: url('event-cta-bg-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-container-home {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.banner-content-wrapper-home {
  position: relative;
  max-width: 580px;
  color: #fff;
  text-align: center;
}

.banner-heading-home {
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
}

.banner-text-home {
  font-size: 18px;
  line-height: 25px;
}

.banner-content-inner-home {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.banner-btn-wrapper-home {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: -20px;
  z-index: 2;
}

.banner-btn-inner-home {
  position: relative;
  display: inline-block;
}

.banner-btn-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 17px 10px 10px;
  background-color: transparent;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
}

.banner-btn-home:hover {
  color: #f0a53b;
}

.banner-btn-img-home {
  width: 350px;
}

.sub-hero-heading {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 52px;
  text-align: center;
  letter-spacing: 2px;
}

.ig-link-wrapper-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ig-link-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  color: #9e3279;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.ig-link-home:hover {
  color: #f0a53b;
}

.ig-link-img {
  width: 32px;
  margin-right: 10px;
}

.cta-section-home {
  position: relative;
  padding: 0px 10px;
  background-color: #f0a53b;
  background-image: url('slant-bottom-purple-2.png');
  background-position: 100% 100%;
  background-size: 100% 75%;
  background-repeat: no-repeat;
}

.cta-container-home {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.cta-heading-home {
  margin-right: 12px;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 2px;
}

.footer-top-wrapper {
  position: relative;
  padding: 80px 10px 40px;
  background-color: #441536;
}

.footer-top-wrapper.footer-top-wrapper-alt {
  padding-top: 25px;
}

.footer-top-border-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 40px;
}

.footer-top-content-holder {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.footer-top-flex-row-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-flex-col-outer-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 88%;
  -ms-flex: 0 88%;
  flex: 0 88%;
}

.footer-flex-col-outer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 12%;
  -ms-flex: 0 12%;
  flex: 0 12%;
}

.footer-flex-col-inner-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-flex-col {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33333%;
  -ms-flex: 0 33.33333%;
  flex: 0 33.33333%;
}

.footer-logo-wrapper {
  text-align: center;
}

.footer-logo-img {
  width: 300px;
}

.footer-flex-col-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: hobeaux, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-menu-link-wrapper {
  margin-bottom: 5px;
}

.footer-menu-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  text-decoration: none;
}

.footer-menu-link:hover {
  color: #f0a53b;
}

.footer-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 65%;
  -ms-flex: 0 65%;
  flex: 0 65%;
}

.footer-flex-col-logo {
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 35%;
  -ms-flex: 0 35%;
  flex: 0 35%;
}

.footer-social-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #fff;
  text-align: center;
}

.footer-social-link {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-social-link.footer-social-link-first {
  margin-top: 0px;
}

.footer-social-link.footer-social-link-last {
  margin-bottom: 0px;
}

.footer-social-img {
  width: 24px;
}

.footer-top-breaker {
  width: 100%;
  margin: 30px auto;
  border-top: 1px solid #fff;
}

.footer-contact-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-contact-flex-col {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33333%;
  -ms-flex: 0 33.33333%;
  flex: 0 33.33333%;
}

.footer-contact-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Avenir Book', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

.footer-contact-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1px;
  text-decoration: none;
}

.footer-contact-link:hover {
  color: #f0a53b;
}

.footer-contact-middle-content {
  text-align: center;
}

.footer-contact-heading-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  text-decoration: none;
}

.footer-contact-heading-link:hover {
  color: #f0a53b;
}

.footer-contact-right-content {
  text-align: right;
}

.footer-contact-logo-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-contact-logo-img {
  height: 15px;
  margin-left: 15px;
}

.footer-bottom-wrapper {
  padding: 10px;
  background-color: #9e3279;
}

.footer-bottom-text {
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
}

.footer-bottom-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  text-decoration: none;
}

.footer-bottom-link:hover {
  color: #f0a53b;
}

.fixed-top-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99990;
}

.announcement-bar-wrapper-1 {
  padding: 7px;
  background-color: #5e92c2;
  text-align: center;
}

.announce-rte p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
}

.announcement-bar-wrapper-2 {
  padding: 7px;
  background-color: #f0a53b;
  text-align: center;
}

.nav-section-wrapper {
  background-color: transparent;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.navbar {
  position: relative;
  background-color: transparent;
}

.nav-container {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.nav-brand {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  float: none;
  z-index: 9;
}

.nav-brand-img {
  width: 150px;
  -webkit-transition: width 250ms ease;
  transition: width 250ms ease;
}

.nav-menu {
  padding-top: 10px;
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-flex-row-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-menu-flex-row {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-flex-col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-link:hover {
  color: #f0a53b;
}

.nav-menu-flex-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-meta-flex-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-meta-flex-link:hover {
  color: #f0a53b;
}

.nav-meta-flex-img {
  width: 20px;
  margin-right: 5px;
}

.nav-menu-bg-img-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 780px;
  height: 100%;
}

.nav-menu-bg-img-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 39%;
/*   height: 90px; */
  height: 100%;
  -webkit-transition: width 250ms ease;
  transition: width 250ms ease;
}

.nav-menu-expand-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -160px;
  z-index: 2;
  display: none;
  width: 100%;
  padding: 30px 50px 20px;
  background-color: #f0a53b;
  opacity: 0;
}

.nav-expand-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-expand-flex-col {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33333%;
  -ms-flex: 0 33.33333%;
  flex: 0 33.33333%;
}

.nav-expand-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-expand-heading-img-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 15%;
  -ms-flex: 0 15%;
  flex: 0 15%;
}

.nav-expand-content-right {
  padding-top: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 85%;
  -ms-flex: 0 85%;
  flex: 0 85%;
}

.nav-expand-heading {
  margin-bottom: 10px;
  font-family: hobeaux, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 2px;
}

.nav-expand-link-wrapper {
  margin-bottom: 5px;
}

.nav-expand-link {
  display: inline-block;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-expand-link:hover {
  color: #441536;
}

.nav-expand-btn-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 20px;
  z-index: 2;
  width: 200px;
}

.nav-expand-btn-inner {
  position: relative;
  display: inline-block;
}

.nav-expand-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  padding: 5px 10px 10px;
  background-color: transparent;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.nav-expand-btn:hover {
  color: #f0a53b;
}

.newsletter-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  min-height: 100vh;
  padding: 10px;
  background-color: rgba(68, 21, 54, 0.75);
  background-image: url('confetti-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.newsletter-modal-content-wrapper {
  position: relative;
  top: 50%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.newsletter-modal-inner {
  position: relative;
  text-align: center;
}

.newsletter-modal-content-holder {
  position: absolute;
  left: 0%;
  top: 63%;
  right: 0%;
  bottom: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.newsletter-modal-heading {
  margin-bottom: 20px;
  font-family: hobeaux, sans-serif;
  color: #9e3279;
  font-size: 40px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: 2px;
}

.newsletter-modal-text {
  color: #441536;
  font-size: 20px;
}

.newsletter-modal-form-block {
  margin-top: 40px;
  margin-bottom: 0px;
}

.newsletter-modal-input {
  width: 400px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
}

.newsletter-modal-input:focus {
  border-color: #441536;
}

.newsletter-modal-input::-webkit-input-placeholder {
  color: #441536;
  font-style: italic;
}

.newsletter-modal-input:-ms-input-placeholder {
  color: #441536;
  font-style: italic;
}

.newsletter-modal-input::-ms-input-placeholder {
  color: #441536;
  font-style: italic;
}

.newsletter-modal-input::placeholder {
  color: #441536;
  font-style: italic;
}

.newsletter-modal-btn-wrapper {
  margin-top: 20px;
}

.newsletter-modal-btn-inner {
  position: relative;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.newsetter-modal-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: transparent;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.newsetter-modal-btn:hover {
  color: #441536;
}

.newsletter-modal-btn-img {
  display: block;
}

.newsletter-modal-close-btn {
  position: absolute;
  left: auto;
  top: 40px;
  right: 90px;
  bottom: auto;
  z-index: 1;
  cursor: pointer;
}

.newsletter-modal-close-btn-img {
  width: 20px;
}

.hero-wrapper-internal {
  position: relative;
  height: 600px;
  background-color: #5e92c2;
  background-image: url('about-hero-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* .hero-wrapper-internal.hero-wrapper-action {
  background-image: url('custom-hats-hero-min-2.jpg');
} */

/* .hero-wrapper-internal.hero-wrapper-collection {
  background-image: url('shop-hats-hero-min-2.jpg');
}
 */
/* .hero-wrapper-internal.hero-wrapper-custom {
  background-image: url('custom-hats-hero-min.jpg');
}

.hero-wrapper-internal.hero-wrapper-blog {
  background-image: url('blog-hero-min.jpg');
}

.hero-wrapper-internal.hero-wrapper-faq {
  background-image: url('faq-hero-min.jpg');
}

.hero-wrapper-internal.hero-wrapper-contact {
  background-image: url('contact-hero-min.jpg');
}

.hero-wrapper-internal.hero-wrapper-wholesale {
  background-image: url('wholesale-hero-min.jpg');
} */

.hero-content-wrapper-internal {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 15px;
  z-index: 1;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.hero-bottom-design-img-internal {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 100%;
  height: 40px;
}

.sub-hero-section-about {
  padding: 40px 10px 150px;
  background-color: #efecdf;
}

.hero-content-inner-internal {
  position: relative;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero-main-heading-internal {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 54px;
  line-height: 58px;
  letter-spacing: 2px;
  color: #fff;
}

.sub-hero-container-about {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.sub-hero-flex-row-outer-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sub-hero-flex-col-outer-about {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.sub-hero-flex-col-inner-about {
  color: #9e3279;
}

.sub-hero-heading-about {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 54px;
  letter-spacing: 2px;
}

.sub-hero-rte-wrapper-about {
  color: #441536;
}

.sub-hero-about-rte p {
  margin-bottom: 15px;
  line-height: 28px;
}

.sub-hero-img-wrapper-about {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.banner-section-about {
  position: relative;
  padding: 200px 10px 100px;
  background-color: #000;
  background-image: url('shark-tank-bg-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-section-container-about {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.banner-content-inner-about {
  max-width: 500px;
}

.banner-rte-wrapper-about {
  font-size: 18px;
  line-height: 28px;
}

.banner-heading-wrapper-about {
  position: absolute;
  left: 0%;
  top: -100px;
  right: 0%;
  bottom: auto;
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.banner-heading-inner-about {
  position: relative;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.banner-heading-about {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 2px;
}

.team-section-about {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #5e92c2;
  background-image: url('pattern-bg-blue-min.jpg');
  background-position: 50% 0%;
  background-size: 100%;
}

.team-heading-wrapper-about {
  margin-bottom: 60px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.team-section-heading-about {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 2px;
}

.tabs-menu-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.tab-menu-link-about {
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
  background-color: transparent;
  opacity: 0.7;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  text-align: center;
}

.tab-menu-link-about:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.tab-menu-link-about.w--current {
  background-color: transparent;
  opacity: 1;
}

.tab-menu-img-about {
  width: 200px;
}

.tab-inner-about {
  padding-top: 60px;
  padding-right: 10px;
  padding-left: 10px;
}

.tab-container-about {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.tab-flex-row-outer-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-flex-col-1-about {
  -webkit-box-flex: 0;
  -webkit-flex: 0 40%;
  -ms-flex: 0 40%;
  flex: 0 40%;
  text-align: center;
}

.tab-flex-col-2-about {
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
}

.tab-flex-col-heading-about {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 1px;
}

.tab-rte-wrapper-about {
  line-height: 28px;
}

.newsletter-section {
  padding: 20px 10px 15px;
  background-color: #9e3279;
}

.newsletter-content-wrapper {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.newsletter-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.newsletter-flex-col {
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.newsletter-flex-col.newsletter-flex-col-alt {
  padding-right: 0px;
  padding-left: 10px;
}

.newsletter-section-heading {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 38px;
  letter-spacing: 2px;
}

.newsletter-section-text {
  font-size: 20px;
}

.newsletter-form-block {
  margin-bottom: 0px;
}

.newsletter-input {
  height: 44px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  background-color: transparent;
  color: #441536;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.newsletter-input:focus {
  border-color: transparent;
}

.newsletter-input::-webkit-input-placeholder {
  color: #441536;
  font-style: italic;
}

.newsletter-input:-ms-input-placeholder {
  color: #441536;
  font-style: italic;
}

.newsletter-input::-ms-input-placeholder {
  color: #441536;
  font-style: italic;
}

.newsletter-input::placeholder {
  color: #441536;
  font-style: italic;
}

.newsletter-form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
}

.newsletter-btn {
  width: 40px;
  height: 40px;
  margin-right: 3px;
  padding: 0px;
  border-radius: 50%;
  background-color: #441536;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-size: 20px;
  line-height: 20px;
}

.newsletter-btn:hover {
  background-color: #f0a53b;
}

.mid-wrapper-action {
  position: relative;
  padding: 40px 10px;
  background-color: #9e3279;
}

.mid-container-action {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.mid-flex-row-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mid-flex-col-action {
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33333%;
  -ms-flex: 0 33.33333%;
  flex: 0 33.33333%;
}

.mid-flex-col-inner-action {
  height: 100%;
  background-color: #f0a53b;
  text-align: center;
}

.mid-slider-action {
  height: 300px;
  background-color: #5e92c2;
}

.mid-slider-arrow-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  padding-right: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mid-slider-arrow-action.mid-slider-arrow-action-left {
  padding-right: 0px;
  padding-left: 5px;
}

.mid-slider-arrow-action.mid-slider-arrow-action-hide {
  display: none;
}

.mid-slider-nav-action {
  display: none;
}

.mid-slider-img-block-action {
  width: 100%;
  height: 100%;
}

.mid-slider-img-action {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mid-flex-col-bottom-wrapper-action {
  padding: 0px 20px 10px;
  background-color: #f0a53b;
}

.mid-flex-col-bottom-content-block-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mid-flex-col-heading-action {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}

.mid-flex-col-bottom-text-action {
  margin-left: 10px;
  padding-top: 3px;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
}

.mid-slider-wrapper-action {
  position: relative;
}

.mid-slider-border-img-action {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 20px;
}

.mid-heading-wrapper-action {
  margin-bottom: 60px;
  text-align: center;
}

.mid-rte-wrapper-action {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  line-height: 32px;
}

.bottom-section-action {
  position: relative;
  padding: 100px 10px 80px;
/*   background-color: #5e92c2; */
/*   background-image: url('pattern-bg-blue-min.jpg'); */
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: repeat;
}

.bottom-container-action {
  position: relative;
  z-index: 3;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-wrapper-action {
  max-width: 850px;
  margin-right: 0px;
  margin-left: auto;
}

.testimonial-slider-arrow-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonial-heading-action {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 2px;
}

.testomonial-slider-action {
  height: 320px;
  background-color: transparent;
  background-image: url('testimonial-bubble-2-min.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.testimonial-slide-text-wrapper-action {
  max-width: 560px;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 0px;
}

.bottom-bg-img-action {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 30px;
  z-index: 1;
  height: 90%;
}

.sub-hero-wrapper-collection {
  padding: 20px 10px 40px;
/*   background-color: #f4e9c9; */
}

.sub-hero-container-collection {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.sub-hero-tabs-menu-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sub-hero-tab-link-collection {
  margin-right: 15px;
  margin-left: 15px;
  padding: 12px 50px;
  border-radius: 10px;
/*   background-color: #fff;
  -webkit-transition: background-color 250ms ease, color 250ms ease;
  transition: background-color 250ms ease, color 250ms ease; */
  font-family: hobeaux, sans-serif;
  color: #bebebe;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.sub-hero-tab-link-collection:hover {
  background-color: #9e3279;
  color: #fff;
}

.sub-hero-tab-link-collection.w--current,.sub-w--current {
  background-color: #9e3279;
  color: #fff;
}

.sub-hero-tab-inner-collection {
  padding-top: 40px;
}

.sub-hero-flex-row-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sub-hero-flex-col-collection {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
}

.sub-hero-flex-col-inner-collection {
  text-align: center;
}

.sub-hero-flex-col-link-collection {
  -webkit-transition: color 250ms ease, -webkit-transform 250ms ease;
  transition: color 250ms ease, -webkit-transform 250ms ease;
  transition: transform 250ms ease, color 250ms ease;
  transition: transform 250ms ease, color 250ms ease, -webkit-transform 250ms ease;
  font-family: hobeaux, sans-serif;
  color: #5e92c2;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.sub-hero-flex-col-link-collection:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  color: #9e3279;
}

.sub-hero-flex-col-img-collection {
  width: 80px;
  margin-bottom: 10px;
}

.filter-section {
  padding: 20px 10px;
  background-color: #f0a53b;
}

.filter-section-container {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.filter-flex-row-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-flex-col-outer {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 27.33333%;
  -ms-flex: 0 27.33333%;
  flex: 0 27.33333%;
}

.filter-flex-col-outer.filter-flex-col-outer-1 {
  -webkit-flex-basis: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
}

.filter-section-heading {
  text-align: left;
}

.filter-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-content-heading {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}

.filter-form-block {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-select {
  width: 90%;
  max-width: 100%;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #fff;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
}

.filter-select:focus {
  border-color: transparent;
  color: #fff;
}

.filter-form {
  width: 100%;
}

.filter-btn-wrapper {
  margin-top: 20px;
  text-align: center;
}

.filter-btn {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 10px;
  background-color: #9e3279;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 1px;
}

.filter-btn:hover {
  background-color: #5e92c2;
}

.mid-wrapper-collection {
  padding: 40px 10px 20px;
}

.mid-container-collection {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.breadcrumb-wrapper-collection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-wrapper-collection {
    flex-direction: column;
    align-items: flex-start;
  }
}

.breadcrumb-flex-row-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb-link-collection {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #bebebe;
  line-height: 16px;
  text-decoration: none;
}

.breadcrumb-link-collection:hover {
  color: #5e92c2;
}

.breadcrumb-breaker-collection {
  margin-right: 10px;
  margin-left: 10px;
  color: #bebebe;
  line-height: 16px;
}

.flex-row-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-col-collection {
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.flex-col-inner-collection {
  text-align: center;
}

.flex-col-img-block-collection {
  position: relative;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.flex-col-img-block-collection:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.flex-col-content-wrapper-collection {
  padding-top: 10px;
  color: #441536;
}

.flex-col-heading-collection {
  margin-bottom: 3px;
  font-family: 'Avenir Book', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.flex-col-bottom-wrapper-collection {
  padding-top: 10px;
  /*opacity: 0;*/
}

.flex-col-btn-wrapper-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-col-btn-inner-collection {
  margin-bottom: 5px;
}

.flex-col-btn-collection {
  width: 100%;
  border-radius: 10px;
  background-color: #5e92c2;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
}

.flex-col-btn-collection:hover {
  background-color: #f0a53b;
}

.flex-col-btn-collection.flex-col-btn-collection-alt {
  background-color: #9e3279;
}

.flex-col-btn-collection.flex-col-btn-collection-alt:hover {
  background-color: #f0a53b;
}

.flex-col-img-link-collection {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.ig-section-wrapper-collection {
  position: relative;
  padding: 40px 10px;
  background-color: #5e92c2;
}

.ig-border-img-collection {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 40px;
}

.sub-hero-flex-col-collection-alt {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 16.66666%;
  -ms-flex: 0 16.66666%;
  flex: 0 16.66666%;
}

.hero-wrapper-product {
  padding-top: 200px;
}

.hero-container-product {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.breadcrumb-wrapper-product {
  margin-bottom: 40px;
  padding-left: 10px;
}

.flex-row-outer-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-col-product {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33333%;
  -ms-flex: 0 33.33333%;
  flex: 0 33.33333%;
}

.content-wrapper-product {
  padding-top: 40px;
  color: #441536;
}

.main-heading-product {
  margin-bottom: 20px;
  color: #9e3279;
  font-size: 44px;
  line-height: 50px;
}

.content-rte-wrapper-product {
  line-height: 25px;
}

.social-section-product {
  margin-top: 20px;
  padding-top: 0px;
}

.social-section-inner-product {
  display: inline-block;
  padding-top: 20px;
  border-top: 1px solid #bebebe;
}

.social-flex-row-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-heading-product {
  margin-right: 10px;
}

.social-link-product {
  margin-right: 10px;
}

.social-img-product {
  width: 20px;
}

.tabs-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tabs-menu-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-content-product {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.tab-menu-link-product {
  height: 60px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 16.6666%;
  -ms-flex: 0 16.6666%;
  flex: 0 16.6666%;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  text-align: center;
}

.tab-menu-link-product:hover {
  border-color: #5e92c2;
}

.tab-menu-link-product.w--current {
  border-color: #5e92c2;
  background-color: transparent;
}

.tab-menu-img-block-product {
  width: 100%;
  height: 100%;
}

.tab-menu-img-product {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tab-img-wrapper-product {
  text-align: center;
}

.tab-img-product {
  width: 100%;
}

.form-section-product {
  padding-top: 60px;
  color: #441536;
  text-align: center;
}

.price-text-product {
  font-family: hobeaux, sans-serif;
  color: #9e3279;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 1px;
}

.form-breaker-product {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #bebebe;
}

.form-content-block-product {
  padding: 5px 10px;
}

.form-flex-row-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-flex-row-product.form-flex-row-product-quantity {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-flex-heading-product {
  padding-right: 20px;
  font-family: hobeaux, sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: 1px;
}

.form-block-product {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-select-product {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
  border: 1px solid transparent;
  background-color: transparent;
  font-size: 16px;
  letter-spacing: 1px;
}

.form-select-product:focus {
  border-color: transparent;
}

.quantity-flex-row-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quantity-btn-link-product {
  padding: 3px;
  color: #441536;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}

.quantity-input-product {
  width: 40px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  border: 1px solid transparent;
  font-size: 18px;
  text-align: center;
}

.quantity-input-product:focus {
  border-color: transparent;
}

.quantity-input-product::-webkit-input-placeholder {
  color: #441536;
}

.quantity-input-product:-ms-input-placeholder {
  color: #441536;
}

.quantity-input-product::-ms-input-placeholder {
  color: #441536;
}

.quantity-input-product::placeholder {
  color: #441536;
}

.form-btn-wrapper-product {
  padding-top: 5px;
  text-align: center;
}

.form-btn-product {
  padding: 10px 50px;
  border-radius: 10px;
  background-color: #f0a53b;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.form-btn-product:hover {
  background-color: #5e92c2;
}

.mid-wrapper-product {
  position: relative;
  margin-top: 40px;
  padding: 80px 10px 60px;
  background-image: url('additional-info-bg.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.mid-container-product {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.mid-flex-row-outer-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mid-flex-col-outer-product {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 45%;
  -ms-flex: 0 45%;
  flex: 0 45%;
}

.mid-heading-product {
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 32px;
}

.mid-text-wrapper-product {
  font-size: 16px;
  line-height: 28px;
}

.mid-icon-section-product {
  margin-top: 60px;
}

.mid-icon-flex-row-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mid-icon-flex-col-product {
  margin-bottom: 25px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.mid-icon-flex-col-inner-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mid-icon-img-product {
  width: 26px;
  margin-right: 10px;
}

.mid-icon-text-product {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.mid-icon-section-product-alt {
  margin-top: 0px;
  margin-bottom: 15px;
}

.mid-heading-alt-product {
  margin-top: 30px;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 1px;
}

.related-section-product {
  padding: 60px 10px;
}

.related-container-product {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.flex-col-related-product {
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33333%;
  -ms-flex: 0 33.33333%;
  flex: 0 33.33333%;
}

.bottom-heading-product {
  margin-bottom: 40px;
  color: #9e3279;
  font-size: 48px;
  line-height: 44px;
  text-align: center;
}

.reviews-section-product {
  position: relative;
  padding: 60px 10px 100px;
  background-color: #5e92c2;
}

.reviews-container-product {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.reviews-heading-product {
  margin-bottom: 40px;
  color: #fff;
  font-size: 44px;
  line-height: 48px;
  text-align: center;
}

.reviews-placeholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efecdf;
  color: #441536;
  font-size: 22px;
  line-height: 22px;
}

.bottom-bg-img-newsletter {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 40px;
}

.top-wrapper-cart {
  padding: 220px 10px 60px;
}

.top-container-cart {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  color: #441536;
}

.main-heading-cart {
  margin-bottom: 40px;
  color: #9e3279;
  font-size: 48px;
  line-height: 44px;
  text-align: center;
}

.flex-row-outer-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-col-outer-1-cart {
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 65%;
  -ms-flex: 0 65%;
  flex: 0 65%;
}

.flex-col-outer-2-cart {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 35%;
  -ms-flex: 0 35%;
  flex: 0 35%;
  border-left: 1px solid #441536;
}

.heading-row-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #441536;
}

.heading-col-1-cart {
  -webkit-box-flex: 0;
  -webkit-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
}

.heading-text-cart {
  font-size: 18px;
  line-height: 20px;
}

.heading-col-2-cart {
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 15%;
  -ms-flex: 0 15%;
  flex: 0 15%;
}

.heading-col-3-cart {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
  text-align: right;
}

.content-holder-cart {
  padding-top: 0px;
}

.content-block-cart {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #441536;
}

.content-flex-row-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content-flex-col-1-cart {
  -webkit-box-flex: 0;
  -webkit-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
}

.content-flex-col-2-cart {
  padding-top: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 15%;
  -ms-flex: 0 15%;
  flex: 0 15%;
}

.content-flex-col-3-cart {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.content-flex-col-inner-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content-img-holder-cart {
  position: relative;
  height: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
}

.content-product-info-cart {
  padding-top: 10px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 70%;
  -ms-flex: 0 70%;
  flex: 0 70%;
}

.product-img-cart {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-title-cart {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
}

.product-variant-info-cart {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 18px;
}

.product-price-cart {
  font-size: 14px;
  line-height: 18px;
}

.product-img-link-cart {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.product-title-link-cart {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #441536;
  text-decoration: none;
}

.product-title-link-cart:hover {
  color: #f0a53b;
}

.quantity-form-block-cart {
  margin-bottom: 0px;
}

.quantity-input-cart {
  width: 70px;
  max-width: 100%;
  padding-left: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
  border-radius: 7px;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  color: #441536;
  text-align: center;
}

.quantity-input-cart:focus {
  border-color: #441536;
}

.quantity-input-cart::-webkit-input-placeholder {
  color: #441536;
}

.quantity-input-cart:-ms-input-placeholder {
  color: #441536;
}

.quantity-input-cart::-ms-input-placeholder {
  color: #441536;
}

.quantity-input-cart::placeholder {
  color: #441536;
}

.total-item-price-text-cart {
  font-weight: 700;
  text-align: right;
}

.flex-col-3-inner-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-options-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-options-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #441536;
  font-size: 15px;
  line-height: 18px;
}

.cart-options-link:hover {
  color: #bebebe;
}

.cart-options-link:hover .icon-trash {
  fill: #441536;
}



.cart-options-breaker {
  height: 15px;
  margin-right: 20px;
  margin-left: 20px;
  border-left: 1px solid #bebebe;
}

.cart-summary-heading {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.cart-details-wrapper {
  margin-bottom: 60px;
}

.cart-details-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-total-wrapper {
  padding: 15px;
  background-color: #f5f5f5;
}

.cart-total-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-summary-bottom-wrapper {
  margin-top: 30px;
}

.cart-btn {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #9e3279;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
 font-family: hobeaux,sans-serif;
}

.cart-btn:hover {
  background-color: #5e92c2;
}

.cart-btn-discliamer {
  font-size: 14px;
  color: black;
}

.bar-section-cart {
  padding: 10px;
}

.bar-container-cart {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-radius: 40px;
  background-color: #f2f2f2;
}

.bar-flex-row-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bar-flex-col-cart {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33333%;
  -ms-flex: 0 33.33333%;
  flex: 0 33.33333%;
}

.bar-flex-col-inner-cart {
  color: #441536;
}

.bar-heading-wrapper-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bar-heading-img-cart {
  width: 60px;
  margin-right: 12px;
}

.bar-heading-cart {
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 1px;
}

.bar-cart-rte a {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #441536;
}

.bar-cart-rte a:hover {
  color: #5e92c2;
}

.related-section-cart {
  position: relative;
  padding: 80px 10px;
}

.page-wrapper-login {
  position: relative;
  padding: 220px 10px 120px;
}

.content-wrapper-login {
  position: relative;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  color: #441536;
  text-align: center;
}

.heading-wrapper-login {
  position: absolute;
  left: 0%;
  top: 20px;
  right: 100px;
  bottom: auto;
  z-index: 1;
  max-width: 500px;
  margin-right: 0px;
  margin-left: auto;
}

.heading-login {
  color: #9e3279;
  font-size: 46px;
  line-height: 54px;
  letter-spacing: 2px;
}

.form-section-login {
  position: absolute;
  left: 0%;
  top: auto;
  right: 125px;
  bottom: -20px;
  max-width: 450px;
  margin-left: auto;
  color: #fff;
}

.form-heading-login {
  margin-bottom: 20px;
}

.form-heading-login.form-heading-login-reset-pw {
  margin-bottom: 10px;
}

.form-block-login {
  display: block;
  min-height: 255px;
  margin-bottom: 0px;
}

.form-input-login {
  display: block;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #fff;
  background-color: transparent;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

.form-input-login:focus {
  border-color: transparent transparent #f0a53b;
}

.form-input-login::-webkit-input-placeholder {
  color: #fff;
}

.form-input-login:-ms-input-placeholder {
  color: #fff;
}

.form-input-login::-ms-input-placeholder {
  color: #fff;
}

.form-input-login::placeholder {
  color: #fff;
}

.form-input-login.form-input-login-last {
  margin-bottom: 10px;
}

.form-btn-wrapper-login {
  margin-top: 20px;
}

.form-btn-inner-login {
  position: relative;
  display: inline-block;
  width: 200px;
  max-width: 100%;
}

.form-btn-login {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: transparent;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 1px;
}

.form-btn-login:hover {
  color: #f0a53b;
}

.form-bottom-link-login {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
}

.form-bottom-link-login:hover {
  color: #f0a53b;
}

.bottom-wrapper-login {
  max-width: 850px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.bottom-inner-login {
  max-width: 450px;
  margin-right: 125px;
  margin-left: auto;
}

.bottom-text-login {
  color: #441536;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.bottom-text-link-login {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #9e3279;
}

.bottom-text-link-login:hover {
  color: #f0a53b;
}

.form-block-reset-pw {
  display: none;
  min-height: 255px;
  margin-bottom: 0px;
}

.form-heading-text-forgot-pw {
  margin-bottom: 20px;
}

.form-group-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-col-login {
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.form-col-login.form-col-login-alt {
  padding-right: 0px;
  padding-left: 10px;
}

.page-wrapper-account {
  position: relative;
  padding: 200px 10px 0px;
}

.page-container-account {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.heading-wrapper-account {
  margin-bottom: 30px;
  text-align: center;
}

.main-heading-account {
  color: #441536;
  font-size: 48px;
  line-height: 52px;
}

.content-wrapper-account {
  position: relative;
  padding: 60px 100px 140px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-color: #5e92c2;
}

.content-heading-account {
  margin-bottom: 40px;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}

.heading-flex-row-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.heading-flex-col-account {
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
}

.heading-flex-col-inner-account {
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.heading-flex-col-inner-account.heading-flex-col-inner-account-alt {
  padding-right: 5px;
  padding-left: 0px;
  text-align: left;
}

.heading-flex-col-inner-account.heading-flex-col-inner-account-alt-2 {
  padding-right: 0px;
}

.heading-flex-text-account {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.order-content-block-account {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.order-flex-row-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-flex-col-account {
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
}

.order-flex-col-inner-account {
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.order-flex-col-inner-account.order-flex-col-inner-account-alt {
  padding-left: 0px;
  text-align: left;
}

.order-flex-col-inner-account.order-flex-col-inner-account-alt-2 {
  padding-right: 0px;
}

.order-flex-col-text-link-account {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #eadc21;
  text-decoration: none;
}

.order-flex-col-text-link-account:hover {
  color: #441536;
}

.btn-section-account {
  margin-top: 60px;
}

.btn-flex-row-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-flex-col-account {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.btn-account {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 10px;
  background-color: #9e3279;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.btn-account:hover {
  background-color: #f0a53b;
}

.hero-content-wrapper-custom {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 1;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.hero-content-inner-custom {
  position: relative;
  max-width: 450px;
  margin-right: auto;
  margin-left: 0px;
  text-align: center;
}

.hero-main-heading-custom {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 54px;
  line-height: 64px;
  text-align: left;
  letter-spacing: 2px;
}

.mid-wrapper-custom {
  position: relative;
  padding: 40px 10px 120px;
}

.mid-container-custom {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.mid-flex-row-outer-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mid-flex-col-outer-custom {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 55%;
  -ms-flex: 0 55%;
  flex: 0 55%;
  color: #441536;
  text-align: center;
}

.mid-flex-col-outer-custom-2 {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 45%;
  -ms-flex: 0 45%;
  flex: 0 45%;
}

.mid-heading-custom {
  margin-bottom: 30px;
  color: #9e3279;
  font-size: 38px;
  line-height: 48px;
}

.mid-list-wrapper-custom {
  margin-bottom: 50px;
}

.mid-list-row-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mid-list-text-custom {
  margin-bottom: 10px;
  font-size: 18px;
}

.mid-list-text-custom.mid-list-text-custom-full {
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  font-style: italic;
}

.mid-list-bullet-custom {
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 18px;
}

.mid-sub-heading-custom {
  margin-bottom: 20px;
  color: #5e92c2;
  font-size: 32px;
  line-height: 36px;
}

.mid-bg-wrapper-custom {
  padding-right: 30px;
  padding-left: 30px;
}

.mid-bg-inner-custom {
  position: relative;
}

.mid-bg-content-wrapper-custom {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  max-width: 88%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
}

.mid-bg-content-block-custom.mid-bg-content-block-custom-middle {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mid-bg-content-heading-custom {
  margin-bottom: 10px;
  color: #eadc21;
  font-size: 22px;
  letter-spacing: 1px;
}

.mid-bg-content-text-custom {
  margin-bottom: 0px;
  line-height: 25px;
}

.mid-bg-btn-wrapper-custom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -20px;
}

.mid-bg-btn-inner-custom {
  position: relative;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.mid-btn-custom {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-top: 13px;
  background-color: transparent;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

/* .mid-btn-custom:hover {
  color: #f0a53b;
} */

.mid-flex-col-img-wrapper-custom {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.bottom-border-img {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 40px;
}

.bar-section-custom {
  position: relative;
  padding: 20px 10px 40px;
  background-color: #f0a53b;
}

.bar-container-custom {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.bar-heading-custom {
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 2px;
}

.bar-slider-arrow-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-inner-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bar-flex-row-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bar-flex-col-custom {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 16.6666%;
  -ms-flex: 0 16.6666%;
  flex: 0 16.6666%;
}

.bar-flex-col-img-block-custom {
  height: 200px;
}

.bar-flex-col-img-custom {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-section-custom {
  position: relative;
  padding: 100px 10px 120px;
  background-color: #5e92c2;
  background-image: url('pattern-bg-blue-min.jpg');
  background-position: 50% 0%;
  background-size: 100%;
}

.form-container-custom {
  position: relative;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.form-content-wrapper-custom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -20px;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  color: #9e3279;
  min-height: 447px;
}

.form-heading-custom {
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 48px;
}

.form-block-custom {
  margin-bottom: 0px;
}

.form-group-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-col-custom {
  padding-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.form-col-custom.form-col-custom-alt {
  padding-right: 0px;
  padding-left: 15px;
}

.form-input-custom {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #441536;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  font-size: 16px;
  text-align: center;
}

.form-input-custom:focus {
  border-color: transparent transparent #f0a53b;
}

.form-input-custom::-webkit-input-placeholder {
  color: #441536;
}

.form-input-custom:-ms-input-placeholder {
  color: #441536;
}

.form-input-custom::-ms-input-placeholder {
  color: #441536;
}

.form-input-custom::placeholder {
  color: #441536;
}

.form-input-wrapper-custom {
  margin-top: 30px;
}

.form-input-area-custom {
  min-height: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: #441536;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  font-size: 15px;
}

.form-input-area-custom:focus {
  border-color: #f0a53b;
}

.form-btn-wrapper-custom {
  margin-top: 60px;
}

.form-btn-inner-custom {
  position: relative;
  display: inline-block;
  width: 300px;
  max-width: 100%;
}

.form-btn-custom {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  background-color: transparent;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

.form-btn-custom:hover {
  color: #f0a53b;
}

.mid-wrapper-blog {
  position: relative;
  padding: 40px 10px 100px;
  background-color: #5e92c2;
}

.mid-container-blog {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.mid-content-block-blog {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
  color: #441536;
}

.flex-row-outer-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-col-outer-1-blog {
  -webkit-box-flex: 0;
  -webkit-flex: 0 35%;
  -ms-flex: 0 35%;
  flex: 0 35%;
}

.flex-col-outer-2-blog {
  padding-top: 0px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 65%;
  -ms-flex: 0 65%;
  flex: 0 65%;
}

.flex-col-img-block-blog {
  position: relative;
  width: 100%;
  min-height: 200px;
}

.flex-col-img-blog {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.flex-col-heading-blog {
  margin-bottom: 10px;
  color: #9e3279;
  font-size: 30px;
  line-height: 36px;
}

.meta-flex-row-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.meta-text-blog {
  color: #5e92c2;
  line-height: 18px;
}

.meta-flex-breaker-blog {
  height: 15px;
  margin-right: 12px;
  margin-left: 12px;
  border-left: 1px solid #5e92c2;
}

.flex-col-heading-wrapper-blog {
  margin-bottom: 30px;
}

.flex-col-rte-wrapper-blog {
  color: #441536;
  line-height: 25px;
}

.flex-col-heading-link-blog {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #9e3279;
  text-decoration: none;
}

.flex-col-heading-link-blog:hover {
  color: #f0a53b;
}

.flex-col-img-link-blog {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.flex-col-blog-rte a {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #9e3279;
  font-weight: 700;
  text-decoration: none;
}

.flex-col-blog-rte a:hover {
  color: #f0a53b;
}

.hero-wrapper-article {
  position: relative;
  height: 600px;
  background-color: #5e92c2;
/*   background-image: url('blog-article-hero-min.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mid-wrapper-article {
  position: relative;
  padding: 40px 10px 100px;
}

.content-wrapper-article {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  color: #441536;
}

.heading-wrapper-article {
  margin-bottom: 40px;
  text-align: center;
}

.main-heading-article {
  margin-bottom: 10px;
  color: #9e3279;
  font-size: 46px;
  line-height: 56px;
}

.meta-flex-row-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.meta-text-article {
  color: #5e92c2;
  line-height: 18px;
}

.meta-flex-breaker-article {
  height: 15px;
  margin-right: 15px;
  margin-left: 15px;
  border-left: 1px solid #5e92c2;
}

.post-rte-article {
  line-height: 28px;
}

.post-rte-article h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #9e3279;
}

.post-rte-article a {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #441536;
}

.post-rte-article a:hover {
  color: #f0a53b;
}

.bottom-wrapper-article {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #441536;
}

.bottom-flex-row-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-flex-link-article {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  color: #9e3279;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.bottom-flex-link-article:hover {
  color: #f0a53b;
}

.related-section-article {
  position: relative;
  padding: 60px 10px 80px;
  background-color: #5e92c2;
}

.related-heading-article {
  margin-bottom: 60px;
  color: #fff;
  font-size: 44px;
  line-height: 46px;
  text-align: center;
}

.flex-col-content-wrapper-article {
  padding-top: 10px;
  color: #fff;
}

.flex-col-img-article {
  border-radius: 20px;
}

.mid-wrapper-faq {
  position: relative;
  padding: 60px 10px 140px;
}

.mid-container-faq {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  color: #441536;
}

.main-heading-faq {
  margin-bottom: 60px;
  color: #9e3279;
  font-size: 46px;
  line-height: 56px;
  text-align: center;
}

.content-block-faq {
  border-bottom: 1px solid #9e3279;
}

.heading-wrapper-faq {
  position: relative;
  padding: 20px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  text-align: center;
  cursor: pointer;
}

.heading-wrapper-faq:hover {
  color: #9e3279;
}

.heading-faq {
  font-family: hobeaux, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}

.heading-img-faq {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 20px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.expand-wrapper-faq {
  overflow: hidden;
  height: 0px;
}

.expand-inner-faq {
  padding-right: 40px;
  padding-bottom: 5px;
  padding-left: 40px;
}

.expand-faq-rte {
  line-height: 28px;
}

.expand-faq-rte a {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #9e3279;
}

.expand-faq-rte a:hover {
  color: #5e92c2;
}

.mid-wrapper-contact {
  position: relative;
  padding: 60px 10px 80px;
  background-color: #9e3279;
}

.mid-container-contact {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.mid-heading-contact {
  margin-bottom: 20px;
  color: #f4e9c9;
  font-size: 38px;
  line-height: 44px;
}

.mid-heading-wrapper-contact {
  margin-bottom: 40px;
}

.mid-heading-text-contact {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

.mid-flex-row-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mid-flex-col-contact {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.mid-img-wrapper-contact {
  margin-bottom: 20px;
}

.mid-img-contact {
  width: 60px;
}

.mid-link-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  padding: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #441536;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  text-decoration: none;
}

.mid-link-contact:hover {
  background-color: #f0a53b;
}

.form-section-contact {
  position: relative;
  padding: 120px 10px 140px;
  background-color: #5e92c2;
  background-image: url('https://foampartyhats.com/cdn/shop/files/3371e885430914e6a0c5e1686517eb17f34dd29d.png?v=1782328335&width=1920');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: repeat-y;
}

.mid-flex-row-wholesale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mid-flex-col-wholesale {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.mid-heading-wholesale {
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 48px;
  text-align: left;
  color: #fff;
}

.mid-container-wholesale {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.mid-flex-col-rte-wrapper-wholesale {
  font-size: 18px;
  line-height: 30px;
}

.list-rte-wholesale li {
  margin-bottom: 12px;
  font-family: hobeaux, sans-serif;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1px;
}

.bar-section-wholesale {
  position: relative;
  padding: 60px 10px 80px;
  background-color: #441536;
}

.bar-container-wholesale {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.bar-heading-wholesale {
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}

.bar-flex-row-wholesale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bar-flex-col-wholesale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.bar-flex-col-inner-wholesale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.bar-flex-col-heading-wholesale {
  font-size: 22px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 1px;
  color: #fff;
}

.bar-flex-col-img-wholesale {
  width: 42px;
  margin-right: 10px;
}

.form-col-custom-3 {
  padding-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.3333%;
  -ms-flex: 0 33.3333%;
  flex: 0 33.3333%;
}

.form-col-custom-3.form-col-custom-3-alt {
  padding-right: 0px;
}

.form-col-custom-3.form-col-custom-3-alt-2 {
  padding-right: 0px;
  padding-left: 15px;
}

.form-container-wholesale {
  position: relative;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.nav-expand-heading-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  text-decoration: none;
}

.nav-expand-heading-link:hover {
  color: #5e92c2;
}

.nav-expand-link-text {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
}

.top-border-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 40px;
}

.hero-slider {
  position: relative;
/*   height: 700px; */
  height: 800px;
  background-color: #5e92c2;
}

.hero-slider-nav {
  display: none;
}

.hero-slider-arrow {
  left: auto;
  top: 0%;
  right: 30px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-slider-arrow.hero-slider-arrow-left {
  left: 30px;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.hero-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*.hero-slide-inner.hero-slide-inner-2 {
  background-image: url('home-slider-SharkTank-min.jpg');
}

.hero-slide-inner.hero-slide-inner-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/home-slider-2-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/home-slider-2-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}*/

.hero-slider-wrapper {
  position: relative;
}

.cta-block-top-home {
  margin-bottom: 20px;
}

.cta-block-flex-row-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-flex-link-home {
  padding-top: 5px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.cta-flex-link-home:hover {
  color: #5e92c2;
}

.cta-block-flex-row-home-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-hero-heading-alt-about {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #9e3279;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.banner-btn-wrapper-about {
  margin-top: 20px;
}

.banner-btn-about {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 10px;
  background-color: #f0a53b;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
}

.banner-btn-about:hover {
  background-color: #5e92c2;
}

.tab-flex-col-heading-wrapper-about {
  margin-bottom: 20px;
}

.tab-flex-col-sub-heading-about {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Avenir Book', sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
}

.bottom-section-home {
  position: relative;
/*   padding: 60px 10px 80px; */
  background-color: #5e92c2;
}

.bottom-container-home {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.bottom-heading-home {
  margin-bottom: 60px;
  font-size: 48px;
  line-height: 52px;
  text-align: center;
  letter-spacing: 2px;
}

.logo-flex-row-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-flex-col-home {
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.logo-flex-col-inner-home {
  text-align: center;
}

.logo-flex-col-img-home {
  max-height: 70px;
}

.bar-section-about {
  position: relative;
  padding: 20px 10px 100px;
  background-color: #f0a53b;
}

.bar-container-about {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.bar-heading-about {
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 2px;
}

.bar-slider-about {
  background-color: transparent;
}

.bar-heading-wrapper-about {
  margin-bottom: 10px;
}

.bar-heading-text-about {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

.related-product-slider {
  height: 350px;
  background-color: transparent;
}

.related-product-slider-nav {
  display: none;
}

.related-products-slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.related-product-slide-inner {
  padding-right: 35px;
  padding-left: 35px;
}

.related-product-arrow-img {
  width: 30px;
}

.nav-expand-close-btn-img {
  display: none;
}

.main-heading-product-mobile {
  display: none;
  margin-bottom: 20px;
  font-family: hobeaux, sans-serif;
  color: #9e3279;
  font-size: 44px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: 1px;
}

.top-border-img-mobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 100%;
  height: 40px;
}

.related-container-cart {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.bar-slider-custom {
  background-color: transparent;
}

.bottom-bg-img-home {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0px;
  height: 90%;
}

.logo-slider-home {
  height: 140px;
  background-color: transparent;
}

.logo-slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-slide-inner {
  padding: 10px 30px 40px;
}

.logo-slider-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.hero-content-main-heading {
  font-size: 58px;
  line-height: 1.5;
}

.hero-content-wrapper-shark {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  max-width: 940px;
  margin-top: 160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.hero-btn-wrapper {
  margin-top: 20px;
}

.home-slider-btn {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #9e3279;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: 0;
  color: #ffffff;
}

.home-slider-btn:hover {
  background-color: #441536;
}

.tabs-container-about {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.tab-menu-heading-wrapper-about {
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border-radius: 20px;
  background-color: #9e3279;
}

.tab-menu-heading-about {
  font-family: hobeaux, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
}

.bg-btn-inner-home-alt {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  display: none;
  opacity: 0;
  -webkit-transform: translate(-62px, 0px);
  -ms-transform: translate(-62px, 0px);
  transform: translate(-62px, 0px);
}

.shop_Btn_exist {
  display: block;
  transform-style: preserve-3d;
  transition: transform 350ms ease 0s, opacity 350ms ease 0s;
  opacity: 1;
  transform: translateX(-42px) translateY(0px) translateZ(0px);
}

.bg-btn-home-alt {
  z-index: 1;
  height: 100%;
  padding: 15px 22px;
  border-radius: 20px;
  background-color: #f0a53b;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bg-btn-home-alt:hover {
  color: #9e3279;
}

.bottom-border-img-home {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 40px;
}

.bg-overlay-section-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.bg-overlay-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  opacity: 0;
}

/* .bg-overlay-home.bg-overlay-home-1 {
  background-image: url('party-hats-min-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-overlay-home.bg-overlay-home-2 {
  background-image: url('wigs-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-overlay-home.bg-overlay-home-3 {
  background-image: url('headbands-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-overlay-home.bg-overlay-home-4 {
  background-image: url('sports-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-overlay-home.bg-overlay-home-5 {
  background-image: url('food-drink-hats-min-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-overlay-home.bg-overlay-home-6 {
  background-image: url('holiday-hats-min-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-overlay-home.bg-overlay-home-7 {
  background-image: url('weddings-min-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-overlay-home.bg-overlay-home-8 {
  background-image: url('birthday-min-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-overlay-home.bg-overlay-home-9 {
  background-image: url('party-packs-min-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-overlay-home.bg-overlay-home-10 {
  background-image: url('animal-hats-min-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
 */
.mid-wrapper-page-general {
  position: relative;
  padding: 220px 10px 80px;
}

.content-wrapper-page-general {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  color: #441536;
}

.heading-wrapper-page-general {
  margin-bottom: 40px;
  text-align: center;
}

.main-heading-page-general {
  margin-bottom: 0px;
  color: #9e3279;
  font-size: 46px;
  line-height: 56px;
}

.rte-page-general {
  line-height: 28px;
}

.rte-page-general h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #9e3279;
}

.rte-page-general a {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #441536;
}

.rte-page-general a:hover {
  color: #f0a53b;
}

.hero-slider-text {
  margin-top: 15px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.hero-slider-text-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  text-decoration: none;
}

.hero-slider-text-link:hover {
  color: #f0a53b;
}

.hero-content-wrapper-1 {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.hero-content-main-heading-1 {
  color: #fff;
  font-size: 58px;
  line-height: 62px;
}

.testomonial-slider-home {
  height: 375px;
  background-color: transparent;
  background-image: url('testimonial-bubble-2-min.png');
  background-position: 50% 0%;
  background-size: 85%;
  background-repeat: no-repeat;
}

.banner-img-wrapper-about-mobile {
  display: none;
}

.sub-hero-expand-btn-wrapper-about {
  display: none;
}

.expand-btn-about {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 10px;
  background-color: #9e3279;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
}

.expand-btn-about:hover {
  background-color: #441536;
}

.social-section-product-mobile {
  display: none;
  margin-top: 20px;
  padding-top: 0px;
}

.bottom-section-action-page {
  position: relative;
  padding: 100px 10px 80px;
  background-color: #5e92c2;
  background-image: url('pattern-bg-blue-min.jpg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: repeat;
}

.testimonial-heading-action-page {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 2px;
}

.sub-hero-expand-btn-wrapper-about-alt {
  display: none;
}

.banner-expand-btn-wrapper-about {
  display: none;
}

.banner-expand-btn-wrapper-about-alt {
  display: none;
}

.bg-top-wrapper-home-mobile {
  position: relative;
  z-index: 2;
  display: none;
  height: auto;
  padding-top: 200px;
  padding-bottom: 120px;
  /*background-image: url('hats-every-occacion-bg-min.jpg');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-tab-btn {
  z-index: 1;
  height: 100%;
  padding: 15px 22px;
  border-radius: 20px;
  background-color: #f0a53b;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bg-tab-btn:hover {
  color: #9e3279;
}

.sub-hero-top-text-about {
  line-height: 28px;
}

  .top-flex-row-collection {  
  display: -webkit-box; 
  display: -webkit-flex;  
  display: -ms-flexbox; 
  display: flex;  
  margin-bottom: 40px;  
  padding-right: 20px;  
  padding-left: 20px; 
  -webkit-box-orient: horizontal; 
  -webkit-box-direction: normal;  
  -webkit-flex-direction: row;  
  -ms-flex-direction: row;  
  flex-direction: row;  
  -webkit-box-pack: justify;  
  -webkit-justify-content: space-between; 
  -ms-flex-pack: justify; 
  justify-content: space-between; 
  -webkit-box-align: center;  
  -webkit-align-items: center;  
  -ms-flex-align: center; 
  align-items: center;  
} 
.top-form-block-collection {  
  margin-bottom: 0px; 
} 
.sort-select-collection { 
  width: 180px; 
  margin-bottom: 0px; 
  padding-bottom: 0px;  
  border-style: solid;  
  border-width: 1px;  
  border-color: transparent transparent #bebebe;  
  background-color: transparent;  
  color: #bebebe; 
  font-size: 16px;  
  line-height: 16px;  
} 
.sort-select-collection:focus { 
  border-color: transparent transparent #bebebe;  
} 
.sort-flex-row-collection { 
  display: -webkit-box; 
  display: -webkit-flex;  
  display: -ms-flexbox; 
  display: flex;  
  -webkit-box-orient: horizontal; 
  -webkit-box-direction: normal;  
  -webkit-flex-direction: row;  
  -ms-flex-direction: row;  
  flex-direction: row;  
  -webkit-box-pack: start;  
  -webkit-justify-content: flex-start;  
  -ms-flex-pack: start; 
  justify-content: flex-start;  
  -webkit-box-align: end; 
  -webkit-align-items: flex-end;  
  -ms-flex-align: end;  
  align-items: flex-end;  
} 
.sort-label-collection {  
  padding-right: 10px;
  color: #bebebe; 
  line-height: 16px;  
} 
.expand-wrapper-collection {  
  overflow: hidden; 
  height: 0px;  
}
.expand-wrapper-helper,
.expand-wrapper-helper:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.expand-inner-collection {  
  padding-top: 20px;  
} 
.expand-menu-wrapper-collection { 
  display: -webkit-box; 
  display: -webkit-flex;  
  display: -ms-flexbox; 
  display: flex;  
  padding: 10px;  
  -webkit-box-orient: horizontal; 
  -webkit-box-direction: normal;  
  -webkit-flex-direction: row;  
  -ms-flex-direction: row;  
  flex-direction: row;  
  -webkit-box-pack: center; 
  -webkit-justify-content: center;  
  -ms-flex-pack: center;  
  justify-content: center;  
  -webkit-flex-wrap: wrap;  
  -ms-flex-wrap: wrap;  
  flex-wrap: wrap;  
  -webkit-box-align: center;  
  -webkit-align-items: center;  
  -ms-flex-align: center; 
  align-items: center;  
  border-radius: 20px;  
  background-color: #5e92c2;  
  text-align: left; 
} 
.expand-menu-link-wrapper-collection {  
  -webkit-box-flex: 0;  
  -webkit-flex: 0 16.666666666666668%;  
  -ms-flex: 0 16.666666666666668%;  
  flex: 0 16.666666666666668%;  
  text-align: center; 
} 
.expand-menu-link-collection {  
  display: -webkit-box; 
  display: -webkit-flex;  
  display: -ms-flexbox; 
  display: flex;  
  padding-top: 10px;  
  padding-bottom: 10px; 
  -webkit-box-orient: vertical; 
  -webkit-box-direction: normal;  
  -webkit-flex-direction: column; 
  -ms-flex-direction: column; 
  flex-direction: column; 
  -webkit-box-pack: start;  
  -webkit-justify-content: flex-start;  
  -ms-flex-pack: start; 
  justify-content: flex-start;  
  -webkit-box-align: center;  
  -webkit-align-items: center;  
  -ms-flex-align: center; 
  align-items: center;  
  -webkit-transition: color 250ms ease; 
  transition: color 250ms ease; 
  font-family: hobeaux, sans-serif; 
  text-decoration: none;  
} 
.expand-menu-link-collection:hover {  
  color: #f0a53b; 
} 
.expand-menu-img-collection { 
  width: 70px;  
  margin-right: 5px;  
} 
.body-rte p:last-child {  
  margin-bottom: 0px; 
}

.nav-brand-img-scrolling {
  width: 80px;
}
.nav-menu-bg-img-2-scrolling {
/*   width: 40%; */
  width: 45%;
}
.nav-section-wrapper-scrolling {
  background-color: #5e92c2;
}
.nav-menu-expand-wrapper-scrolling {
  bottom: auto;
}

.body-rte p:last-child {
  margin-bottom: 0px;
}

.testimonial-slider-nav .w-slider-dot {
  height: 10px;
  width: 10px;
  background-color: #fff;
}
.testimonial-slider-nav .w-slider-dot.w-active {
  background-color: #f0a53b;
}
.logo-slider-nav .w-slider-dot {
  height: 10px;
  width: 10px;
  background-color: #fff;
}
.logo-slider-nav .w-slider-dot.w-active {
  background-color: #f0a53b;
}

.bg-select {
  appearance: none;
}

.sub-hero-about-rte p:last-child {
    margin-bottom: 0px;
  }

  .bar-slider-custom-nav .w-slider-dot {
    height: 10px;
    width: 10px;
    background-color: #fff;
  }
  
  .bar-slider-custom-nav .w-slider-dot.w-active {
    background-color: #9e3279;
  }  

@media (max-width:1180px) and (min-width:1040px) {
  .nav-menu-flex-col-2 {
    padding-left: 10px;
  }
  .nav-menu-flex-col-1 {
    padding-right: 10px;
  }
  .nav-link {
    font-size: 18px;
    line-height: 18px;
  }
  .nav-meta-flex-link {
    line-height: 16px;
  }
  .nav-brand-img {
    width: 100px;
  }
}

@media (max-width:1039px) and (min-width:992px) {
  .nav-brand-img {
    width: 70px;
  }
  .nav-link {
    font-size: 16px;
    line-height: 16px;
  }
  .nav-meta-flex-link {
    font-size: 15px;
    line-height: 15px;
  }
  .nav-meta-flex-img {
    width: 18px;
    margin-right: 3px;
  }
}

@media screen and (max-width: 991px) {  
  .nav-container.nav-container-scrolling {  
    background-color: rgba(158, 50, 121, 0.9);  
  } 
  .nav-brand-img-scrolling {  
    width: 80px;  
  } 
  .nav-flex-row-outer.nav-flex-row-outer-scrolling {  
    /* -webkit-box-pack: justify; 
-webkit-justify-content: space-between; 
-ms-flex-pack: justify; 
justify-content: space-between; 
-webkit-box-align: center;  
-webkit-align-items: center;  
-ms-flex-align: center; 
align-items: center;*/  
  } 
.nav-container {
    background: #9e3279e6;
}
} 
@media screen and (max-width: 479px) {  
  .nav-brand-img-scrolling {  
    width: 60px;  
  } 
    .hero-btn-wrapper {
    margin: 0px!important;
  }
  .hero-slider-tex {
    font-size: 20px!important;
    margin: 0px!important;
  }
}

@media screen and (max-width: 991px) {

  .hero-content-wrapper {
    bottom: 60px;
    text-align: center;
  }

  .hero-logo-img {
    width: 300px;
  }

  .sub-hero-flex-col-img {
    width: 80px;
  }

  .sub-hero-flex-col-link {
    font-size: 22px;
    line-height: 22px;
  }

  .mid-flex-col-content-wrapper-home {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-container {
    padding-right: 0px;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
  }

  .nav-brand {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .nav-menu {
    padding-bottom: 10px;
    background-color: #5e92c2;
  }

  .nav-flex-row-outer {
    position: relative;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-menu-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-menu-flex-col-1 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .nav-menu-flex-col-2 {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .nav-meta-flex-link {
    margin-right: 15px;
    margin-left: 15px;
  }

  .nav-menu-bg-img-1 {
    display: none;
  }

  .nav-menu-bg-img-2 {
    display: none;
  }

  .nav-menu-expand-wrapper {
    bottom: -248px;
    z-index: 4;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-expand-content-right {
    text-align: left;
  }

  .hero-wrapper-internal {
    height: 500px;
  }

  .banner-section-about {
    padding: 50px 0px 0px;
    background-color: #efecdf;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .banner-section-container-about {
    padding: 40px 10px 100px;
    background-color: #9e3279;
  }

  .banner-content-inner-about {
    max-width: 100%;
  }

  .mid-flex-col-action {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .bottom-section-action {
    padding-top: 80px;
  }

  .bottom-bg-img-action {
    height: 70%;
  }
  
 .breadcrumb-flex-row-collection {  
    -webkit-box-pack: center; 
    -webkit-justify-content: center;  
    -ms-flex-pack: center;  
    justify-content: center;
 }
  
  .filter-flex-row-outer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .filter-flex-col-outer {
    margin-bottom: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .filter-flex-col-outer.filter-flex-col-outer-1 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }

  .filter-section-heading {
    text-align: center;
  }

  .filter-content-heading {
    padding-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 20%;
    -ms-flex: 0 20%;
    flex: 0 20%;
  }

  .filter-form-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 80%;
    -ms-flex: 0 80%;
    flex: 0 80%;
  }

  .filter-btn-wrapper {
    margin-top: 0px;
  }

  .flex-col-collection {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }

  .hero-wrapper-product {
    padding-top: 200px;
  }

  .flex-col-product {
    padding-right: 10px;
    padding-left: 10px;
  }

  .top-wrapper-cart {
    padding-top: 200px;
  }

  .bar-container-cart {
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-wrapper-login {
    padding-top: 200px;
  }

  .page-wrapper-account {
    padding-top: 200px;
  }

  .content-wrapper-account {
    padding-right: 60px;
    padding-left: 60px;
  }

  .hero-content-inner-custom {
    max-width: 400px;
  }

  .hero-main-heading-custom {
    font-size: 44px;
    line-height: 54px;
  }

  .mid-bg-img-custom {
    display: none;
  }

  .mid-bg-inner-custom {
    padding: 20px 20px 60px;
    border-radius: 20px;
    background-color: #5e92c2;
  }

  .mid-bg-content-wrapper-custom {
    position: static;
    max-width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hero-wrapper-article {
    height: 500px;
  }

  .nav-expand-heading-link {
    font-size: 20px;
    line-height: 20px;
  }

  .banner-btn-wrapper-about {
    text-align: center;
  }

  .banner-btn-about:hover {
    background-color: #9e3279;
  }

  .related-product-slider {
    height: 300px;
  }

  .menu-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 27px;
    padding-bottom: 27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-btn.w--open {
    background-color: #9e3279;
  }

  .bottom-bg-img-home {
    height: 70%;
  }

  .hero-content-main-heading {
    font-size: 30px;
    line-height: 30px;
  }

  .hero-content-wrapper-shark {
    margin-top: 140px;
    padding-right: 70px;
    padding-left: 70px;
    text-align: center;
  }

  .tab-menu-heading-about {
    font-size: 20px;
    line-height: 20px;
  }

  .hero-content-wrapper-1 {
    padding-right: 70px;
    padding-left: 70px;
    text-align: center;
  }

  .hero-content-main-heading-1 {
    font-size: 42px;
    line-height: 50px;
  }

  .banner-img-wrapper-about-mobile {
    display: block;
    text-align: center;
  }
    .top-flex-row-collection {  
    margin-bottom: 20px;  
    -webkit-flex-wrap: wrap;  
    -ms-flex-wrap: wrap;  
    flex-wrap: wrap;  
  } 
  .top-flex-col-collection {  
    margin-bottom: 20px;  
    -webkit-box-flex: 0;  
    -webkit-flex: 0 100%; 
    -ms-flex: 0 100%; 
    flex: 0 100%; 
    text-align: center; 
  } 
  .sort-flex-row-collection { 
    -webkit-box-pack: center; 
    -webkit-justify-content: center;  
    -ms-flex-pack: center;  
    justify-content: center;  
  } 
  .expand-menu-img-collection { 
    width: 50px;  
  }
  .nav-container.nav-container-scrolling {
    background-color: rgba(158, 50, 121, 0.9);
  }
  .nav-brand-img-scrolling {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .sub-hero-wrapper {
    padding-bottom: 20px;
  }

  .sub-hero-flex-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sub-hero-flex-col {
    margin-bottom: 20px;
    -webkit-flex-basis: 33.333333%;
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
  }

  .mid-flex-row-outer-home {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mid-flex-col-outer-home {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .mid-flex-col-img-home {
    width: 200px;
  }

  .mid-btn-inner-home {
    width: 350px;
    max-width: 100%;
  }

  .bg-top-wrapper-home {
    display: none;
    background-position: 75% 50%;
  }

  .bg-heading-wrapper-home {
    position: static;
  }

  .bg-top-heading-home {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .testimonial-slider-nav.testimonial-slider-nav-action {
    bottom: 0px;
  }

  .testimonial-slide-inner {
    height: 100%;
    padding: 0px 30px 40px;
  }

  .banner-section-home {
    background-image: url('event-cta-bg-min-mobile.jpg');
    background-position: 50% 50%;
  }

  .banner-content-wrapper-home {
    padding: 20px;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.7);
    color: #000;
  }

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

  .banner-border-img-home {
    display: none;
  }

  .banner-content-inner-home {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }

  .banner-btn-wrapper-home {
    position: static;
    margin-top: 10px;
  }

  .sub-hero-heading {
    font-size: 38px;
    line-height: 48px;
  }

  .cta-heading-home {
    margin-right: 6px;
    font-size: 22px;
    line-height: 26px;
  }

  .footer-top-wrapper {
    padding-bottom: 10px;
  }

  .footer-top-flex-row-outer {
    display: block;
  }

  .footer-flex-col-outer-2 {
    display: block;
    padding-bottom: 0px;
  }

  .footer-flex-col-inner-outer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-logo-wrapper {
    margin-bottom: 30px;
  }

  .footer-logo-img {
    width: 150px;
  }

  .footer-flex-col-heading {
    font-size: 20px;
    line-height: 20px;
  }

  .footer-links-wrapper {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    justify-content: center;
  }

  .footer-flex-col-logo {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    justify-content: center;
  }
.footer-top-content-holder .footer-flex-col-inner {
    text-align: center;
}
  .footer-social-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left-style: none;
  }

  .footer-social-link {
    margin: 0px 10px;
  }

  .footer-social-link.footer-social-link-first {
    margin-bottom: 0px;
  }

  .footer-contact-flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-contact-flex-col {
    margin-bottom: 30px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }

  .footer-contact-right-content {
    text-align: center;
  }

  .footer-contact-logo-flex-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .nav-meta-flex-link {
    font-size: 16px;
    line-height: 16px;
  }

  .nav-menu-expand-wrapper {
    bottom: -252px;
    padding-top: 20px;
  }

  .nav-expand-menu-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-expand-heading-img-wrapper {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: left;
  }

  .nav-expand-heading-img {
    width: 30px;
  }

  .nav-expand-content-right {
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .nav-expand-link {
    font-size: 16px;
    line-height: 23px;
  }

  .newsletter-modal-inner {
    padding: 40px 20px 25px;
    border-radius: 20px;
    background-color: #fff;
  }

  .newsletter-modal-bg-img {
    display: none;
  }

  .newsletter-modal-content-holder {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .newsletter-modal-close-btn {
    top: 10px;
    right: 10px;
  }

  .newsletter-modal-close-btn-img {
    width: 18px;
  }

  .hero-wrapper-internal {
    background-position: 100% 50%;
  }

  .hero-wrapper-internal.hero-wrapper-action {
    background-position: 40% 50%;
  }

  .hero-wrapper-internal.hero-wrapper-collection {
    background-position: 75% 50%;
  }

  .hero-wrapper-internal.hero-wrapper-custom {
    background-position: 100% 50%;
  }

  .hero-wrapper-internal.hero-wrapper-faq {
    background-position: 50% 50%;
  }

  .hero-wrapper-internal.hero-wrapper-contact {
    background-position: 100% 50%;
  }

  .hero-wrapper-internal.hero-wrapper-wholesale {
    background-position: 50% 50%;
  }

  .sub-hero-flex-row-outer-about {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sub-hero-flex-col-outer-about {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .sub-hero-flex-col-outer-about.sub-hero-flex-col-outer-about-right {
    padding-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .sub-hero-img-about {
    width: 300px;
  }

  .banner-section-about {
    background-position: 80% 50%;
  }

  .banner-section-container-about {
    padding-bottom: 50px;
  }

  .banner-heading-about {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    font-size: 38px;
    line-height: 48px;
  }

  .team-section-heading-about {
    font-size: 38px;
    line-height: 48px;
  }

  .tabs-menu-about {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tab-menu-link-about {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .tab-inner-about {
    padding-top: 40px;
  }

  .tab-flex-row-outer-about {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-flex-col-1-about {
    margin-bottom: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .tab-flex-col-2-about {
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .tab-flex-col-img-about {
    width: 200px;
  }

  .tab-flex-col-heading-about {
    text-align: center;
  }

  .tab-rte-wrapper-about {
    text-align: center;
  }

  .newsletter-flex-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newsletter-flex-col {
    padding-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .newsletter-flex-col.newsletter-flex-col-alt {
    margin-top: 15px;
    padding-left: 0px;
  }

  .newsletter-section-heading {
    text-align: center;
  }

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

  .mid-flex-col-action {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .mid-flex-col-bottom-wrapper-action {
    padding-right: 10px;
    padding-left: 10px;
  }

  .bottom-section-action {
    padding-top: 60px;
  }

  .testimonial-slider-arrow-action {
    width: 20px;
  }

  .testomonial-slider-action {
    height: 225px;
    background-image: none;
  }

  .testimonial-slide-text-wrapper-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-left: 0px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.8);
  }

  .bottom-bg-img-action {
    bottom: 20px;
    height: 60%;
  }

  .sub-hero-flex-col-link-collection {
    font-size: 18px;
    line-height: 18px;
  }

  .sub-hero-flex-col-img-collection {
    width: 60px;
  }

  .filter-flex-col-outer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .filter-content-heading {
    line-height: 24px;
  }

  .breadcrumb-flex-row-collection {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  
   .sub-hero-flex-row-collection {  
    -webkit-box-pack: center; 
    -webkit-justify-content: center;  
    -ms-flex-pack: center;  
    justify-content: center;  
    -webkit-flex-wrap: wrap;  
    -ms-flex-wrap: wrap;  
    flex-wrap: wrap;  
  } 
  .sub-hero-flex-col-collection { 
    margin-bottom: 20px;  
    -webkit-flex-basis: 33.33333%;  
    -ms-flex-preferred-size: 33.33333%; 
    flex-basis: 33.33333%;  
  }
  
  .sub-hero-flex-col-collection-alt { 
    margin-bottom: 20px;  
    -webkit-flex-basis: 33.333333%; 
    -ms-flex-preferred-size: 33.333333%;  
    flex-basis: 33.333333%; 
  }
  
  .flex-row-outer-product {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-col-product {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .flex-col-product.flex-col-product-middle {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .main-heading-product {
    display: none;
  }

  .social-section-product {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-section-inner-product {
    display: inline-block;
  }

  .tab-img-product {
    width: 250px;
  }

  .form-section-product {
    padding-top: 40px;
  }

  .mid-wrapper-product {
    padding: 10px 0px 0px;
    background-position: 50% 50%;
    background-size: contain;
  }

  .mid-flex-col-outer-product {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background-color: #5e92c2;
  }

  .mid-flex-col-outer-product.mid-flex-col-outer-product-alt {
    background-color: #9e3279;
  }

  .mid-flex-col-inner-product {
    padding: 80px 15px 60px;
  }

  .mid-icon-flex-row-product {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mid-icon-flex-col-product {
    padding-left: 10px;
  }

  .mid-icon-flex-col-inner-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .mid-icon-img-product {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .flex-col-related-product {
    padding-right: 15px;
    padding-left: 15px;
  }

  .bottom-heading-product {
    font-size: 38px;
  }

  .main-heading-cart {
    font-size: 38px;
    line-height: 40px;
  }

  .flex-row-outer-cart {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-col-outer-1-cart {
    padding-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .flex-col-outer-2-cart {
    padding-top: 40px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-left-style: none;
  }

  .bar-container-cart {
    padding-bottom: 10px;
  }

  .bar-flex-row-cart {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bar-flex-col-cart {
    margin-bottom: 30px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }

  .bar-heading-wrapper-cart {
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-img-login {
    display: none;
  }

  .heading-wrapper-login {
    position: static;
    max-width: 100%;
    margin-left: 0px;
  }

  .heading-login {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 48px;
  }

  .form-section-login {
    position: static;
    max-width: 100%;
    margin-left: 0px;
    padding: 20px;
    border-radius: 20px;
    background-color: #441536;
  }

  .bottom-inner-login {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading-wrapper-account {
    margin-bottom: 20px;
  }

  .main-heading-account {
    font-size: 38px;
    line-height: 44px;
  }

  .content-wrapper-account {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-content-inner-custom {
    max-width: 320px;
  }

  .hero-main-heading-custom {
    padding-right: 40px;
    padding-left: 20px;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 1px;
  }

  .mid-flex-row-outer-custom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mid-flex-col-outer-custom {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .mid-flex-col-outer-custom-2 {
    padding-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .mid-flex-col-img-custom {
    width: 250px;
  }

  .bar-flex-row-custom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bar-flex-col-custom {
    padding-bottom: 10px;
    -webkit-flex-basis: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
  }

  .bar-flex-col-img-block-custom {
    height: 100px;
  }

  .form-bg-img-custom {
    display: none;
  }

  .form-content-wrapper-custom {
    position: static;
    max-width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
  }

  .hero-wrapper-article {
    height: 450px;
  }

  .heading-faq {
    font-size: 22px;
    line-height: 28px;
  }

  .mid-wrapper-contact {
    padding-bottom: 60px;
  }

  .mid-flex-row-contact {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mid-flex-col-contact {
    margin-bottom: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .mid-flex-col-wholesale {
    padding-right: 10px;
    padding-left: 10px;
  }

  .list-rte-wholesale li {
    font-size: 22px;
    line-height: 28px;
  }

  .bar-section-wholesale {
    padding-bottom: 60px;
  }

  .bar-flex-row-wholesale {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bar-flex-col-wholesale {
    margin-bottom: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .nav-expand-heading-link {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .nav-expand-link-text {
    font-size: 16px;
    line-height: 23px;
  }

  .hero-slider {
    height: 600px;
  }

  .cta-block-top-home {
    margin-bottom: 40px;
  }

  .tab-flex-col-sub-heading-about {
    text-align: center;
  }

  .related-product-slider {
    height: 250px;
  }

  .main-heading-product-mobile {
    display: block;
    text-align: center;
  }

  .top-border-img-mobile {
    display: inline-block;
  }

  .bottom-bg-img-home {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0px;
    height: 60%;
  }

  .logo-slider-arrow {
    width: 15px;
  }

  .bottom-border-img-home.bottom-border-img-home-hide-mobile {
    display: none;
  }

  .testomonial-slider-home {
    background-image: none;
  }

  .sub-hero-expand-btn-wrapper-about {
    display: block;
    text-align: center;
  }

  .expand-btn-about {
    width: 193px;
    max-width: 100%;
    padding: 10px 30px;
    font-size: 22px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
  }

  .expand-btn-about.expand-btn-about-bottom {
    background-color: #5e92c2;
  }

  .expand-btn-about.expand-btn-about-bottom:hover {
    background-color: #f0a53b;
  }

  .social-section-product-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sub-hero-expand-btn-wrapper-about-alt {
    display: none;
    padding-top: 20px;
    text-align: center;
  }

  .banner-expand-btn-wrapper-about {
    display: block;
    padding-top: 20px;
    text-align: center;
  }

  .banner-expand-btn-wrapper-about-alt {
    display: none;
    padding-top: 20px;
    text-align: center;
  }

  .bg-top-wrapper-home-mobile {
    display: block;
    padding-top: 80px;
    padding-bottom: 0px;
    background-color: #9e3279;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .bg-heading-outer-mobile {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

  .bg-dropdown-wrapper {
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .bg-dropdown-inner {
    text-align: center;
  }

  .bg-tabs-menu {
    position: absolute;
    left: -2000px;
  }

  .bg-tab-inner {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bg-tab-img-wrapper {
    position: relative;
    text-align: center;
  }

  .bg-dropdown-form-block {
    margin-bottom: 0px;
  }

  .bg-select {
    width: 300px;
    height: 48px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 1px;
    background-color: transparent;
    background-image: url('chevron-down.png');
    background-position: 275px 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    font-family: hobeaux, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
  }

  .bg-select:focus {
    border-color: #fff;
  }

  .bg-tab-btn-wrapper {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 30px;
    padding-top: 0px;
    text-align: center;
  }

  .bg-tab-btn {
    height: auto;
  }

  .sub-hero-expand-content-about {
    overflow: hidden;
    height: 0px;
  }

  .banner-expand-content-about {
    overflow: hidden;
    height: 0px;
  }
  
  .expand-menu-link-wrapper-collection {  
    -webkit-flex-basis: 33.333333%; 
    -ms-flex-preferred-size: 33.333333%;  
    flex-basis: 33.333333%; 
  }
}

@media screen and (max-width: 479px) {
  .hero-bottom-design-img {
    height: 30px;
  }

  .hero-logo-img {
    width: 200px;
  }

  .sub-hero-flex-col {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .sub-hero-btn-section {
    background-size: auto 30px;
  }

  .mid-flex-col-outer-home {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mid-flex-col-content-wrapper-home {
    padding-right: 20px;
    padding-left: 30px;
    background-image: url('content-block-blue.png');
    background-size: 100% 95%;
    background-repeat: no-repeat;
  }

  .mid-btn-inner-home {
    width: 100%;
  }

  .mid-btn-home {
    padding-top: 10px;
    font-size: 18px;
    line-height: 25px;
  }

  .bg-top-border-img-home {
    height: 30px;
  }

  .bg-btn-inner-home {
    max-width: 270px;
  }

  .bg-heading-wrapper-home {
    top: 10px;
  }

  .bg-top-heading-home {
    font-size: 28px;
    line-height: 38px;
  }

  .testimonial-slide-inner {
    padding-right: 0px;
    padding-left: 0px;
  }

  .banner-section-home {
    background-position: 50% 50%;
  }

  .banner-content-wrapper-home {
    padding-right: 10px;
    padding-left: 10px;
  }

  .banner-heading-home {
    margin-bottom: 15px;
  }

  .banner-content-inner-home {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .banner-btn-wrapper-home {
    margin-top: 15px;
  }

  .banner-btn-home {
    padding-top: 10px;
  }

  .cta-heading-home {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1px;
  }

  .footer-top-border-img {
    height: 30px;
  }

  .footer-flex-col-outer-2 {
    padding-top: 0px;
  }

  .footer-flex-col {
    padding-bottom: 30px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .footer-flex-col.footer-flex-col-last {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .footer-flex-col-inner {
    text-align: center;
  }

  .footer-links-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-contact-link {
    font-size: 16px;
  }

  .footer-bottom-text {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0px;
  }

  .announce-rte p {
    font-size: 15px;
  }

  .nav-menu-flex-col-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-menu-flex-col-2 {
    padding-top: 10px;
  }

  .nav-meta-flex-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .nav-menu-expand-wrapper {
    bottom: -235px;
    padding-right: 10px;
    padding-bottom: 80px;
    padding-left: 10px;
  }

  .newsletter-modal-content-holder {
    padding-right: 0px;
    padding-left: 0px;
  }

  .newsletter-modal-heading {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 1px;
  }

  .hero-wrapper-internal {
    height: 450px;
  }

  .hero-wrapper-internal.hero-wrapper-custom {
    height: 600px;
  }

  .hero-wrapper-internal.hero-wrapper-contact {
    background-position: 80% 50%;
  }

  .hero-content-wrapper-internal {
    bottom: 10px;
  }

  .hero-bottom-design-img-internal {
    height: 30px;
  }

  .sub-hero-section-about {
    padding-bottom: 70px;
  }

  .hero-main-heading-internal {
    font-size: 38px;
    line-height: 48px;
  }

  .sub-hero-heading-about {
    text-align: center;
  }

  .sub-hero-rte-wrapper-about {
    text-align: center;
  }

  .banner-section-about {
    padding-top: 100px;
  }

  .banner-section-container-about {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .banner-heading-wrapper-about {
    top: -10px;
  }

  .banner-heading-about {
    font-size: 32px;
    line-height: 42px;
  }

  .tabs-menu-about {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-menu-img-about {
    width: 80px;
  }

  .mid-flex-col-action {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .testimonial-slider-arrow-action {
    display: none;
  }

  .testimonial-heading-action {
    margin-bottom: 100px;
  }

  .testomonial-slider-action {
    height: 285px;
  }

  .bottom-bg-img-action {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: auto;
    height: auto;
    max-height: 70%;
  }

  .sub-hero-wrapper-collection {
    padding-bottom: 20px;
  }

  .sub-hero-tabs-menu-collection {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sub-hero-tab-link-collection {
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .sub-hero-tab-inner-collection {
    padding-top: 25px;
  }

  .sub-hero-flex-row-collection {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sub-hero-flex-col-collection {
    margin-bottom: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .filter-flex-col-outer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .filter-content-heading {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .filter-select {
    width: 100%;
  }

  .breadcrumb-wrapper-collection {
    padding-left: 0px;
  }

  .breadcrumb-flex-row-collection {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .breadcrumb-link-collection {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 14px;
  }

  .breadcrumb-breaker-collection {
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
  }

  .flex-col-collection {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .flex-col-btn-wrapper-collection {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flex-col-btn-collection {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .sub-hero-flex-col-collection-alt {
    margin-bottom: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .breadcrumb-wrapper-product {
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .flex-col-product {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flex-col-product.flex-col-product-middle {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mid-wrapper-product {
    background-image: none;
  }

  .mid-flex-row-outer-product {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mid-flex-col-outer-product {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .mid-flex-col-inner-product {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .mid-icon-section-product {
    margin-top: 40px;
  }

  .related-section-product {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .flex-col-related-product {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .reviews-placeholder {
    font-size: 20px;
    line-height: 20px;
  }

  .bottom-bg-img-newsletter {
    height: 30px;
  }

  .heading-row-cart {
    display: none;
  }

  .content-flex-row-cart {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-flex-col-1-cart {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .content-flex-col-2-cart {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .content-flex-col-3-cart {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .content-img-holder-cart {
    height: 80px;
  }

  .cart-options-breaker {
    margin-right: 10px;
    margin-left: 10px;
  }

  .bar-container-cart {
    padding-right: 10px;
    padding-left: 10px;
  }

  .bar-heading-img-cart {
    width: 50px;
  }

  .bar-heading-cart {
    font-size: 24px;
    line-height: 24px;
  }

  .heading-login {
    line-height: 44px;
  }

  .form-group-login {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-col-login {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .main-heading-account {
    font-size: 28px;
    line-height: 36px;
  }

  .content-wrapper-account {
    padding-right: 10px;
    padding-bottom: 100px;
    padding-left: 10px;
  }

  .heading-flex-text-account {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0px;
  }

  .order-flex-col-text-account {
    font-size: 15px;
    line-height: 18px;
  }

  .btn-flex-row-account {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .btn-flex-col-account {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .hero-content-wrapper-custom {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .mid-flex-col-outer-custom {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mid-bg-wrapper-custom {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bottom-border-img {
    height: 30px;
  }

  .bar-slider-arrow-custom {
    width: 20px;
  }

  .slide-inner-custom {
    padding-right: 25px;
    padding-left: 25px;
  }

  .form-content-wrapper-custom {
    padding-right: 10px;
    padding-left: 10px;
  }

  .form-heading-custom {
    font-size: 34px;
    line-height: 40px;
  }

  .form-group-custom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-col-custom {
    padding-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .form-col-custom.form-col-custom-alt {
    padding-left: 0px;
  }

  .mid-content-block-blog {
    padding-right: 10px;
    padding-left: 10px;
  }

  .flex-row-outer-blog {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-col-outer-1-blog {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .flex-col-outer-2-blog {
    padding-top: 20px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .related-heading-article {
    font-size: 32px;
    line-height: 40px;
  }

  .flex-col-img-article {
    width: 118px;
  }

  .expand-inner-faq {
    padding-right: 15px;
    padding-left: 15px;
  }

  .mid-wrapper-contact {
    padding-bottom: 40px;
  }

  .mid-flex-col-contact {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mid-link-contact {
    font-size: 18px;
    line-height: 23px;
  }

  .mid-flex-row-wholesale {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mid-flex-col-wholesale {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .mid-heading-wholesale {
    font-size: 32px;
    line-height: 38px;
  }

  .bar-flex-col-heading-wholesale {
    font-size: 18px;
    line-height: 22px;
  }

  .bar-flex-col-img-wholesale {
    width: 24px;
  }

  .top-border-img {
    height: 30px;
  }

  .hero-slider-arrow {
    right: 10px;
    width: 30px;
  }

  .hero-slider-arrow.hero-slider-arrow-left {
    left: 10px;
  }

  .cta-flex-link-home {
    font-size: 16px;
  }

  .sub-hero-heading-alt-about {
    text-align: center;
  }

  .bottom-heading-home {
    font-size: 38px;
    line-height: 44px;
  }

  .logo-flex-col-home {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .related-product-slider {
    height: 650px;
  }

  .related-products-slider-arrow {
    width: 30px;
  }

  .related-product-slide-inner {
    padding-right: 80px;
    padding-left: 80px;
  }

  .nav-expand-close-btn-img {
    position: absolute;
    left: auto;
    top: 3px;
    right: 3px;
    bottom: auto;
    display: inline-block;
    width: 16px;
    cursor: pointer;
  }

  .main-heading-product-mobile {
    font-size: 40px;
    line-height: 48px;
  }

  .top-border-img-mobile {
    height: 30px;
  }

  .related-container-cart {
    padding-right: 80px;
    padding-left: 80px;
  }

  .bottom-bg-img-home {
    left: 0%;
    top: auto;
    right: 0%;
    width: auto;
    height: auto;
    max-height: 70%;
  }

  .logo-slider-home {
    height: 240px;
  }

  .logo-slider-arrow {
    padding-top: 50px;
  }

  .hero-content-wrapper-shark {
    margin-top: 120px;
  }

  .home-slider-btn {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 22px;
    line-height: 22px;
  }

  .flex-col-img-related-product {
    width: 118px;
  }

  .tab-menu-heading-wrapper-about {
    display: none;
  }

  .tab-menu-heading-about {
    font-size: 16px;
  }

  .bg-btn-inner-home-alt {
    z-index: 1;
  }

  .bg-btn-home-alt {
    padding-right: 10px;
    padding-left: 10px;
  }

  .bottom-border-img-home {
    height: 30px;
  }

  .testomonial-slider-home {
    height: 300px;
  }

  .sub-hero-expand-btn-wrapper-about {
    padding-top: 20px;
  }

  .testimonial-heading-action-page {
    margin-bottom: 100px;
  }

  .sub-hero-expand-btn-wrapper-about-alt {
    padding-top: 20px;
  }

  .banner-expand-btn-wrapper-about {
    padding-top: 20px;
  }

  .banner-expand-btn-wrapper-about-alt {
    padding-top: 20px;
  }

  .bg-select {
    width: 220px;
    background-position: 193px 50%;
  }

  .bg-tab-btn-wrapper {
    bottom: 20px;
  }

  .bg-tab-btn {
    padding-right: 10px;
    padding-left: 10px;
  }
  
 .expand-menu-link-wrapper-collection { 
    -webkit-flex-basis: 50%;  
    -ms-flex-preferred-size: 50%; 
    flex-basis: 50%;  
    text-align: center; 
  }
  
  .nav-brand-img-scrolling {
    width: 60px;
  }

}

/* -------------------------------------------------------------------
   Avenir Book

   One @font-face per CSS weight the theme actually uses, so nothing is
   left to the browser to synthesise. The six files are CFF/OpenType
   despite their .ttf extension, hence format('opentype').

   The mapping keeps the two anchors the design was built on — 400 is
   Book (the family the CSS is named after) and 700 is Heavy — and fills
   the gaps from the faces' own usWeightClass values:

     CSS 300 -> Avenir Light    (usWeightClass 300)
     CSS 400 -> Avenir Book     (350)   <- body copy
     CSS 500 -> Avenir Regular  (400)
     CSS 600 -> Avenir Medium   (500)
     CSS 700 -> Avenir Heavy    (850)   <- bold
     CSS 800 -> Avenir Heavy    (850)
     CSS 900 -> Avenir Black    (900)

   local() after each url() is belt-and-braces: if a file ever fails to
   upload, a machine with Avenir installed still resolves the right face
   instead of dropping the whole family to Helvetica.
   ------------------------------------------------------------------- */
@font-face {
  font-family: 'Avenir Book';
  src: url('Avenir-Light.ttf') format('opentype'),
       local('Avenir Light'), local('Avenir-Light');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Book';
  src: url('Avenir-Book.ttf') format('opentype'),
       local('Avenir Book'), local('Avenir-Book');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Book';
  src: url('Avenir-Regular.ttf') format('opentype'),
       local('Avenir Roman'), local('Avenir-Roman'),
       local('Avenir Regular'), local('Avenir-Regular');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Book';
  src: url('Avenir-Medium.ttf') format('opentype'),
       local('Avenir Medium'), local('Avenir-Medium');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Book';
  src: url('Avenir-Heavy.ttf') format('opentype'),
       local('Avenir Heavy'), local('Avenir-Heavy');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Book';
  src: url('Avenir-Heavy.ttf') format('opentype'),
       local('Avenir Heavy'), local('Avenir-Heavy');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Book';
  src: url('Avenir-Black.ttf') format('opentype'),
       local('Avenir Black'), local('Avenir-Black');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  padding-top: 68px;
  font-family: 'Avenir Book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: hobeaux, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: 1px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: hobeaux, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 1px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: hobeaux, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: hobeaux, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

p {
  margin-bottom: 15px;
}

a {
  color: #fff;
  text-decoration: underline;
}

li {
  margin-bottom: 15px;
}

.hero-bottom-design-img {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 100%;
  height: 40px;
}

.hero-content-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 130px;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.hero-logo-img {
  width: 400px;
}

.sub-hero-wrapper {
  padding: 40px 10px;
  background-color: #5e92c2;
}

.sub-hero-content-wrapper {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.sub-hero-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-hero-flex-col {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 16.6666%;
  -ms-flex: 0 16.6666%;
  flex: 0 16.6666%;
}

.sub-hero-flex-col-inner {
  text-align: center;
}

.sub-hero-flex-col-img {
  width: 100px;
  margin-bottom: 10px;
}

.sub-hero-flex-col-link {
  -webkit-transition: color 250ms ease, -webkit-transform 250ms ease;
  transition: color 250ms ease, -webkit-transform 250ms ease;
  transition: transform 250ms ease, color 250ms ease;
  transition: transform 250ms ease, color 250ms ease, -webkit-transform 250ms ease;
  font-family: hobeaux, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.sub-hero-flex-col-link:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  color: #f4e9c9;
}

.sub-hero-btn-section {
  padding: 0px 10px;
  background-color: #f0a53b;
  background-image: url('slant-bottom-blue.png');
  background-position: 50% 0%;
  background-size: 100% 40px;
  background-repeat: no-repeat;
  text-align: center;
}

.sub-hero-btn {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 10px;
  background-color: #9e3279;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
}

.sub-hero-btn:hover {
  background-color: #441536;
}

.mid-section-home {
  padding: 40px 10px;
  background-color: #f0a53b;
}

.mid-content-wrapper-home {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.mid-flex-row-outer-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mid-flex-col-outer-home {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.mid-flex-col-img-wrapper-home {
  text-align: center;
}

.mid-flex-col-img-home {
  width: 400px;
}

.mid-flex-col-inner-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mid-flex-col-content-wrapper-home {
  padding: 50px 70px 0px;
  background-image: url('content-block-blue.png');;
  background-position: 50% 0%;
  background-size: 100% 95%;
  background-repeat: no-repeat;
}

.mid-flex-col-heading-home {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 44px;
}

.mid-flex-col-text-wrapper-home {
  line-height: 28px;
}

.mid-btn-wrapper-home {
  margin-top: 20px;
  text-align: center;
}

.mid-btn-inner-home {
  position: relative;
  display: inline-block;
}

.mid-btn-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  padding: 17px 10px 10px;
  background-color: transparent;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.mid-btn-home:hover {
  color: #f0a53b;
}

.bg-section-home {
  position: relative;
}

.bg-top-wrapper-home {
  position: relative;
  z-index: 2;
  height: auto;
  padding-top: 200px;
  padding-bottom: 80px;
  /*background-image: url('hats-every-occacion-bg-min.jpg');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-top-border-img-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  width: 100%;
  height: 40px;
}

.bg-top-content-wrapper-home {
  position: relative;
  z-index: 3;
}

.bg-btn-wrapper-home {
  position: relative;
  max-width: 442px;
  margin-bottom: 5px;
}

.bg-btn-inner-home {
  position: relative;
  max-width: 300px;
}

.bg-btn-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  padding: 15px 10px 10px;
  background-color: transparent;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bg-btn-home:hover {
  color: #f0a53b;
}

.bg-heading-wrapper-home {
  position: absolute;
  left: 0%;
  top: 20px;
  right: 0%;
  bottom: auto;
  z-index: 2;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.bg-heading-inner-home {
  position: relative;
  text-align: center;
}

.bg-top-heading-home {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 38px;
  line-height: 46px;
}

.testimonial-slider-nav.testimonial-slider-nav-action {
  bottom: -20px;
}

.testimonial-slide-inner {
  padding-top: 90px;
  padding-right: 40px;
  padding-left: 40px;
}

.testimonial-slide-text {
  color: #441536;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.testimonial-slide-name {
  margin-top: 10px;
  font-family: hobeaux, sans-serif;
  color: #5e92c2;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ig-section-wrapper-home {
  padding: 80px 10px 10px;
}

.ig-section-container-home {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.ig-flex-row-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ig-flex-col-home {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
}

.ig-section-heading-home {
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 52px;
    text-align: center;
    letter-spacing: 2px;
}

.banner-section-home {
  position: relative;
  padding: 150px 10px;
  background-color: #000;
  background-image: url('event-cta-bg-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-container-home {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.banner-content-wrapper-home {
  position: relative;
  max-width: 580px;
  color: #fff;
  text-align: center;
}

.banner-heading-home {
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
}

.banner-text-home {
  font-size: 18px;
  line-height: 25px;
}

.banner-content-inner-home {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.banner-btn-wrapper-home {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: -20px;
  z-index: 2;
}

.banner-btn-inner-home {
  position: relative;
  display: inline-block;
}

.banner-btn-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 17px 10px 10px;
  background-color: transparent;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
}

.banner-btn-home:hover {
  color: #f0a53b;
}

.banner-btn-img-home {
  width: 350px;
}

.sub-hero-heading {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 52px;
  text-align: center;
  letter-spacing: 2px;
}

.ig-link-wrapper-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ig-link-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  color: #9e3279;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.ig-link-home:hover {
  color: #f0a53b;
}

.ig-link-img {
  width: 32px;
  margin-right: 10px;
}

.cta-section-home {
  position: relative;
  padding: 0px 10px;
  background-color: #f0a53b;
  background-image: url('slant-bottom-purple-2.png');
  background-position: 100% 100%;
  background-size: 100% 75%;
  background-repeat: no-repeat;
}

.cta-container-home {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.cta-heading-home {
  margin-right: 12px;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 2px;
}

.footer-top-wrapper {
  position: relative;
  padding: 80px 10px 40px;
  background-color: #441536;
}

.footer-top-wrapper.footer-top-wrapper-alt {
  padding-top: 25px;
}

.footer-top-border-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 40px;
}

.footer-top-content-holder {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.footer-top-flex-row-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-flex-col-outer-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 88%;
  -ms-flex: 0 88%;
  flex: 0 88%;
}

.footer-flex-col-outer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 12%;
  -ms-flex: 0 12%;
  flex: 0 12%;
}

.footer-flex-col-inner-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-flex-col {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33333%;
  -ms-flex: 0 33.33333%;
  flex: 0 33.33333%;
}

.footer-logo-wrapper {
  text-align: center;
}

.footer-logo-img {
  width: 300px;
}

.footer-flex-col-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: hobeaux, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

.footer-menu-link-wrapper {
  margin-bottom: 5px;
}

.footer-menu-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  text-decoration: none;
}

.footer-menu-link:hover {
  color: #f0a53b;
}

.footer-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 65%;
  -ms-flex: 0 65%;
  flex: 0 65%;
}

.footer-flex-col-logo {
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 35%;
  -ms-flex: 0 35%;
  flex: 0 35%;
}

.footer-social-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #fff;
  text-align: center;
}

.footer-social-link {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-social-link.footer-social-link-first {
  margin-top: 0px;
}

.footer-social-link.footer-social-link-last {
  margin-bottom: 0px;
}

.footer-social-img {
  width: 24px;
}

.footer-top-breaker {
  width: 100%;
  margin: 30px auto;
  border-top: 1px solid #fff;
}

.footer-contact-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-contact-flex-col {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33333%;
  -ms-flex: 0 33.33333%;
  flex: 0 33.33333%;
}

.footer-contact-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Avenir Book', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-contact-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1px;
  text-decoration: none;
}

.footer-contact-link:hover {
  color: #f0a53b;
}

.footer-contact-middle-content {
  text-align: center;
}

.footer-contact-heading-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  text-decoration: none;
}

.footer-contact-heading-link:hover {
  color: #f0a53b;
}

.footer-contact-right-content {
  text-align: right;
}

.footer-contact-logo-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-contact-logo-img {
  height: 15px;
  margin-left: 15px;
}

.footer-bottom-wrapper {
  padding: 10px;
  background-color: #9e3279;
}

.footer-bottom-text {
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
}

.footer-bottom-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  text-decoration: none;
}

.footer-bottom-link:hover {
  color: #f0a53b;
}

.fixed-top-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99990;
}

.announcement-bar-wrapper-1 {
  padding: 7px;
  background-color: #5e92c2;
  text-align: center;
}

.announce-rte p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
}

.announcement-bar-wrapper-2 {
  padding: 7px;
  background-color: #f0a53b;
  text-align: center;
}

.announce-link {
  text-decoration: none;
}

.nav-section-wrapper {
  background-color: transparent;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.navbar {
  position: relative;
  background-color: transparent;
}

.nav-container {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.nav-brand {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  float: none;
}

.nav-brand-img {
  width: 150px;
  -webkit-transition: width 250ms ease;
  transition: width 250ms ease;
}

.nav-menu {
  padding-top: 10px;
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-flex-row-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-menu-flex-row {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-flex-col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-link:hover {
  color: #f0a53b;
}

.nav-menu-flex-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-meta-flex-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-meta-flex-link:hover {
  color: #f0a53b;
}

.nav-meta-flex-img {
  width: 20px;
  margin-right: 5px;
}

.nav-menu-bg-img-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
/*   width: 780px; */
   width: 100%;
  max-width: 1050px;
  height: 100%;
}

.nav-menu-bg-img-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
/*   width: 39%; */
  width: 40%;
/*   height: 90px; */
   height: 100%;
  -webkit-transition: width 250ms ease;
  transition: width 250ms ease;
}

.nav-menu-expand-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 100%;
  padding: 30px 50px 20px;
  background-color: #f0a53b;
  opacity: 0;
}

.nav-expand-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-expand-flex-col {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33333%;
  -ms-flex: 0 33.33333%;
  flex: 0 33.33333%;
}

.nav-expand-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-expand-heading-img-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 15%;
  -ms-flex: 0 15%;
  flex: 0 15%;
}

.nav-expand-content-right {
  padding-top: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 85%;
  -ms-flex: 0 85%;
  flex: 0 85%;
}

.nav-expand-heading {
  margin-bottom: 10px;
  font-family: hobeaux, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 2px;
}

.nav-expand-link-wrapper {
  margin-bottom: 5px;
}

.nav-expand-link {
  display: inline-block;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-expand-link:hover {
  color: #441536;
}

.nav-expand-btn-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 20px;
  z-index: 2;
  width: 200px;
}

.nav-expand-btn-inner {
  position: relative;
  display: inline-block;
}

.nav-expand-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  padding: 5px 10px 10px;
  background-color: transparent;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.nav-expand-btn:hover {
  color: #f0a53b;
}

.newsletter-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  min-height: 100vh;
  padding: 10px;
  background-color: rgba(68, 21, 54, 0.75);
  background-image: url('confetti-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.newsletter-modal-content-wrapper {
  position: relative;
  top: 50%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.newsletter-modal-inner {
  position: relative;
  text-align: center;
}

.newsletter-modal-content-holder {
  position: absolute;
  left: 0%;
  top: 63%;
  right: 0%;
  bottom: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.newsletter-modal-heading {
  margin-bottom: 20px;
  font-family: hobeaux, sans-serif;
  color: #9e3279;
  font-size: 40px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: 2px;
}

.newsletter-modal-text {
  color: #441536;
  font-size: 20px;
}

.newsletter-modal-form-block {
  margin-top: 40px;
  margin-bottom: 0px;
}

.newsletter-modal-input {
  width: 400px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
}

.newsletter-modal-input:focus {
  border-color: #441536;
}

.newsletter-modal-input::-webkit-input-placeholder {
  color: #441536;
  font-style: italic;
}

.newsletter-modal-input:-ms-input-placeholder {
  color: #441536;
  font-style: italic;
}

.newsletter-modal-input::-ms-input-placeholder {
  color: #441536;
  font-style: italic;
}

.newsletter-modal-input::placeholder {
  color: #441536;
  font-style: italic;
}

.newsletter-modal-btn-wrapper {
  margin-top: 20px;
}

.newsletter-modal-btn-inner {
  position: relative;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.newsetter-modal-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: transparent;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.newsetter-modal-btn:hover {
  color: #441536;
}

.newsletter-modal-btn-img {
  display: block;
}

.newsletter-modal-close-btn {
  position: absolute;
  left: auto;
  top: 40px;
  right: 90px;
  bottom: auto;
  z-index: 1;
  cursor: pointer;
}

.newsletter-modal-close-btn-img {
  width: 20px;
}

.hero-wrapper-internal {
  position: relative;
  height: 600px;
  background-color: #5e92c2;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-content-wrapper-internal {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 15px;
  z-index: 1;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.hero-bottom-design-img-internal {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 100%;
  height: 40px;
}

.sub-hero-section-about {
  padding: 40px 10px 150px;
  background-color: #efecdf;
}

.hero-content-inner-internal {
  position: relative;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero-main-heading-internal {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 54px;
  line-height: 58px;
  letter-spacing: 2px;
}

.sub-hero-container-about {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.sub-hero-flex-row-outer-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sub-hero-flex-col-outer-about {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.sub-hero-flex-col-inner-about {
  color: #9e3279;
}

.sub-hero-heading-about {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 54px;
  letter-spacing: 2px;
}

.sub-hero-rte-wrapper-about {
  color: #441536;
}

.sub-hero-about-rte p {
  margin-bottom: 15px;
  line-height: 28px;
}

.sub-hero-img-wrapper-about {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.banner-section-about {
  position: relative;
  padding: 200px 10px 100px;
  background-color: #000;
  background-image: url('shark-tank-bg-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-section-container-about {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.banner-content-inner-about {
  max-width: 500px;
}

.banner-rte-wrapper-about {
  font-size: 18px;
  line-height: 28px;
}

.banner-heading-wrapper-about {
  position: absolute;
  left: 0%;
  top: -100px;
  right: 0%;
  bottom: auto;
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.banner-heading-inner-about {
  position: relative;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.banner-heading-about {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 2px;
}

.team-section-about {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #5e92c2;
  background-image: url('pattern-bg-blue-min.jpg');
  background-position: 50% 0%;
  background-size: 100%;
}

.team-heading-wrapper-about {
  margin-bottom: 60px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.team-section-heading-about {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 2px;
}

.tabs-menu-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.tab-menu-link-about {
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
  background-color: transparent;
  opacity: 0.7;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  text-align: center;
}

.tab-menu-link-about:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.tab-menu-link-about.w--current {
  background-color: transparent;
  opacity: 1;
}

.tab-menu-img-about {
  width: 200px;
}

.tab-inner-about {
  padding-top: 60px;
  padding-right: 10px;
  padding-left: 10px;
}

.tab-container-about {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.tab-flex-row-outer-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-flex-col-1-about {
  -webkit-box-flex: 0;
  -webkit-flex: 0 40%;
  -ms-flex: 0 40%;
  flex: 0 40%;
  text-align: center;
}

.tab-flex-col-2-about {
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
}

.tab-flex-col-heading-about {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 1px;
}

.tab-rte-wrapper-about {
  line-height: 28px;
}

.newsletter-section {
  padding: 20px 10px 15px;
  background-color: #9e3279;
}

.newsletter-content-wrapper {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.newsletter-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.newsletter-flex-col {
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.newsletter-flex-col.newsletter-flex-col-alt {
  padding-right: 0px;
  padding-left: 10px;
}

.newsletter-section-heading {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 38px;
  letter-spacing: 2px;
  color: #fff;
}

.newsletter-section-text {
  font-size: 20px;
  color: #fff;
}

.newsletter-form-block {
  margin-bottom: 0px;
}

.newsletter-input {
  height: 44px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  background-color: transparent;
  color: #441536;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.newsletter-input:focus {
  border-color: transparent;
}

.newsletter-input::-webkit-input-placeholder {
  color: #441536;
  font-style: italic;
}

.newsletter-input:-ms-input-placeholder {
  color: #441536;
  font-style: italic;
}

.newsletter-input::-ms-input-placeholder {
  color: #441536;
  font-style: italic;
}

.newsletter-input::placeholder {
  color: #441536;
  font-style: italic;
}

.newsletter-form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
}

.newsletter-btn {
  width: 40px;
  height: 40px;
  margin-right: 3px;
  padding: 0px;
  border-radius: 50%;
  background-color: #441536;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-size: 20px;
  line-height: 20px;
}

.newsletter-btn:hover {
  background-color: #f0a53b;
}

.mid-wrapper-action {
  position: relative;
  padding: 40px 10px;
  background-color: #9e3279;
}

.mid-container-action {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.mid-flex-row-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mid-flex-col-action {
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33333%;
  -ms-flex: 0 33.33333%;
  flex: 0 33.33333%;
}

.mid-flex-col-inner-action {
  height: 100%;
  background-color: #f0a53b;
  text-align: center;
}

.mid-slider-action {
  height: 300px;
  background-color: #5e92c2;
}

.mid-slider-arrow-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  padding-right: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mid-slider-arrow-action.mid-slider-arrow-action-left {
  padding-right: 0px;
  padding-left: 5px;
}

.mid-slider-arrow-action.mid-slider-arrow-action-hide {
  display: none;
}

.mid-slider-nav-action {
  display: none;
}

.mid-slider-img-block-action {
  width: 100%;
  height: 100%;
}

.mid-slider-img-action {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mid-flex-col-bottom-wrapper-action {
  padding: 0px 20px 10px;
  background-color: #f0a53b;
}

.mid-flex-col-bottom-content-block-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mid-flex-col-heading-action {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}

.mid-flex-col-bottom-text-action {
  margin-left: 10px;
  padding-top: 3px;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
}

.mid-slider-wrapper-action {
  position: relative;
}

.mid-slider-border-img-action {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 20px;
}

.mid-heading-wrapper-action {
  margin-bottom: 60px;
  text-align: center;
}

.mid-rte-wrapper-action {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  line-height: 32px;
}

.bottom-section-action {
  position: relative;
  padding: 100px 10px 80px;
/*   background-color: #5e92c2; */
  background-image: url('pattern-bg-blue-min.jpg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: repeat;
}

.bottom-container-action {
  position: relative;
  z-index: 3;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-wrapper-action {
  max-width: 850px;
  margin-right: 0px;
  margin-left: auto;
}

.testimonial-slider-arrow-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonial-heading-action {
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 52px;
    text-align: center;
    letter-spacing: 2px;
}

.testomonial-slider-action {
  height: 320px;
  background-color: transparent;
  background-image: url('testimonial-bubble-2-min.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.testimonial-slide-text-wrapper-action {
  max-width: 560px;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 0px;
}

.bottom-bg-img-action {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 30px;
  z-index: 1;
  height: 90%;
}

.sub-hero-wrapper-collection {
  padding: 20px 10px 40px;
  background-color: #f4e9c9;
}

.sub-hero-container-collection {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.sub-hero-tabs-menu-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sub-hero-tab-link-collection {
  margin-right: 15px;
  margin-left: 15px;
  padding: 12px 50px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: background-color 250ms ease, color 250ms ease;
  transition: background-color 250ms ease, color 250ms ease;
  font-family: hobeaux, sans-serif;
  color: #bebebe;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.sub-hero-tab-link-collection:hover {
  background-color: #9e3279;
  color: #fff;
}

.sub-hero-tab-link-collection.w--current {
  background-color: #9e3279;
  color: #fff;
}

.sub-hero-tab-inner-collection {
  padding-top: 40px;
}

.sub-hero-flex-row-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sub-hero-flex-col-collection {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
}

.sub-hero-flex-col-inner-collection {
  text-align: center;
}

.sub-hero-flex-col-link-collection {
  -webkit-transition: color 250ms ease, -webkit-transform 250ms ease;
  transition: color 250ms ease, -webkit-transform 250ms ease;
  transition: transform 250ms ease, color 250ms ease;
  transition: transform 250ms ease, color 250ms ease, -webkit-transform 250ms ease;
  font-family: hobeaux, sans-serif;
  color: #5e92c2;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.sub-hero-flex-col-link-collection:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  color: #9e3279;
}

.sub-hero-flex-col-img-collection {
  width: 80px;
  margin-bottom: 10px;
}
.flex-col-img-collection {
  width: 240px;
  height: 260px;
  object-fit: contain;
}

.filter-section {
  padding: 20px 10px;
  background-color: #f0a53b;
}

.filter-section-container {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.filter-flex-row-outer {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-flex-col-outer {
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 27.33333%;
  -ms-flex: 0 27.33333%;
  flex: 0 27.33333%;
}

.filter-flex-col-outer.filter-flex-col-outer-1 {
  -webkit-flex-basis: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
}

.filter-button {
  height: 80px;
   margin-bottom: 0px; 
}

@media screen and (max-width: 768px) {
  .filter-button {
  height: 0px;
    margin-bottom: 40px!important;
   }
}

.filter-section-heading {
  text-align: left;
}

.filter-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-content-heading {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}

.filter-form-block {
  border-width: 1px;
  border-style: solid;
  border-color: #f0a53b #f0a53b #fff;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-select {
  width: 250px;
  max-width: 100%;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #f0a53b #f0a53b #fff;
  background-color: #f0a53b;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.filter-select * {
  border-width: 0px;
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.filter-form {
  width: 100%;
}

.filter-btn-wrapper {
  margin-top: 20px;
  text-align: center;
}

.filter-btn {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 10px;
  background-color: #9e3279;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 1px;
}

.filter-btn:hover {
  background-color: #5e92c2;
}

.mid-wrapper-collection {
  padding: 40px 10px 20px;
}

.mid-container-collection {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.breadcrumb-wrapper-collection {
  margin-bottom: 40px;
  padding-left: 20px;
}

.breadcrumb-flex-row-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb-link-collection {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #bebebe;
  line-height: 16px;
  text-decoration: none;
}

.breadcrumb-link-collection:hover {
  color: #5e92c2;
}

.breadcrumb-breaker-collection {
  margin-right: 10px;
  margin-left: 10px;
  color: #bebebe;
  line-height: 16px;
}

.flex-row-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-col-collection {
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.flex-col-inner-collection {
  text-align: center;
}

.flex-col-img-block-collection {
  position: relative;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.flex-col-img-block-collection:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.flex-col-content-wrapper-collection {
  padding-top: 10px;
  color: #441536;
}

.flex-col-heading-collection {
  margin-bottom: 3px;
  font-family: 'Avenir Book', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.flex-col-bottom-wrapper-collection {
  padding-top: 10px;
/*   opacity: 0; */
}

.flex-col-btn-wrapper-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-col-btn-inner-collection {
  margin-bottom: 5px;
}

.flex-col-btn-collection {
  width: 100%;
  border-radius: 10px;
  background-color: #5e92c2;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
}

.flex-col-btn-collection:hover {
  background-color: #f0a53b;
}

.flex-col-btn-collection.flex-col-btn-collection-alt {
  background-color: #9e3279;
}

.flex-col-btn-collection.flex-col-btn-collection-alt:hover {
  background-color: #f0a53b;
}

.flex-col-img-link-collection {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.ig-section-wrapper-collection {
  position: relative;
  padding: 40px 10px;
  background-color: #5e92c2;
}

.ig-border-img-collection {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 40px;
}

.sub-hero-flex-col-collection-alt {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 16.66666%;
  -ms-flex: 0 16.66666%;
  flex: 0 16.66666%;
}

.hero-wrapper-product {
  padding-top: 200px;
}

.hero-container-product {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.breadcrumb-wrapper-product {
  margin-bottom: 40px;
  padding-left: 10px;
}

.flex-row-outer-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-col-product {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33333%;
  -ms-flex: 0 33.33333%;
  flex: 0 33.33333%;
}

.content-wrapper-product {
  padding-top: 40px;
  color: #441536;
}

.main-heading-product {
  margin-bottom: 20px;
  color: #9e3279;
  font-size: 44px;
  line-height: 50px;
}

.content-rte-wrapper-product {
  line-height: 25px;
}

.social-section-product {
  margin-top: 20px;
  padding-top: 0px;
}

.social-section-inner-product {
  display: inline-block;
  padding-top: 20px;
  border-top: 1px solid #bebebe;
}

.social-flex-row-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-heading-product {
  margin-right: 10px;
}

.social-link-product {
  margin-right: 10px;
}

.social-img-product {
  width: 20px;
}

.tabs-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tabs-menu-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: center;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-content-product {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.tab-menu-link-product {
  height: 60px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 16.6666%;
  -ms-flex: 0 16.6666%;
  flex: 0 16.6666%;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  text-align: center;
}

.tab-menu-link-product:hover {
  border-color: #5e92c2;
}

.tab-menu-link-product.w--current {
  border-color: #5e92c2;
  background-color: transparent;
}

.tab-menu-img-block-product {
  width: 100%;
  height: 100%;
}

.tab-menu-img-product {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tab-img-wrapper-product {
  text-align: center;
}

.tab-img-product {
  width: 300px;
  height: 300px;
  object-fit: contain;
}

.form-section-product {
  padding-top: 60px;
  color: #441536;
  text-align: center;
}

.price-text-product {
  font-family: hobeaux, sans-serif;
  color: #9e3279;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: 20px;
}

.original-price-text-product {
  font-family: hobeaux, sans-serif;
  color: #9e3279;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: line-through;
}

.original-price-text-product-main {
  font-size: 16px;
  text-decoration: line-through;
}


.discount-text-product {
  font-family: hobeaux, sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
  width: 100%;
}

.form-breaker-product {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #bebebe;
}

.form-content-block-product {
  padding: 5px 10px;
}

.form-flex-row-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-flex-row-variant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form-flex-row-product.form-flex-row-product-quantity {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-flex-heading-product {
  font-family: hobeaux, sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 5px;
  width: 100%;
}

.form-flex-heading-product-label {
  padding-right: 20px;
  font-family: hobeaux, sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-self: center;
  justify-content: flex-end;
}

.form-block-product {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-select-product {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
  border: 1px solid transparent;
  background-color: transparent;
  font-size: 16px;
  letter-spacing: 1px;
}

.form-select-product:focus {
  border-color: transparent;
}

.quantity-flex-row-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quantity-btn-link-product {
  padding: 3px;
  color: #441536;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}

.quantity-input-product {
  width: 40px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  border: 1px solid transparent;
  font-size: 18px;
  text-align: center;
}

.quantity-input-product:focus {
  border-color: transparent;
}

.quantity-input-product::-webkit-input-placeholder {
  color: #441536;
}

.quantity-input-product:-ms-input-placeholder {
  color: #441536;
}

.quantity-input-product::-ms-input-placeholder {
  color: #441536;
}

.quantity-input-product::placeholder {
  color: #441536;
}

.form-btn-wrapper-product {
  padding-top: 5px;
  text-align: center;
}

.form-btn-product {
  padding: 10px 50px;
  border-radius: 10px;
  background-color: #f0a53b;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.form-btn-product:hover {
  background-color: #5e92c2;
}

.mid-wrapper-product {
  position: relative;
  margin-top: 40px;
  padding: 80px 10px 60px;
  background-image: url('additional-info-bg.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.mid-container-product {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.mid-flex-row-outer-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mid-flex-col-outer-product {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 45%;
  -ms-flex: 0 45%;
  flex: 0 45%;
}

.mid-heading-product {
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 32px;
}

.mid-text-wrapper-product {
  font-size: 16px;
  line-height: 28px;
}

.mid-icon-section-product {
  margin-top: 60px;
}

.mid-icon-flex-row-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mid-icon-flex-col-product {
  margin-bottom: 25px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.mid-icon-flex-col-inner-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mid-icon-img-product {
  width: 26px;
  margin-right: 10px;
}

.mid-icon-text-product {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.mid-icon-section-product-alt {
  margin-top: 0px;
  margin-bottom: 15px;
}

.mid-heading-alt-product {
  margin-top: 30px;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 1px;
}

.related-section-product {
  padding: 60px 10px;
}

.related-container-product {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.flex-col-related-product {
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33333%;
  -ms-flex: 0 33.33333%;
  flex: 0 33.33333%;
}

.bottom-heading-product {
  margin-bottom: 40px;
  color: #9e3279;
  font-size: 48px;
  line-height: 44px;
  text-align: center;
}

.reviews-section-product {
  position: relative;
  padding: 60px 10px 100px;
  background-color: #5e92c2;
}

.reviews-container-product {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.reviews-heading-product {
  margin-bottom: 40px;
  color: #fff;
  font-size: 44px;
  line-height: 48px;
  text-align: center;
}

.reviews-placeholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efecdf;
  color: #441536;
  font-size: 22px;
  line-height: 22px;
}

.bottom-bg-img-newsletter {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 40px;
}

.top-wrapper-cart {
  padding: 180px 10px 40px;
}

.top-container-cart {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  color: #441536;
}

.main-heading-cart {
  margin-bottom: 40px;
  color: #9e3279;
  font-size: 48px;
  line-height: 44px;
  text-align: center;
}

.flex-row-outer-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-col-outer-1-cart {
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 65%;
  -ms-flex: 0 65%;
  flex: 0 65%;
}

.flex-col-outer-2-cart {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 35%;
  -ms-flex: 0 35%;
  flex: 0 35%;
  border-left: 1px solid #441536;
}

.heading-row-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #441536;
}

.heading-col-1-cart {
  -webkit-box-flex: 0;
  -webkit-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
}

.heading-text-cart {
  font-size: 18px;
  line-height: 20px;
}

.heading-col-2-cart {
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 15%;
  -ms-flex: 0 15%;
  flex: 0 15%;
}

.heading-col-3-cart {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
  text-align: right;
}

.content-holder-cart {
  padding-top: 0px;
}

.content-block-cart {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #441536;
}

.content-flex-row-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content-flex-col-1-cart {
  -webkit-box-flex: 0;
  -webkit-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
}

.content-flex-col-2-cart {
  padding-top: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 15%;
  -ms-flex: 0 15%;
  flex: 0 15%;
}

.content-flex-col-3-cart {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.content-flex-col-inner-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content-img-holder-cart {
  position: relative;
  height: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
}

.content-product-info-cart {
  padding-top: 10px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 70%;
  -ms-flex: 0 70%;
  flex: 0 70%;
}

.product-img-cart {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-title-cart {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
}

.product-variant-info-cart {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 18px;
}

.product-price-cart {
  font-size: 14px;
  line-height: 18px;
}

.product-img-link-cart {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.product-title-link-cart {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #441536;
  text-decoration: none;
}

.product-title-link-cart:hover {
  color: #f0a53b;
}

.quantity-form-block-cart {
  margin-bottom: 0px;
}

.quantity-input-cart {
  width: 70px;
  max-width: 100%;
  padding-left: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
  border-radius: 7px;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  color: #441536;
  text-align: center;
}

.quantity-input-cart:focus {
  border-color: #441536;
}

.quantity-input-cart::-webkit-input-placeholder {
  color: #441536;
}

.quantity-input-cart:-ms-input-placeholder {
  color: #441536;
}

.quantity-input-cart::-ms-input-placeholder {
  color: #441536;
}

.quantity-input-cart::placeholder {
  color: #441536;
}

.total-item-price-text-cart {
  font-weight: 700;
  text-align: right;
}

.flex-col-3-inner-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-options-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-options-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease; 
   color: #441536;
  font-size: 15px;
  line-height: 18px;
}

.cart-options-link:hover {
  color: #bebebe;
}

.cart-options-breaker {
  height: 15px;
  margin-right: 20px;
  margin-left: 20px;
  border-left: 1px solid #bebebe;
}

.cart-summary-heading {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
   font-family: hobeaux,sans-serif;
}

.cart-details-wrapper {
  margin-bottom: 60px;
}

.cart-details-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-total-wrapper {
  padding: 15px;
  background-color: #f5f5f5;
}

.cart-total-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-summary-bottom-wrapper {
  margin-top: 30px;
}

.cart-btn {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #9e3279;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cart-btn:hover {
  background-color: #f0a53b;
}

.bar-section-cart {
  padding: 10px;
}

.bar-container-cart {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-radius: 40px;
  background-color: #f2f2f2;
}

.bar-flex-row-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bar-flex-col-cart {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33333%;
  -ms-flex: 0 33.33333%;
  flex: 0 33.33333%;
}

.bar-flex-col-inner-cart {
  color: #441536;
}

.bar-heading-wrapper-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bar-heading-img-cart {
  width: 60px;
  margin-right: 12px;
}

.bar-heading-cart {
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 1px;
}

.bar-cart-rte a {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #441536;
}

.bar-cart-rte a:hover {
  color: #5e92c2;
}

.related-section-cart {
  position: relative;
  padding: 80px 10px;
}
#pagination {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.deco, .next, .prev {
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  padding-right: 20px;
}
body.page.about-us {
    padding-right: 0;
}
.page{
/*   color: #fff; */
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  padding-right: 0;
}
/* .page a {
  color: #fff;
}
.deco a {
  color: #fff;
}
.next a {
  color: #fff;
}
.prev a {
  color: #fff;
} */
.page, .deco, .next, .prev {
    color: #441536;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    padding-right: 20px;
}
.page-wrapper-login {
  position: relative;
  padding: 220px 10px 120px;
}

.content-wrapper-login {
  position: relative;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  color: #441536;
  text-align: center;
}

.heading-wrapper-login {
  position: absolute;
  left: 0%;
  top: 20px;
  right: 100px;
  bottom: auto;
  z-index: 1;
  max-width: 500px;
  margin-right: 0px;
  margin-left: auto;
}

.heading-login {
  color: #9e3279;
  font-size: 46px;
  line-height: 54px;
  letter-spacing: 2px;
}

.form-section-login {
  position: absolute;
  left: 0%;
  top: auto;
  right: 125px;
  bottom: -20px;
  max-width: 450px;
  margin-left: auto;
  color: #fff;
}

.form-heading-login {
  margin-bottom: 20px;
}

.form-heading-login.form-heading-login-reset-pw {
  margin-bottom: 10px;
}

.form-block-login {
  display: block;
  min-height: 255px;
  margin-bottom: 0px;
}

.form-input-login {
  display: block;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #fff;
  background-color: transparent;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

.form-input-login:focus {
  border-color: transparent transparent #f0a53b;
}

.form-input-login::-webkit-input-placeholder {
  color: #fff;
}

.form-input-login:-ms-input-placeholder {
  color: #fff;
}

.form-input-login::-ms-input-placeholder {
  color: #fff;
}

.form-input-login::placeholder {
  color: #fff;
}

.form-input-login.form-input-login-last {
  margin-bottom: 10px;
}

.form-btn-wrapper-login {
  margin-top: 20px;
}

.form-btn-inner-login {
  position: relative;
  display: inline-block;
  width: 200px;
  max-width: 100%;
}

.form-btn-login {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: transparent;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 1px;
}

.form-btn-login:hover {
  color: #f0a53b;
}

.form-bottom-link-login {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
}

.form-bottom-link-login:hover {
  color: #f0a53b;
}

.bottom-wrapper-login {
  max-width: 850px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.bottom-inner-login {
  max-width: 450px;
  margin-right: 125px;
  margin-left: auto;
}

.bottom-text-login {
  color: #441536;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.bottom-text-link-login {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #9e3279;
}

.bottom-text-link-login:hover {
  color: #f0a53b;
}

.form-block-reset-pw {
  display: none;
  min-height: 255px;
  margin-bottom: 0px;
}

.form-heading-text-forgot-pw {
  margin-bottom: 20px;
}

.form-group-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-col-login {
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.form-col-login.form-col-login-alt {
  padding-right: 0px;
  padding-left: 10px;
}

.page-wrapper-account {
  position: relative;
  padding: 200px 10px 0px;
}

.page-container-account {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.heading-wrapper-account {
  margin-bottom: 30px;
  text-align: center;
}

.main-heading-account {
  color: #441536;
  font-size: 48px;
  line-height: 52px;
}

.content-wrapper-account {
    position: relative;
    padding: 60px 100px 60px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background-color: #5e92c2;
    margin-top: 30px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 60px;
}

.content-heading-account {
  margin-bottom: 40px;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}

.heading-flex-row-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.heading-flex-col-account {
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
}

.heading-flex-col-inner-account {
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.heading-flex-col-inner-account.heading-flex-col-inner-account-alt {
  padding-right: 5px;
  padding-left: 0px;
  text-align: left;
}

.heading-flex-col-inner-account.heading-flex-col-inner-account-alt-2 {
  padding-right: 0px;
}

.heading-flex-text-account {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.order-content-block-account {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.order-flex-row-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-flex-col-account {
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
}

.order-flex-col-inner-account {
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.order-flex-col-inner-account.order-flex-col-inner-account-alt {
  padding-left: 0px;
  text-align: left;
}

.order-flex-col-inner-account.order-flex-col-inner-account-alt-2 {
  padding-right: 0px;
}

.order-flex-col-text-link-account {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #eadc21;
  text-decoration: none;
}

.order-flex-col-text-link-account:hover {
  color: #441536;
}

.btn-section-account {
  margin-top: 60px;
}

.btn-flex-row-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-flex-col-account {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.btn-account {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 10px;
  background-color: #9e3279;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.btn-account:hover {
  background-color: #f0a53b;
}

.hero-content-wrapper-custom {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 1;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.hero-content-inner-custom {
  position: relative;
  max-width: 450px;
  margin-right: auto;
  margin-left: 0px;
  text-align: center;
}

.hero-main-heading-custom {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 54px;
  line-height: 64px;
  text-align: left;
  letter-spacing: 2px;
}
/* <--------( A-P start )-------->  */
/* .hero-main-heading-custom {
    font-size: 37px;
} */
.hero-content-inner-custom {
    max-width: 413px;
}
/* <--------( A-P  end)-------->  */
.mid-wrapper-custom {
  position: relative;
  padding: 40px 10px 120px;
}

.mid-container-custom {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.mid-flex-row-outer-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mid-flex-col-outer-custom {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 55%;
  -ms-flex: 0 55%;
  flex: 0 55%;
  color: #441536;
  text-align: center;
}

.mid-flex-col-outer-custom-2 {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 45%;
  -ms-flex: 0 45%;
  flex: 0 45%;
}

.mid-heading-custom {
  margin-bottom: 30px;
  color: #9e3279;
  font-size: 38px;
  line-height: 48px;
}

.mid-list-wrapper-custom {
  margin-bottom: 50px;
}

.mid-list-row-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mid-list-text-custom {
  margin-bottom: 10px;
  font-size: 18px;
}

.mid-list-text-custom.mid-list-text-custom-full {
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  font-style: italic;
}

.mid-list-bullet-custom {
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 18px;
}

.mid-sub-heading-custom {
  margin-bottom: 20px;
  color: #5e92c2;
  font-size: 32px;
  line-height: 36px;
}

.mid-bg-wrapper-custom {
  padding-right: 30px;
  padding-left: 30px;
}

.mid-bg-inner-custom {
  position: relative;
}

.mid-bg-content-wrapper-custom {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  max-width: 88%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
}

.mid-bg-content-block-custom.mid-bg-content-block-custom-middle {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mid-bg-content-heading-custom {
  margin-bottom: 10px;
  color: #eadc21;
  font-size: 22px;
  letter-spacing: 1px;
}

.mid-bg-content-text-custom {
  margin-bottom: 0px;
  line-height: 25px;
}

.mid-bg-btn-wrapper-custom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -20px;
}

.mid-bg-btn-inner-custom {
  position: relative;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.mid-btn-custom {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-top: 13px;
  background-color: transparent;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

/* .mid-btn-custom:hover {
  color: #f0a53b;
} */

.mid-flex-col-img-wrapper-custom {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.bottom-border-img {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 40px;
}

.bar-section-custom {
  position: relative;
  padding: 20px 10px 40px;
  background-color: #f0a53b;
}

.bar-container-custom {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.bar-heading-custom {
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 2px;
}

.bar-slider-arrow-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-inner-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bar-flex-row-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bar-flex-col-custom {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 16.6666%;
  -ms-flex: 0 16.6666%;
  flex: 0 16.6666%;
}

.bar-flex-col-img-block-custom {
  height: 200px;
}

.bar-flex-col-img-custom {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-section-custom {
  position: relative;
  padding: 100px 10px 120px;
  background-color: #5e92c2;
  background-image: url('pattern-bg-blue-min.jpg');
  background-position: 50% 0%;
  background-size: 100%;
}

.form-container-custom {
  position: relative;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.form-content-wrapper-custom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -20px;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  color: #9e3279;
}

.form-heading-custom {
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 48px;
}

.form-block-custom {
  margin-bottom: 0px;
}

.form-group-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-col-custom {
  padding-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.form-col-custom.form-col-custom-alt {
  padding-right: 0px;
  padding-left: 15px;
}

.form-input-custom {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #441536;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  font-size: 16px;
  text-align: center;
}

.form-input-custom:focus {
  border-color: transparent transparent #f0a53b;
}

.form-input-custom::-webkit-input-placeholder {
  color: #441536;
}

.form-input-custom:-ms-input-placeholder {
  color: #441536;
}

.form-input-custom::-ms-input-placeholder {
  color: #441536;
}

.form-input-custom::placeholder {
  color: #441536;
}

.form-input-wrapper-custom {
  margin-top: 30px;
}

.form-input-area-custom {
  min-height: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: #441536;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  font-size: 15px;
}

.form-input-area-custom:focus {
  border-color: #f0a53b;
}

.form-btn-wrapper-custom {
  margin-top: 60px;
}

.form-btn-inner-custom {
  position: relative;
  display: inline-block;
  width: 300px;
  max-width: 100%;
}

.form-btn-custom {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  background-color: transparent;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

.form-btn-custom:hover {
  color: #f0a53b;
}

.mid-wrapper-blog {
  position: relative;
  padding: 40px 10px 100px;
  background-color: #5e92c2;
}

.mid-container-blog {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.mid-content-block-blog {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
  color: #441536;
}

.flex-row-outer-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-col-outer-1-blog {
  -webkit-box-flex: 0;
  -webkit-flex: 0 35%;
  -ms-flex: 0 35%;
  flex: 0 35%;
}

.flex-col-outer-2-blog {
  padding-top: 0px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 65%;
  -ms-flex: 0 65%;
  flex: 0 65%;
}

.flex-col-img-block-blog {
  position: relative;
  width: 100%;
  min-height: 200px;
}

.flex-col-img-blog {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.flex-col-heading-blog {
  margin-bottom: 10px;
  color: #9e3279;
  font-size: 30px;
  line-height: 36px;
}

.meta-flex-row-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.meta-text-blog {
  color: #5e92c2;
  line-height: 18px;
}

.meta-flex-breaker-blog {
  height: 15px;
  margin-right: 12px;
  margin-left: 12px;
  border-left: 1px solid #5e92c2;
}

.flex-col-heading-wrapper-blog {
  margin-bottom: 30px;
}

.flex-col-rte-wrapper-blog {
  color: #441536;
  line-height: 25px;
}

.flex-col-heading-link-blog {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #9e3279;
  text-decoration: none;
}

.flex-col-heading-link-blog:hover {
  color: #f0a53b;
}

.flex-col-img-link-blog {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.flex-col-blog-rte a {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #9e3279;
  font-weight: 700;
  text-decoration: none;
}

.flex-col-blog-rte a:hover {
  color: #f0a53b;
}

.hero-wrapper-article {
  position: relative;
  height: 600px;
  background-color: #5e92c2;
/*   background-image: url('/cdn/shop/t/8/assets/blog-article-hero-min.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mid-wrapper-article {
  position: relative;
  padding: 40px 10px 100px;
}

.content-wrapper-article {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  color: #441536;
}

.heading-wrapper-article {
  margin-bottom: 40px;
  text-align: center;
}

.main-heading-article {
  margin-bottom: 10px;
  color: #9e3279;
  font-size: 46px;
  line-height: 56px;
}

.meta-flex-row-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.meta-text-article {
  color: #5e92c2;
  line-height: 18px;
}

.meta-flex-breaker-article {
  height: 15px;
  margin-right: 15px;
  margin-left: 15px;
  border-left: 1px solid #5e92c2;
}

.post-rte-article {
  line-height: 28px;
}

.post-rte-article h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #9e3279;
}

.post-rte-article a {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #441536;
}

.post-rte-article a:hover {
  color: #f0a53b;
}

.bottom-wrapper-article {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #441536;
}

.bottom-flex-row-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-flex-link-article {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  color: #9e3279;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.bottom-flex-link-article:hover {
  color: #f0a53b;
}

.related-section-article {
  position: relative;
  padding: 60px 10px 80px;
  background-color: #5e92c2;
}

.related-heading-article {
  margin-bottom: 60px;
  color: #fff;
  font-size: 44px;
  line-height: 46px;
  text-align: center;
}

.flex-col-content-wrapper-article {
  padding-top: 10px;
  color: #fff;
}

.flex-col-img-article {
  border-radius: 20px;
}

.mid-wrapper-faq {
  position: relative;
  padding: 60px 10px 140px;
}

.mid-container-faq {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  color: #441536;
}

.main-heading-faq {
  margin-bottom: 60px;
  color: #9e3279;
  font-size: 46px;
  line-height: 56px;
  text-align: center;
}

.content-block-faq {
  border-bottom: 1px solid #9e3279;
}

.heading-wrapper-faq {
  position: relative;
  padding: 20px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  text-align: center;
  cursor: pointer;
}

.heading-wrapper-faq:hover {
  color: #9e3279;
}

.heading-faq {
  font-family: hobeaux, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}

.heading-img-faq {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 20px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.expand-wrapper-faq {
  overflow: hidden;
  height: 0px;
}

.expand-inner-faq {
  padding-right: 40px;
  padding-bottom: 5px;
  padding-left: 40px;
}

.expand-faq-rte {
  line-height: 28px;
}

.expand-faq-rte a {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #9e3279;
}

.expand-faq-rte a:hover {
  color: #5e92c2;
}

.mid-wrapper-contact {
  position: relative;
  padding: 60px 10px 80px;
  background-color: #9e3279;
}

.mid-container-contact {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.mid-heading-contact {
  margin-bottom: 20px;
  color: #f4e9c9;
  font-size: 38px;
  line-height: 44px;
}

.mid-heading-wrapper-contact {
  margin-bottom: 40px;
}

.mid-heading-text-contact {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

.mid-flex-row-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mid-flex-col-contact {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.mid-img-wrapper-contact {
  margin-bottom: 20px;
}

.mid-img-contact {
  width: 60px;
}

.mid-link-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  padding: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #441536;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  text-decoration: none;
}

.mid-link-contact:hover {
  background-color: #f0a53b;
}

.form-section-contact {
  position: relative;
  padding: 120px 10px 140px;
  background-color: #5e92c2;
  background-image: url('https://foampartyhats.com/cdn/shop/files/3371e885430914e6a0c5e1686517eb17f34dd29d.png?v=1782328335&width=1920');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: repeat-y;
}

.mid-flex-row-wholesale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mid-flex-col-wholesale {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.mid-heading-wholesale {
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 48px;
  text-align: left;
}

.mid-container-wholesale {
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.mid-flex-col-rte-wrapper-wholesale {
  font-size: 18px;
  line-height: 30px;
}

.list-rte-wholesale li {
  margin-bottom: 12px;
  font-family: hobeaux, sans-serif;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #fff;
}

.bar-section-wholesale {
  position: relative;
  padding: 60px 10px 80px;
  background-color: #441536;
}

.bar-container-wholesale {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.bar-heading-wholesale {
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
}

.bar-flex-row-wholesale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bar-flex-col-wholesale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.bar-flex-col-inner-wholesale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.bar-flex-col-heading-wholesale {
  font-size: 22px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 1px;
}

.bar-flex-col-img-wholesale {
  width: 42px;
  margin-right: 10px;
}

.form-col-custom-3 {
  padding-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.3333%;
  -ms-flex: 0 33.3333%;
  flex: 0 33.3333%;
}

.form-col-custom-3.form-col-custom-3-alt {
  padding-right: 0px;
}

.form-col-custom-3.form-col-custom-3-alt-2 {
  padding-right: 0px;
  padding-left: 15px;
}

.form-container-wholesale {
  position: relative;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.nav-expand-heading-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  text-decoration: none;
}

.nav-expand-heading-link:hover {
  color: #5e92c2;
}

.nav-expand-link-text {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
}

.top-border-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 40px;
}

.hero-slider {
  position: relative;
  height: 700px;
  background-color: #5e92c2;
}

.hero-slider-nav {
  display: none;
}

.hero-slider-arrow {
  left: auto;
  top: 0%;
  right: 30px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-slider-arrow.hero-slider-arrow-left {
  left: 30px;
  top: 0%;
  right: auto;
  bottom: 0%;
}

/* .hero-slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-position:inherit;
  background-size: cover;
  background-repeat: no-repeat;
} */

/*.hero-slide-inner.hero-slide-inner-1 {
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}*/
/*.hero-slide-inner.hero-slide-inner-3 {
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}*/
.hero-slider-wrapper {
  position: relative;
}

.cta-block-top-home {
  margin-bottom: 20px;
}

.cta-block-flex-row-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-flex-link-home {
  padding-top: 5px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.cta-flex-link-home:hover {
  color: #5e92c2;
}

.cta-block-flex-row-home-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-hero-heading-alt-about {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #9e3279;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.banner-btn-wrapper-about {
  margin-top: 20px;
}

.banner-btn-about {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 10px;
  background-color: #f0a53b;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
}

.banner-btn-about:hover {
  background-color: #5e92c2;
}

.tab-flex-col-heading-wrapper-about {
  margin-bottom: 20px;
}

.tab-flex-col-sub-heading-about {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Avenir Book', sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
}

.bottom-section-home {
  position: relative;
  padding: 30px 10px 0;
  background-color: #5e92c2;
}

.bottom-container-home {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.bottom-heading-home {
  margin-bottom: 60px;
  font-size: 48px;
  line-height: 52px;
  text-align: center;
  letter-spacing: 2px;
}

.logo-flex-row-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-flex-col-home {
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.logo-flex-col-inner-home {
  text-align: center;
}

.logo-flex-col-img-home {
  max-height: 70px;
}

.bar-section-about {
  position: relative;
  padding: 20px 10px 100px;
  background-color: #f0a53b;
}

.bar-container-about {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.bar-heading-about {
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 2px;
}

.bar-slider-about {
  background-color: transparent;
}

.bar-heading-wrapper-about {
  margin-bottom: 10px;
}

.bar-heading-text-about {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

.related-product-slider {
  height: 350px;
  background-color: transparent;
}

.related-product-slider-nav {
  display: none;
}

.related-products-slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.related-product-slide-inner {
  padding-right: 35px;
  padding-left: 35px;
}

.related-product-arrow-img {
  width: 30px;
}

.nav-expand-close-btn-img {
  display: none;
}

.main-heading-product-mobile {
  display: none;
  margin-bottom: 20px;
  font-family: hobeaux, sans-serif;
  color: #9e3279;
  font-size: 44px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: 1px;
}

.top-border-img-mobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 100%;
  height: 40px;
}

.related-container-cart {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.bar-slider-custom {
  background-color: transparent;
}

.bottom-bg-img-home {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0px;
  height: 90%;
}

.logo-slider-home {
  height: 140px;
  background-color: transparent;
}

.logo-slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-slide-inner {
  padding: 10px 30px 40px;
}

.logo-slider-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.hero-content-main-heading {
  font-size: 58px;
  line-height: 1.5;
}

.hero-content-wrapper-shark {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  max-width: 940px;
  margin-top: 160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.hero-btn-wrapper {
  margin-top: 20px;
}

.home-slider-btn {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #9e3279;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: 0;
  color: #ffffff;
}

.home-slider-btn:hover {
  background-color: #441536;
}

.tabs-container-about {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.tab-menu-heading-wrapper-about {
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border-radius: 20px;
  background-color: #9e3279;
}

.tab-menu-heading-about {
  font-family: hobeaux, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
}

.bg-btn-inner-home-alt {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  display: none;
  opacity: 0;
  -webkit-transform: translate(-62px, 0px);
  -ms-transform: translate(-62px, 0px);
  transform: translate(-62px, 0px);
}

.bg-btn-home-alt {
  z-index: 1;
  height: 100%;
  padding: 15px 22px;
  border-radius: 20px;
  background-color: #f0a53b;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bg-btn-home-alt:hover {
  color: #9e3279;
}

.bottom-border-img-home {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 40px;
}

.bg-overlay-section-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.bg-overlay-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  opacity: 0;
}



.mid-wrapper-page-general {
  position: relative;
  padding: 220px 10px 80px;
}

.content-wrapper-page-general {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  color: #441536;
}

.heading-wrapper-page-general {
  margin-bottom: 40px;
  text-align: center;
}

.main-heading-page-general {
  margin-bottom: 0px;
  color: #9e3279;
  font-size: 46px;
  line-height: 56px;
}

.rte-page-general {
  line-height: 28px;
}

.rte-page-general h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #9e3279;
}

.rte-page-general a {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #441536;
}

.rte-page-general a:hover {
  color: #f0a53b;
}

.hero-slider-text {
  margin-top: 15px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.hero-slider-text-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  text-decoration: none;
}

.hero-slider-text-link:hover {
  color: #f0a53b;
}

.hero-content-wrapper-1 {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.hero-content-main-heading-1 {
  color: #fff;
  font-size: 58px;
  line-height: 62px;
}

.testomonial-slider-home {
  height: 375px;
  background-color: transparent;
  background-image: url('testimonial-bubble-2-min.png');
  background-position: 50% 0%;
  background-size: 85%;
  background-repeat: no-repeat;
}

.banner-img-wrapper-about-mobile {
  display: none;
}

.sub-hero-expand-btn-wrapper-about {
  display: none;
}

.expand-btn-about {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 10px;
  background-color: #9e3279;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
}

.expand-btn-about:hover {
  background-color: #441536;
}

.social-section-product-mobile {
  display: none;
  margin-top: 20px;
  padding-top: 0px;
}

.bottom-section-action-page {
  position: relative;
  padding: 100px 10px 80px;
  background-color: #5e92c2;
  background-image: url('pattern-bg-blue-min.jpg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: repeat;
}

.testimonial-heading-action-page {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 2px;
}

.sub-hero-expand-btn-wrapper-about-alt {
  display: none;
}

.banner-expand-btn-wrapper-about {
  display: none;
}

.banner-expand-btn-wrapper-about-alt {
  display: none;
}

.bg-top-wrapper-home-mobile {
  position: relative;
  z-index: 2;
  display: none;
  height: auto;
  padding-top: 200px;
  padding-bottom: 120px;
  /*background-image: url('hats-every-occacion-bg-min.jpg');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-tab-btn {
  z-index: 1;
  height: 100%;
  padding: 15px 22px;
  border-radius: 20px;
  background-color: #f0a53b;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: hobeaux, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bg-tab-btn:hover {
  color: #9e3279;
}

.sub-hero-top-text-about {
  line-height: 28px;
}

.nav-brand-img-scrolling {
  width: 80px;
}
.nav-menu-bg-img-2-scrolling {
/*   width: 40%; */
  width: 45%;
}
.nav-section-wrapper-scrolling {
  background-color: #5e92c2;
}
.nav-menu-expand-wrapper-scrolling {
  bottom: auto;
}

.body-rte p:last-child {
  margin-bottom: 0px;
}

.testimonial-slider-nav .w-slider-dot {
  height: 10px;
  width: 10px;
  background-color: #fff;
}
.testimonial-slider-nav .w-slider-dot.w-active {
  background-color: #f0a53b;
}
.logo-slider-nav .w-slider-dot {
  height: 10px;
  width: 10px;
  background-color: #fff;
}
.logo-slider-nav .w-slider-dot.w-active {
  background-color: #f0a53b;
}

.bg-select {
  appearance: none;
}

.sub-hero-about-rte p:last-child {
    margin-bottom: 0px;
  }

  .bar-slider-custom-nav .w-slider-dot {
    height: 10px;
    width: 10px;
    background-color: #fff;
  }
  
  .bar-slider-custom-nav .w-slider-dot.w-active {
    background-color: #9e3279;
  }  

@media (max-width:1180px) and (min-width:1040px) {
  .nav-menu-flex-col-2 {
    padding-left: 10px;
  }
  .nav-menu-flex-col-1 {
    padding-right: 10px;
  }
  .nav-link {
    font-size: 18px;
    line-height: 18px;
  }
  .nav-meta-flex-link {
    line-height: 16px;
  }
  .nav-brand-img {
    width: 100px;
  }
}

@media (max-width:1039px) and (min-width:992px) {
  .nav-brand-img {
    width: 70px;
  }
  .nav-link {
    font-size: 16px;
    line-height: 16px;
  }
  .nav-meta-flex-link {
    font-size: 15px;
    line-height: 15px;
  }
  .nav-meta-flex-img {
    width: 18px;
    margin-right: 3px;
  }
}



@media screen and (max-width: 991px) {
  .hero-content-wrapper {
    bottom: 60px;
    text-align: center;
  }

  .hero-logo-img {
    width: 300px;
  }

  .sub-hero-flex-col-img {
    width: 80px;
  }

  .sub-hero-flex-col-link {
    font-size: 22px;
    line-height: 22px;
  }

  .mid-flex-col-content-wrapper-home {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-container {
    padding-right: 0px;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
  }

  .nav-brand {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .nav-menu {
    padding-bottom: 10px;
    background-color: #5e92c2;
  }

  .nav-flex-row-outer {
    position: relative;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-menu-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-menu-flex-col-1 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    flex-direction: column;
  }

  .nav-menu-flex-col-2 {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .nav-meta-flex-link {
    margin-right: 15px;
    margin-left: 15px;
  }

  .nav-menu-bg-img-1 {
    display: none;
  }

  .nav-menu-bg-img-2 {
    display: none;
  }

  .nav-menu-expand-wrapper {
    bottom: -248px;
    z-index: 4;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-expand-content-right {
    text-align: left;
  }

  .hero-wrapper-internal {
    height: 500px;
  }

  .banner-section-about {
    padding: 50px 0px 0px;
    background-color: #efecdf;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .banner-section-container-about {
    padding: 40px 10px 100px;
    background-color: #9e3279;
  }

  .banner-content-inner-about {
    max-width: 100%;
  }

  .mid-flex-col-action {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .bottom-section-action {
    padding-top: 80px;
  }

  .bottom-bg-img-action {
    height: 70%;
  }

  .filter-flex-row-outer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .filter-flex-col-outer {
    margin-bottom: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .filter-flex-col-outer.filter-flex-col-outer-1 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }

  .filter-section-heading {
    text-align: center;
  }

  .filter-content-heading {
    padding-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 20%;
    -ms-flex: 0 20%;
    flex: 0 20%;
  }

  .filter-form-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 80%;
    -ms-flex: 0 80%;
    flex: 0 80%;
  }

  .filter-btn-wrapper {
    margin-top: 0px;
  }

  .flex-col-collection {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }

  .hero-wrapper-product {
    padding-top: 200px;
  }

  .flex-col-product {
    padding-right: 10px;
    padding-left: 10px;
  }

  .top-wrapper-cart {
    padding-top: 200px;
  }

  .bar-container-cart {
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-wrapper-login {
    padding-top: 200px;
  }

  .page-wrapper-account {
    padding-top: 200px;
  }

  .content-wrapper-account {
    padding-right: 60px;
    padding-left: 60px;
  }

  .hero-content-inner-custom {
    max-width: 400px;
  }

  .hero-main-heading-custom {
    font-size: 44px;
    line-height: 54px;
  }
  /* <-----( A-P start)-----> */
  /* .hero-content-inner-custom {
    max-width: 253px;
  }
  .hero-main-heading-custom {
    font-size: 21px;
    line-height: 34px;
  } */
  /* <-----( A-P end)-----> */
  .mid-bg-img-custom {
    display: none;
  }

  .mid-bg-inner-custom {
    padding: 20px 20px 60px;
    border-radius: 20px;
    background-color: #5e92c2;
  }

  .mid-bg-content-wrapper-custom {
    position: static;
    max-width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hero-wrapper-article {
    height: 500px;
  }

  .nav-expand-heading-link {
    font-size: 20px;
    line-height: 20px;
  }

  .banner-btn-wrapper-about {
    text-align: center;
  }

  .banner-btn-about:hover {
    background-color: #9e3279;
  }

  .related-product-slider {
    height: 300px;
  }

  .menu-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 27px;
    padding-bottom: 27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-btn.w--open {
    background-color: #9e3279;
  }

  .bottom-bg-img-home {
    height: 70%;
  }

  .hero-content-main-heading {
    font-size: 30px;
    line-height: 30px;
  }

  .hero-content-wrapper-shark {
    margin-top: 140px;
    padding-right: 70px;
    padding-left: 70px;
    text-align: center;
  }

  .tab-menu-heading-about {
    font-size: 20px;
    line-height: 20px;
  }

  .hero-content-wrapper-1 {
    padding-right: 70px;
    padding-left: 70px;
    text-align: center;
  }

  .hero-content-main-heading-1 {
    font-size: 42px;
    line-height: 50px;
  }

  .banner-img-wrapper-about-mobile {
    display: block;
    text-align: center;
  }

  .nav-container.nav-container-scrolling {
    background-color: rgba(158, 50, 121, 0.9);
  }
  .nav-brand-img-scrolling {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .sub-hero-wrapper {
    padding-bottom: 20px;
  }

  .sub-hero-flex-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sub-hero-flex-col {
    margin-bottom: 20px;
    -webkit-flex-basis: 33.333333%;
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
  }

  .mid-flex-row-outer-home {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mid-flex-col-outer-home {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .mid-flex-col-img-home {
    width: 200px;
  }

  .mid-btn-inner-home {
    width: 350px;
    max-width: 100%;
  }

  .bg-top-wrapper-home {
    display: none;
    background-position: 75% 50%;
  }

  .bg-heading-wrapper-home {
    position: static;
  }

  .bg-top-heading-home {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .testimonial-slider-nav.testimonial-slider-nav-action {
    bottom: 0px;
  }

  .testimonial-slide-inner {
    height: 100%;
    padding: 0px 30px 40px;
  }

  .banner-section-home {
    background-image: url('event-cta-bg-min-mobile.jpg');
    background-position: 50% 50%;
  }

  .banner-content-wrapper-home {
    padding: 20px;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.7);
    color: #000;
  }

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

  .banner-border-img-home {
    display: none;
  }

  .banner-content-inner-home {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }

  .banner-btn-wrapper-home {
    position: static;
    margin-top: 10px;
  }

  .sub-hero-heading {
    font-size: 38px;
    line-height: 48px;
  }

  .cta-heading-home {
    margin-right: 6px;
    font-size: 22px;
    line-height: 26px;
  }

  .footer-top-wrapper {
    padding-bottom: 10px;
  }

  .footer-top-flex-row-outer {
    display: block;
  }

  .footer-flex-col-outer-2 {
    display: block;
    padding-bottom: 0px;
  }

  .footer-flex-col-inner-outer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-logo-wrapper {
    margin-bottom: 30px;
  }

  .footer-logo-img {
    width: 150px;
  }

  .footer-flex-col-heading {
    font-size: 20px;
    line-height: 20px;
  }

  .footer-links-wrapper {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .footer-flex-col-logo {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .footer-social-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left-style: none;
  }

  .footer-social-link {
    margin: 0px 10px;
  }

  .footer-social-link.footer-social-link-first {
    margin-bottom: 0px;
  }

  .footer-contact-flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-contact-flex-col {
    margin-bottom: 30px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }

  .footer-contact-right-content {
    text-align: center;
  }

  .footer-contact-logo-flex-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .nav-meta-flex-link {
    font-size: 16px;
    line-height: 16px;
  }

  .nav-menu-expand-wrapper {
    bottom: -252px;
    padding-top: 20px;
  }

  .nav-expand-menu-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-expand-heading-img-wrapper {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: left;
  }

  .nav-expand-heading-img {
    width: 30px;
  }

  .nav-expand-content-right {
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .nav-expand-link {
    font-size: 16px;
    line-height: 23px;
  }

  .newsletter-modal-inner {
    padding: 40px 20px 25px;
    border-radius: 20px;
    background-color: #fff;
  }

  .newsletter-modal-bg-img {
    display: none;
  }

  .newsletter-modal-content-holder {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .newsletter-modal-close-btn {
    top: 10px;
    right: 10px;
  }

  .newsletter-modal-close-btn-img {
    width: 18px;
  }

  .hero-wrapper-internal {
    background-position: 100% 50%;
  }

  .hero-wrapper-internal.hero-wrapper-action {
    background-position: 40% 50%;
  }

  .hero-wrapper-internal.hero-wrapper-collection {
    background-position: 75% 50%;
  }

  .hero-wrapper-internal.hero-wrapper-custom {
    background-position: 100% 50%;
  }

  .hero-wrapper-internal.hero-wrapper-faq {
    background-position: 50% 50%;
  }

  .hero-wrapper-internal.hero-wrapper-contact {
    background-position: 100% 50%;
  }

  .hero-wrapper-internal.hero-wrapper-wholesale {
    background-position: 50% 50%;
  }

  .sub-hero-flex-row-outer-about {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sub-hero-flex-col-outer-about {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .sub-hero-flex-col-outer-about.sub-hero-flex-col-outer-about-right {
    padding-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .sub-hero-img-about {
    width: 300px;
  }

  .banner-section-about {
    background-position: 80% 50%;
  }

  .banner-section-container-about {
    padding-bottom: 50px;
  }

  .banner-heading-about {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    font-size: 38px;
    line-height: 48px;
  }

  .team-section-heading-about {
    font-size: 38px;
    line-height: 48px;
  }

  .tabs-menu-about {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tab-menu-link-about {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .tab-inner-about {
    padding-top: 40px;
  }

  .tab-flex-row-outer-about {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-flex-col-1-about {
    margin-bottom: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .tab-flex-col-2-about {
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .tab-flex-col-img-about {
    width: 200px;
  }

  .tab-flex-col-heading-about {
    text-align: center;
  }

  .tab-rte-wrapper-about {
    text-align: center;
  }

  .newsletter-flex-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newsletter-flex-col {
    padding-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .newsletter-flex-col.newsletter-flex-col-alt {
    margin-top: 15px;
    padding-left: 0px;
  }

  .newsletter-section-heading {
    text-align: center;
  }

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

  .mid-flex-col-action {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .mid-flex-col-bottom-wrapper-action {
    padding-right: 10px;
    padding-left: 10px;
  }

  .bottom-section-action {
    padding-top: 60px;
  }

  .testimonial-slider-arrow-action {
    width: 20px;
  }

  .testomonial-slider-action {
    height: 225px;
    background-image: none;
  }

  .testimonial-slide-text-wrapper-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-left: 0px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.8);
  }

  .bottom-bg-img-action {
    bottom: 20px;
    height: 60%;
  }

  .sub-hero-flex-col-link-collection {
    font-size: 18px;
    line-height: 18px;
  }

  .sub-hero-flex-col-img-collection {
    width: 60px;
  }

  .filter-flex-col-outer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .filter-content-heading {
    line-height: 24px;
  }

  .readcrumb-wrapper-collection {
    flex-direction: column;
    align-items: start;
  }

  .breadcrumb-flex-row-collection {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .flex-row-outer-product {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-col-product {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .flex-col-product.flex-col-product-middle {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .main-heading-product {
    display: none;
  }

  .social-section-product {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-section-inner-product {
    display: inline-block;
  }

  .tab-img-product {
    width: 250px;
  }

  .form-section-product {
    padding-top: 40px;
  }

  .mid-wrapper-product {
    padding: 10px 0px 0px;
    background-position: 50% 50%;
    background-size: contain;
  }

  .mid-flex-col-outer-product {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background-color: #5e92c2;
  }

  .mid-flex-col-outer-product.mid-flex-col-outer-product-alt {
    background-color: #9e3279;
  }

  .mid-flex-col-inner-product {
    padding: 80px 15px 60px;
  }

  .mid-icon-flex-row-product {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mid-icon-flex-col-product {
    padding-left: 10px;
  }

  .mid-icon-flex-col-inner-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .mid-icon-img-product {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .flex-col-related-product {
    padding-right: 15px;
    padding-left: 15px;
  }

  .bottom-heading-product {
    font-size: 38px;
  }

  .main-heading-cart {
    font-size: 38px;
    line-height: 40px;
  }

  .flex-row-outer-cart {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-col-outer-1-cart {
    padding-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .flex-col-outer-2-cart {
    padding-top: 40px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-left-style: none;
  }

  .bar-container-cart {
    padding-bottom: 10px;
  }

  .bar-flex-row-cart {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bar-flex-col-cart {
    margin-bottom: 30px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }

  .bar-heading-wrapper-cart {
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-img-login {
    display: none;
  }

  .heading-wrapper-login {
    position: static;
    max-width: 100%;
    margin-left: 0px;
  }

  .heading-login {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 48px;
  }

  .form-section-login {
    position: static;
    max-width: 100%;
    margin-left: 0px;
    padding: 20px;
    border-radius: 20px;
    background-color: #441536;
  }

  .bottom-inner-login {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading-wrapper-account {
    margin-bottom: 20px;
  }

  .main-heading-account {
    font-size: 38px;
    line-height: 44px;
  }

  .content-wrapper-account {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-content-inner-custom {
    max-width: 320px;
  }
  .hero-main-heading-custom {
    padding-right: 40px;
    padding-left: 20px;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 1px;
  }
/* <-----( A-P start)-----> */
  /* .hero-content-inner-custom {
    max-width: 253px;
  }
  .hero-main-heading-custom {
    font-size: 21px;
    line-height: 34px;
  } */
  /* <-----( A-P end)-----> */
  .mid-flex-row-outer-custom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mid-flex-col-outer-custom {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .mid-flex-col-outer-custom-2 {
    padding-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .mid-flex-col-img-custom {
    width: 250px;
  }

  .bar-flex-row-custom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bar-flex-col-custom {
    padding-bottom: 10px;
    -webkit-flex-basis: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
  }

  .bar-flex-col-img-block-custom {
    height: 100px;
  }

  .form-bg-img-custom {
    display: none;
  }

  .form-content-wrapper-custom {
    position: static;
    max-width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
  }

  .hero-wrapper-article {
    height: 450px;
  }

  .heading-faq {
    font-size: 22px;
    line-height: 28px;
  }

  .mid-wrapper-contact {
    padding-bottom: 60px;
  }

  .mid-flex-row-contact {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mid-flex-col-contact {
    margin-bottom: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .mid-flex-col-wholesale {
    padding-right: 10px;
    padding-left: 10px;
  }

  .list-rte-wholesale li {
    font-size: 22px;
    line-height: 28px;
  }

  .bar-section-wholesale {
    padding-bottom: 60px;
  }

  .bar-flex-row-wholesale {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bar-flex-col-wholesale {
    margin-bottom: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .nav-expand-heading-link {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .nav-expand-link-text {
    font-size: 16px;
    line-height: 23px;
  }

  .hero-slider {
    height: 600px;
  }

  .cta-block-top-home {
    margin-bottom: 40px;
  }

  .tab-flex-col-sub-heading-about {
    text-align: center;
  }

  .related-product-slider {
    height: 250px;
  }

  .main-heading-product-mobile {
    display: block;
    text-align: center;
  }

  .top-border-img-mobile {
    display: inline-block;
  }

  .bottom-bg-img-home {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0px;
    height: 60%;
  }

  .logo-slider-arrow {
    width: 15px;
  }

  .bottom-border-img-home.bottom-border-img-home-hide-mobile {
    display: none;
  }

  .testomonial-slider-home {
    background-image: none;
  }

  .sub-hero-expand-btn-wrapper-about {
    display: block;
    text-align: center;
  }

  .expand-btn-about {
    width: 193px;
    max-width: 100%;
    padding: 10px 30px;
    font-size: 22px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
  }

  .expand-btn-about.expand-btn-about-bottom {
    background-color: #5e92c2;
  }

  .expand-btn-about.expand-btn-about-bottom:hover {
    background-color: #f0a53b;
  }

  .social-section-product-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sub-hero-expand-btn-wrapper-about-alt {
    display: none;
    padding-top: 20px;
    text-align: center;
  }

  .banner-expand-btn-wrapper-about {
    display: block;
    padding-top: 20px;
    text-align: center;
  }

  .banner-expand-btn-wrapper-about-alt {
    display: none;
    padding-top: 20px;
    text-align: center;
  }

  .bg-top-wrapper-home-mobile {
    display: block;
    padding-top: 80px;
    padding-bottom: 0px;
    background-color: #9e3279;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .bg-heading-outer-mobile {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

  .bg-dropdown-wrapper {
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .bg-dropdown-inner {
    text-align: center;
  }

  .bg-tabs-menu {
    position: absolute;
    left: -2000px;
  }

  .bg-tab-inner {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bg-tab-img-wrapper {
    position: relative;
    text-align: center;
  }

  .bg-dropdown-form-block {
    margin-bottom: 0px;
  }

  .bg-select {
    width: 300px;
    height: 48px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 1px;
    background-color: transparent;
    background-image: url('chevron-down.png');
    background-position: 275px 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    font-family: hobeaux, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
  }

  .bg-select:focus {
    border-color: #fff;
  }

  .bg-tab-btn-wrapper {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 30px;
    padding-top: 0px;
    text-align: center;
  }

  .bg-tab-btn {
    height: auto;
  }

  .sub-hero-expand-content-about {
    overflow: hidden;
    height: 0px;
  }

  .banner-expand-content-about {
    overflow: hidden;
    height: 0px;
  }
/* .w-slider-mask .hero-slide-block-2, .hero-slide-block-3 ,.hero-slide-block-1 {
    background-size: contain;
    background-position: center;
    min-height: auto;
} */
.w-slider-mask .hero-slide-block-2, .hero-slide-block-3, .hero-slide-block-1 {
    background-size: contain;
    background-position: center;
    min-height: auto;
}
.hero-content-wrapper-shark {
    transform: translate(0, -50%);
}
}
@media screen and (max-width: 1024px) {
.w-slider-mask .hero-slide-block-2, .hero-slide-block-3, .hero-slide-block-1 {
/*     background-size: contain; */
    background-size: cover;
    background-position: center;
    min-height: auto;
}
.hero-content-wrapper-shark {
    transform: translate(0, -50%);
}
}
@media screen and (max-width: 479px) {
  #shopify-section-slideshow > div > img {
    display: none;
  }
  .hero-bottom-design-img {
    height: 30px;
  }

  .hero-logo-img {
    width: 200px;
  }

  .sub-hero-flex-col {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .sub-hero-btn-section {
    background-size: auto 30px;
  }

  .mid-flex-col-outer-home {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mid-flex-col-content-wrapper-home {
    padding-right: 20px;
    padding-left: 30px;
    background-image: url('slant-bottom-blue.png');
    background-image: url('/cdn/shop/t/8/assets/content-block-blue.png');
    background-size: 100% 95%;
    background-repeat: no-repeat;
  }

  .mid-btn-inner-home {
    width: 100%;
  }

  .mid-btn-home {
    padding-top: 10px;
    font-size: 18px;
    line-height: 25px;
  }

  .bg-top-border-img-home {
    height: 30px;
  }

  .bg-btn-inner-home {
    max-width: 270px;
  }

  .bg-heading-wrapper-home {
    top: 10px;
  }

  .bg-top-heading-home {
    font-size: 28px;
    line-height: 38px;
  }

  .testimonial-slide-inner {
    padding-right: 0px;
    padding-left: 0px;
  }

  .banner-section-home {
    background-position: 50% 50%;
  }

  .banner-content-wrapper-home {
    padding-right: 10px;
    padding-left: 10px;
  }

  .banner-heading-home {
    margin-bottom: 15px;
  }

  .banner-content-inner-home {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .banner-btn-wrapper-home {
    margin-top: 15px;
  }

  .banner-btn-home {
    padding-top: 10px;
  }

  .cta-heading-home {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1px;
  }

  .footer-top-border-img {
    height: 30px;
  }

  .footer-flex-col-outer-2 {
    padding-top: 0px;
  }

  .footer-flex-col {
    padding-bottom: 30px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .footer-flex-col.footer-flex-col-last {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .footer-flex-col-inner {
    text-align: center;
  }

  .footer-links-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-contact-link {
    font-size: 16px;
  }

  .footer-bottom-text {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0px;
  }

  .announce-rte p {
    font-size: 15px;
  }

  .nav-menu-flex-col-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-menu-flex-col-2 {
    padding-top: 10px;
  }

  .nav-meta-flex-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .nav-menu-expand-wrapper {
    bottom: -235px;
    padding-right: 10px;
    padding-bottom: 80px;
    padding-left: 10px;
  }

  .newsletter-modal-content-holder {
    padding-right: 0px;
    padding-left: 0px;
  }

  .newsletter-modal-heading {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 1px;
  }

  .hero-wrapper-internal {
    height: 450px;
  }

  .hero-wrapper-internal.hero-wrapper-custom {
    height: 600px;
  }

  .hero-wrapper-internal.hero-wrapper-contact {
    background-position: 80% 50%;
  }

  .hero-content-wrapper-internal {
    bottom: 10px;
  }

  .hero-bottom-design-img-internal {
    height: 30px;
  }

  .sub-hero-section-about {
    padding-bottom: 70px;
  }

  .hero-main-heading-internal {
    font-size: 38px;
    line-height: 48px;
  }

  .sub-hero-heading-about {
    text-align: center;
  }

  .sub-hero-rte-wrapper-about {
    text-align: center;
  }

  .banner-section-about {
    padding-top: 100px;
  }

  .banner-section-container-about {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .banner-heading-wrapper-about {
    top: -10px;
  }

  .banner-heading-about {
    font-size: 32px;
    line-height: 42px;
  }

  .tabs-menu-about {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-menu-img-about {
    width: 80px;
  }

  .mid-flex-col-action {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .testimonial-slider-arrow-action {
    display: none;
  }

  .testimonial-heading-action {
    margin-bottom: 100px;
  }

  .testomonial-slider-action {
    height: 285px;
  }

  .bottom-bg-img-action {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: auto;
    height: auto;
    max-height: 70%;
  }

  .sub-hero-wrapper-collection {
    padding-bottom: 20px;
  }

  .sub-hero-tabs-menu-collection {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sub-hero-tab-link-collection {
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .sub-hero-tab-inner-collection {
    padding-top: 25px;
  }

  .sub-hero-flex-row-collection {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sub-hero-flex-col-collection {
    margin-bottom: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .filter-flex-col-outer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .filter-content-heading {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .filter-select {
    width: 100%;
  }

  .breadcrumb-wrapper-collection {
    padding-left: 0px;
  }

  .breadcrumb-flex-row-collection {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .breadcrumb-link-collection {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 14px;
  }

  .breadcrumb-breaker-collection {
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
  }

  .flex-col-collection {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .flex-col-btn-wrapper-collection {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flex-col-btn-collection {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .sub-hero-flex-col-collection-alt {
    margin-bottom: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .breadcrumb-wrapper-product {
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .flex-col-product {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flex-col-product.flex-col-product-middle {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mid-wrapper-product {
    background-image: none;
  }

  .mid-flex-row-outer-product {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mid-flex-col-outer-product {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .mid-flex-col-inner-product {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .mid-icon-section-product {
    margin-top: 40px;
  }

  .related-section-product {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .flex-col-related-product {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .reviews-placeholder {
    font-size: 20px;
    line-height: 20px;
  }

  .bottom-bg-img-newsletter {
    height: 30px;
  }

  .heading-row-cart {
    display: none;
  }

  .content-flex-row-cart {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-flex-col-1-cart {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .content-flex-col-2-cart {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .content-flex-col-3-cart {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .content-img-holder-cart {
    height: 80px;
  }

  .cart-options-breaker {
    margin-right: 10px;
    margin-left: 10px;
  }

  .bar-container-cart {
    padding-right: 10px;
    padding-left: 10px;
  }

  .bar-heading-img-cart {
    width: 50px;
  }

  .bar-heading-cart {
    font-size: 24px;
    line-height: 24px;
  }

  .heading-login {
    line-height: 44px;
  }

  .form-group-login {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-col-login {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .main-heading-account {
    font-size: 28px;
    line-height: 36px;
  }

  .content-wrapper-account {
    padding-right: 10px;
    padding-bottom: 100px;
    padding-left: 10px;
  }

  .heading-flex-text-account {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0px;
  }

  .order-flex-col-text-account {
    font-size: 15px;
    line-height: 18px;
  }

  .btn-flex-row-account {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .btn-flex-col-account {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .hero-content-wrapper-custom {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .mid-flex-col-outer-custom {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mid-bg-wrapper-custom {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bottom-border-img {
    height: 30px;
  }

  .bar-slider-arrow-custom {
    width: 20px;
  }

  .slide-inner-custom {
    padding-right: 25px;
    padding-left: 25px;
  }

  .form-content-wrapper-custom {
    padding-right: 10px;
    padding-left: 10px;
  }

  .form-heading-custom {
    font-size: 34px;
    line-height: 40px;
  }

  .form-group-custom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-col-custom {
    padding-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .form-col-custom.form-col-custom-alt {
    padding-left: 0px;
  }

  .mid-content-block-blog {
    padding-right: 10px;
    padding-left: 10px;
  }

  .flex-row-outer-blog {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-col-outer-1-blog {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .flex-col-outer-2-blog {
    padding-top: 20px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .related-heading-article {
    font-size: 32px;
    line-height: 40px;
  }

  .flex-col-img-article {
    width: 118px;
  }

  .expand-inner-faq {
    padding-right: 15px;
    padding-left: 15px;
  }

  .mid-wrapper-contact {
    padding-bottom: 40px;
  }

  .mid-flex-col-contact {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mid-link-contact {
    font-size: 18px;
    line-height: 23px;
  }

  .mid-flex-row-wholesale {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mid-flex-col-wholesale {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .mid-heading-wholesale {
    font-size: 32px;
    line-height: 38px;
  }

  .bar-flex-col-heading-wholesale {
    font-size: 18px;
    line-height: 22px;
  }

  .bar-flex-col-img-wholesale {
    width: 24px;
  }

  .top-border-img {
    height: 30px;
  }

  .hero-slider-arrow {
    right: 10px;
    width: 30px;
  }

  .hero-slider-arrow.hero-slider-arrow-left {
    left: 10px;
  }

  .cta-flex-link-home {
    font-size: 16px;
  }

  .sub-hero-heading-alt-about {
    text-align: center;
  }

  .bottom-heading-home {
    font-size: 38px;
    line-height: 44px;
  }

  .logo-flex-col-home {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .related-product-slider {
    height: 650px;
  }

  .related-products-slider-arrow {
    width: 30px;
  }

  .related-product-slide-inner {
    padding-right: 80px;
    padding-left: 80px;
  }

  .nav-expand-close-btn-img {
    position: absolute;
    left: auto;
    top: 3px;
    right: 3px;
    bottom: auto;
    display: inline-block;
    width: 16px;
    cursor: pointer;
  }

  .main-heading-product-mobile {
    font-size: 40px;
    line-height: 48px;
  }

  .top-border-img-mobile {
    height: 30px;
  }

  .related-container-cart {
    padding-right: 80px;
    padding-left: 80px;
  }

  .bottom-bg-img-home {
    left: 0%;
    top: auto;
    right: 0%;
    width: auto;
    height: auto;
    max-height: 70%;
  }

  .logo-slider-home {
    height: 240px;
  }

  .logo-slider-arrow {
    padding-top: 50px;
  }

  .hero-content-wrapper-shark {
/*     margin-top: 230px; */
  }

  .home-slider-btn {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 22px;
    line-height: 22px;
  }

  .flex-col-img-related-product {
    width: 118px;
  }

  .tab-menu-heading-wrapper-about {
    display: none;
  }

  .tab-menu-heading-about {
    font-size: 16px;
  }

  .bg-btn-inner-home-alt {
    z-index: 1;
  }

  .bg-btn-home-alt {
    padding-right: 10px;
    padding-left: 10px;
  }

  .bottom-border-img-home {
    height: 30px;
  }

  .testomonial-slider-home {
    height: 300px;
  }

  .sub-hero-expand-btn-wrapper-about {
    padding-top: 20px;
  }

  .testimonial-heading-action-page {
    margin-bottom: 100px;
  }

  .sub-hero-expand-btn-wrapper-about-alt {
    padding-top: 20px;
  }

  .banner-expand-btn-wrapper-about {
    padding-top: 20px;
  }

  .banner-expand-btn-wrapper-about-alt {
    padding-top: 20px;
  }

  .bg-select {
    width: 220px;
    background-position: 193px 50%;
  }

  .bg-tab-btn-wrapper {
    bottom: 20px;
  }

  .bg-tab-btn {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-brand-img-scrolling {
    width: 60px;
  }

}

/* -------------------------------------------------------------------
   Avenir Book

   One @font-face per CSS weight the theme actually uses, so nothing is
   left to the browser to synthesise. The six files are CFF/OpenType
   despite their .ttf extension, hence format('opentype').

   The mapping keeps the two anchors the design was built on — 400 is
   Book (the family the CSS is named after) and 700 is Heavy — and fills
   the gaps from the faces' own usWeightClass values:

     CSS 300 -> Avenir Light    (usWeightClass 300)
     CSS 400 -> Avenir Book     (350)   <- body copy
     CSS 500 -> Avenir Regular  (400)
     CSS 600 -> Avenir Medium   (500)
     CSS 700 -> Avenir Heavy    (850)   <- bold
     CSS 800 -> Avenir Heavy    (850)
     CSS 900 -> Avenir Black    (900)

   local() after each url() is belt-and-braces: if a file ever fails to
   upload, a machine with Avenir installed still resolves the right face
   instead of dropping the whole family to Helvetica.
   ------------------------------------------------------------------- */
@font-face {
  font-family: 'Avenir Book';
  src: url('Avenir-Light.ttf') format('opentype'),
       local('Avenir Light'), local('Avenir-Light');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Book';
  src: url('Avenir-Book.ttf') format('opentype'),
       local('Avenir Book'), local('Avenir-Book');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Book';
  src: url('Avenir-Regular.ttf') format('opentype'),
       local('Avenir Roman'), local('Avenir-Roman'),
       local('Avenir Regular'), local('Avenir-Regular');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Book';
  src: url('Avenir-Medium.ttf') format('opentype'),
       local('Avenir Medium'), local('Avenir-Medium');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Book';
  src: url('Avenir-Heavy.ttf') format('opentype'),
       local('Avenir Heavy'), local('Avenir-Heavy');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Book';
  src: url('Avenir-Heavy.ttf') format('opentype'),
       local('Avenir Heavy'), local('Avenir-Heavy');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Book';
  src: url('Avenir-Black.ttf') format('opentype'),
       local('Avenir Black'), local('Avenir-Black');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.ctrl {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-size: 18px;
}

.ctrl__counter {
  position: relative;
  width: 100px;
  color: #333C48;
  text-align: center;
  overflow: hidden;
}

.ctrl__counter.is-input .ctrl__counter-num {
  visability: hidden;
  opacity: 0;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
}

.ctrl__counter.is-input .ctrl__counter-input {
  visability: visible;
  opacity: 1;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
}

.ctrl__counter-input {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  box-shadow: none;
  outline: none;
  border: none;
  color: #441536;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  visability: hidden;
  opacity: 0;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
}
.ctrl__button {
  width: 25px;
  line-height: 25px;
  text-align: center;
  color: #441536;
  cursor: pointer;
}

.ctrl__button:active {
  background-color: #778996;
  -webkit-transition: background-color 100ms ease-in;
  transition: background-color 100ms ease-in;
}

.ctrl__button--decrement { border-radius: 5px 0 0 5px; }

.ctrl__button--increment { border-radius: 0 5px 5px 0; }
.ctrl__counter-num {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 25px;
  visability: visible;
  opacity: 1;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
}

.ctrl__counter-num.is-increment-hide {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-animation: increment-prev 100ms ease-in;
  animation: increment-prev 100ms ease-in;
}

.ctrl__counter-num.is-increment-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: increment-next 100ms ease-out;
  animation: increment-next 100ms ease-out;
}

.ctrl__counter-num.is-decrement-hide {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-animation: decrement-prev 100ms ease-in;
  animation: decrement-prev 100ms ease-in;
}

.ctrl__counter-num.is-decrement-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: decrement-next 100ms ease-out;
  animation: decrement-next 100ms ease-out;
}

@-webkit-keyframes 
decrement-prev {  from {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}

@keyframes 
decrement-prev {  from {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}

@-webkit-keyframes 
decrement-next {  from {
 opacity: 0;
 -webkit-transform: translateY(-50px);
 transform: translateY(-50px);
}
}

@keyframes 
decrement-next {  from {
 opacity: 0;
 -webkit-transform: translateY(-50px);
 transform: translateY(-50px);
}
}

@-webkit-keyframes 
increment-prev {  from {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}

@keyframes 
increment-prev {  from {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}

@-webkit-keyframes 
increment-next {  from {
 opacity: 0;
 -webkit-transform: translateY(50px);
 transform: translateY(50px);
}
}

@keyframes 
increment-next {  from {
 opacity: 0;
 -webkit-transform: translateY(50px);
 transform: translateY(50px);
}
}

.search-input {
  height: 40px;
  width: 250px;
  font-size: 18px;
  font-family: Avenir Book,sans-serif;
  margin-right: 10px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
  border-radius: 7px;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  color: #441536;
  text-align: center;
}

.search-box {
  width: 100%;
  text-align: center;
  padding: 0px 0px 40px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #9e3279;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.search-i {
    float: left;
}

.search-b {
    float: right;
}

@media screen and (max-width: 767px) {

  /*.hero-slide-inner.hero-slide-inner-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('/cdn/shop/t/8/assets/bestseller-mobile.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/cdn/shop/t/8/assets/bestseller-mobile.jpg');
  }
  
    .hero-slide-inner.hero-slide-inner-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('/cdn/shop/t/8/assets/st-patrick-mobile.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/cdn/shop/t/8/assets/st-patrick-mobile.jpg');
  }
 */
  
  .search-i, .search-b {
    float: none;
  }
  
  .search-b {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  
  .search-box {
    padding-bottom: 0px;
  }
}

.spb-label-tooltip {
  padding-right: 10px;
  font-family: hobeaux,sans-serif;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1px;
  float: left;
}

.spb-productdescfont {
      font-weight: 500!important;
}
.cart_datepicker {
  justify-content: center!important;
}
.lable_dds-date-wrapper.label-right {
  text-align: center!important;
}
.dds-label-text {
  color: #441536!important;
  font-weight: 700!important;
  text-align:center!important;
}
.appjetty-ddm-cart-box .dds-notes {
  font-style: italic;
  text-align: left;
  padding-left :5px;
}
.appjetty-ddm-cart-box .dds-comment-box label{
  text-align:center !important;
} 
.appjetty-ddm-cart-box .dds-notes label {
  font-size :15px;
  color :#000000;
}
.shopify-policy__container {
  padding: 220px 10px 80px!important;
  color: #441536!important;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  max-width: 850px!important;
  margin-right: auto!important;
  margin-left: auto!important;
}
.shopify-policy__title {
  font-family: 'Avenir Book', sans-serif;
  margin-bottom: 0px;
  color: #9e3279;
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 40px;
  text-align: center;
}

body > div.shopify-policy__container > div.shopify-policy__body > div > h3,
body > div.shopify-policy__container > div.shopify-policy__body > div > p > strong {
  margin-top: 30px!important;
  margin-bottom: 15px!important;
  color: #9e3279!important;
  text-transform: uppercase!important;
  font-family: hobeaux, sans-serif;
  font-size: 24px!important;
  line-height: 30px!important;
  font-weight: 500!important;
  letter-spacing: 1px!important;
}
body > div.shopify-policy__container > div.shopify-policy__body > div > p > a {
  color: #9e3279;
}
.jdgm-widget.jdgm-preview-badge.jdgm--done-setup, .jdgm-prev-badge[data-average-rating='0.00'] {
    display: block !important;
}
.fancybox__caption {
    display: none;
}
.jdgm-carousel--card-theme .jdgm-carousel-item__reviewer-name {
    font-family: hobeaux,sans-serif;
    letter-spacing: 1px;
}
.jdgm-carousel-item__review-title {
     font-family: hobeaux,sans-serif;
    letter-spacing: 1px;
}
.flex-row-collection .flex-col-inner-collection {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    color: inherit;
    position: relative;
    height: 100%;
}
@media screen and (min-width: 1750px) {  
.nav-menu-bg-img-1 {
    width: 60%;
    height: 100%;
    max-width: 100%;
}
.nav-menu-bg-img-2 {
    width: 45%;
    height: 100%;
}
}






/* <!-- 02/March/2023 CSS Start --> */
  
.featured-collection h3.featured-collection__title {
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 52px;
    text-align: center;
    letter-spacing: 2px;
}

/* <!-- 02/March/2023 CSS End --> */


/*03/march/2023  */
.fancybox__slide.has-caption.is-selected.has-image {
    top: 10%;
}
  .nav-brand-img-scrolling, .nav-brand-img{
    width: 80px;
}
  .nav-menu-bg-img-2{
    width: 45%;
  }
.nav-menu-flex-col-2 a.nav-meta-flex-link.w-inline-block {
   padding: 0 15px;
}
  .nav-menu-flex-col-2 {
    max-width: 500px;
    justify-content: end;
}
.featured-product-grid-button{
  opacity:1 !important;
  visibility: visible !important;
  margin-bottom: 10px;
} 
.featured-product-grid-button form input.btn, .addcart{
  display: inline-block;
    padding: 9px 0;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
     width: 100%;
    border-radius: 10px !important;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;
    font-family: hobeaux,sans-serif;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1px;
}
  .product-recommendations span.jdgm-prev-badge__text {
    color: #000;
}
/*   .addcart input {
    padding: 9px 15px;
    background: #5e92c2;
    border: none;
    border-radius: 10px !important;
    cursor: pointer;
    width: 100%;
} */
  .addcart{
        opacity: 1 !important;
  }
.shopify-challenge__container {
    margin: 80px auto !important;
}
.shopify-challenge__container .shopify-challenge__button {
    margin: 10px auto!important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 10px;
    background-color: #9e3279;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;
    font-family: hobeaux,sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
}
.customer.account {
    margin-top: 30px;
}
.order .mid-wrapper-page-general, .account .mid-wrapper-page-general {
    position: relative;
    padding: 0 10px 80px;
}
.order {
    background: #f0a53b;
}
.custom_order {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 30px;
}
.customer.order {
    width: 100%;
    max-width: 80%;
    margin: 0 auto !important;
}
.table_form {
    margin-right: 30px;
}
.shipping_add {
    margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .custom_order {
    display: block;
    width: 100%;
}
.table_form {
    width: 100%;
    margin-right: 0;
}
.odr_add {
    width: 100%;
}
.featured-collection__image img.product__img {
    width: 100%;
}
.featured-collection .main_featured .slick-next {
    right: -10px;
}
.featured-collection .main_featured .slick-prev {
    left: -10px;
}
}
.footer-flex-col-inner {
    text-align: left;
}
img.bar-slider-arrow-img-custom {
    height: 60px;
    width: 60px;
}  
.main_featured {
    width: 90%;
    margin: 0 auto;
}
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
}
.footer-wrapper .jdgm-all-reviews-text {
    background-color: transparent !important;
}
.nav-menu-expand-wrapper {
    text-align: left;
}
.customer .pagination li a svg path {
    color: #fff !important;
}
.customer .pagination li a {
    color: #fff !important;
}
.flex-row-collection span a {
    color: #441536;
}
.product.slick-slide {
    text-align: center;
    padding: 0 15px;
}
img.product__img {
    padding-bottom: 15px;
    margin: 0 auto;
}
body.index {
    overflow: auto !important;
}
/* <--------( A-P )-------->  */
.page {
    padding-right: 0px;
}
span.contact-form-number_errore {
    display: none;
}
input#phone-number:hover + span {
    display: block;
  transition:0.3s linear;
}
span.contact-form-number_errore {
    font-size: 13px;
    text-transform: capitalize;
    font-style: italic;
}
.form-col-custom.form-col-custom-alt {
    position: relative;
}
.inner-image-block img{
  width:100%;
}
.inner-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1/1;
    max-height: 100%;
}
.inner-image-wrapper img {
    min-height: 100%;
    position: absolute;
    z-index: 999;
    height: 100%;
    overflow: unset;
}
.mid-flex-row-outer-custom{
  align-items:center;
}
/* <_________( custom image custom  hats section css )_______> */
.mid-list-wrapper-custom {
    position: relative;
  color:white;
}

img.top-bullet-content-im {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transform: translate(-0, -0);
    height: 100%;
    width: 100%;
}
span.mid-list-middle-content {
    position: relative;
    z-index: 99;
    padding: 24px;
    padding-bottom: 0;
    display: inline-block;
}
.mid-list-row-custom {
    position: relative;
    padding: 24px;
}
a.mid-btn-custom.w-button.custom-upper-block-text {
    padding: 2px;
     font-size: 12px;
}
.mid-list-row-custom:empty {
    display: none;
}
.inner-image-wrapper img {
    padding: 1px;
}
/* errore massage css */
span.border-box {
    position: absolute;
    top: -8px;
    left: 12px;
    border-top: 1px solid #80808061;
    padding: 7px;
    border-left:1px solid #80808061;
    rotate: 44deg;
    background: #fff;
}
.border-main {
    position: relative;
    padding: 6px;
    border:1px solid #80808061;
    width: fit-content;
    text-transform: capitalize;
    font-style: italic;
}
span.contact-form-number_errore {
    position: absolute;
    left: 17px;
    bottom: -33px;
    background: white;
}
.mid-wrapper-custom.padding {
    background: #9e3279;
}
@media only screen and (max-width:767px){
  .nav-menu-expand-wrapper {
    display: none !important;
}
}
body{
  overflow:visible !important;     
}


/* slider css custom */
  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}
  .slider-wrapper {
    position: relative;
    max-width: 20%;
    margin: 0 auto;
}
  .main-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width:80%;
    margin:0 auto;
    width:100%;
    
}
  .mid-flex-col-outer-custom-2 {
    max-width: 30%;
    margin: 0 auto;
}
.new-slider-uu .slick-track{
  height:400px;
}
.new-slider-uu  .slick-dots li.slick-active button:before{
  color:#f0a53b;
  border-radius:50px;
  width:10px;
  height:10px;
}
.new-slider-uu  .slick-dots li button:before{
  color:#ddd;
  border-radius:50px;
}
.new-slider-uu button.slick-next.slick-arrow {
    color: black;
      font-size: 38px;
    font-family: 'hobeaux';
}
.new-slider-uu button.slick-prev.slick-arrow {
    color:black;
      font-size: 38px;
    font-family: 'hobeaux';
}
.blank {
    height: 53px;
}
@media only screen and (max-width:767px){
  .mid-flex-col-outer-custom-2 {
    max-width: 85%;
    margin: 0 auto;
  }
}
/* New Css 1907  */
.calendly-inline-widget {
    background-color: #f0a53b;
}
 .calendly-inline-widget .calendly-inline-widget-heading {
    /* margin-bottom: 10px; */
    font-size: 38px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 40px;
}
  
}