@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900");
@import url("//hello.myfonts.net/count/36ed03");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'LuloCleanOne';
  src: url("webfonts/36ED03_1_0.eot");
  src: url("webfonts/36ED03_1_0.eot?#iefix") format("embedded-opentype"), url("webfonts/36ED03_1_0.woff2") format("woff2"), url("webfonts/36ED03_1_0.woff") format("woff"), url("webfonts/36ED03_1_0.ttf") format("truetype");
}

@font-face {
  font-family: 'LuloCleanOne-Bold';
  src: url("webfonts/36ED03_2_0.eot");
  src: url("webfonts/36ED03_2_0.eot?#iefix") format("embedded-opentype"), url("webfonts/36ED03_2_0.woff2") format("woff2"), url("webfonts/36ED03_2_0.woff") format("woff"), url("webfonts/36ED03_2_0.ttf") format("truetype");
}

#page {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: repeat(auto-fit, 3);
}

#page .page-wrap {
  display: grid;
  grid-template-columns: 3fr 1fr;
}

body.no-sidebar #page .page-wrap {
  grid-template-columns: auto;
  max-width: 100%;
  width: 100%;
}

body.no-sidebar #page .page-wrap #sidebar {
  display: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}

body {
  color: #272727;
  font-size: 1.6rem;
  line-height: 1.37;
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "LuloCleanOne-Bold", "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: -0.5rem;
}

.entry-content h1, .entry-content h2, .entry-content h3 {
  color: #ce1247;
}

.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

strong {
  font-weight: 700;
}

article a {
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

article a:hover, article a:focus, article a:active {
  color: #ce1247;
}

div#page > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px;
  background: white;
}

div#page > header div.burger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 15%;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div#page > header div.burger-menu .menu {
  display: block;
  overflow: hidden;
}

div#page > header div.burger-menu .menu span {
  display: block;
  margin-bottom: 3px;
  height: 5px;
  width: 30px;
  background: #ce1247;
  border-radius: 10px;
}

div#page > header div.burger-menu .menu:hover {
  cursor: pointer;
}

div#page > header .hide-laptop div.telephone {
  margin-top: 15px;
  font-weight: bold;
}

div#page > header .hide-laptop div.telephone span {
  color: #ce1247;
}

div#page > header div.logo, div#page > header div.nav, div#page > header div.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div#page > header div.logo {
  max-width: 70%;
  width: 100%;
}

div#page > header div.logo a {
  padding: 0 15px;
}

div#page > header div.nav {
  display: none;
}

div#page > header div.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 15%;
  width: 100%;
}

div#page > header div.contact .social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div#page > header div.contact .social-block a {
  display: none;
  margin-right: 5px;
}

div#page > header div.contact .social-block a:last-of-type {
  margin-right: 0;
}

div#page > header div.contact .social-block a.cart, div#page > header div.contact .social-block a.basket {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

div#page > header div.contact .social-block a.cart span, div#page > header div.contact .social-block a.basket span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  font-weight: bold;
  color: #ce1247;
  -webkit-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
}

div#page > header div.contact .social-block a svg {
  width: 42px;
  height: 42px;
}

div#page > header div.contact .telephone {
  display: none;
  margin-top: 5px;
  font-weight: bold;
}

div#page > header div.contact .telephone span {
  color: #ce1247;
}

@media screen and (min-width: 767px) {
  div#page > header div.burger-menu {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  div#page > header div.logo, div#page > header div.nav, div#page > header div.contact {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  div#page > header div.logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    max-width: 370px;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  div#page > header div.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2 1;
  }
  div#page > header div.contact {
    max-width: 20%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  div#page > header div.contact .social-block {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  div#page > header div.contact .social-block a {
    display: inline-block;
  }
  div#page > header div.contact .social-block a svg {
    width: 24px;
    height: 24px;
  }
  div#page > header div.contact .social-block a.cart svg, div#page > header div.contact .social-block a.basket svg {
    width: 32px;
    height: 32px;
  }
  div#page > header div.contact .telephone {
    text-align: right;
    display: block;
  }
}

@media screen and (min-width: 992px) {
  div#page > header {
    padding: 25px 120px;
  }
}

header .nav > div {
  width: 100%;
}

header .nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .nav ul li {
  margin: 0;
  padding: 0;
}

header .nav ul li a {
  display: block;
  position: relative;
  padding: 7.5px 10px;
  font-size: 1.4rem;
  color: #d99400;
  line-height: 1;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

header .nav ul li a:hover {
  text-decoration: none;
  background: #ce1247;
  color: white;
}

header .nav ul li.current_page_item a, header .nav ul li.current-menu-item a, header .nav ul li.current_page_parent a {
  background: #ce1247;
  color: white;
}

nav.mobile-nav {
  display: none;
  padding: 20px 0;
}

nav.mobile-nav ul {
  padding: 0;
  margin: 0;
}

nav.mobile-nav ul li {
  text-align: center;
}

nav.mobile-nav ul li a {
  display: block;
  padding: 7px 0;
  color: #d99400;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width: 767px) {
  nav.mobile-nav {
    display: none;
  }
}

footer ul#footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer ul#footer-menu li {
  float: left;
}

footer ul#footer-menu li a {
  position: relative;
  color: #878786;
  text-decoration: none;
  font-size: 1rem;
  border-right: 1px solid #878786;
  padding: 0 5px 3px 5px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

footer ul#footer-menu li a:hover, footer ul#footer-menu li a:visited, footer ul#footer-menu li a:active {
  color: #878786;
}

footer ul#footer-menu li:last-of-type a {
  border-right: 0;
}

@media screen and (min-width: 992px) {
  footer ul#footer-menu {
    max-width: 1120px;
  }
}

footer#footer div#footer-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  max-width: 100%;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 992px) {
  footer#footer div#footer-cta {
    max-width: 1120px;
  }
}

footer#footer div#footer-cta .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media screen and (min-width: 992px) {
  footer#footer div#footer-cta .column {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}

footer#footer div#footer-cta .column .image, footer#footer div#footer-cta .column .link {
  max-width: 50%;
}

footer#footer div#footer-cta .column .image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
}

footer#footer div#footer-cta .column .image img {
  display: block;
}

footer#footer div#footer-cta .column .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  text-align: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer#footer div#footer-cta .column .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  padding: 0 2em;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.37;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 1.8rem;
  height: 100%;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  footer#footer div#footer-cta .column .link a {
    font-size: 3.3rem;
  }
}

footer#footer div#footer-cta .column .link.link-dark {
  background: #21211f;
}

footer#footer div#footer-cta .column .link.link-dark a {
  color: #d99400;
}

footer#footer div#footer-cta .column .link.link-pink {
  background: #ce1247;
}

footer#footer div#footer-cta .column .link.link-pink a {
  color: white;
}

footer#footer div.newsletter {
  background: #21211f;
  padding: 2em;
  margin-bottom: 30px;
  text-align: center;
}

footer#footer div.newsletter p {
  color: white;
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 1.5rem;
}

footer#footer div.newsletter a, footer#footer div.newsletter button {
  display: inline-block;
  text-decoration: none;
  padding: 7px 20px;
  color: white;
  background: #d99400;
  border: 0;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  footer#footer div.newsletter {
    max-width: 1120px;
    overflow: hidden;
    margin: 20px auto 30px auto;
  }
  footer#footer div.newsletter p {
    float: left;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 2.4rem;
  }
  footer#footer div.newsletter a, footer#footer div.newsletter button {
    float: right;
    font-size: 2.4rem;
    margin-left: 20px;
  }
}

footer#footer #social-feeds {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer#footer #social-feeds .column {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0 2em;
}

@media screen and (min-width: 992px) {
  footer#footer #social-feeds {
    max-width: 1120px;
    margin: 0 auto;
  }
  footer#footer #social-feeds .column {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    padding: 0;
  }
}

footer#footer div.footer {
  margin-top: 50px;
  padding: 75px 0;
  text-align: center;
}

footer#footer div.footer.pale-footer {
  background: #ECECEC;
}

footer#footer div.footer > img {
  max-width: 192px;
  height: auto;
  margin-bottom: 65px;
}

footer#footer div.footer .social-block {
  margin-bottom: 65px;
}

footer#footer div.footer .social-block a {
  text-decoration: none;
  margin-right: 20px;
}

footer#footer div.footer .social-block a:last-of-type {
  margin-right: 0;
}

footer#footer div.footer .social-block svg {
  width: 26px;
  height: 26px;
}

footer#footer div.footer .social-block svg path {
  fill: #d99400;
}

.btn {
  padding: 15px;
}

a.woocommerce-review-link-two,
.woocommerce div.product.type-product .summary.entry-summary .woocommerce-product-rating a.woocommerce-review-link-two {
  background: #d99400;
  color: white !important;
  padding: 15px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700 !important;
}

div.contact-column {
  padding-top: 40px;
}

div.contact-column a {
  color: #21211f;
  text-decoration: none;
  font-weight: 700;
}

div.contact-column .wpb_wrapper p:first-of-type {
  margin-bottom: 0.5em;
}

@media screen and (min-width: 992px) {
  div.contact-column {
    padding-top: 0;
  }
}

form.wpcf7-form .form-group {
  width: 100%;
  margin-bottom: 5px;
}

form.wpcf7-form .form-group input[type='text'],
form.wpcf7-form .form-group input[type='number'],
form.wpcf7-form .form-group input[type='email'],
form.wpcf7-form .form-group textarea {
  width: 100%;
  font-size: 1.6rem;
  color: #21211f;
  border: 1px solid #21211f;
  padding: 0.5em;
  font-family: "Lato", sans-serif;
}

form.wpcf7-form .form-group input[type='submit'] {
  color: white;
  background: #ce1247;
  padding: 0.5em 2em;
  text-align: center;
  border: 0;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
}

.homepage-swiper-container.swiper-container-horizontal {
  position: relative;
}

body .swiper-pagination-bullet-active {
  background: white;
}

body .swiper-button-next, body .swiper-button-prev {
  position: absolute;
  top: 53%;
  width: 40px;
  height: 20px;
}

.homepage-swiper-container.swiper-container-horizontal {
  background: #DFDFDF;
}

@media screen and (min-width: 767px) {
  .homepage-swiper-container.swiper-container-horizontal > .swiper-pagination-bullets,
  .homepage-swiper-container.swiper-container-horizontal .swiper-pagination-custom,
  .homepage-swiper-container.swiper-container-horizontal .swiper-pagination-fraction {
    bottom: 30px;
  }
}

.homepage-slider {
  background: #DFDFDF;
}

.homepage-slider div.slide {
  background: #DFDFDF;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}

.homepage-slider div.slide img {
  display: none;
}

.homepage-slider div.caption {
  top: 0;
  left: 0;
  position: relative;
  padding: 110px 1em 45px 1em;
  width: 100%;
  text-align: center;
}

.homepage-slider div.caption h1 {
  font-family: "LuloCleanOne-Bold", "Montserrat", sans-serif;
  font-size: 4.5rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 0 0.5em;
  color: #d99400;
}

.homepage-slider div.caption h2 {
  font-family: "LuloCleanOne-Bold", "Montserrat", sans-serif;
  font-size: 2.5rem;
  padding: 0 0.5em;
  line-height: 1;
  text-transform: uppercase;
  color: #895410;
  margin-bottom: 30px;
}

.homepage-slider div.caption h4 {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  padding: 0 0.5em;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #d99400;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
}

.homepage-slider div.caption a.btn {
  display: inline-block;
  background: #21211f;
  color: white;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .homepage-slider div.slide {
    /*min-height: 662px;*/
  }
  .homepage-slider div.slide img {
    display: block;
  }
  .homepage-slider div.slide div.caption {
    text-align: left;
    position: absolute;
    padding: 120px 0 80px;
    top: 0;
    left: 14rem;
    max-width: 45%;
  }
  .homepage-slider div.slide div.caption h1 {
    font-size: 6.8rem;
    letter-spacing: -1.3rem;
  }
  .homepage-slider div.slide div.caption h2 {
    font-size: 4.2rem;
    letter-spacing: -8px;
  }
  .homepage-slider div.slide div.caption h4 {
    font-size: 3.3rem;
  }
  .homepage-slider div.slide div.caption h1, .homepage-slider div.slide div.caption h2, .homepage-slider div.slide div.caption h3, .homepage-slider div.slide div.caption h4 {
    padding: 0;
  }
  .homepage-slider div.slide div.caption a.btn {
    font-size: 2.5rem;
    padding: 10px 70px;
    letter-spacing: 0.3px;
  }
}

.testimonial-swiper-container div.swiper-slide {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}

.testimonial-swiper-container div.swiper-slide img {
  display: none;
}

.testimonial-swiper-container div.swiper-slide > div {
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .testimonial-swiper-container .swiper-button-prev, .testimonial-swiper-container .swiper-container-rtl .swiper-button-next {
    left: 25%;
    background-image: none;
  }
  .testimonial-swiper-container .swiper-button-prev img, .testimonial-swiper-container .swiper-container-rtl .swiper-button-next img {
    max-width: 20px;
  }
  .testimonial-swiper-container .swiper-button-next, .testimonial-swiper-container .swiper-container-rtl .swiper-button-prev {
    right: 25%;
    background-image: none;
  }
  .testimonial-swiper-container .swiper-button-next img, .testimonial-swiper-container .swiper-container-rtl .swiper-button-prev img {
    max-width: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

section#ctas {
  position: relative;
  margin-bottom: 30px;
}

section#ctas .cta {
  position: relative;
  color: white;
  text-align: center;
}

section#ctas .cta.cta-testimonials {
  background: #d99400;
  padding: 90px 2em;
}

section#ctas .cta.cta-testimonials h4 {
  font-size: 2.2rem;
  font-weight: 100;
  line-height: 1.37;
}

section#ctas .cta.cta-testimonials h3 {
  font-size: 2.2rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

section#ctas .cta.cta-testimonials .testimonial-swiper-container {
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  section#ctas .cta.cta-testimonials h3, section#ctas .cta.cta-testimonials h4 {
    font-size: 2.8rem;
  }
  section#ctas .cta.cta-testimonials .slant:first-of-type {
    display: none;
  }
}

section#ctas .cta.cta-help {
  max-width: 1120px;
  margin: 0 auto;
  background: #ce1247;
  padding: 2em;
}

section#ctas .cta.cta-help a.btn {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 7px 15px;
  background: #21211f;
  color: white;
}

@media screen and (min-width: 992px) {
  section#ctas .cta.cta-help {
    margin-bottom: -1em;
    z-index: 2;
  }
  section#ctas .cta.cta-help h1, section#ctas .cta.cta-help h2, section#ctas .cta.cta-help h3, section#ctas .cta.cta-help h4, section#ctas .cta.cta-help h5, section#ctas .cta.cta-help h6, section#ctas .cta.cta-help a {
    font-size: 2.5rem;
    display: inline-block;
  }
  section#ctas .cta.cta-help a.btn {
    margin-top: 0;
    margin-left: 20px;
    font-size: 1.8rem;
  }
  section#ctas .cta.cta-help .slant {
    display: none;
  }
}

section#ctas .cta h4 {
  line-height: 2;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
}

section#ctas .cta h4 strong {
  font-weight: 700;
}

section#ctas .cta a {
  color: white;
  text-decoration: none;
  font-weight: 400;
}

section#ctas .cta .slant {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #ce1247;
  -webkit-clip-path: polygon(0 0, 100% 50%, 100% 0);
  clip-path: polygon(0 0, 100% 50%, 100% 0);
}

section#ctas > .slant {
  position: absolute;
  bottom: -29px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #d99400;
  -webkit-clip-path: polygon(0 0, 100% 50%, 100% 0);
  clip-path: polygon(0 0, 100% 50%, 100% 0);
}

body.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  opacity: 0;
  padding: 3em 2em 0 2em;
  -webkit-transition: ease-in-out opacity 0.5s;
  transition: ease-in-out opacity 0.5s;
}

.modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.modal .close svg {
  width: 20px;
  height: 20px;
}

.modal .close svg polygon {
  fill: #272727;
}

.modal.open {
  opacity: 1;
}

.modal.open .subscribe-wrapper {
  opacity: 1;
}

.modal .subscribe-wrapper {
  opacity: 0;
  -webkit-transition: ease-in-out opacity 0.5s;
  transition: ease-in-out opacity 0.5s;
  position: relative;
  max-width: 95%;
  margin: 0 auto;
  background: white;
  border-radius: 10px;
  padding: 2em;
}

.modal .subscribe-wrapper iframe {
  margin: 0 auto;
  width: 100%;
  min-height: 400px;
}

@media screen and (min-width: 992px) {
  .modal .subscribe-wrapper {
    max-width: 750px;
  }
}

body.modal-open {
  overflow: hidden;
  padding-right: 0;
}

@media screen and (min-width: 767px) {
  body.modal-open {
    padding-right: 17px;
  }
}

#modalOverlay {
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

#modalOverlay.open {
  opacity: 1;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}

#modalOverlay .price_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: auto;
  min-height: calc(100% - (1.75rem * 2));
  max-width: 95%;
  margin: 1.75rem auto;
}

#modalOverlay .price_modal .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px 20px 20px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  border: 4px solid #ce1247;
  border-radius: 0;
}

#modalOverlay .price_modal .content > p {
  margin-bottom: 1em;
  font-size: 1.8rem;
}

#modalOverlay .price_modal .content > p:first-of-type {
  font-size: 2rem;
  font-family: "LuloCleanOne-Bold", "Montserrat", sans-serif;
  letter-spacing: -5px;
  color: #ce1247;
}

@media screen and (min-width: 767px) {
  #modalOverlay .price_modal .content > p:first-of-type {
    font-size: 2.4rem;
  }
}

#modalOverlay .price_modal .content > p:last-of-type {
  font-size: 2rem;
}

#modalOverlay .price_modal .content .buttons {
  text-align: center;
}

#modalOverlay .price_modal .content .buttons .btn {
  background: #21211f;
  color: white;
  font-size: 1.4rem;
  text-transform: none;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 8px 3em;
  border: 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

#modalOverlay .price_modal .content .buttons .btn:hover {
  cursor: pointer;
  background: #ce1247;
}

@media screen and (min-width: 767px) {
  #modalOverlay .price_modal {
    max-width: 750px;
  }
}

#events {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 2;
}

#events .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ce1247;
}

#events .row.events-row {
  display: block;
  padding: 100px 1em;
  background: #ce1247;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

#events .row.events-row h1, #events .row.events-row h2 {
  font-family: "LuloCleanOne-Bold", "Montserrat", sans-serif;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0.75em;
}

#events .row.events-row h3, #events .row.events-row h4, #events .row.events-row h5, #events .row.events-row h5 {
  font-family: "Lato", sans-serif;
  color: white;
  margin-bottom: 1em;
  letter-spacing: 0;
}

#events .row.events-row h3 {
  font-weight: 700;
  font-size: 3.5rem;
  margin-bottom: 0;
}

#events .row.events-row h5 {
  font-size: 2.5rem;
}

#events .row.events-row hr {
  width: 20%;
  margin: 10px auto;
  border-color: rgba(255, 255, 255, 0.6);
}

#events .row.events-row a {
  color: white;
  text-decoration: none;
}

#events .row.events-row a.btn {
  display: inline-block;
  margin-bottom: 10px;
  background: #21211f;
  color: white;
  font-size: 1.4rem;
  text-transform: none;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 8px 3em;
}

@media screen and (min-width: 992px) {
  #events .row.events-row {
    padding: 30px 0;
  }
  #events .row.events-row h3 {
    font-size: 4.5rem;
  }
}

#events .row .col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
}

#events .row .message {
  display: block;
  text-align: center;
  padding: 15px 0.5em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background: #d99400;
}

#events .row .message p {
  font-weight: 100;
  margin: 0;
  color: white;
  text-transform: uppercase;
}

#events .row .message p strong {
  font-weight: bold;
}

@media screen and (min-width: 767px) {
  #events .row .message {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 15px 0;
  }
}

#events .row .delivery {
  display: block;
  text-align: center;
  padding: 15px 0.5em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background: #21211f;
}

#events .row .delivery p {
  margin: 0;
  color: white;
  text-transform: uppercase;
}

#events .row .delivery p span {
  color: #d99400;
}

@media screen and (min-width: 767px) {
  #events .row .delivery {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 15px 0;
  }
}

@media screen and (min-width: 992px) {
  #events .row .slant {
    height: 50px;
    background: white;
    width: 97%;
    -webkit-clip-path: polygon(0 0, 100% 33%, 100% 110%, 0% 110%);
    clip-path: polygon(0 0, 100% 33%, 100% 110%, 0% 110%);
  }
}

@media screen and (min-width: 1200px) {
  #events {
    max-width: 1120px;
    margin: -90px auto 0 auto;
  }
}

#shop-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#shop-cats .category {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  text-align: center;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

#shop-cats .category .wrapper {
  position: relative;
  margin-top: 1px;
  margin-right: 1px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#shop-cats .category .wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

#shop-cats .category .wrapper .content {
  position: relative;
  padding: 50px 0;
}

#shop-cats .category:nth-of-type(even) .wrapper {
  margin-right: 0;
}

#shop-cats .category:last-of-type .wrapper {
  margin-right: 0;
}

#shop-cats .category svg {
  display: block;
  width: auto;
  margin: 0 auto 20px auto;
  height: auto;
  max-height: 60px;
}

@media screen and (min-width: 992px) {
  #shop-cats .category svg {
    max-height: 90px;
  }
}

#shop-cats .category svg path {
  fill: white;
}

#shop-cats .category a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
}

@media screen and (min-width: 992px) {
  #shop-cats .category {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  #shop-cats .category .wrapper {
    margin-right: 1px;
  }
  #shop-cats .category:nth-of-type(even) .wrapper {
    margin-right: 1px;
  }
  #shop-cats .category:last-of-type .wrapper {
    margin-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  #shop-cats {
    max-width: 1120px;
    margin: 0 auto;
  }
  #shop-cats .category {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

#sidebar section {
  padding: 20px 0 30px 0;
  border-bottom: 1px solid #ce1247;
}

#sidebar section:first-of-type {
  padding-top: 0;
  border-bottom: 0;
}

#sidebar section:last-of-type {
  border-bottom: 0;
}

#sidebar section h2 {
  margin-bottom: 1em;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

#sidebar section.widget_text strong {
  color: #ce1247;
  font-weight: 400;
}

#sidebar section.widget_archive a {
  text-transform: uppercase;
  margin-right: 10px;
}

#sidebar section ul li {
  margin-bottom: 1em;
}

#sidebar section ul li:last-of-type {
  margin-bottom: 0;
}

#sidebar section ul li p.post-date {
  text-transform: uppercase;
}

#sidebar section ul li a {
  color: #21211f;
  text-decoration: none;
}

.woocommerce div#page .star-rating span::before {
  color: #d99400;
}

.woocommerce div#page main {
  padding-top: 30px;
}

.woocommerce div#page main h1.page-title {
  font-family: "LuloCleanOne-Bold", "Montserrat", sans-serif;
  color: #ce1247;
  font-size: 4.2rem;
  letter-spacing: -0.7rem;
  text-transform: uppercase;
  font-weight: 900;
}

@media screen and (min-width: 992px) {
  .woocommerce div#page main h1.page-title {
    padding-left: 32px;
  }
}

.woocommerce #main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.woocommerce #main-content .shop-header {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.woocommerce #main-content .shop-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.woocommerce .shop-header {
  position: relative;
  background: #DFDFDF;
}

.woocommerce .shop-header img {
  display: block;
}

.woocommerce .shop-header .banner-cta {
  position: relative;
  padding: 1em 1.5em;
  z-index: 2;
  background: #ce1247;
  text-align: center;
}

.woocommerce .shop-header .banner-cta h2 {
  color: white;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: "LuloCleanOne-Bold", "Montserrat", sans-serif;
}

.woocommerce .shop-header .banner-cta .slant {
  display: none;
  position: absolute;
  bottom: -64px;
  left: 0;
  width: 100%;
  height: 65px;
  background: #ce1247;
  -webkit-clip-path: polygon(-20% 0, 100% 50%, 100% 0);
  clip-path: polygon(-20% 0, 100% 50%, 100% 0);
}

@media screen and (min-width: 992px) {
  .woocommerce .shop-header img {
    max-width: calc(1400px - 440px);
  }
  .woocommerce .shop-header .banner-cta {
    position: absolute;
    width: 100%;
    max-width: 443px;
    right: 30px;
    bottom: 95px;
    text-align: right;
  }
  .woocommerce .shop-header .banner-cta h2 {
    font-size: 3rem;
  }
  .woocommerce .shop-header .banner-cta .slant {
    display: block;
  }
}

.woocommerce .shop-nav {
  background: #f9f9f9;
  padding: 10px 0;
}

.woocommerce .shop-nav nav {
  text-align: center;
}

.woocommerce .shop-nav nav ul li {
  display: inline-block;
  padding: 5px 0;
}

.woocommerce .shop-nav nav ul li a {
  padding: 0 15px;
  text-decoration: none;
  color: #895410;
  border-right: 1px solid #895410;
  text-transform: uppercase;
}

.woocommerce .shop-nav nav ul li a.active {
  color: #ce1247;
}

.woocommerce .shop-nav nav ul li:last-of-type a {
  border-right: 0;
}

.woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.woocommerce ul.products li.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  padding: 0 2em 2em 2em;
  margin-right: 0;
  border-bottom: 1px solid #ce1247;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  color: #d99400;
  font-size: 2.4rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}

.woocommerce ul.products li.product a:hover h2, .woocommerce ul.products li.product a:active h2, .woocommerce ul.products li.product a:focus h2 {
  color: #ce1247;
}

.woocommerce ul.products li.product a.button {
  border-radius: 0;
  background: #21211f;
  color: white;
}

.woocommerce ul.products li.product span.price span {
  color: #ce1247;
  font-family: "LuloCleanOne-Bold", "Montserrat", sans-serif;
  font-size: 3.6rem;
  font-weight: 100;
  letter-spacing: -6px;
}

.woocommerce ul.products li.product p.review-rating-p {
  display: inline-block;
}

.woocommerce ul.products li.product .rating-wrapper {
  margin-top: 20px;
}

.woocommerce ul.products li.product .star-rating {
  display: inline-block;
  margin: 0 0 0 10px;
}

.woocommerce ul.products li.product .button {
  text-align: center;
}

.woocommerce ul.products li.product form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 20px;
}

.woocommerce ul.products li.product form.cart .quantity {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
}

.woocommerce ul.products li.product form.cart .quantity input.qty {
  width: 90%;
  padding: 8.5px 10px;
  text-align: center;
  margin-right: 5px;
}

.woocommerce ul.products li.product form.cart button {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4 1;
  margin: 0;
  border-radius: 0;
  background: #21211f;
  color: white;
}

@media screen and (min-width: 992px) {
  .woocommerce ul.products li.product {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
  .woocommerce ul.products li.product a img {
    padding: 1.5em;
  }
}

.woocommerce section.related.products > h2 {
  color: #ce1247;
}

.woocommerce section.related.products ul.products li.product span.price {
  display: none;
}

.woocommerce section.related.products ul.products li.product a.add_to_cart_button {
  display: none;
}

@media screen and (min-width: 992px) {
  .woocommerce section.related.products ul.products li.product {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .woocommerce section.related.products ul.products li.product a img {
    padding: 1.5em;
  }
}

.woocommerce div.product.type-product {
  /**	WooCommerce Tabs Section */
}

.woocommerce div.product.type-product h1.product_title.entry-title {
  margin-bottom: 55px;
  color: #ce1247;
  text-transform: uppercase;
  font-family: "LuloCleanOne-Bold", "Montserrat", sans-serif;
}

.woocommerce div.product.type-product .summary.entry-summary {
  text-align: center;
}

.woocommerce div.product.type-product .summary.entry-summary h1.product_title.entry-title {
  color: #21211f;
  text-transform: none;
  font-size: 2.4rem;
  margin-bottom: 25px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
}

.woocommerce div.product.type-product .summary.entry-summary p.price {
  margin-bottom: 35px;
}

.woocommerce div.product.type-product .summary.entry-summary p.price span.woocommerce-Price-amount.amount {
  color: #ce1247;
  font-family: "LuloCleanOne-Bold", "Montserrat", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  letter-spacing: -0.5rem;
}

.woocommerce div.product.type-product .summary.entry-summary .woocommerce-product-rating {
  margin-top: 40px;
}

.woocommerce div.product.type-product .summary.entry-summary .woocommerce-product-rating .star-rating {
  float: none;
  display: inline-block;
}

.woocommerce div.product.type-product .summary.entry-summary .woocommerce-product-rating .star-rating span::before {
  color: #d99400;
}

.woocommerce div.product.type-product .summary.entry-summary .woocommerce-product-rating a.woocommerce-review-link {
  color: #ce1247;
  margin-right: 1em;
  text-decoration: none;
  float: left;
}

.woocommerce div.product.type-product .summary.entry-summary .woocommerce-product-rating a.woocommerce-review-link-two {
  text-decoration: none;
  color: #21211f;
  float: right;
  font-weight: 400;
}

.woocommerce div.product.type-product .summary.entry-summary form.cart {
  margin-top: 30px;
}

.woocommerce div.product.type-product .summary.entry-summary form.cart .quantity input.qty {
  padding: .51em 1em;
  border: 1px solid #ce1247;
  color: #ce1247;
  font-weight: 700;
  line-height: 1;
  font-size: 1.6rem;
}

.woocommerce div.product.type-product .summary.entry-summary form.cart button.single_add_to_cart_button.button {
  background: #ce1247;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1.6rem;
}

@media screen and (min-width: 992px) {
  .woocommerce div.product.type-product .summary.entry-summary {
    text-align: left;
  }
  .woocommerce div.product.type-product .summary.entry-summary .woocommerce-product-rating a.woocommerce-review-link {
    float: none;
  }
}

.woocommerce div.product.type-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
  text-align: center;
  border-bottom: 1px solid #ce1247;
  padding-right: 10px;
}

.woocommerce div.product.type-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs:before {
  display: none;
}

.woocommerce div.product.type-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li {
  background: #d99400;
  margin-right: 0;
  padding: 0 1em;
  border: 0;
  border-radius: 0;
}

.woocommerce div.product.type-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:after, .woocommerce div.product.type-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:before {
  display: none;
}

.woocommerce div.product.type-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active {
  background: #ce1247;
}

.woocommerce div.product.type-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a {
  font-size: 1.6rem;
  color: white;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .woocommerce div.product.type-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
    text-align: right;
  }
  .woocommerce div.product.type-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li {
    display: inline-block;
    margin-right: 5px;
    padding: 0 1em;
  }
  .woocommerce div.product.type-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:last-of-type {
    margin-right: 0;
  }
  .woocommerce div.product.type-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a {
    font-size: 1.6rem;
  }
}

.woocommerce .cart_totals h2 {
  margin-bottom: 10px;
}

.woocommerce #reviews {
  padding: 0 2em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid black;
  padding: 10px 0 30px 0;
  margin: 0 0 10px 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  margin-bottom: 0.5em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__author {
  color: #ce1247;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.2rem;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__published-date {
  color: #ce1247;
  letter-spacing: -0.25rem;
  font-size: 1.4rem;
  font-family: "LuloCleanOne", "Montserrat", sans-serif;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating span::before {
  color: #d99400;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text div.review_date {
  margin-bottom: 20px;
}

.woocommerce #reviews #respond #reply-title {
  margin-bottom: 10px;
  color: #ce1247;
}

.woocommerce #reviews #respond #email-notes {
  display: block;
}

.woocommerce #reviews #respond form {
  margin-top: 10px;
}

.woocommerce #reviews #respond form .comment-form-rating label {
  margin-bottom: 5px;
}

.woocommerce #reviews #respond form p > label {
  display: inline-block;
  margin-bottom: 5px;
}

.woocommerce #reviews #respond form input, .woocommerce #reviews #respond form textarea {
  width: 100%;
  padding: 5px;
  display: block;
  border: 1px solid gray;
}

.woocommerce #reviews #respond form p.stars a {
  border-color: #d99400;
  color: #d99400;
}

.woocommerce #reviews #respond form input[type='submit'] {
  padding: 10px 15px;
  background: #ce1247;
  color: white;
  font-family: "LuloCleanOne", "Montserrat", sans-serif;
  font-size: 1.6rem;
  border-radius: 0;
  letter-spacing: -0.3rem;
  border: 0;
}

@media screen and (min-width: 992px) {
  .woocommerce #reviews #respond form input, .woocommerce #reviews #respond form textarea {
    width: auto;
  }
  .woocommerce #reviews #respond form textarea {
    width: 100%;
  }
}

.woocommerce a.checkout-button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt {
  border-radius: 0;
  background: #21211f;
  color: white;
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

.woocommerce a.checkout-button:disabled, .woocommerce a.checkout-button:disabled[disabled], .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled[disabled] {
  color: white;
}

.woocommerce a.checkout-button:hover, .woocommerce a.checkout-button.active, .woocommerce a.checkout-button:focus, .woocommerce a.button.alt:hover, .woocommerce a.button.alt.active, .woocommerce a.button.alt:focus, .woocommerce button.button:hover, .woocommerce button.button.active, .woocommerce button.button:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt.active, .woocommerce button.button.alt:focus {
  background: #3b3b38;
}

.woocommerce .payment_method_ppec_paypal img {
  width: auto;
  max-width: auto;
}

.woocommerce fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

.woocommerce legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.woocommerce label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.woocommerce input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.woocommerce input[type="radio"],
.woocommerce input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

.woocommerce input[type="file"] {
  display: block;
}

.woocommerce input[type="range"] {
  display: block;
  width: 100%;
}

.woocommerce select[multiple],
.woocommerce select[size] {
  height: auto;
}

.woocommerce input[type="file"]:focus,
.woocommerce input[type="radio"]:focus,
.woocommerce input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.woocommerce output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.woocommerce input:not([type='radio']):not([type='checkbox']), .woocommerce textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.woocommerce input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.woocommerce input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.woocommerce input:-ms-input-placeholder {
  color: #999;
}

.woocommerce input::-webkit-input-placeholder {
  color: #999;
}

.woocommerce input::-ms-expand {
  border: 0;
  background-color: transparent;
}

.woocommerce input[disabled], .woocommerce input[readonly], .woocommerce fieldset[disabled] input {
  background-color: #eeeeee;
  opacity: 1;
}

.woocommerce input[disabled], .woocommerce fieldset[disabled] input {
  cursor: not-allowed;
}

.woocommerce textarea {
  height: auto;
}

.woocommerce input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .woocommerce input[type="date"]input,
  .woocommerce input[type="time"]input,
  .woocommerce input[type="datetime-local"]input,
  .woocommerce input[type="month"]input {
    line-height: 34px;
  }
  .woocommerce input[type="date"].input-sm, .woocommerce .input-group-sm input[type="date"],
  .woocommerce input[type="time"].input-sm, .woocommerce .input-group-sm
input[type="time"],
  .woocommerce input[type="datetime-local"].input-sm, .woocommerce .input-group-sm
input[type="datetime-local"],
  .woocommerce input[type="month"].input-sm, .woocommerce .input-group-sm
input[type="month"] {
    line-height: 30px;
  }
  .woocommerce input[type="date"].input-lg, .woocommerce .input-group-lg input[type="date"],
  .woocommerce input[type="time"].input-lg, .woocommerce .input-group-lg
input[type="time"],
  .woocommerce input[type="datetime-local"].input-lg, .woocommerce .input-group-lg
input[type="datetime-local"],
  .woocommerce input[type="month"].input-lg, .woocommerce .input-group-lg
input[type="month"] {
    line-height: 46px;
  }
}

.woocommerce .form-group {
  margin-bottom: 15px;
}

.woocommerce .radio,
.woocommerce .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.woocommerce .radio label,
.woocommerce .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.woocommerce .radio + .radio,
.woocommerce .checkbox + .checkbox {
  margin-top: -5px;
}

.woocommerce .radio-inline,
.woocommerce .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.woocommerce .radio-inline + .radio-inline,
.woocommerce .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.woocommerce input[type="radio"][disabled], .woocommerce input[type="radio"].disabled, .woocommerce fieldset[disabled] input[type="radio"],
.woocommerce input[type="checkbox"][disabled],
.woocommerce input[type="checkbox"].disabled, .woocommerce fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.woocommerce .radio-inline.disabled, .woocommerce fieldset[disabled] .radio-inline,
.woocommerce .checkbox-inline.disabled, .woocommerce fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.woocommerce .radio.disabled label, .woocommerce fieldset[disabled] .radio label,
.woocommerce .checkbox.disabled label, .woocommerce fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.woocommerce .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.woocommerce .form-control-static.input-lg, .woocommerce .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.woocommerce select.input-sm {
  height: 30px;
  line-height: 30px;
}

.woocommerce textarea.input-sm,
.woocommerce select[multiple].input-sm {
  height: auto;
}

.woocommerce .form-group-sm input {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.woocommerce .form-group-sm selectinput {
  height: 30px;
  line-height: 30px;
}

.woocommerce .form-group-sm textareainput,
.woocommerce .form-group-sm select[multiple]input {
  height: auto;
}

.woocommerce .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.woocommerce .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.woocommerce select.input-lg {
  height: 46px;
  line-height: 46px;
}

.woocommerce textarea.input-lg,
.woocommerce select[multiple].input-lg {
  height: auto;
}

.woocommerce .form-group-lg input {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.woocommerce .form-group-lg selectinput {
  height: 46px;
  line-height: 46px;
}

.woocommerce .form-group-lg textareainput,
.woocommerce .form-group-lg select[multiple]input {
  height: auto;
}

.woocommerce .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.woocommerce .has-feedback {
  position: relative;
}

.woocommerce .has-feedback input {
  padding-right: 42.5px;
}

.woocommerce .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.woocommerce .input-lg + .form-control-feedback,
.woocommerce .input-group-lg + .form-control-feedback,
.woocommerce .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.woocommerce .input-sm + .form-control-feedback,
.woocommerce .input-group-sm + .form-control-feedback,
.woocommerce .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.woocommerce .has-success .help-block,
.woocommerce .has-success .control-label,
.woocommerce .has-success .radio,
.woocommerce .has-success .checkbox,
.woocommerce .has-success .radio-inline,
.woocommerce .has-success .checkbox-inline, .woocommerce .has-success.radio label, .woocommerce .has-success.checkbox label, .woocommerce .has-success.radio-inline label, .woocommerce .has-success.checkbox-inline label {
  color: #3c763d;
}

.woocommerce .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.woocommerce .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.woocommerce .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.woocommerce .has-success .form-control-feedback {
  color: #3c763d;
}

.woocommerce .has-warning .help-block,
.woocommerce .has-warning .control-label,
.woocommerce .has-warning .radio,
.woocommerce .has-warning .checkbox,
.woocommerce .has-warning .radio-inline,
.woocommerce .has-warning .checkbox-inline, .woocommerce .has-warning.radio label, .woocommerce .has-warning.checkbox label, .woocommerce .has-warning.radio-inline label, .woocommerce .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.woocommerce .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.woocommerce .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.woocommerce .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.woocommerce .has-warning .form-control-feedback {
  color: #8a6d3b;
}

.woocommerce .has-error .help-block,
.woocommerce .has-error .control-label,
.woocommerce .has-error .radio,
.woocommerce .has-error .checkbox,
.woocommerce .has-error .radio-inline,
.woocommerce .has-error .checkbox-inline, .woocommerce .has-error.radio label, .woocommerce .has-error.checkbox label, .woocommerce .has-error.radio-inline label, .woocommerce .has-error.checkbox-inline label {
  color: #a94442;
}

.woocommerce .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.woocommerce .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.woocommerce .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.woocommerce .has-error .form-control-feedback {
  color: #a94442;
}

.woocommerce .has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.woocommerce .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.woocommerce .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .woocommerce .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .woocommerce .form-inline input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .woocommerce .form-inline .form-control-static {
    display: inline-block;
  }
  .woocommerce .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .woocommerce .form-inline .input-group .input-group-addon,
  .woocommerce .form-inline .input-group .input-group-btn,
  .woocommerce .form-inline .input-group input {
    width: auto;
  }
  .woocommerce .form-inline .input-group > input {
    width: 100%;
  }
  .woocommerce .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .woocommerce .form-inline .radio,
  .woocommerce .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .woocommerce .form-inline .radio label,
  .woocommerce .form-inline .checkbox label {
    padding-left: 0;
  }
  .woocommerce .form-inline .radio input[type="radio"],
  .woocommerce .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .woocommerce .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.woocommerce .form-horizontal .radio,
.woocommerce .form-horizontal .checkbox,
.woocommerce .form-horizontal .radio-inline,
.woocommerce .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.woocommerce .form-horizontal .radio,
.woocommerce .form-horizontal .checkbox {
  min-height: 27px;
}

.woocommerce .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce .form-horizontal .form-group:before, .woocommerce .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.woocommerce .form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .woocommerce .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.woocommerce .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .woocommerce .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .woocommerce .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.social-block svg {
  width: 16px;
  height: 16px;
}

.social-block svg path, .social-block svg circle {
  fill: #ce1247;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.hide-laptop {
  display: block;
}

@media screen and (min-width: 992px) {
  .hide-laptop {
    display: none;
  }
}

div#page {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  background: white;
}

div#page .content-area {
  margin: 0 auto;
}

div#page main {
  margin: 0 auto;
  padding: 100px 1em;
  max-width: 100%;
}

div#page main .vc_row {
  max-width: 100%;
}

div#page main .vc_row.full-width {
  max-width: 100%;
}

div#page main .vc_row.smaller-width {
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  div#page main .vc_row {
    max-width: 1160px;
    margin: 0 auto;
  }
  div#page main .vc_row.full-width {
    max-width: 100%;
  }
  div#page main .vc_row.smaller-width {
    max-width: 890px;
    margin: 0 auto;
  }
}

div#page .page-wrap {
  position: relative;
  overflow: hidden;
}

div#page .page-wrap #main-content {
  overflow: hidden;
}

div#page .page-wrap #main-content .page-header {
  /*min-height: 300px;*/
  position: relative;
  background: #DFDFDF;
}

div#page .page-wrap #main-content .page-header img {
  display: block;
}

div#page .page-wrap #main-content .page-header .caption {
  position: relative;
  padding: 1em 1.5em;
  z-index: 2;
  background: #ce1247;
  text-align: center;
}

div#page .page-wrap #main-content .page-header .caption .caption-text h2 {
  color: white;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: "LuloCleanOne-Bold", "Montserrat", sans-serif;
}

div#page .page-wrap #main-content .page-header .caption .slant {
  display: none;
  position: absolute;
  bottom: -64px;
  left: 0;
  width: 100%;
  height: 65px;
  background: #ce1247;
}

@media screen and (min-width: 992px) {
  div#page .page-wrap #main-content .page-header img {
    max-width: calc(1400px - 440px);
  }
  div#page .page-wrap #main-content .page-header.no-caption .img-wrap img {
    max-width: 100%;
  }
  div#page .page-wrap #main-content .page-header .caption {
    position: absolute;
    width: 100%;
    max-width: 443px;
    padding: 1em 1.5em 1em 1.5em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
  }
  div#page .page-wrap #main-content .page-header .caption .caption-text h2 {
    font-size: 2.4rem;
  }
  div#page .page-wrap #main-content .page-header .caption .slant {
    display: block;
  }
  div#page .page-wrap #main-content .page-header.caption--side-right .caption {
    right: calc((1440px - 1160px) / 2);
  }
  div#page .page-wrap #main-content .page-header.caption--side-right .slant {
    -webkit-clip-path: polygon(-20% 0, 100% 50%, 100% 0);
    clip-path: polygon(-20% 0, 100% 50%, 100% 0);
  }
  div#page .page-wrap #main-content .page-header.caption--side-left .img-wrap {
    overflow: hidden;
  }
  div#page .page-wrap #main-content .page-header.caption--side-left .img-wrap img {
    float: right;
  }
  div#page .page-wrap #main-content .page-header.caption--side-left .caption {
    left: calc((1440px - 1160px) / 2);
    text-align: left;
  }
  div#page .page-wrap #main-content .page-header.caption--side-left .slant {
    -webkit-clip-path: polygon(0 0, 110% 0%, 0 100%);
    clip-path: polygon(0 0, 110% 0%, 0 100%);
  }
}

div#page .page-wrap .page-header {
  /*min-height: 300px;*/
  position: relative;
  background: #DFDFDF;
}

div#page .page-wrap .page-header img {
  display: block;
}

div#page .page-wrap .page-header .caption {
  position: relative;
  padding: 1em 1.5em;
  z-index: 2;
  background: #ce1247;
  text-align: center;
}

div#page .page-wrap .page-header .caption .caption-text h2 {
  color: white;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: "LuloCleanOne-Bold", "Montserrat", sans-serif;
}

div#page .page-wrap .page-header .caption .slant {
  display: none;
  position: absolute;
  bottom: -64px;
  left: 0;
  width: 100%;
  height: 65px;
  background: #ce1247;
}

@media screen and (min-width: 992px) {
  div#page .page-wrap .page-header img {
    max-width: calc(1400px - 440px);
  }
  div#page .page-wrap .page-header.no-caption img {
    max-width: 100%;
  }
  div#page .page-wrap .page-header .caption {
    position: absolute;
    width: 100%;
    max-width: 443px;
    padding: 1em 1.5em 1em 1.5em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
  }
  div#page .page-wrap .page-header .caption .caption-text h2 {
    font-size: 2.4rem;
  }
  div#page .page-wrap .page-header .caption .slant {
    display: block;
  }
  div#page .page-wrap .page-header.caption--side-right .caption {
    right: calc((1440px - 1160px) / 2);
  }
  div#page .page-wrap .page-header.caption--side-right .slant {
    -webkit-clip-path: polygon(-20% 0, 100% 50%, 100% 0);
    clip-path: polygon(-20% 0, 100% 50%, 100% 0);
  }
  div#page .page-wrap .page-header.caption--side-left .img-wrap {
    overflow: hidden;
  }
  div#page .page-wrap .page-header.caption--side-left .img-wrap img {
    float: right;
  }
  div#page .page-wrap .page-header.caption--side-left .caption {
    left: 30px;
    text-align: left;
  }
  div#page .page-wrap .page-header.caption--side-left .slant {
    -webkit-clip-path: polygon(0 0, 110% 0%, 0 100%);
    clip-path: polygon(0 0, 110% 0%, 0 100%);
  }
}

div#page .page-wrap .curved-overlay {
  display: none;
  z-index: 10;
  position: absolute;
  background: white;
  height: 40px;
  width: 110%;
  -webkit-transform: rotate(20deg);
  transform: rotate(1deg);
  top: -24px;
}

@media screen and (min-width: 767px) {
  div#page .page-wrap .curved-overlay {
    display: block;
  }
}

div#page .alert {
  background: #ce1247;
  color: white;
  font-size: 2.2rem;
  padding: 20px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  div#page {
    width: 95%;
  }
}

@media screen and (min-width: 1200px) {
  div#page {
    width: 1400px;
  }
  div#page main {
    max-width: 1120px;
    margin: 0 auto;
    padding: 100px 0;
  }
}

.woo_discount_rules_table {
  display: none;
}

body.blog .blog-nav, body.single .blog-nav, body.category .blog-nav, body.date .blog-nav {
  background: #f9f9f9;
  padding: 0.6em;
}

body.blog .blog-nav nav, body.single .blog-nav nav, body.category .blog-nav nav, body.date .blog-nav nav {
  text-align: center;
}

body.blog .blog-nav nav ul li, body.single .blog-nav nav ul li, body.category .blog-nav nav ul li, body.date .blog-nav nav ul li {
  display: inline-block;
  padding: 5px 0;
}

body.blog .blog-nav nav ul li a, body.single .blog-nav nav ul li a, body.category .blog-nav nav ul li a, body.date .blog-nav nav ul li a {
  padding: 0 15px;
  text-decoration: none;
  color: #895410;
  border-right: 1px solid #895410;
  text-transform: uppercase;
}

body.blog .blog-nav nav ul li a.active, body.single .blog-nav nav ul li a.active, body.category .blog-nav nav ul li a.active, body.date .blog-nav nav ul li a.active {
  color: #ce1247;
}

body.blog .blog-nav nav ul li:last-of-type a, body.single .blog-nav nav ul li:last-of-type a, body.category .blog-nav nav ul li:last-of-type a, body.date .blog-nav nav ul li:last-of-type a {
  border-right: 0;
}

body.blog main, body.single main, body.category main, body.date main {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

body.blog main > h1, body.single main > h1, body.category main > h1, body.date main > h1 {
  color: #ce1247;
  margin-bottom: 20px;
}

body.blog main > h1 span, body.single main > h1 span, body.category main > h1 span, body.date main > h1 span {
  color: #d99400;
}

body.blog main article.post, body.single main article.post, body.category main article.post, body.date main article.post {
  padding: 30px 0;
  border-bottom: 1px solid #ce1247;
}

body.blog main article.post .post-thumbnail, body.single main article.post .post-thumbnail, body.category main article.post .post-thumbnail, body.date main article.post .post-thumbnail {
  margin-bottom: 30px;
}

body.blog main article.post .post-thumbnail img, body.single main article.post .post-thumbnail img, body.category main article.post .post-thumbnail img, body.date main article.post .post-thumbnail img {
  width: auto;
}

body.blog main article.post .entry-header h2, body.single main article.post .entry-header h2, body.category main article.post .entry-header h2, body.date main article.post .entry-header h2 {
  margin-bottom: 15px;
}

body.blog main article.post .entry-header h2 a, body.single main article.post .entry-header h2 a, body.category main article.post .entry-header h2 a, body.date main article.post .entry-header h2 a {
  font-family: "Lato", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
  color: #ce1247;
  text-decoration: none;
}

body.blog main article.post .entry-content, body.single main article.post .entry-content, body.category main article.post .entry-content, body.date main article.post .entry-content {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

body.blog main article.post .entry-content p, body.single main article.post .entry-content p, body.category main article.post .entry-content p, body.date main article.post .entry-content p {
  margin-bottom: 0.5em;
}

body.blog main article.post .entry-content .addtoany_share_save_container, body.single main article.post .entry-content .addtoany_share_save_container, body.category main article.post .entry-content .addtoany_share_save_container, body.date main article.post .entry-content .addtoany_share_save_container {
  text-align: center;
  margin-bottom: 15px;
}

body.blog main article.post .read-more, body.single main article.post .read-more, body.category main article.post .read-more, body.date main article.post .read-more {
  padding: 0 15px;
  margin: 15px 0 0 0;
  text-align: center;
}

body.blog main article.post .read-more a, body.single main article.post .read-more a, body.category main article.post .read-more a, body.date main article.post .read-more a {
  display: inline-block;
  text-decoration: none;
  color: #ce1247;
  line-height: 1;
  padding: 0.75em;
  border: 1px solid #ce1247;
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

body.blog main article.post .read-more a:hover, body.blog main article.post .read-more a:active, body.blog main article.post .read-more a:focus, body.single main article.post .read-more a:hover, body.single main article.post .read-more a:active, body.single main article.post .read-more a:focus, body.category main article.post .read-more a:hover, body.category main article.post .read-more a:active, body.category main article.post .read-more a:focus, body.date main article.post .read-more a:hover, body.date main article.post .read-more a:active, body.date main article.post .read-more a:focus {
  background: #ce1247;
  color: white;
}

body.blog #page .page-wrap aside.sidebar, body.single #page .page-wrap aside.sidebar, body.category #page .page-wrap aside.sidebar, body.date #page .page-wrap aside.sidebar {
  padding: 20px 1em 1em 1em;
}

body.blog #page .page-wrap aside.sidebar #sidebar, body.single #page .page-wrap aside.sidebar #sidebar, body.category #page .page-wrap aside.sidebar #sidebar, body.date #page .page-wrap aside.sidebar #sidebar {
  display: block;
}

body.blog #page .page-wrap aside.sidebar .recipe-login, body.single #page .page-wrap aside.sidebar .recipe-login, body.category #page .page-wrap aside.sidebar .recipe-login, body.date #page .page-wrap aside.sidebar .recipe-login {
  padding: 10px;
  background: #d99400;
  color: white;
  text-transform: uppercase;
  text-align: center;
}

body.blog #page .page-wrap aside.sidebar .recipe-login a, body.single #page .page-wrap aside.sidebar .recipe-login a, body.category #page .page-wrap aside.sidebar .recipe-login a, body.date #page .page-wrap aside.sidebar .recipe-login a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-family: "LuloCleanOne-Bold", "Montserrat", sans-serif;
  font-size: 1.3rem;
  letter-spacing: -0.2rem;
}

@media screen and (min-width: 992px) {
  body.blog #page .page-wrap #main-content, body.single #page .page-wrap #main-content, body.category #page .page-wrap #main-content, body.date #page .page-wrap #main-content {
    max-width: 1120px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  body.blog #page .page-wrap #main-content #primary, body.single #page .page-wrap #main-content #primary, body.category #page .page-wrap #main-content #primary, body.date #page .page-wrap #main-content #primary {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%;
  }
  body.blog #page .page-wrap #main-content #primary .entry-content .addtoany_share_save_container, body.single #page .page-wrap #main-content #primary .entry-content .addtoany_share_save_container, body.category #page .page-wrap #main-content #primary .entry-content .addtoany_share_save_container, body.date #page .page-wrap #main-content #primary .entry-content .addtoany_share_save_container {
    position: absolute;
    right: 15px;
    bottom: 2px;
    margin: 0;
  }
  body.blog #page .page-wrap #main-content aside, body.single #page .page-wrap #main-content aside, body.category #page .page-wrap #main-content aside, body.date #page .page-wrap #main-content aside {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  body.blog #page .page-wrap main, body.single #page .page-wrap main, body.category #page .page-wrap main, body.date #page .page-wrap main {
    padding-top: 50px;
  }
  body.blog #page .page-wrap main article .entry-header, body.blog #page .page-wrap main article .entry-content, body.single #page .page-wrap main article .entry-header, body.single #page .page-wrap main article .entry-content, body.category #page .page-wrap main article .entry-header, body.category #page .page-wrap main article .entry-content, body.date #page .page-wrap main article .entry-header, body.date #page .page-wrap main article .entry-content {
    padding: 0 20px;
  }
  body.blog #page .page-wrap aside.sidebar, body.single #page .page-wrap aside.sidebar, body.category #page .page-wrap aside.sidebar, body.date #page .page-wrap aside.sidebar {
    padding-top: 60px;
    padding-left: 4em;
  }
}

@media screen and (min-width: 992px) {
  body.single #page .page-wrap #main-content #primary .entry-content .addtoany_share_save_container {
    bottom: -20px;
  }
}

body.page div#user-submitted-posts {
  max-width: 100%;
}

body.page div#user-submitted-posts #usp_form {
  margin: 0 auto;
}

body.page div#user-submitted-posts #usp_form label[for='user-submitted-category'] {
  display: none;
}

body.page div#user-submitted-posts #usp_form .g-recaptcha {
  padding: 0 10px;
}

body.page div#user-submitted-posts #usp_form .usp-name, body.page div#user-submitted-posts #usp_form .usp-email, body.page div#user-submitted-posts #usp_form .usp-title, body.page div#user-submitted-posts #usp_form .usp-category {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
}

body.page div#user-submitted-posts #usp_form .usp-name label, body.page div#user-submitted-posts #usp_form .usp-email label, body.page div#user-submitted-posts #usp_form .usp-title label, body.page div#user-submitted-posts #usp_form .usp-category label {
  margin-bottom: 0.5em;
  color: #ce1247;
  font-family: "LuloCleanOne-Bold", "Montserrat", sans-serif;
  font-size: 1.6rem;
  letter-spacing: -3px;
}

body.page div#user-submitted-posts #usp_form .usp-name label[for='user-submitted-category'], body.page div#user-submitted-posts #usp_form .usp-email label[for='user-submitted-category'], body.page div#user-submitted-posts #usp_form .usp-title label[for='user-submitted-category'], body.page div#user-submitted-posts #usp_form .usp-category label[for='user-submitted-category'] {
  display: none;
}

body.page div#user-submitted-posts #usp_form .usp-name input, body.page div#user-submitted-posts #usp_form .usp-name select, body.page div#user-submitted-posts #usp_form .usp-email input, body.page div#user-submitted-posts #usp_form .usp-email select, body.page div#user-submitted-posts #usp_form .usp-title input, body.page div#user-submitted-posts #usp_form .usp-title select, body.page div#user-submitted-posts #usp_form .usp-category input, body.page div#user-submitted-posts #usp_form .usp-category select {
  border: 1px solid #ce1247;
  padding: 8px 10px;
  width: 100%;
}

body.page div#user-submitted-posts #usp_form .usp-name select, body.page div#user-submitted-posts #usp_form .usp-email select, body.page div#user-submitted-posts #usp_form .usp-title select, body.page div#user-submitted-posts #usp_form .usp-category select {
  padding: 6px 10px;
}

@media screen and (min-width: 767px) {
  body.page div#user-submitted-posts #usp_form .usp-name, body.page div#user-submitted-posts #usp_form .usp-email, body.page div#user-submitted-posts #usp_form .usp-title, body.page div#user-submitted-posts #usp_form .usp-category {
    width: 49.8%;
  }
}

body.page div#user-submitted-posts #usp_form .usp-content, body.page div#user-submitted-posts #usp_form .usp-images {
  padding: 0 10px;
}

body.page div#user-submitted-posts #usp_form .usp-content #wp-uspcontent-editor-tools, body.page div#user-submitted-posts #usp_form .usp-images #wp-uspcontent-editor-tools {
  display: none;
}

body.page div#user-submitted-posts #usp_form #user-submitted-post {
  background: #ce1247;
  padding: 10px 15px;
  color: white;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}

body.page div#user-submitted-posts #usp_form #usp-submit {
  text-align: right;
}

body div#page div.main-events main#main {
  padding: 50px 0 50px 0;
}

body div#page div.main-events main#main article {
  padding: 0 2em;
}

body div#page div.main-events main#main article p.featured-event-text {
  font-size: 1.8rem;
  margin-bottom: 2em;
}

body div#page div.main-events main#main .featured-event {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

body div#page div.main-events main#main .featured-event .description {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 2em;
}

body div#page div.main-events main#main .featured-event .description h2 {
  margin-bottom: 1em;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 3.2rem;
  color: #ce1247;
}

body div#page div.main-events main#main .featured-event .date-and-directions {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

body div#page div.main-events main#main .featured-event .date-and-directions h4 {
  margin-bottom: 1.4em;
  color: #ce1247;
  font-size: 2.6rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
}

body div#page div.main-events main#main .featured-event .date-and-directions a {
  display: inline-block;
  background: #ce1247;
  color: white;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
  text-decoration: none;
  padding: 1em 1.5em;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  body div#page div.main-events main#main .featured-event .date-and-directions {
    text-align: center;
  }
  body div#page div.main-events main#main .featured-event .description {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3 1;
    margin-bottom: 0;
  }
  body div#page div.main-events main#main .featured-event .date-and-directions {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
  }
}

body div#page div.main-events main#main .mb-3 {
  color: #ce1247;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 3em;
}

body div#page div.main-events main#main .grey-bg {
  background: #DFDFDF;
  padding: 30px 2em;
  margin: 0 -2em;
}

body div#page div.main-events main#main .grey-bg h1, body div#page div.main-events main#main .grey-bg h2, body div#page div.main-events main#main .grey-bg h3 {
  color: #ce1247;
}

@media screen and (min-width: 1200px) {
  body div#page div.main-events main#main .grey-bg {
    position: relative;
    width: 1440px;
    left: -172px;
    padding: 30px 140px;
    margin: 0;
  }
}

body div#page div.main-events main#main .events-list .events-month {
  padding: 40px 0 0 0;
}

body div#page div.main-events main#main .events-list .events-month h4 {
  color: #ce1247;
  letter-spacing: -2px;
  margin-bottom: 0.5em;
}

body div#page div.main-events main#main .events-list .events-month hr {
  margin-top: 40px;
}

body div#page div.main-events main#main .events-list .events-month article.event {
  padding: 10px 0;
}

body div#page div.main-events main#main .events-list .events-month article.event p {
  display: inline-block;
}

body div#page div.main-events main#main .events-list .events-month article.event p.event-date {
  min-width: 50px;
}

@media screen and (min-width: 992px) {
  body div#page div.main-events main#main .events-list .events-month article.event p.event-date {
    min-width: 150px;
  }
}

body div#page div.main-events main#main .events-list .events-month:last-of-type hr {
  display: none;
}

body div#page .free-shipping {
  float: left;
  width: 48%;
  padding-top: 10px;
}

body div#page .free-shipping .alert {
  padding: 30px;
}

body div#page .free-shipping h1, body div#page .free-shipping h2, body div#page .free-shipping h3, body div#page .free-shipping h4, body div#page .free-shipping h5, body div#page .free-shipping h6 {
  margin-top: 0;
  color: white;
}

body div#page .free-shipping h1:first-of-type, body div#page .free-shipping h2:first-of-type, body div#page .free-shipping h3:first-of-type, body div#page .free-shipping h4:first-of-type, body div#page .free-shipping h5:first-of-type, body div#page .free-shipping h6:first-of-type {
  margin-bottom: 0.5em;
}

body div#page .free-shipping h2 {
  font-size: 3.2rem;
}

body div#page .free-shipping h2 sup {
  font-weight: 100;
  font-family: "Lato", sans-serif;
}

body div#page .free-shipping h5 {
  font-size: 1.6rem;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #e2e2e2;
}

body .vc_separator.vc_sep_color_juicy_pink .vc_sep_line {
  border-color: #ce1247;
}

body .vc_row {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 767px) {
  body .vc_row {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/*# sourceMappingURL=main.css.map */
