@charset "UTF-8";
@font-face {
  font-family: "LatoRegular";
  src: url('../fonts/Lato-Regular.ttf');
}
@font-face {
  font-family: "RobotoRegular";
  src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
  font-family: "RobotoMedium";
  src: url('../fonts/Roboto-Medium.ttf');
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body,
html {
  position: relative;
  overflow-x: hidden;
}
p {
  margin-bottom: 10px;
}
body {
  font-weight: 300;
  font-size: 16px;
  background-color: #FFF;
  font-family: LatoRegular;
  color: #333;
}
body:before {
  content: "";
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.modal-open {
  padding: 0 !important;
}
body.menu-active:before {
  opacity: 1;
  visibility: visible;
}
.woocommerce-info,
.woocommerce-message {
  border-color: #F38979;
  background-color: rgba(241, 241, 241, 0.18);
}
.woocommerce-info:before,
.woocommerce-message:before {
  color: #F38979;
}
.woocommerce-info a,
.woocommerce-message a {
  color: #F38979;
}
.woocommerce-info a.button,
.woocommerce-message a.button {
  background-color: #F38979;
  color: #FFF;
  font-weight: 400;
  border: 1px solid #F38979;
}
.woocommerce-info a.button:hover,
.woocommerce-message a.button:hover,
.woocommerce-info a.button:focus,
.woocommerce-message a.button:focus {
  background-color: transparent;
  color: #F38979;
}
.woocommerce a.button {
  background-color: #F38979;
  color: #FFF;
  font-weight: 400;
  border: 1px solid #F38979;
}
.woocommerce a.button:hover,
.woocommerce a.button:focus {
  background-color: transparent;
  color: #F38979;
}
a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
body.page-template-home .trustpilot,
body.page-template-home-new .trustpilot {
  padding: 10px 25px;
}
@media only screen and (max-width: 767px) {
  body.page-template-home .trustpilot,
  body.page-template-home-new .trustpilot {
    display: none;
  }
}
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide,
body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide {
  background-size: cover;
  min-height: 600px;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide,
  body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide {
    background-position: -215px 0;
  }
}
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide:after,
body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner,
body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__left,
body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__left {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__left,
  body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
}
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__left img,
body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__left img {
  max-width: 100%;
  margin: 15px auto;
}
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__left .button,
body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__left .button {
  margin-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__left .button,
  body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__left .button {
    display: none;
  }
}
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__left .button a,
body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__left .button a {
  display: inline-block;
  background-color: #F38979;
  color: #FFF;
  font-family: RobotoMedium;
  padding: 13px 25px 10px 25px;
  border-radius: 50px;
  text-align: center;
  font-weight: 500;
}
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__left .button a:hover,
body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__left .button a:hover,
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__left .button a:focus,
body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__left .button a:focus {
  background-color: #f17462;
}
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__right,
body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__right {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__right,
  body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
}
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner,
body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner {
  max-width: 375px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner,
  body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner {
    margin: 0 0 0 auto;
    text-align: right;
  }
}
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner h4,
body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner h4,
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner h3,
body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner h3,
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner p,
body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner p {
  color: #FFF;
}
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner h4,
body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner h4 {
  font-size: 20px;
  margin: 0;
}
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner h3,
body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner h3 {
  margin: 0;
  font-size: 16px;
  font-family: RobotoRegular;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner h3,
  body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner h3 {
    font-size: 24px;
  }
}
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner .button,
body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner .button {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner .button,
  body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner .button {
    display: none;
  }
}
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner .button a,
body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner .button a {
  display: inline-block;
  background-color: #F38979;
  color: #FFF;
  font-family: RobotoMedium;
  padding: 13px 25px 10px 25px;
  border-radius: 50px;
  font-weight: 500;
  text-align: center;
}
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner .button a:hover,
body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner .button a:hover,
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner .button a:focus,
body.page-template-home-new .header .swiper-container .swiper-wrapper .swiper-slide .inner__right--inner .button a:focus {
  background-color: #f17462;
}
body.page-template-home .sale__inner,
body.page-template-home-new .sale__inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 320px;
}
body.page-template-home .sale__inner--left,
body.page-template-home-new .sale__inner--left {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  body.page-template-home .sale__inner--left,
  body.page-template-home-new .sale__inner--left {
    display: none;
  }
}
body.page-template-home .sale__inner--left img,
body.page-template-home-new .sale__inner--left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-home .sale__inner--right,
body.page-template-home-new .sale__inner--right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFF4F1;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .sale__inner--right,
  body.page-template-home-new .sale__inner--right {
    width: 35%;
  }
}
body.page-template-home .sale__inner--right .inner,
body.page-template-home-new .sale__inner--right .inner {
  padding: 25px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .sale__inner--right .inner,
  body.page-template-home-new .sale__inner--right .inner {
    text-align: left;
  }
}
body.page-template-home .sale__inner--right .inner h4,
body.page-template-home-new .sale__inner--right .inner h4 {
  font-size: 15px;
  color: #333;
  margin: 0;
  margin-bottom: 5px;
}
body.page-template-home .sale__inner--right .inner h3,
body.page-template-home-new .sale__inner--right .inner h3 {
  line-height: 38px;
  margin: 0;
  color: #333;
  font-size: 24px;
  font-family: RobotoRegular;
  margin-bottom: 5px;
}
body.page-template-home .sale__inner--right .inner p,
body.page-template-home-new .sale__inner--right .inner p {
  font-weight: bold;
  font-size: 15px;
  color: #333;
  font-family: "Lato", Sans-serif;
}
body.page-template-home .sale__inner--right .inner .button,
body.page-template-home-new .sale__inner--right .inner .button {
  margin-top: 35px;
}
body.page-template-home .sale__inner--right .inner .button a,
body.page-template-home-new .sale__inner--right .inner .button a {
  display: inline-block;
  background-color: #F38979;
  color: #FFF;
  font-family: RobotoMedium;
  padding: 13px 25px 10px 25px;
  border-radius: 50px;
  font-weight: 500;
  text-align: center;
}
body.page-template-home .sale__inner--right .inner .button a:hover,
body.page-template-home-new .sale__inner--right .inner .button a:hover,
body.page-template-home .sale__inner--right .inner .button a:focus,
body.page-template-home-new .sale__inner--right .inner .button a:focus {
  background-color: #f17462;
}
body.page-template-home .sale__inner .product-item,
body.page-template-home-new .sale__inner .product-item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .sale__inner .product-item,
  body.page-template-home-new .sale__inner .product-item {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-template-home .sale__inner .product-item,
  body.page-template-home-new .sale__inner .product-item {
    width: 25%;
  }
}
body.page-template-home .categories,
body.page-template-home-new .categories {
  background-color: #FFF4F1;
}
body.page-template-home .categories__inner,
body.page-template-home-new .categories__inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 12.5px 25px 12.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-template-home .categories__inner h3,
body.page-template-home-new .categories__inner h3 {
  width: 100%;
  padding: 0 12.5px;
  margin: 0;
  color: #F38979;
  margin-bottom: 50px;
  font-size: 24px;
  font-family: RobotoRegular;
  font-weight: bold;
}
body.page-template-home .categories__inner--item,
body.page-template-home-new .categories__inner--item {
  width: 100%;
  padding: 0 12.5px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 480px) {
  body.page-template-home .categories__inner--item,
  body.page-template-home-new .categories__inner--item {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  body.page-template-home .categories__inner--item,
  body.page-template-home-new .categories__inner--item {
    width: 25%;
  }
}
body.page-template-home .categories__inner--item .inner,
body.page-template-home-new .categories__inner--item .inner {
  position: relative;
  width: 100%;
  height: 250px;
}
body.page-template-home .categories__inner--item .inner img,
body.page-template-home-new .categories__inner--item .inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-home .categories__inner--item .inner .title,
body.page-template-home-new .categories__inner--item .inner .title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: auto;
  padding: 10px;
}
body.page-template-home .categories__inner--item .inner .title__inner,
body.page-template-home-new .categories__inner--item .inner .title__inner {
  background-color: #FFF;
  padding: 10px 10px 8px 10px;
}
body.page-template-home .categories__inner--item .inner .title__inner h4,
body.page-template-home-new .categories__inner--item .inner .title__inner h4 {
  color: #000;
  font-family: "Lato", Sans-serif;
  font-weight: 600;
  margin: 0;
}
body.page-template-home .ups__inner,
body.page-template-home-new .ups__inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 12.5px 0 12.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-template-home .ups__inner--item,
body.page-template-home-new .ups__inner--item {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 12.5px;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .ups__inner--item,
  body.page-template-home-new .ups__inner--item {
    width: 33.3333%;
  }
}
body.page-template-home .ups__inner--item h3,
body.page-template-home-new .ups__inner--item h3,
body.page-template-home .ups__inner--item h4,
body.page-template-home-new .ups__inner--item h4 {
  color: #333;
  font-family: "Lato", Sans-serif;
  font-size: 15px;
  margin: 0 0 15px 0;
}
body.page-template-home .ups__inner--item p,
body.page-template-home-new .ups__inner--item p {
  font-size: 15px;
  line-height: 24px;
}
body.page-template-home .ups__inner--item p:last-child,
body.page-template-home-new .ups__inner--item p:last-child {
  margin-bottom: 0;
}
body.page-template-home .ups__inner--item p strong,
body.page-template-home-new .ups__inner--item p strong,
body.page-template-home .ups__inner--item p b,
body.page-template-home-new .ups__inner--item p b {
  font-weight: bold;
}
body.page-template-home .ups__inner--item p a,
body.page-template-home-new .ups__inner--item p a {
  color: #F38979;
  font-weight: bold;
}
body.page-template-voordeelsets .header {
  min-height: 400px;
  height: 40vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
body.page-template-voordeelsets .header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
body.page-template-voordeelsets .header__content {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
body.page-template-voordeelsets .header__content h1 {
  font-size: 40px;
  margin: 0 0 15px 0;
}
body.page-template-voordeelsets .header__content h2 {
  margin: 0;
  font-size: 30px;
}
body.page-template-voordeelsets .header__content h1,
body.page-template-voordeelsets .header__content h2,
body.page-template-voordeelsets .header__content h3 {
  color: #FFF;
}
body.page-template-voordeelsets .header__content .icon svg {
  width: 20px;
  height: 20px;
  color: #FFF;
}
body.page-template-voordeelsets .content__inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 0;
}
body.page-template-voordeelsets .content__inner--title {
  padding: 0 25px;
  text-align: center;
  margin-bottom: 50px;
}
body.page-template-voordeelsets .content__inner--title h2 {
  margin: 0;
  color: #F38979;
  font-size: 30px;
}
body.page-template-voordeelsets .content__inner--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-template-voordeelsets .content__inner--items.three .item {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  body.page-template-voordeelsets .content__inner--items.three .item {
    width: 33.3333%;
  }
}
body.page-template-voordeelsets .content__inner--items .item {
  width: 100%;
  padding: 0 25px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  body.page-template-voordeelsets .content__inner--items .item {
    width: 50%;
  }
}
body.page-template-voordeelsets .content__inner--items .item .inner {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.21);
  border-radius: 50px;
  cursor: pointer;
}
body.page-template-voordeelsets .content__inner--items .item .inner .image {
  width: 100%;
}
body.page-template-voordeelsets .content__inner--items .item .inner .image img {
  width: 100%;
  height: 300px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-voordeelsets .content__inner--items .item .inner .text {
  padding: 25px;
  text-align: center;
}
body.page-template-voordeelsets .content__inner--items .item .inner .text h1,
body.page-template-voordeelsets .content__inner--items .item .inner .text h2,
body.page-template-voordeelsets .content__inner--items .item .inner .text h3,
body.page-template-voordeelsets .content__inner--items .item .inner .text h4 {
  color: #F38979;
  margin: 0 0 15px 0;
  font-size: 24px;
}
body.page-template-voordeelsets .content__inner--items .item .inner .text p {
  margin: 0;
}
body.page-template-voordeelsets .content__inner--products {
  display: none;
}
body.page-template-voordeelsets .content__inner--products .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-template-voordeelsets .content__inner--products .inner .product-item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  body.page-template-voordeelsets .content__inner--products .inner .product-item {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-template-voordeelsets .content__inner--products .inner .product-item {
    width: 25%;
  }
}
body.page-template-productenlijn .header {
  min-height: 400px;
  height: 40vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
body.page-template-productenlijn .header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
body.page-template-productenlijn .header__content {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
body.page-template-productenlijn .header__content h1 {
  font-size: 40px;
  margin: 0 0 15px 0;
}
body.page-template-productenlijn .header__content h2 {
  margin: 0;
  font-size: 30px;
}
body.page-template-productenlijn .header__content h1,
body.page-template-productenlijn .header__content h2,
body.page-template-productenlijn .header__content h3 {
  color: #FFF;
}
body.page-template-productenlijn .header__content .icon svg {
  width: 20px;
  height: 20px;
  color: #FFF;
}
body.page-template-productenlijn .content__inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 0;
}
body.page-template-productenlijn .content__inner--text {
  padding: 0 25px;
  margin-bottom: 50px;
}
body.page-template-productenlijn .content__inner--text h1,
body.page-template-productenlijn .content__inner--text h2,
body.page-template-productenlijn .content__inner--text h3,
body.page-template-productenlijn .content__inner--text h4 {
  color: #F38979;
  margin: 0 0 15px 0;
}
body.page-template-productenlijn .content__inner--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-template-productenlijn .content__inner--items .product-item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  body.page-template-productenlijn .content__inner--items .product-item {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-template-productenlijn .content__inner--items .product-item {
    width: 25%;
  }
}
body.page-template-productenlijn .related {
  background-color: #FFF4F1;
}
body.page-template-productenlijn .related__inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 0;
}
body.page-template-productenlijn .related__inner--text {
  padding: 0 25px;
  margin-bottom: 50px;
}
body.page-template-productenlijn .related__inner--text h1,
body.page-template-productenlijn .related__inner--text h2,
body.page-template-productenlijn .related__inner--text h3,
body.page-template-productenlijn .related__inner--text h4 {
  color: #F38979;
  margin: 0 0 15px 0;
}
body.page-template-productenlijn .related__inner--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-template-productenlijn .related__inner--items .product-item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  body.page-template-productenlijn .related__inner--items .product-item {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-template-productenlijn .related__inner--items .product-item {
    width: 25%;
  }
}
body.page-template-nutraeffects .header {
  min-height: 400px;
  height: 40vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
body.page-template-nutraeffects .header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
body.page-template-nutraeffects .header__content {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
body.page-template-nutraeffects .header__content h1 {
  font-size: 40px;
  margin: 0 0 15px 0;
}
body.page-template-nutraeffects .header__content h2 {
  margin: 0;
  font-size: 30px;
}
body.page-template-nutraeffects .header__content h1,
body.page-template-nutraeffects .header__content h2,
body.page-template-nutraeffects .header__content h3 {
  color: #FFF;
}
body.page-template-nutraeffects .header__content .icon svg {
  width: 20px;
  height: 20px;
  color: #FFF;
}
body.page-template-nutraeffects .content__inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 12.5px 0 12.5px;
}
@media only screen and (min-width: 768px) {
  body.page-template-nutraeffects .content__inner {
    padding: 50px 0 0;
  }
}
body.page-template-nutraeffects .content__inner--text {
  padding: 0 12.5px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  body.page-template-nutraeffects .content__inner--text {
    padding: 0 25px;
  }
}
body.page-template-nutraeffects .content__inner--text h1,
body.page-template-nutraeffects .content__inner--text h2,
body.page-template-nutraeffects .content__inner--text h3 {
  margin: 0 0 15px 0;
  color: #F38979;
  font-size: 30px;
}
body.page-template-nutraeffects .content__inner--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-template-nutraeffects .content__inner--buttons .button {
  width: 50%;
  padding: 0 12.5px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  body.page-template-nutraeffects .content__inner--buttons .button {
    padding: 0 25px;
    width: 33.3333%;
  }
}
@media only screen and (min-width: 992px) {
  body.page-template-nutraeffects .content__inner--buttons .button {
    width: 20%;
  }
}
body.page-template-nutraeffects .content__inner--buttons .button a {
  display: inline-block;
  width: 100%;
  min-height: 190px;
  padding: 15px;
  text-align: center;
  border: 3px solid #000;
  border-radius: 25px;
  cursor: pointer;
}
body.page-template-nutraeffects .content__inner--buttons .button a .icon {
  margin-bottom: 15px;
}
body.page-template-nutraeffects .content__inner--buttons .button a .icon svg {
  width: auto;
  height: 50px;
}
body.page-template-nutraeffects .content__inner--buttons .button a .text {
  font-size: 12px;
}
@media only screen and (min-width: 480px) {
  body.page-template-nutraeffects .content__inner--buttons .button a .text {
    font-size: 16px;
  }
}
body.page-template-nutraeffects .content__inner--buttons .button a .text h4 {
  font-size: 20px;
  margin: 0 0 10px 0;
  color: #6ec1e4;
  font-family: "Source Sans Pro", Sans-serif;
}
body.page-template-nutraeffects .content__inner--buttons .button a .text p {
  font-weight: bold;
  color: #7a7a7a;
}
body.page-template-nutraeffects .item-block .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
}
body.page-template-nutraeffects .item-block .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
body.page-template-nutraeffects .item-block .image__content {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 100px 25px 85px 25px;
  text-align: right;
}
body.page-template-nutraeffects .item-block .image__content h1,
body.page-template-nutraeffects .item-block .image__content h2 {
  color: #FFF;
  font-size: 40px;
  margin: 0 0 15px 0;
}
body.page-template-nutraeffects .item-block .image__content h3 {
  color: #FFF;
  font-size: 28px;
  margin: 0 0 15px 0;
}
body.page-template-nutraeffects .item-block .items {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-template-nutraeffects .item-block .items .product-item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  body.page-template-nutraeffects .item-block .items .product-item {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-template-nutraeffects .item-block .items .product-item {
    width: 25%;
  }
}
body.page-template-campagne .header {
  min-height: 400px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
body.page-template-campagne .header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
body.page-template-campagne .header__content {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 50px 25px 25px 25px;
}
body.page-template-campagne .header__content h1 {
  font-size: 40px;
  margin: 0 0 15px 0;
}
body.page-template-campagne .header__content h2 {
  margin: 0;
  font-size: 30px;
}
body.page-template-campagne .header__content h1,
body.page-template-campagne .header__content h2,
body.page-template-campagne .header__content h3 {
  color: #FFF;
}
body.page-template-campagne .header__content .countdown {
  margin: 25px 0;
}
body.page-template-campagne .header__content .countdown #clock {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-template-campagne .header__content .countdown #clock .days,
body.page-template-campagne .header__content .countdown #clock .seconds,
body.page-template-campagne .header__content .countdown #clock .hours,
body.page-template-campagne .header__content .countdown #clock .minutes {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  body.page-template-campagne .header__content .countdown #clock .days,
  body.page-template-campagne .header__content .countdown #clock .seconds,
  body.page-template-campagne .header__content .countdown #clock .hours,
  body.page-template-campagne .header__content .countdown #clock .minutes {
    padding: 0 25px;
  }
}
body.page-template-campagne .header__content .countdown #clock .days .inner,
body.page-template-campagne .header__content .countdown #clock .seconds .inner,
body.page-template-campagne .header__content .countdown #clock .hours .inner,
body.page-template-campagne .header__content .countdown #clock .minutes .inner {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 30px;
  color: #FFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.3);
  max-width: 150px;
  margin: 0 auto;
}
body.page-template-campagne .header__content .icon svg {
  width: 20px;
  height: 20px;
  color: #FFF;
}
body.page-template-campagne .content__inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-template-campagne .content__inner--text {
  padding: 0 25px;
  max-width: 720px;
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  body.page-template-campagne .content__inner--text {
    margin-bottom: 0;
    width: 50%;
  }
}
body.page-template-campagne .content__inner--text h1,
body.page-template-campagne .content__inner--text h2,
body.page-template-campagne .content__inner--text h3,
body.page-template-campagne .content__inner--text h4 {
  color: #F38979;
  margin: 0 0 15px 0;
}
body.page-template-campagne .content__inner--text p {
  line-height: 32px;
}
body.page-template-campagne .content__inner--text p:last-child {
  margin-bottom: 0;
}
body.page-template-campagne .content__inner--text ul,
body.page-template-campagne .content__inner--text ol {
  padding-left: 40px;
}
body.page-template-campagne .content__inner--text ul li,
body.page-template-campagne .content__inner--text ol li {
  margin-bottom: 10px;
}
body.page-template-campagne .content__inner--text ul li:last-child,
body.page-template-campagne .content__inner--text ol li:last-child {
  margin-bottom: 0;
}
body.page-template-campagne .content__inner--text a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 10px;
  max-width: 250px;
  width: 100%;
  color: #FFF;
  background-color: #F38979;
  text-align: center;
}
body.page-template-campagne .content__inner--text a:hover,
body.page-template-campagne .content__inner--text a:focus {
  background-color: #c22811;
}
body.page-template-campagne .content__inner--text .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}
body.page-template-campagne .content__inner--text .buttons .button {
  margin-bottom: 15px;
  margin-right: 15px;
}
body.page-template-campagne .content__inner--text .buttons .button:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
body.page-template-campagne .content__inner--text .buttons .button a {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 10px;
  width: 250px;
  color: #FFF;
  background-color: #F38979;
  text-align: center;
}
body.page-template-campagne .content__inner--text .buttons .button a:hover,
body.page-template-campagne .content__inner--text .buttons .button a:focus {
  background-color: #c22811;
}
body.page-template-campagne .content__inner--image {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 768px) {
  body.page-template-campagne .content__inner--image {
    text-align: right;
    width: 50%;
  }
}
body.page-template-campagne .content__inner--image img {
  width: 100%;
  height: auto;
  max-width: 480px;
}
body.page-template-campagne .order {
  background-color: #FFF4F1;
}
body.page-template-campagne .order__inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 25px;
}
body.page-template-campagne .order__inner .text {
  margin-bottom: 50px;
}
body.page-template-campagne .order__inner .text h1,
body.page-template-campagne .order__inner .text h2,
body.page-template-campagne .order__inner .text h3,
body.page-template-campagne .order__inner .text h4 {
  color: #F38979;
  margin: 0 0 15px 0;
}
body.page-template-campagne .order__inner .text p {
  line-height: 32px;
}
body.page-template-campagne .order__inner .text p:last-child {
  margin-bottom: 0;
}
body.page-template-consulente .header {
  min-height: 400px;
  height: 40vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
body.page-template-consulente .header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
body.page-template-consulente .header__content {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
body.page-template-consulente .header__content h1 {
  font-size: 40px;
  margin: 0 0 15px 0;
}
body.page-template-consulente .header__content h2 {
  margin: 0;
  font-size: 30px;
}
body.page-template-consulente .header__content h1,
body.page-template-consulente .header__content h2,
body.page-template-consulente .header__content h3 {
  color: #FFF;
}
body.page-template-consulente .header__content .icon svg {
  width: 20px;
  height: 20px;
  color: #FFF;
}
body.page-template-consulente .intro__inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-template-consulente .intro__inner--text {
  padding: 0 25px;
  max-width: 720px;
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  body.page-template-consulente .intro__inner--text {
    margin-bottom: 0;
    width: 50%;
  }
}
body.page-template-consulente .intro__inner--text h1,
body.page-template-consulente .intro__inner--text h2,
body.page-template-consulente .intro__inner--text h3,
body.page-template-consulente .intro__inner--text h4 {
  color: #F38979;
  margin: 0 0 15px 0;
}
body.page-template-consulente .intro__inner--text p {
  line-height: 32px;
}
body.page-template-consulente .intro__inner--text p:last-child {
  margin-bottom: 0;
}
body.page-template-consulente .intro__inner--text ul,
body.page-template-consulente .intro__inner--text ol {
  padding-left: 40px;
}
body.page-template-consulente .intro__inner--text ul li,
body.page-template-consulente .intro__inner--text ol li {
  margin-bottom: 10px;
}
body.page-template-consulente .intro__inner--text ul li:last-child,
body.page-template-consulente .intro__inner--text ol li:last-child {
  margin-bottom: 0;
}
body.page-template-consulente .intro__inner--text a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 10px;
  max-width: 250px;
  width: 100%;
  color: #FFF;
  background-color: #F38979;
  text-align: center;
}
body.page-template-consulente .intro__inner--text a:hover,
body.page-template-consulente .intro__inner--text a:focus {
  background-color: #c22811;
}
body.page-template-consulente .intro__inner--text .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}
body.page-template-consulente .intro__inner--text .buttons .button {
  margin-bottom: 15px;
  margin-right: 15px;
}
body.page-template-consulente .intro__inner--text .buttons .button:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
body.page-template-consulente .intro__inner--text .buttons .button a {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 10px;
  width: 250px;
  color: #FFF;
  background-color: #F38979;
  text-align: center;
}
body.page-template-consulente .intro__inner--text .buttons .button a:hover,
body.page-template-consulente .intro__inner--text .buttons .button a:focus {
  background-color: #c22811;
}
body.page-template-consulente .intro__inner--image {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 768px) {
  body.page-template-consulente .intro__inner--image {
    width: 50%;
  }
}
body.page-template-consulente .intro__inner--image img {
  width: 100%;
  height: 50vh;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
body.page-template-consulente .request {
  background-color: #FFF4F1;
}
body.page-template-consulente .request__inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-template-consulente .request__inner--left {
  margin-bottom: 50px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.page-template-consulente .request__inner--left {
    width: 50%;
    padding-right: 25px;
    margin-bottom: 0;
  }
}
body.page-template-consulente .request__inner--left ._form {
  width: 100% !important;
  margin: 0 !important;
}
body.page-template-consulente .request__inner--left h1,
body.page-template-consulente .request__inner--left h2,
body.page-template-consulente .request__inner--left h3,
body.page-template-consulente .request__inner--left h4 {
  color: #F38979;
  margin: 0 0 15px 0;
}
body.page-template-consulente .request__inner--left ul,
body.page-template-consulente .request__inner--left ol {
  padding-left: 40px;
}
body.page-template-consulente .request__inner--left ul li,
body.page-template-consulente .request__inner--left ol li {
  margin-bottom: 10px;
}
body.page-template-consulente .request__inner--left ul li:last-child,
body.page-template-consulente .request__inner--left ol li:last-child {
  margin-bottom: 0;
}
body.page-template-consulente .request__inner--left p {
  line-height: 32px;
}
body.page-template-consulente .request__inner--left p:last-child {
  margin-bottom: 0;
}
body.page-template-consulente .request__inner--right {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.page-template-consulente .request__inner--right {
    padding-left: 25px;
    width: 50%;
  }
}
body.page-template-consulente .request__inner--right ._form {
  width: 100% !important;
  margin: 0 !important;
}
body.page-template-consulente .request__inner--right h1,
body.page-template-consulente .request__inner--right h2,
body.page-template-consulente .request__inner--right h3,
body.page-template-consulente .request__inner--right h4 {
  color: #F38979;
  margin: 0 0 15px 0;
}
body.page-template-consulente .request__inner--right ul,
body.page-template-consulente .request__inner--right ol {
  padding-left: 40px;
}
body.page-template-consulente .request__inner--right ul li,
body.page-template-consulente .request__inner--right ol li {
  margin-bottom: 10px;
}
body.page-template-consulente .request__inner--right ul li:last-child,
body.page-template-consulente .request__inner--right ol li:last-child {
  margin-bottom: 0;
}
body.page-template-consulente .request__inner--right p {
  line-height: 32px;
}
body.page-template-consulente .request__inner--right p:last-child {
  margin-bottom: 0;
}
body .page-wrap {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 25px;
}
body .page-wrap h1,
body .page-wrap h2,
body .page-wrap h3,
body .page-wrap h4,
body .page-wrap h5 {
  color: #F38979;
  margin: 0 0 15px 0;
}
body .page-wrap strong {
  font-weight: bold;
}
body .page-wrap a {
  color: #F38979;
  font-weight: bold;
}
body .page-wrap ul,
body .page-wrap ol {
  padding-left: 40px;
}
body .page-wrap ul li,
body .page-wrap ol li {
  margin-bottom: 5px;
}
body.error404 .not-found {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 25px;
}
body.error404 .not-found h1 {
  font-size: 38px;
  color: #F38979;
  font-family: RobotoMedium;
}
body.error404 .not-found p {
  max-width: 600px;
  margin: 15px 0 0 0;
  font-size: 18px;
  line-height: 1.5;
}
body.error404 .not-found form {
  margin-top: 25px;
  max-width: 600px;
  width: 100%;
}
body.error404 .not-found form .search-wrap {
  position: relative;
  border-radius: 200px;
  min-height: 50px;
  border: 1px solid #666;
  background-color: #FFF;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.error404 .not-found form .search-wrap .icon {
  height: 15px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
body.error404 .not-found form .search-wrap .icon svg {
  width: 15px;
  color: #7a7a7a;
}
body.error404 .not-found form .search-wrap input {
  width: 100%;
  padding: 0 25px;
  border: none;
  font-size: 15px;
  font-family: RobotoRegular;
  color: #7a7a7a;
  font-weight: 400;
}
body.error404 .not-found form .search-wrap input::-webkit-input-placeholder {
  opacity: 0.6;
}
body.error404 .not-found form .search-wrap input::-moz-placeholder {
  opacity: 0.6;
}
body.error404 .not-found form .search-wrap input:-ms-input-placeholder {
  opacity: 0.6;
}
body.error404 .not-found form .search-wrap input::-ms-input-placeholder {
  opacity: 0.6;
}
body.error404 .not-found form .search-wrap input::placeholder {
  opacity: 0.6;
}
body.error404 .not-found form .search-wrap input:focus {
  outline: 0;
}
body.woocommerce.archive .producten .breadcrumbs {
  width: 100%;
  background-color: #F38979;
}
body.woocommerce.archive .producten .breadcrumbs .woocommerce-breadcrumb {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 25px;
  color: #FFF;
  font-weight: bold;
}
body.woocommerce.archive .producten .breadcrumbs .woocommerce-breadcrumb a {
  font-weight: normal;
  color: #FFF;
}
body.woocommerce.archive .producten .breadcrumbs .woocommerce-breadcrumb a:hover,
body.woocommerce.archive .producten .breadcrumbs .woocommerce-breadcrumb a:focus {
  font-weight: bold;
}
body.woocommerce.archive .producten__inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 25px;
}
body.woocommerce.archive .producten__inner .products-content {
  width: 100%;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-result-count,
body.woocommerce.archive .producten__inner .products-content .woocommerce-ordering {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 767px) {
  body.woocommerce.archive .producten__inner .products-content .woocommerce-result-count,
  body.woocommerce.archive .producten__inner .products-content .woocommerce-ordering {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
}
body.woocommerce.archive .producten__inner .products-content .page-title {
  color: #333;
  font-family: "Lato", Sans-serif;
  font-size: 24px;
  margin-bottom: 25px;
}
body.woocommerce.archive .producten__inner .products-content .page-description {
  margin-bottom: 25px;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-result-count {
  color: #F38979;
  font-family: "Muli", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-ordering {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  body.woocommerce.archive .producten__inner .products-content .woocommerce-ordering {
    margin: 0 0 1em;
  }
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-ordering select {
  width: 100%;
  font-family: "Lato", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 21px;
  color: #F38979;
  border-style: solid;
  border-width: 0 0 0 0;
  padding: 0 0 0 10px;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .filter-open {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #F38979;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
}
@media only screen and (min-width: 768px) {
  body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .filter-open {
    display: none;
  }
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .filter-open svg {
  width: 30px;
  height: auto;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .category-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 320px;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow-y: scroll;
    z-index: 999999999999;
    background-color: #FFF;
    -webkit-transform: translateX(-320px);
            transform: translateX(-320px);
  }
}
@media only screen and (max-width: 767px) {
  body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .category-wrapper.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media only screen and (min-width: 768px) {
  body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .category-wrapper {
    padding-right: 25px;
    width: 25%;
    margin-top: 50px;
    float: left;
  }
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .category-wrapper .top {
  background-color: #F38979;
  height: 50px;
  width: 100%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .category-wrapper .top {
    display: none;
  }
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .category-wrapper .top .filter-close svg {
  height: 30px;
  width: auto;
  color: #FFF;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .category-wrapper .filter {
  padding: 25px 15px;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .category-wrapper .filter .button {
  background-color: #F38979;
  width: 100%;
  height: 50px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  font-weight: 600;
  text-align: center;
  font-family: "Lato", Sans-serif;
}
@media only screen and (min-width: 768px) {
  body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .category-wrapper .filter .button {
    display: none;
  }
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .category-wrapper .berocket_single_filter_widget {
  margin-bottom: 25px;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .category-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_head {
  margin-bottom: 15px;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .category-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_head h3 {
  margin: 0;
  font-family: "Lato", Sans-serif;
  color: #333;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .category-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li {
  margin-bottom: 10px !important;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .category-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input[type="checkbox"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 0 !important;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .category-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input[type="checkbox"]:checked {
  background-color: #F38979;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .category-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li label {
  display: inline !important;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .category-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_show_hide {
  color: #F38979;
  font-weight: 700;
  font-family: "Lato", Sans-serif;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .products-wrapper {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .products-wrapper {
    width: 75%;
    padding-left: 25px;
  }
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .woocommerce-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .woocommerce-pagination ul {
  margin: 0;
  border: none;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .woocommerce-pagination ul li {
  margin: 0 5px 10px 5px;
  border: none;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .woocommerce-pagination ul li span.current {
  background-color: #F38979;
  color: #FFF;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .woocommerce-pagination ul li span,
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .woocommerce-pagination ul li a {
  border: 1px solid #000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .woocommerce-pagination ul li a {
  color: #000;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .woocommerce-pagination ul li a:hover,
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .woocommerce-pagination ul li a:focus {
  background-color: #F38979;
  color: #FFF;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .products {
  margin-top: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  float: left;
  clear: none;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .products li {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  padding: 55px 15px 65px 15px;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 479px) {
  body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .products li {
    width: 48%;
  }
}
@media (max-width: 768px) {
  body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .products li:nth-child(odd) {
    margin-right: 2%;
  }
  body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .products li:nth-child(even) {
    margin-left: 2%;
  }
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .products li .stock-status {
  font-size: 12px;
  text-align: center;
  color: #23A455;
  margin: 0;
  min-height: 70px;
}
@media only screen and (min-width: 480px) {
  body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .products li .stock-status {
    min-height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .products li .stock-status {
    min-height: 40px;
  }
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .products li .bestseller {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 55px);
  height: 55px;
  z-index: 10;
  background-color: #333;
  padding: 10px;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .products li .bestseller .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .products li .bestseller .stars svg {
  fill: #FFF;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .products li .bestseller p {
  font-size: 12px;
  color: #FFF;
  margin: 0;
}
@media (min-width: 375px) {
  body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .products li .bestseller p {
    font-size: 16px;
  }
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .products li .onsale {
  left: 0;
  right: unset;
  border-radius: 0;
  padding: 20px 10px;
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: auto;
  min-height: auto;
  height: 55px;
  margin: 0;
  line-height: 0;
  background-color: #F38979;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .products li h2.woocommerce-loop-product__title {
  color: #F38979;
  font-family: "Lato", Sans-serif;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding: 5px 0 10px 0;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .products li .star-rating {
  margin: 0 auto;
  color: #F38979;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .products li .price {
  font-family: "Lato", Sans-serif;
  font-weight: 700;
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-top: 15px;
}
body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .products li .button {
  background-color: #F38979;
  color: #FFF;
  border: none;
  font-weight: normal;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 75%;
}
@media only screen and (max-width: 479px) {
  body.woocommerce.archive .producten__inner .products-content .woocommerce-wrapper .products li .button {
    font-size: 13px;
  }
}
body.single-product .producten .breadcrumbs {
  width: 100%;
  background-color: #F38979;
}
body.single-product .producten .breadcrumbs .woocommerce-breadcrumb {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 25px;
  color: #FFF;
  font-weight: bold;
}
body.single-product .producten .breadcrumbs .woocommerce-breadcrumb a {
  font-weight: normal;
  color: #FFF;
}
body.single-product .producten .breadcrumbs .woocommerce-breadcrumb a:hover,
body.single-product .producten .breadcrumbs .woocommerce-breadcrumb a:focus {
  font-weight: bold;
}
body.single-product .producten .producten__inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 25px;
}
body.single-product .producten .producten__inner .products-content .product .onsale {
  left: 0;
  right: unset;
  border-radius: 0;
  padding: 20px 15px;
  font-weight: normal;
  width: auto;
  min-width: auto;
  min-height: auto;
  height: auto;
  border-radius: 20px;
  margin: 0;
  line-height: 0;
  background-color: #F38979;
}
body.single-product .producten .producten__inner .products-content .product .star-rating {
  color: #F38979;
}
body.single-product .producten .producten__inner .products-content .product a {
  color: #F38979;
}
body.single-product .producten .producten__inner .products-content .product h1 {
  color: #333;
  font-family: "Lato", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 30px;
  text-align: left;
}
body.single-product .producten .producten__inner .products-content .product .price {
  margin-top: 25px;
  margin-bottom: 5px;
  font-family: "Lato", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #333;
  text-align: left;
  text-decoration: none;
}
body.single-product .producten .producten__inner .products-content .product .price ins {
  text-decoration: none;
}
body.single-product .producten .producten__inner .products-content .product .cart {
  margin-bottom: 25px;
}
body.single-product .producten .producten__inner .products-content .product .variations {
  margin-top: 25px;
}
body.single-product .producten .producten__inner .products-content .product .variations tbody tr td {
  display: block;
  width: 100%;
}
body.single-product .producten .producten__inner .products-content .product .product_meta span.sku_wrapper {
  margin-bottom: 5px;
}
body.single-product .producten .producten__inner .products-content .product .product_meta span.sku_wrapper {
  display: block;
}
body.single-product .producten .producten__inner .products-content .product .product_meta span.sku_wrapper a {
  color: #F38979;
}
body.single-product .producten .producten__inner .products-content .product .product_meta .tagged_as,
body.single-product .producten .producten__inner .products-content .product .product_meta .posted_in {
  display: none !important;
}
body.single-product .producten .producten__inner .products-content .product .quantity {
  width: 100%;
  margin-bottom: 15px;
}
body.single-product .producten .producten__inner .products-content .product .quantity .minus,
body.single-product .producten .producten__inner .products-content .product .quantity .plus {
  width: 35px;
  background-color: #F38979;
  color: #FFF;
  border: 1px solid #F38979;
}
body.single-product .producten .producten__inner .products-content .product .quantity input {
  height: 30px;
}
body.single-product .producten .producten__inner .products-content .product .button {
  background-color: #F38979;
}
body.single-product .producten .producten__inner .products-content .product .times-viewed {
  margin: 25px 0 0 0;
  color: #F38979;
  font-weight: bold;
  font-size: 20px;
}
body.single-product .producten .producten__inner .products-content .product .stock {
  margin: 25px 0 15px 0;
}
body.single-product .producten .producten__inner .products-content .product .woocommerce-tabs {
  position: relative;
  z-index: 10;
  padding: 50px 0;
}
body.single-product .producten .producten__inner .products-content .product .woocommerce-tabs:after {
  content: "";
  position: absolute;
  top: 0;
  left: -35vw;
  width: 150vw;
  height: 100%;
  background-color: #FFF4F1;
  z-index: -1;
}
body.single-product .producten .producten__inner .products-content .product .woocommerce-tabs .tabs {
  margin: 0;
  padding: 0;
}
body.single-product .producten .producten__inner .products-content .product .woocommerce-tabs .tabs li.active {
  background-color: #F38979;
  color: #FFF;
}
body.single-product .producten .producten__inner .products-content .product .woocommerce-tabs .tabs li {
  background-color: #FFF;
  border-radius: 0;
}
body.single-product .producten .producten__inner .products-content .product .woocommerce-tabs .tabs li::before,
body.single-product .producten .producten__inner .products-content .product .woocommerce-tabs .tabs li::after {
  display: none;
}
body.single-product .producten .producten__inner .products-content .product .woocommerce-tabs .tabs li a {
  border-radius: 0;
}
body.single-product .producten .producten__inner .products-content .product .woocommerce-tabs .woocommerce-Tabs-panel {
  background-color: #FFF;
  padding: 25px;
  margin: 0;
}
body.single-product .producten .producten__inner .products-content .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  display: none;
}
body.single-product .producten .producten__inner .products-content .product .related h2 {
  margin: 50px 0;
  color: #F38979;
}
body.single-product .producten .producten__inner .products-content .product .related .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.single-product .producten .producten__inner .products-content .product .related .products li {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  padding: 55px 15px 65px 15px;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 479px) {
  body.single-product .producten .producten__inner .products-content .product .related .products li {
    width: 48%;
  }
}
@media (max-width: 768px) {
  body.single-product .producten .producten__inner .products-content .product .related .products li:nth-child(odd) {
    margin-right: 2%;
  }
  body.single-product .producten .producten__inner .products-content .product .related .products li:nth-child(even) {
    margin-left: 2%;
  }
}
body.single-product .producten .producten__inner .products-content .product .related .products li .stock-status {
  font-size: 12px;
  text-align: center;
  color: #23A455;
  margin: 0;
  min-height: 70px;
}
@media only screen and (min-width: 480px) {
  body.single-product .producten .producten__inner .products-content .product .related .products li .stock-status {
    min-height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  body.single-product .producten .producten__inner .products-content .product .related .products li .stock-status {
    min-height: 40px;
  }
}
body.single-product .producten .producten__inner .products-content .product .related .products li .bestseller {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 55px);
  height: 55px;
  z-index: 10;
  background-color: #333;
  padding: 10px;
}
body.single-product .producten .producten__inner .products-content .product .related .products li .bestseller .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.single-product .producten .producten__inner .products-content .product .related .products li .bestseller .stars svg {
  fill: #FFF;
}
body.single-product .producten .producten__inner .products-content .product .related .products li .bestseller p {
  font-size: 12px;
  color: #FFF;
  margin: 0;
}
@media (min-width: 375px) {
  body.single-product .producten .producten__inner .products-content .product .related .products li .bestseller p {
    font-size: 16px;
  }
}
body.single-product .producten .producten__inner .products-content .product .related .products li .onsale {
  left: 0;
  right: unset;
  border-radius: 0;
  padding: 20px 10px;
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: auto;
  min-height: auto;
  height: 55px;
  margin: 0;
  line-height: 0;
  background-color: #F38979;
}
body.single-product .producten .producten__inner .products-content .product .related .products li h2.woocommerce-loop-product__title {
  color: #F38979;
  font-family: "Lato", Sans-serif;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding: 5px 0 10px 0;
}
body.single-product .producten .producten__inner .products-content .product .related .products li .star-rating {
  margin: 0 auto;
  color: #F38979;
}
body.single-product .producten .producten__inner .products-content .product .related .products li .price {
  font-family: "Lato", Sans-serif;
  font-weight: 700;
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-top: 15px;
}
body.single-product .producten .producten__inner .products-content .product .related .products li .button {
  background-color: #F38979;
  color: #FFF;
  border: none;
  font-weight: normal;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 75%;
}
@media only screen and (max-width: 479px) {
  body.single-product .producten .producten__inner .products-content .product .related .products li .button {
    font-size: 13px;
  }
}
body.woocommerce-account .page-wrap {
  border-top: 1px solid #ebebeb;
}
body.woocommerce-account .page-wrap .woocommerce {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.woocommerce-account .page-wrap .woocommerce #customer_login {
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
}
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 {
  width: 100%;
  float: none;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 h2,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 h2 {
  text-align: center;
  margin: 0 0 50px 0;
}
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form {
  margin: 0;
  border: 1px solid #000;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form,
  body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p.lost_password,
  body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p.lost_password,
  body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p.register-account-wrap,
  body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p.register-account-wrap {
    float: left;
    width: 50%;
  }
}
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p.lost_password a,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p.lost_password a,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p.register-account-wrap a,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p.register-account-wrap a {
  background-color: #F38979;
  color: #FFF;
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
}
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p.lost_password a:hover,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p.lost_password a:hover,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p.register-account-wrap a:hover,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p.register-account-wrap a:hover,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p.lost_password a:focus,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p.lost_password a:focus,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p.register-account-wrap a:focus,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p.register-account-wrap a:focus {
  background-color: #F38979;
  text-decoration: none;
}
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p.login-account-wrap a,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p.login-account-wrap a {
  background-color: #F38979;
  color: #FFF;
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
}
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p.login-account-wrap a:hover,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p.login-account-wrap a:hover,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p.login-account-wrap a:focus,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p.login-account-wrap a:focus {
  background-color: #F38979;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p.lost_password,
  body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p.lost_password {
    padding-right: 7.5px;
  }
}
@media only screen and (min-width: 768px) {
  body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p.register-account-wrap,
  body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p.register-account-wrap {
    padding-left: 7.5px;
  }
}
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p {
  margin-bottom: 15px;
  padding: 0;
}
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p button,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p button {
  width: 100%;
  float: none;
  max-width: 100%;
  margin-right: 0;
  background-color: #F38979;
  color: #FFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  border-radius: 0;
}
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p button:hover,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p button:hover,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p button:focus,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p button:focus {
  background-color: #F38979;
  text-decoration: none;
}
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p a,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p a {
  color: #000;
}
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p label,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p label {
  display: block;
  width: 100%;
}
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p input#username,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p input#username,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p input#password,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p input#password {
  height: 35px;
}
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p span.password-input,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p span.password-input {
  width: 100%;
}
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column1 form p span.password-input .show-password-input,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form p span.password-input .show-password-input {
  top: 0.4em !important;
}
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 {
  display: none;
}
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form {
  padding-bottom: 0;
}
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form input,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form select {
  height: 35px;
}
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form .vat-field,
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form .kvk-field {
  display: none;
}
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form span.password-input {
  width: 100%;
}
body.woocommerce-account .page-wrap .woocommerce #customer_login .u-column2 form span.password-input .show-password-input {
  top: 0.4em !important;
}
body.woocommerce-account .page-wrap .woocommerce h2 {
  width: 100%;
  margin: 0 0 25px 0;
  color: #F38979;
  font-size: 30px;
}
body.woocommerce-account .page-wrap .woocommerce nav.woocommerce-MyAccount-navigation {
  width: 100%;
  float: none;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-account .page-wrap .woocommerce nav.woocommerce-MyAccount-navigation {
    width: 30%;
    padding-right: 25px;
    border-right: 1px solid #c9c7c7;
  }
}
body.woocommerce-account .page-wrap .woocommerce nav.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
body.woocommerce-account .page-wrap .woocommerce nav.woocommerce-MyAccount-navigation ul li:last-child a {
  border: none;
}
body.woocommerce-account .page-wrap .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  color: #333;
  padding: 10px;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #c9c7c7;
}
body.woocommerce-account .page-wrap .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: #F38979;
  text-decoration: none;
}
body.woocommerce-account .page-wrap .woocommerce .woocommerce-MyAccount-content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-account .page-wrap .woocommerce .woocommerce-MyAccount-content {
    width: 70%;
    padding-left: 25px;
  }
}
body.woocommerce-account .page-wrap .woocommerce .woocommerce-MyAccount-content p {
  padding: 0;
}
body.woocommerce-account .page-wrap .woocommerce .woocommerce-MyAccount-content p::before {
  display: none;
}
body.woocommerce-account .page-wrap .woocommerce .woocommerce-MyAccount-content p mark {
  background-color: #F38979;
  color: #FFF;
}
body.woocommerce-account .page-wrap .woocommerce .woocommerce-MyAccount-content p input {
  width: 100%;
  height: 35px;
  padding-left: 10px;
}
body.woocommerce-account .page-wrap .woocommerce .woocommerce-MyAccount-content p label {
  color: #222;
  display: block;
  width: 100%;
}
body.woocommerce-account .page-wrap .woocommerce .woocommerce-MyAccount-content p span.password-input {
  display: block;
  width: 100%;
}
body.woocommerce-account .page-wrap .woocommerce .woocommerce-MyAccount-content p button {
  background-color: #F38979;
  color: #FFF;
}
body.woocommerce-account .page-wrap .woocommerce .woocommerce-MyAccount-content form fieldset {
  border: none;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
body.woocommerce-account .page-wrap .woocommerce .woocommerce-MyAccount-content form fieldset legend {
  color: #222;
}
body.woocommerce-cart .page-wrap {
  min-height: 100vh;
  width: 100%;
  padding: 50px 25px 25px 25px;
  position: relative;
}
body.woocommerce-cart .page-wrap h1.entry-title {
  display: none;
}
body.woocommerce-cart .page-wrap h1 {
  font-size: 30px;
}
body.woocommerce-cart .page-wrap div.title {
  max-width: 1140px;
  margin: 0 auto 50px auto;
  width: 100%;
}
body.woocommerce-cart .page-wrap .woocommerce {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}
body.woocommerce-cart .page-wrap .woocommerce table.shop_table {
  position: relative;
}
body.woocommerce-cart .page-wrap .woocommerce table.shop_table tr {
  position: relative;
}
body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-remove {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-remove {
    border: none;
    position: absolute;
    bottom: 50px;
    right: 0;
  }
}
body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-remove a {
  text-indent: -9999px;
  border: 0;
  font-size: 0;
  width: 20px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-remove a {
    padding-top: 7px;
  }
}
body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-remove a:hover {
  background-color: transparent;
}
body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-remove a::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='trash' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-trash fa-w-14 fa-3x'%3E%3Cpath fill='%23F38979' d='M432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 15px;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-thumbnail {
  display: block !important;
}
body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-thumbnail img {
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-thumbnail {
    text-align: left !important;
    min-width: 100px;
  }
  body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-thumbnail img {
    width: 100px;
    border-radius: 10px;
  }
}
body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-thumbnail::before {
  display: none;
}
body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-quantity::before {
  display: none;
}
body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-quantity .quantity {
  text-align: left;
}
body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-quantity .minus,
body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-quantity .plus {
  width: 35px;
  background-color: #F38979;
  color: #FFF;
  border: 1px solid #F38979;
}
body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-quantity input {
  height: 30px;
}
body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-name {
  background-color: transparent;
  text-align: left !important;
}
@media only screen and (max-width: 767px) {
  body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-name {
    border-top: 0;
    width: 215px;
  }
  body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-name::before {
    display: none;
  }
}
body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-name a {
  color: #333;
}
body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-price {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-price {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    border-top: 0;
    width: 150px;
  }
  body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-price::before {
    display: none;
  }
}
body.woocommerce-cart .page-wrap .woocommerce table.shop_table .product-subtotal {
  display: none;
}
@media only screen and (max-width: 767px) {
  body.woocommerce-cart .page-wrap .woocommerce table.shop_table td.actions .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.woocommerce-cart .page-wrap .woocommerce table.shop_table td.actions .coupon button,
  body.woocommerce-cart .page-wrap .woocommerce table.shop_table td.actions .coupon input {
    width: 50%;
    float: none;
    margin: 0;
    border-radius: 0;
    font-size: 14px;
  }
}
body.woocommerce-cart .page-wrap .woocommerce table.shop_table td.actions input {
  width: 200px;
  padding: 8px 6px 5px;
}
body.woocommerce-cart .page-wrap .woocommerce table.shop_table td.actions button[name="update_cart"] {
  display: none;
}
body.woocommerce-cart .page-wrap .woocommerce table.shop_table td.actions button {
  background-color: #F38979;
  border: 1px solid #F38979;
  color: #FFF;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.woocommerce-cart .page-wrap .woocommerce table.shop_table td.actions button:hover,
body.woocommerce-cart .page-wrap .woocommerce table.shop_table td.actions button:focus {
  background-color: transparent;
  color: #F38979;
}
body.woocommerce-cart .page-wrap .woocommerce .cart_totals h2 {
  font-size: 26px;
}
body.woocommerce-cart .page-wrap .woocommerce .cart_totals table .shipping.recurring-total {
  display: none;
}
body.woocommerce-cart .page-wrap .woocommerce .cart_totals .wc-proceed-to-checkout a {
  background-color: #F38979;
  border: 1px solid #F38979;
  color: #FFF;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}
body.woocommerce-cart .page-wrap .woocommerce .cart_totals .wc-proceed-to-checkout a:hover,
body.woocommerce-cart .page-wrap .woocommerce .cart_totals .wc-proceed-to-checkout a:focus {
  background-color: transparent;
  color: #F38979;
}
body.woocommerce-checkout .topbar {
  display: none;
}
body.woocommerce-checkout .navbar-wrapper {
  display: none;
}
body.woocommerce-checkout .page-wrap {
  min-height: 100vh;
  width: 100%;
  position: relative;
  border-top: 1px solid #ebebeb;
}
body.woocommerce-checkout .page-wrap .woocommerce {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 25px;
}
body.woocommerce-checkout .page-wrap .woocommerce .checkout_coupon p {
  width: 100%;
}
body.woocommerce-checkout .page-wrap .woocommerce .checkout_coupon .form-row {
  width: 100%;
  float: none;
}
body.woocommerce-checkout .page-wrap .woocommerce .checkout_coupon .form-row input {
  height: 35px;
  padding: 0 10px;
}
body.woocommerce-checkout .page-wrap .woocommerce .checkout_coupon .form-row button {
  background-color: #F38979;
  border: 1px solid #F38979;
  color: #FFF;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.woocommerce-checkout .page-wrap .woocommerce .checkout_coupon .form-row button:hover,
body.woocommerce-checkout .page-wrap .woocommerce .checkout_coupon .form-row button:focus {
  background-color: transparent;
  color: #F38979;
}
body.woocommerce-checkout .page-wrap .woocommerce form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.woocommerce-checkout .page-wrap .woocommerce form .woocommerce-NoticeGroup {
  width: 100%;
}
body.woocommerce-checkout .page-wrap .woocommerce form .col2-set,
body.woocommerce-checkout .page-wrap .woocommerce form .woocommerce-checkout-review-order {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-checkout .page-wrap .woocommerce form .col2-set,
  body.woocommerce-checkout .page-wrap .woocommerce form .woocommerce-checkout-review-order {
    width: 50%;
  }
}
body.woocommerce-checkout .page-wrap .woocommerce form #order_review_heading {
  display: none;
}
body.woocommerce-checkout .page-wrap .woocommerce form .woocommerce-checkout-review-order {
  margin-top: 23px;
}
body.woocommerce-checkout .page-wrap .woocommerce form .woocommerce-checkout-review-order table {
  border-color: #000;
  border-radius: 0;
}
body.woocommerce-checkout .page-wrap .woocommerce form .woocommerce-checkout-review-order table tbody tr td {
  border-color: #000;
}
body.woocommerce-checkout .page-wrap .woocommerce form .col-1,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 {
  width: 100%;
  float: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-checkout .page-wrap .woocommerce form .col-1,
  body.woocommerce-checkout .page-wrap .woocommerce form .col-2 {
    padding-right: 25px;
  }
}
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-shipping-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-billing-fields__field-wrapper .form-row,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-billing-fields__field-wrapper .form-row,
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-shipping-fields__field-wrapper .form-row,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-shipping-fields__field-wrapper .form-row {
  width: 100%;
  float: none;
  clear: none;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-billing-fields__field-wrapper .form-row,
  body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-billing-fields__field-wrapper .form-row,
  body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-shipping-fields__field-wrapper .form-row,
  body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-shipping-fields__field-wrapper .form-row {
    margin-bottom: 5px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-billing-fields__field-wrapper .form-row,
  body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-billing-fields__field-wrapper .form-row,
  body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-shipping-fields__field-wrapper .form-row,
  body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-shipping-fields__field-wrapper .form-row {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-billing-fields__field-wrapper .form-row:nth-child(3),
  body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-billing-fields__field-wrapper .form-row:nth-child(3),
  body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-shipping-fields__field-wrapper .form-row:nth-child(3),
  body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-shipping-fields__field-wrapper .form-row:nth-child(3) {
    width: 100%;
  }
}
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-billing-fields__field-wrapper .form-row label,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-billing-fields__field-wrapper .form-row label,
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-shipping-fields__field-wrapper .form-row label,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-shipping-fields__field-wrapper .form-row label {
  color: #000;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-billing-fields__field-wrapper .form-row label,
  body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-billing-fields__field-wrapper .form-row label,
  body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-shipping-fields__field-wrapper .form-row label,
  body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-shipping-fields__field-wrapper .form-row label {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-billing-fields__field-wrapper .form-row label,
  body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-billing-fields__field-wrapper .form-row label,
  body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-shipping-fields__field-wrapper .form-row label,
  body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-shipping-fields__field-wrapper .form-row label {
    font-size: 16px;
  }
}
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-billing-fields__field-wrapper .form-row label,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-billing-fields__field-wrapper .form-row label,
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-shipping-fields__field-wrapper .form-row label,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-shipping-fields__field-wrapper .form-row label,
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-billing-fields__field-wrapper .form-row span,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-billing-fields__field-wrapper .form-row span,
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-shipping-fields__field-wrapper .form-row span,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-shipping-fields__field-wrapper .form-row span,
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-billing-fields__field-wrapper .form-row input,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-billing-fields__field-wrapper .form-row input,
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-shipping-fields__field-wrapper .form-row input,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-shipping-fields__field-wrapper .form-row input,
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-billing-fields__field-wrapper .form-row select,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-billing-fields__field-wrapper .form-row select,
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-shipping-fields__field-wrapper .form-row select,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-shipping-fields__field-wrapper .form-row select {
  width: 100%;
}
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-billing-fields__field-wrapper .form-row input,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-billing-fields__field-wrapper .form-row input,
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-shipping-fields__field-wrapper .form-row input,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-shipping-fields__field-wrapper .form-row input,
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-billing-fields__field-wrapper .form-row select,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-billing-fields__field-wrapper .form-row select,
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-shipping-fields__field-wrapper .form-row select,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-shipping-fields__field-wrapper .form-row select {
  padding: 10px;
  border: 1px solid #000;
  color: #000;
}
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-billing-fields__field-wrapper .form-row input:focus,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-billing-fields__field-wrapper .form-row input:focus,
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-shipping-fields__field-wrapper .form-row input:focus,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-shipping-fields__field-wrapper .form-row input:focus,
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-billing-fields__field-wrapper .form-row select:focus,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-billing-fields__field-wrapper .form-row select:focus,
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-shipping-fields__field-wrapper .form-row select:focus,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-shipping-fields__field-wrapper .form-row select:focus {
  outline: 0;
}
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single,
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-shipping-fields__field-wrapper .form-row .select2-container--default .select2-selection--single,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-shipping-fields__field-wrapper .form-row .select2-container--default .select2-selection--single {
  padding: 5px;
  border-color: #000;
  margin: 0;
  height: auto;
  border-radius: 0;
}
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b,
body.woocommerce-checkout .page-wrap .woocommerce form .col-1 .woocommerce-shipping-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b,
body.woocommerce-checkout .page-wrap .woocommerce form .col-2 .woocommerce-shipping-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: unset;
  right: 10px;
  margin: 0;
  top: 60%;
}
body.woocommerce-checkout .page-wrap .woocommerce form textarea {
  padding: 10px;
}
body.woocommerce-checkout .page-wrap .woocommerce form #payment {
  border-radius: 0;
  background: #FFFFFF;
  border: 1px solid #000;
}
body.woocommerce-checkout .page-wrap .woocommerce form #payment ul li input {
  width: 15px;
  height: 15px;
  background-color: #F38979;
}
body.woocommerce-checkout .page-wrap .woocommerce form #payment ul li input:checked {
  background-color: #F38979;
}
body.woocommerce-checkout .page-wrap .woocommerce form #payment ul li input:focus {
  outline: 0;
}
body.woocommerce-checkout .page-wrap .woocommerce form #payment ul li label {
  color: #F38979;
}
body.woocommerce-checkout .page-wrap .woocommerce form #payment ul li div.payment_box {
  background-color: #F38979;
}
body.woocommerce-checkout .page-wrap .woocommerce form #payment ul li div.payment_box::before {
  border-color: #F38979;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
body.woocommerce-checkout .page-wrap .woocommerce form #payment ul li div.payment_box p {
  color: #FFF;
}
body.woocommerce-checkout .page-wrap .woocommerce form #payment ul li div.payment_box p select {
  padding: 10px;
  border: 1px solid #F38979;
}
body.woocommerce-checkout .page-wrap .woocommerce form #payment ul li div.payment_box p select:focus {
  outline: 0;
}
body.woocommerce-checkout .page-wrap .woocommerce form #payment .place-order .woocommerce-terms-and-conditions-wrapper {
  width: 100%;
}
body.woocommerce-checkout .page-wrap .woocommerce form #payment .place-order .woocommerce-terms-and-conditions-wrapper p {
  color: #000;
}
body.woocommerce-checkout .page-wrap .woocommerce form #payment .place-order .woocommerce-terms-and-conditions-wrapper a {
  color: #F38979;
}
body.woocommerce-checkout .page-wrap .woocommerce form #payment .place-order .woocommerce-terms-and-conditions-wrapper input {
  width: 15px;
  height: 15px;
  background-color: #FFF;
  display: inline-block;
}
body.woocommerce-checkout .page-wrap .woocommerce form #payment .place-order .woocommerce-terms-and-conditions-wrapper input:checked {
  background-color: #F38979;
}
body.woocommerce-checkout .page-wrap .woocommerce form #payment .place-order .woocommerce-terms-and-conditions-wrapper input:focus {
  outline: 0;
}
body.woocommerce-checkout .page-wrap .woocommerce form #payment .place-order button {
  background-color: #F38979;
  color: #FFF;
  border-radius: 0;
  float: none;
  font-weight: 400;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #F38979;
}
body.woocommerce-checkout .page-wrap .woocommerce form #payment .place-order button:hover,
body.woocommerce-checkout .page-wrap .woocommerce form #payment .place-order button:focus {
  background-color: #F38979;
  border-color: #F38979;
}
body .topbar {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: none;
}
@media only screen and (min-width: 768px) {
  body .topbar {
    display: block;
  }
}
body .topbar__inner {
  padding: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .topbar__inner--left {
  width: 35%;
}
@media only screen and (min-width: 992px) {
  body .topbar__inner--left {
    width: 20%;
  }
}
body .topbar__inner--left p {
  font-size: 12px;
}
body .topbar__inner--left p strong {
  font-weight: 600;
}
body .topbar__inner--center {
  width: 37.5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
@media only screen and (min-width: 992px) {
  body .topbar__inner--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body .topbar__inner--right {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 992px) {
  body .topbar__inner--right {
    width: 42.5%;
  }
}
body .topbar__inner--right ul {
  margin: 0;
  list-style: none;
}
body .topbar__inner--right ul li {
  float: left;
  margin-right: 20px;
}
body .topbar__inner--right ul li:last-child {
  margin-right: 0;
}
body .topbar__inner--right ul li a {
  color: #7A7A7A;
  font-size: 12px;
}
body .topbar__inner--right ul li a:hover,
body .topbar__inner--right ul li a:focus {
  color: #F38979;
}
body .navbar-wrapper {
  position: sticky;
  top: 0;
  z-index: 500;
  background-color: #FFF;
  width: 100%;
}
@media (min-width: 768px) {
  body .navbar-wrapper {
    position: relative;
  }
}
body .navbar-wrapper__top {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 15px 15px 10px 15px;
}
body .navbar-wrapper__top .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
body .navbar-wrapper__top .inner__left-mobile {
  width: 27.5%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body .navbar-wrapper__top .inner__left-mobile .user,
body .navbar-wrapper__top .inner__left-mobile .phone {
  width: 50%;
}
body .navbar-wrapper__top .inner__left-mobile .user a,
body .navbar-wrapper__top .inner__left-mobile .phone a {
  color: #000;
}
body .navbar-wrapper__top .inner__left-mobile .user a svg,
body .navbar-wrapper__top .inner__left-mobile .phone a svg {
  width: 23px;
  height: auto;
}
body .navbar-wrapper__top .inner__left-mobile .user {
  margin-right: 20px;
}
body .navbar-wrapper__top .inner__bottom-mobile {
  width: 100%;
  margin-top: 10px;
}
body .navbar-wrapper__top .inner__bottom-mobile form .search-wrap {
  position: relative;
  border-radius: 200px;
  min-height: 50px;
  border: 1px solid #666;
  background-color: #FFF;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .navbar-wrapper__top .inner__bottom-mobile form .search-wrap .icon {
  height: 15px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
body .navbar-wrapper__top .inner__bottom-mobile form .search-wrap .icon svg {
  width: 15px;
  color: #7a7a7a;
}
body .navbar-wrapper__top .inner__bottom-mobile form .search-wrap input {
  width: 100%;
  padding: 0 25px;
  border: none;
  font-size: 15px;
  font-family: RobotoRegular;
  color: #7a7a7a;
  font-weight: 400;
}
body .navbar-wrapper__top .inner__bottom-mobile form .search-wrap input::-webkit-input-placeholder {
  opacity: 0.6;
}
body .navbar-wrapper__top .inner__bottom-mobile form .search-wrap input::-moz-placeholder {
  opacity: 0.6;
}
body .navbar-wrapper__top .inner__bottom-mobile form .search-wrap input:-ms-input-placeholder {
  opacity: 0.6;
}
body .navbar-wrapper__top .inner__bottom-mobile form .search-wrap input::-ms-input-placeholder {
  opacity: 0.6;
}
body .navbar-wrapper__top .inner__bottom-mobile form .search-wrap input::placeholder {
  opacity: 0.6;
}
body .navbar-wrapper__top .inner__bottom-mobile form .search-wrap input:focus {
  outline: 0;
}
body .navbar-wrapper__top .inner__left {
  width: 45%;
  padding: 0 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  body .navbar-wrapper__top .inner__left {
    text-align: left;
    width: 22.5%;
  }
}
body .navbar-wrapper__top .inner__left img {
  max-width: 200px;
  height: auto;
  width: 100%;
}
body .navbar-wrapper__top .inner__center {
  width: 62.5%;
  padding: 0 10px;
  display: none;
}
@media only screen and (min-width: 768px) {
  body .navbar-wrapper__top .inner__center {
    display: block;
  }
}
body .navbar-wrapper__top .inner__center form .search-wrap {
  position: relative;
  border-radius: 200px;
  min-height: 50px;
  border: 1px solid #666;
  background-color: #FFF;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .navbar-wrapper__top .inner__center form .search-wrap .icon {
  height: 15px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
body .navbar-wrapper__top .inner__center form .search-wrap .icon svg {
  width: 15px;
  color: #7a7a7a;
}
body .navbar-wrapper__top .inner__center form .search-wrap input {
  width: 100%;
  padding: 0 25px;
  border: none;
  font-size: 15px;
  font-family: RobotoRegular;
  color: #7a7a7a;
  font-weight: 400;
}
body .navbar-wrapper__top .inner__center form .search-wrap input::-webkit-input-placeholder {
  opacity: 0.6;
}
body .navbar-wrapper__top .inner__center form .search-wrap input::-moz-placeholder {
  opacity: 0.6;
}
body .navbar-wrapper__top .inner__center form .search-wrap input:-ms-input-placeholder {
  opacity: 0.6;
}
body .navbar-wrapper__top .inner__center form .search-wrap input::-ms-input-placeholder {
  opacity: 0.6;
}
body .navbar-wrapper__top .inner__center form .search-wrap input::placeholder {
  opacity: 0.6;
}
body .navbar-wrapper__top .inner__center form .search-wrap input:focus {
  outline: 0;
}
body .navbar-wrapper__top .inner__right {
  width: 27.5%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media only screen and (min-width: 768px) {
  body .navbar-wrapper__top .inner__right {
    width: 15%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
body .navbar-wrapper__top .inner__right .cart,
body .navbar-wrapper__top .inner__right .user {
  width: auto;
  position: relative;
}
body .navbar-wrapper__top .inner__right .cart__icon svg,
body .navbar-wrapper__top .inner__right .user__icon svg {
  color: #000;
  width: 23px;
  height: auto;
}
body .navbar-wrapper__top .inner__right .cart {
  margin-right: 25px;
}
@media only screen and (min-width: 768px) {
  body .navbar-wrapper__top .inner__right .cart {
    padding-top: 20px;
  }
}
body .navbar-wrapper__top .inner__right .cart__count {
  position: absolute;
  right: -5px;
  top: -15px;
  color: #F38979;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  body .navbar-wrapper__top .inner__right .cart__count {
    top: 0;
  }
}
body .navbar-wrapper__top .inner__right .user {
  text-align: center;
  display: none;
}
@media only screen and (min-width: 768px) {
  body .navbar-wrapper__top .inner__right .user {
    display: block;
  }
}
body .navbar-wrapper__top .inner__right .user__text {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .navbar-wrapper__top .inner__right .user__text:hover,
body .navbar-wrapper__top .inner__right .user__text:focus {
  color: #F38979;
}
body .navbar-wrapper__top .inner__right .hamburger {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  body .navbar-wrapper__top .inner__right .hamburger {
    display: none;
  }
}
body .navbar-wrapper__top .inner__right .hamburger.active .inner span:first-child {
  top: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body .navbar-wrapper__top .inner__right .hamburger.active .inner span:nth-child(2) {
  opacity: 0;
}
body .navbar-wrapper__top .inner__right .hamburger.active .inner span:last-child {
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body .navbar-wrapper__top .inner__right .hamburger .inner {
  position: relative;
  width: 25px;
  height: 20px;
}
body .navbar-wrapper__top .inner__right .hamburger .inner span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
body .navbar-wrapper__top .inner__right .hamburger .inner span:nth-child(2) {
  top: 7px;
}
body .navbar-wrapper__top .inner__right .hamburger .inner span:nth-child(3) {
  top: 14px;
}
@media only screen and (min-width: 768px) {
  body .navbar-wrapper__top .inner__left-mobile,
  body .navbar-wrapper__top .inner__bottom-mobile {
    display: none;
  }
}
body .navbar-wrapper__bottom {
  background-color: #FFF4F1;
}
@media only screen and (max-width: 767px) {
  body .navbar-wrapper__bottom {
    display: none;
  }
}
body .navbar-wrapper__bottom .inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 25px;
}
body .navbar-wrapper__bottom .inner__left ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .navbar-wrapper__bottom .inner__left ul li {
  margin-right: 35px;
  position: relative;
}
body .navbar-wrapper__bottom .inner__left ul li:last-child {
  margin-right: 0;
}
body .navbar-wrapper__bottom .inner__left ul li:hover > .sub-menu,
body .navbar-wrapper__bottom .inner__left ul li:focus > .sub-menu {
  opacity: 1;
  visibility: visible;
}
body .navbar-wrapper__bottom .inner__left ul li a {
  color: #7A7A7A;
}
body .navbar-wrapper__bottom .inner__left ul li a:hover,
body .navbar-wrapper__bottom .inner__left ul li a:focus {
  color: #F38979;
}
body .navbar-wrapper__bottom .inner__left ul li .sub-menu {
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  margin-top: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
          box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
  width: 250px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  z-index: 10000;
}
body .navbar-wrapper__bottom .inner__left ul li .sub-menu li {
  width: 100%;
  float: none;
  border-bottom: 1px solid rgba(2, 1, 1, 0.08);
}
body .navbar-wrapper__bottom .inner__left ul li .sub-menu li.menu-item-has-children {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='angle-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512' class='svg-inline--fa fa-angle-right fa-w-6 fa-3x'%3E%3Cpath fill='currentColor' d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right 10px center;
}
body .navbar-wrapper__bottom .inner__left ul li .sub-menu li a {
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
}
body .navbar-wrapper__bottom .inner__left ul li .sub-menu li:hover > .sub-menu,
body .navbar-wrapper__bottom .inner__left ul li .sub-menu li:focus > .sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
body .navbar-wrapper__bottom .inner__left ul li .sub-menu li .sub-menu {
  top: 0;
  right: -250px;
  z-index: 1000;
  left: unset;
}
body .checkout-logo {
  text-align: center;
  padding: 50px 25px;
}
body .checkout-logo img {
  max-width: 250px;
  height: auto;
  width: 100%;
}
body .back-to-top {
  position: fixed;
  bottom: 85px;
  right: 24px;
  z-index: 100;
  background-color: #F38979;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .back-to-top:hover,
body .back-to-top:focus {
  background-color: #2A2A2A;
}
body .back-to-top svg {
  width: 28px;
  fill: #FFF;
  height: auto;
  vertical-align: bottom;
}
body .footer__top--inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .footer__top--inner .column {
  width: 100%;
  padding: 0 25px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  body .footer__top--inner .column {
    width: 25%;
  }
}
body .footer__top--inner .column img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
body .footer__top--inner .column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .footer__top--inner .column ul li {
  margin-bottom: 5px;
}
body .footer__top--inner .column ul li strong {
  font-weight: bold;
}
body .footer__top--inner .column ul li a {
  color: #F38979;
}
body .footer__top--inner .column p {
  color: #F38979;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}
body .footer .trustpilot-mobile {
  background-color: #F1F1F1;
  padding: 25px;
}
@media only screen and (min-width: 768px) {
  body .footer .trustpilot-mobile {
    display: none;
  }
}
body .footer__copyright {
  background-color: #F38979;
  text-align: center;
  padding: 25px;
}
body .footer__copyright p {
  margin-bottom: 10px;
  color: #FFF;
}
body .footer__copyright p a {
  color: #FFF;
  font-weight: bold;
}
.product-item {
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.product-item__inner {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  padding: 55px 15px 100px 15px;
  overflow: hidden;
  text-align: center;
  height: 100%;
  position: relative;
  width: 100%;
}
.product-item__inner .onsale {
  left: 0;
  top: 0;
  position: absolute;
  color: #FFF;
  right: unset;
  border-radius: 0;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  min-width: auto;
  min-height: auto;
  height: 55px;
  margin: 0;
  line-height: 0;
  background-color: #F38979;
}
.product-item__inner .bestseller {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 55px);
  height: 55px;
  z-index: 10;
  background-color: #333;
  padding: 10px;
}
.product-item__inner .bestseller.full-width {
  width: 100%;
}
.product-item__inner .bestseller .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-item__inner .bestseller .stars svg {
  fill: #FFF;
}
.product-item__inner .bestseller p {
  font-size: 12px;
  color: #FFF;
  margin: 0;
}
@media (min-width: 375px) {
  .product-item__inner .bestseller p {
    font-size: 16px;
  }
}
.product-item__inner--image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-item__inner--info .stock-status {
  font-size: 12px;
  text-align: center;
  color: #23A455;
  margin: 0;
  min-height: 70px;
}
@media only screen and (min-width: 480px) {
  .product-item__inner--info .stock-status {
    min-height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .product-item__inner--info .stock-status {
    min-height: 40px;
  }
}
.product-item__inner--info h4 {
  color: #F38979;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding: 5px 0 10px 0;
}
.product-item__inner--info .button {
  background-color: #F38979;
  color: #FFF;
  border: none;
  font-weight: normal;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 75%;
  padding: 10px;
}
@media only screen and (max-width: 479px) {
  .product-item__inner--info .button {
    font-size: 13px;
  }
}
.product-item__inner--info .button.loading {
  opacity: 0.5;
}
.product-item__inner--info .button.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  margin-left: 0.53em;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.product-item__inner--info .button.added::after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
}
.product-item__inner--info .product-price {
  font-weight: 700;
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 65px;
  left: 0;
  width: 100%;
  position: absolute;
}
.product-item__inner--info .product-price .old {
  margin-right: 5px;
  text-decoration: line-through;
  opacity: 0.5;
}
.product-item__inner--info .product-price .new {
  margin-left: 5px;
  text-decoration: underline;
}
body .mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  z-index: 999999999;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 410px) {
  body .mobile-menu {
    width: 400px;
  }
}
body .mobile-menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
body .mobile-menu__top {
  background-color: #F38979;
  padding: 12px 28px 10px;
  height: 56px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .mobile-menu__top .action {
  height: 35px;
}
body .mobile-menu__top .action svg {
  color: #FFF;
  height: 35px;
  width: 35px;
  cursor: pointer;
}
body .mobile-menu__items {
  background-color: #fff;
  height: calc(100% - 56px);
  padding: 28px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: 100px;
}
body .mobile-menu__items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .mobile-menu__items ul.active-sub-menu {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}
@media (min-width: 410px) {
  body .mobile-menu__items ul.active-sub-menu {
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
  }
}
body .mobile-menu__items ul li a {
  padding: 12px 0;
  width: 100%;
  border-bottom: 1px solid #000;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
body .mobile-menu__items ul li.menu-item-has-children {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='angle-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512' class='svg-inline--fa fa-angle-right fa-w-6 fa-3x'%3E%3Cpath fill='currentColor' d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right 10px center;
}
body .mobile-menu__items ul li .sub-menu {
  top: 0;
  left: 100vw;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 410px) {
  body .mobile-menu__items ul li .sub-menu {
    left: 116%;
  }
}
body .mobile-menu__items ul li .sub-menu.active {
  display: block;
}
