/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url('../fonts/montserrat-v13-latin-300.eot');
  src: local('Montserrat Light'), local('Montserrat-Light'), url('../fonts/montserrat-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/montserrat-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v13-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-v13-latin-300.svg#Montserrat') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/montserrat-v13-latin-regular.eot');
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v13-latin-regular.woff2') format('woff2'), url('../fonts/montserrat-v13-latin-regular.woff') format('woff'), url('../fonts/montserrat-v13-latin-regular.ttf') format('truetype'), url('../fonts/montserrat-v13-latin-regular.svg#Montserrat') format('svg');
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('../fonts/montserrat-v13-latin-700.eot');
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/montserrat-v13-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v13-latin-700.woff2') format('woff2'), url('../fonts/montserrat-v13-latin-700.woff') format('woff'), url('../fonts/montserrat-v13-latin-700.ttf') format('truetype'), url('../fonts/montserrat-v13-latin-700.svg#Montserrat') format('svg');
}
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/oswald-v16-latin-regular.eot');
  src: local('Oswald Regular'), local('Oswald-Regular'), url('../fonts/oswald-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-v16-latin-regular.woff2') format('woff2'), url('../fonts/oswald-v16-latin-regular.woff') format('woff'), url('../fonts/oswald-v16-latin-regular.ttf') format('truetype'), url('../fonts/oswald-v16-latin-regular.svg#Oswald') format('svg');
}
@font-face {
  font-family: 'Droid Serif';
  font-weight: 400;
  font-style: italic;
  font-display: block;
  src: url('../fonts/DroidSerif-Italic-webfont.eot');
  src: url('../fonts/DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidSerif-Italic-webfont.woff') format('woff'), url('../fonts/DroidSerif-Italic-webfont.ttf') format('truetype'), url('../fonts/DroidSerif-Italic-webfont.svg#droid_serifitalic') format('svg');
}
@font-face {
  font-family: 'Droid Serif';
  font-weight: 700;
  font-style: italic;
  font-display: block;
  src: url('../fonts/DroidSerif-BoldItalic-webfont.eot');
  src: url('../fonts/DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidSerif-BoldItalic-webfont.woff') format('woff'), url('../fonts/DroidSerif-BoldItalic-webfont.ttf') format('truetype'), url('../fonts/DroidSerif-BoldItalic-webfont.svg#droid_serifbold_italic') format('svg');
}
/**
 * Colors
 */
/**
 * Breakpoints
 */
.title-big {
  text-transform: uppercase;
  text-align: center;
}
.play {
  background-color: transparent;
  cursor: pointer;
}
.play .svg {
  width: 66px;
  height: 66px;
  transition: all .5s;
}
.play .svg:hover {
  fill: #cc0099;
}
.read-more {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  transition: all .5s;
}
.read-more:hover,
.read-more:focus,
.read-more:active {
  color: #cc0099;
  text-decoration: none;
}
.svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
  transition: all .5s;
}
.email .svg {
  display: none;
}
.you .svg {
  width: 21px;
  height: 21px;
}
.multi-language {
  display: flex;
  list-style: none;
  font-weight: 400;
}
.multi-language li {
  border-right: 1px solid #ffffff;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
}
.multi-language li:last-child {
  border-right: none;
}
.multi-language span {
  margin: 0 10px;
}
.multi-language a {
  color: #ffffff;
  text-decoration: none;
  transition: all .5s;
}
.multi-language.active,
.multi-language a:hover {
  color: #cc0099;
}
.box-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.button-search {
  margin: 0 17px 0 0;
  padding: 4px 0 0;
}
.button-search .svg {
  fill: #191919;
  cursor: pointer;
}
@media screen and (min-width: 1599px) {
  .box-menu {
    flex: 0 0 260px;
    max-width: 260px;
  }
}
.multi-language li:last-child span {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .one-slide .thumb {
    margin-bottom: 100px !important;
  }
  .email .svg {
    display: block;
    width: 22px;
    height: 22px;
  }
  .box-menu {
    flex: 0 0;
    max-width: 100%;
  }
  .button-search {
    display: none;
  }
  .toggle-menu > span {
    display: none;
  }
  .toggle-button {
    margin: 0;
  }
}
.section-description {
  margin: 52px 0;
}
@media screen and (max-width: 479px) {
  .carousel-body p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1170px) {
  .box-menu {
    flex: 0 0 10px;
  }
}
/*----------------------------- VIDEO ---------------------------------*/
.owl_hero .owl-nav .owl-prev {
  position: absolute;
  top: 0 !important;
  bottom: 0;
  margin: auto 0;
  left: 15px !important;
  width: 30px;
  height: 30px;
  color: transparent;
  -webkit-filter: invert(100%);
  -ms-filter: invert(100%);
  filter: invert(100%);
}
.owl_hero .owl-nav .owl-next {
  position: absolute;
  top: 0 !important;
  bottom: 0;
  margin: auto 0;
  right: 15px !important;
  width: 30px;
  height: 30px;
  color: transparent;
  -webkit-filter: invert(100%);
  -ms-filter: invert(100%);
  filter: invert(100%);
}
.section-video {
  min-height: 75vh;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section-video.inner-page {
  height: auto;
  position: relative;
  min-height: 560px;
  max-height: calc(100vh - 102px);
}
.section-video.inner-page .video {
  background-size: cover !important;
}
.section-video.inner-page .title-slide {
  font-size: 75px;
}
.section-video .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.section-video .video.blackout::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
}
.section-video .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 1s opacity;
  -moz-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-video .slide-content {
  position: relative;
  z-index: 1;
  padding: 30px;
}
.title-slide {
  font: 400 108px/1.14 'Oswald', sans-serif;
  letter-spacing: 0.03em;
  margin: 0 0 35px;
}
@media screen and (max-width: 1600px) {
  .title-slide {
    font-size: 92px;
  }
}
@media screen and (max-width: 1440px) {
  .title-slide {
    font-size: 75px;
  }
}
.slide-content p {
  text-transform: uppercase;
  font-size: 21px;
  margin: 0 0 40px;
}
.slide-content .play {
  margin: 40px 0 0;
}
@media screen and (max-width: 599px) {
  .title-slide {
    font-size: 52px;
    margin: 0 0 20px;
  }
  .slide-content p {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .slide-content .play {
    margin: 20px 0 0;
  }
}
/*---------------------------------------------------------------------*/
/*------------------------- VERTICAL SLIDER ---------------------------*/
/*---------------------------------------------------------------------*/
.section-vertical-slider {
  position: relative;
  background-image: url("../img/bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  margin: 110px 0;
}
.section-vertical-slider:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all .5s;
}
@media screen and (max-width: 1200px) {
  .section-vertical-slider {
    background-image: url("../img/bg-md.jpg");
  }
}
@media screen and (max-width: 768px) {
  .section-vertical-slider {
    background-image: url("../img/bg-sm.jpg");
    background-attachment: scroll;
    margin: 50px 0;
  }
}
.slide-control {
  cursor: pointer;
}
.slide-control .svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
  transition: all .5s;
}
.slide-control:hover .svg {
  fill: #cc0099;
}
@media screen and (max-width: 599px) {
  .section-vertical-slider {
    padding: 0 0 50px;
  }
  .section-vertical-slider .container {
    padding: 0;
  }
  .slider-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  .slide-control {
    position: absolute;
  }
  .slide-prev {
    left: 20px;
    transform: rotate(-90deg);
  }
  .slide-next {
    right: 20px;
    transform: rotate(-90deg);
  }
  .section-vertical-slider {
    padding-bottom: 0;
  }
}
/*---------------------------- BOOK SLIDER ----------------------------*/
.section-book-slider {
  margin: 110px 0;
}
.one-slide {
  display: flex;
  align-items: center;
}
.one-slide .thumb {
  flex: 0 0 360px;
  max-width: 360px;
  margin: 0 80px 0 0;
}
.one-slide-body .slide-subtitle {
  flex: 1 0;
}
.slide-subtitle {
  font: 400 13px/1.3 'Droid Serif', serif;
  font-size: 15px;
  color: #999999;
  margin: 0 0 20px;
}
.slide-title {
  margin: 0 0 20px;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
}
.one-slide-body p {
  line-height: 1.6;
  margin-bottom: 30px;
}
.one-slide-body .btn-primary {
  width: auto;
  padding: 10px 13px;
  font-weight: 300;
  border-width: 1px;
}
@media screen and (max-width: 999px) {
  .one-slide .thumb {
    margin: 0 40px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .one-slide-body,
  .slide-title {
    text-align: center;
  }
}
/*------------------------- FEATURED VIDEO ----------------------------*/
.video-slide {
  background-color: #000000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  text-align: center;
  color: #ffffff;
  height: 365px;
  padding: 0 50px;
  text-decoration: none;
  position: relative;
}
.video-slide:hover::before {
  opacity: .5;
}
.video-slide:hover .video-slide-body p {
  max-height: 300px;
}
.video-slide:hover .play {
  opacity: 0.3;
}
.video-slide::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .2;
  background: #000000;
  transition: opacity 0.3s;
}
.video-slide-body {
  padding: 0 0 15px;
  position: relative;
  z-index: 1;
}
.video-slide-body p {
  line-height: 1.5;
  overflow: hidden;
  max-height: 0;
  transition: all 1s;
}
.video-slide-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
}
.video-slide .play {
  transition: 0.3s;
}
.video-slide .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*------------------------------ BLOG ---------------------------------*/
.section-blog {
  margin: 53px 0;
}
.section-blog.single-blog .blog-list {
  justify-content: center;
}
.blog-list {
  margin: 0 -12px;
  display: flex;
  flex-flow: row wrap;
}
.blog-list > div {
  padding: 0 12px;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.blog-list > div.x2 {
  flex: 0 0 66.666%;
  max-width: 66.666%;
}
.blog-list > div.x3 {
  flex: 0 0 100%;
  max-width: 100%;
}
.post {
  margin: 0 0 45px;
  display: block;
}
.post-body {
  padding: 24px 15px 0;
}
.post-subtitle {
  font: normal 13px/1.3 'Droid Serif', serif;
  font-size: 15px;
  color: #cc0099;
  position: relative;
  padding: 0 0 7px;
  margin: 0 0 12px;
}
.post-subtitle a {
  color: #cc0099;
  text-decoration: none;
}
.post-subtitle a:not(:last-child):after {
  content: ', ';
}
.post-subtitle:after {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 2px;
  left: 0;
  bottom: -2px;
  background-color: #cc0099;
}
.post-title {
  text-transform: uppercase;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 700;
}
.post-title a {
  text-decoration: none;
  color: #191919;
}
.post .thumb {
  height: 310px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.post .thumb:hover::before {
  background-color: rgba(204, 0, 153, 0.65);
}
.post .thumb-blackout:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.post .thumb:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.post .read-more {
  color: #999999;
  text-transform: uppercase;
  font-family: inherit;
  font-size: 13px;
  letter-spacing: .7px;
}
.post .read-more:hover,
.post .read-more:focus,
.post .read-more:active {
  color: #cc0099;
}
@media screen and (max-width: 999px) {
  .blog-list > div,
  .blog-list > div.x2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .blog-list > div,
  .blog-list > div.x2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.filter_block {
  text-align: center;
  padding: 38px 0 37px;
  background: #f5f5f5;
}
.filter_block form {
  display: inline-block;
  vertical-align: top;
  width: 275px;
  position: relative;
}
.filter_block form::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  pointer-events: none;
  transform: rotate(135deg);
}
.filter_block select {
  display: block;
  width: 100%;
  height: 45px;
  border: 2px solid #181818;
  border-radius: 0;
  padding: 0 28px 0 20px;
  font-size: 12px;
  line-height: 41px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.videos {
  padding-top: 50px;
}
.videos .video_list {
  margin: 0 -12px;
  display: flex;
  flex-flow: row wrap;
}
.videos .video_list div {
  display: block;
  padding: 0 12px;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 50px;
  text-decoration: none;
}
.videos .video_list div .video-contain {
  overflow: hidden;
  background: #000000;
  position: relative;
  display: block;
}
.videos .video_list div .video-contain::before {
  z-index: 2;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .2;
  background: #000000;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.videos .video_list div .video-contain:hover button {
  opacity: 0;
}
.videos .video_list div .video-contain:hover::before {
  opacity: .4;
}
.videos .video_list div .video-contain:hover .section-overlay {
  opacity: 1;
  top: 50%;
}
.videos .video_list div .video-contain:hover img {
  transform: scale(1);
}
.videos .video_list div .video-contain img {
  width: 100%;
  height: auto;
  transform: scale(1.12);
  transition: all 0.25s ease;
  display: block;
}
.videos .video_list div .video-contain button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.videos .video_list div .video-contain .section-overlay {
  position: absolute;
  width: 100%;
  top: 60%;
  left: 0;
  padding: 0 30px;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  color: #ffffff;
  text-transform: none;
  z-index: 3;
  -webkit-transition: top 0.3s, opacity 0.3s;
  -moz-transition: top 0.3s, opacity 0.3s;
  -o-transition: top 0.3s, opacity 0.3s;
  transition: top 0.3s, opacity 0.3s;
  text-align: center;
}
.videos .video_list div .video-contain .section-overlay strong {
  display: block;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}
.videos .video_list div .post-body {
  display: block;
}
.videos .video_list div .post-body .post-subtitle {
  display: block;
}
.videos .video_list div .post-body .post-title {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .videos .video_list div {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .post .thumb {
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  .section-video.inner-page {
    max-height: none;
  }
  .section-video.inner-page .title-slide {
    font-size: 40px;
  }
  .videos .video_list div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.owl-carousel .owl-item img,
.thumb > img {
  height: auto;
}
.post .thumb:hover i,
.post .thumb:hover .hoverIcon {
  opacity: 1;
  top: 50%;
}
.post .thumb i,
.post .thumb .hoverIcon {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: top 0.3s, opacity 0.3s;
  -moz-transition: top 0.3s, opacity 0.3s;
  -o-transition: top 0.3s, opacity 0.3s;
  transition: top 0.3s, opacity 0.3s;
}
.post .thumb svg,
.post .thumb .hoverIcon {
  width: 66px;
  height: 66px;
}
.blog-hero-content {
  text-align: left;
}
.blog-hero-content .container {
  padding-right: 400px;
}
.blog-hero-content h5 a {
  font: 700 13px/1.3 'Droid Serif', serif;
  color: #ffffff;
  text-decoration: none;
}
.blog-hero-content .title-slide {
  font-size: 48px;
  letter-spacing: 2px;
  margin-top: 15px;
}
.blog-hero-content p {
  font-size: 15px;
  text-transform: none;
  line-height: 1.63;
}
.blog-hero-content a.more {
  display: inline-block;
  vertical-align: top;
  padding: 0 22px;
  border: 2px solid #f3f3f0;
  font-size: 12px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-transform: uppercase;
  transition: color 0.3s, background 0.3s;
  background: transparent;
  text-decoration: none;
}
.blog-hero-content a.more:hover {
  background: #ffffff;
  color: #000000;
}
@media screen and (max-width: 1200px) {
  .blog-hero-content .container {
    padding: 0;
  }
}
.article .post-title,
.singleProduct__excert .post-title,
.section__desc .post-title,
.relatedProduct__desc .post-title {
  font-size: 42px;
  line-height: 1.11;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-top: 20px;
}
.article .post-subtitle::after,
.singleProduct__excert .post-subtitle::after,
.section__desc .post-subtitle::after,
.relatedProduct__desc .post-subtitle::after {
  bottom: -7px;
}
.article .post-excerpt,
.singleProduct__excert .post-excerpt,
.section__desc .post-excerpt,
.relatedProduct__desc .post-excerpt {
  font-size: 22px;
  margin-top: 20px;
  font-weight: 400;
  display: block;
  letter-spacing: 4px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.article .article-author,
.singleProduct__excert .article-author,
.section__desc .article-author,
.relatedProduct__desc .article-author {
  display: block;
  margin-bottom: 59px;
  font-size: 14px;
  color: #aaa;
}
.article .article-author strong,
.singleProduct__excert .article-author strong,
.section__desc .article-author strong,
.relatedProduct__desc .article-author strong {
  font-weight: 400;
  color: #000000;
}
.article article div:not(.featuredCard),
.singleProduct__excert article div:not(.featuredCard),
.section__desc article div:not(.featuredCard),
.relatedProduct__desc article div:not(.featuredCard) {
  max-width: 100% !important;
}
.article ul:not(.woocommerce-error):not(.checklist),
.singleProduct__excert ul:not(.woocommerce-error):not(.checklist),
.section__desc ul:not(.woocommerce-error):not(.checklist),
.relatedProduct__desc ul:not(.woocommerce-error):not(.checklist),
.article ol:not(.woocommerce-error):not(.checklist),
.singleProduct__excert ol:not(.woocommerce-error):not(.checklist),
.section__desc ol:not(.woocommerce-error):not(.checklist),
.relatedProduct__desc ol:not(.woocommerce-error):not(.checklist) {
  padding: 0 3rem;
}
.single-blog {
  padding-bottom: 70px;
}
@media screen and (max-width: 576px) {
  .article .post-title {
    font-size: 28px;
    padding-top: 0;
  }
  .article .post-excerpt {
    font-size: 15px;
  }
  .article ul:not(.woocommerce-error):not(.checklist),
  .singleProduct__excert ul:not(.woocommerce-error):not(.checklist),
  .section__desc ul:not(.woocommerce-error):not(.checklist),
  .relatedProduct__desc ul:not(.woocommerce-error):not(.checklist),
  .article ol:not(.woocommerce-error):not(.checklist),
  .singleProduct__excert ol:not(.woocommerce-error):not(.checklist),
  .section__desc ol:not(.woocommerce-error):not(.checklist),
  .relatedProduct__desc ol:not(.woocommerce-error):not(.checklist) {
    padding: 0;
  }
  .article ul:not(.woocommerce-error):not(.checklist) li,
  .singleProduct__excert ul:not(.woocommerce-error):not(.checklist) li,
  .section__desc ul:not(.woocommerce-error):not(.checklist) li,
  .relatedProduct__desc ul:not(.woocommerce-error):not(.checklist) li,
  .article ol:not(.woocommerce-error):not(.checklist) li,
  .singleProduct__excert ol:not(.woocommerce-error):not(.checklist) li,
  .section__desc ol:not(.woocommerce-error):not(.checklist) li,
  .relatedProduct__desc ol:not(.woocommerce-error):not(.checklist) li {
    margin-left: 17px;
  }
}
.section-featured-video .owl-video {
  display: flex;
}
.section-featured-video .owl-video > div {
  flex: 0 0 33.333%;
}
@media screen and (max-width: 1199px) {
  .video-slide-body {
    width: 100%;
    text-align: center;
  }
  .video-slide-body p {
    display: none;
  }
  .video-slide {
    height: 210px;
  }
}
@media screen and (max-width: 999px) {
  .section-featured-video .owl-video {
    display: block;
  }
  .section-featured-video .owl-video > div {
    display: block;
    width: 580px;
    margin: 0 auto 30px;
  }
  .video-slide {
    height: 245px;
  }
}
@media screen and (max-width: 599px) {
  .video-slide {
    height: 175px;
  }
  .video-slide-title {
    font-size: 18px;
    margin: 0;
  }
  .section-featured-video .owl-video {
    padding: 0 15px;
  }
  .section-featured-video .owl-video > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
.article article div.accordion-title,
.article article div.accordion-content,
.article article div.gbox {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.user_menu-item {
  display: inline-block;
}
.user_menu-item + .user_menu-item {
  margin-left: 7px;
}
.user_menu-item + .user_menu-item:before {
  content: "|";
  color: #999;
  margin-right: 7px;
}
.user_menu-item_content {
  color: #999 !important;
}
.login_form a {
  color: #999;
}
.modal-status_content {
  padding-top: 15px;
  font-size: 12px;
  color: #cc0099;
  text-align: center;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 0 1.2rem;
  min-width: 180px;
  height: 31px;
  font-size: 0.8rem;
}
.article article div.woocommerce-message,
.article article div.woocommerce-info {
  padding-left: 3.5em !important;
  border-top-color: #515151;
}
.article article div::before {
  color: #515151;
}
.page-title,
.woocommerce div.product .product_title {
  font-size: 42px;
  line-height: 1.11;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-top: 20px;
}
.shop-bottom_cards {
  background-color: #191919;
  color: #ffffff;
}
.shop-bottom_cards_title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 75px 0;
}
.wrapper {
  height: auto !important;
  width: 100%;
  overflow: hidden;
}
.main {
  padding-top: 102px;
  margin: 0 auto;
  display: block;
}
.container {
  max-width: 1400px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
.container-sm {
  max-width: 1200px;
}
.pageHeader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: all .5s;
  transform: translateY(0);
}
.pageHeader__inner {
  background-color: #ffffff;
  height: 70px;
  justify-content: space-between;
  padding: 0 30px;
}
.topBar,
.pageHeader__inner {
  max-width: 100%;
  padding: 0 30px;
  display: flex;
  flex-flow: row nowrap;
  flex: 0 0 100%;
  align-items: center;
}
.topBar {
  background-color: #191919;
  height: 32px;
  justify-content: space-between;
  transition: all .5s;
  font-weight: 400;
}
.pageHeader.fix .topBar {
  height: 0;
}
@media screen and (max-width: 1200px) {
  .pageHeader__inner,
  .topBar {
    padding: 0 15px;
  }
}
.pageFooter {
  background-color: #191919;
  padding: 80px 0 60px;
  font-weight: 400;
  position: relative;
}
.pageFooter .social {
  margin-top: 9px;
  padding-bottom: 35px;
}
.pageFooter .social li:first-child a {
  margin-left: 0;
}
.pageFooter .social li a {
  display: block;
}
.pageFooter__columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.pageFooter__column {
  margin: 0 0 18px;
  flex: 0 0 25%;
  max-width: 25%;
}
.pageFooter__column h2 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  max-width: 190px;
  line-height: 1.8;
  padding-bottom: 14px;
}
.pageFooter__column a {
  color: #e5e5e5;
  text-decoration: none;
  font-size: 13px;
  line-height: 2.1;
  transition: all .5s;
}
.pageFooter__column a:hover {
  color: #cc0099;
}
.pageFooter__column p {
  color: #999;
  font-size: 13px;
  line-height: 1.8;
  margin: 19px 0 0;
}
.pageFooter__column .footer-link.social a {
  line-height: 1;
  margin: 0 7px;
}
.pageFooter__column .footer-link.social li:first-child {
  border-right: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .pageFooter {
    padding: 40px 0 60px;
  }
  .pageFooter__column {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media screen and (max-width: 768px) {
  .pageFooter__column {
    font-size: 13px;
  }
  .pageFooter__column h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .pageFooter__column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.notfound {
  color: #B2B2B2;
  display: flex;
}
.notfound__title {
  font-size: 136px;
}
.notfound__text {
  font-size: 24px;
  flex: 1 0 0;
  display: flex;
  align-items: center;
  padding-left: 45px;
  margin-left: 45px;
  border-left: 1px solid #eaeaea;
}
@media screen and (max-width: 768px) {
  .notfound {
    flex-wrap: wrap;
  }
  .notfound__title,
  .notfound__text {
    flex-basis: 100%;
  }
  .notfound__itle {
    font-size: 86px;
  }
  .notfound__text {
    padding-left: 0;
    margin: 0;
    border: none;
    font-size: 18px;
  }
}
.event__img {
  background-size: cover;
  background-position: center;
}
.event__title {
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 18px;
  color: #191919;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}
.event__subtitle {
  font-weight: 400;
}
.event__btns {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.eventDetails {
  margin-top: 15px;
  font-size: 12px;
  color: #999999;
}
.eventDetails-single {
  font-size: inherit;
  display: inline-block;
  padding: 0 !important;
  min-width: 50%;
}
.eventDetails-single .eventDetails__row + .eventDetails__row {
  margin-top: 8px;
}
.eventDetails-single .eventDetails__item:first-child {
  margin-right: 60px;
}
.eventDetails__row {
  display: flex;
  justify-content: space-between;
  position: relative;
  line-height: 1.6em;
}
.eventDetails__row:before {
  content: "";
  position: absolute;
  top: calc(1.2em - 1px);
  border-bottom: 1px dotted #e5e5e5;
  left: 0;
  right: 0;
}
.eventDetails__row + .eventDetails__row {
  margin-top: 2px;
}
.eventDetails__item {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.eventDetails__item:first-child {
  text-transform: uppercase;
}
.form label {
  display: block;
  text-align: left;
  padding-bottom: 7px;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form input[type="number"],
.form input[type="tel"],
.form textarea {
  border: 1px solid #cacbcc;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.2s;
  width: 100%;
  text-align: left;
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="password"]:focus,
.form input[type="number"]:focus,
.form input[type="tel"]:focus,
.form textarea:focus {
  border: 1px solid #000000;
}
.form input[type="number"] {
  width: auto;
}
.form textarea {
  height: 250px;
  resize: none;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
}
.form input[type="submit"] {
  display: inline-block;
  width: auto;
  padding-left: 35px;
  padding-right: 35px;
}
.modal {
  min-width: 320px;
  text-align: center;
  max-width: 600px;
  padding: 50px 35px 40px;
}
.modal h2 {
  text-transform: uppercase;
  font-size: 30px;
}
.modal form {
  text-align: left;
  width: 100%;
}
.modal form p label {
  display: block;
  text-align: left;
}
.modal form p label + label {
  margin-top: 8px;
}
.modal form p input[type="text"],
.modal form p input[type="email"],
.modal form p input[type="password"],
.modal form p textarea {
  border: 1px solid #e5e5e5;
  height: 2.8rem;
  padding: .8rem 1.2rem;
  transition: 0.2s;
  width: 100%;
  text-align: left;
}
.modal form p input[type="text"]:focus,
.modal form p input[type="email"]:focus,
.modal form p input[type="password"]:focus,
.modal form p textarea:focus {
  border: 1px solid #191919;
}
.modal form p textarea {
  height: 8.4rem;
  resize: none;
}
.gbox {
  background-color: #f5f5f5;
  width: 40%;
  padding: 24px 30px 25px;
  margin-left: 5%;
  float: right;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 25px;
}
.gbox__title {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 15px 0 !important;
}
.gbox + * {
  width: 55%;
}
.gbox-full {
  width: auto;
  margin: 0 0 25px;
  float: none;
}
.gbox-full + * {
  width: auto;
}
@media screen and (max-width: 768px) {
  .gbox ul,
  .gbox ol {
    padding: 0 0 0 1rem;
  }
}
.productCats {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
}
.productCats__item:hover .productCats__icon .st0 {
  fill: #cc0099 !important;
}
.productCats__item:hover .productCats__link {
  color: #cc0099;
}
.productCats__item + .productCats__item {
  margin-left: 60px;
}
.productCats__icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.productCats__icon .st0 {
  fill: #191919 !important;
  transition: all 0.25s ease-in-out;
}
.productCats__icon .st1 {
  fill: transparent !important;
}
.productCats__link {
  color: #191919;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}
.productCats__link:hover {
  color: #cc0099;
  text-decoration: none;
}
.productCats__title {
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .productCats__item + .productCats__item {
    margin-left: 30px;
  }
  .productCats__link {
    font-size: 16px;
  }
  .productCats__icon {
    margin-right: 15px;
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 576px) {
  .productCats__item + .productCats__item {
    margin-left: 15px;
  }
  .productCats__icon {
    margin-right: 0;
    width: 25px;
    height: 25px;
  }
  .productCats__title {
    display: none;
  }
}
.testimonial {
  padding: 209px 0 216px;
  font-family: "Georgia", Times, Serif;
  background-size: cover;
  background-position: center;
  font-size: 30px;
  line-height: 1.35;
  color: #ffffff;
  text-align: center;
}
.testimonial.blackout {
  position: relative;
}
.testimonial.blackout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
}
.testimonial .testimonial-inner {
  max-width: 810px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.testimonial .testimonial-inner em {
  display: block;
  margin-bottom: 39px;
}
.testimonial .testimonial-inner strong {
  display: block;
  font-family: 'Proxima Nova W01';
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .testimonial {
    font-size: 24px;
    padding: 110px 0 115px;
  }
}
.product__shortDesc {
  flex: 1 0 0;
  font-size: 18px;
  padding-right: 45px;
}
.product__shortDesc p,
.product__shortDesc ol,
.product__shortDesc ul {
  margin-bottom: 25px;
}
.product__shortDesc p:last-child,
.product__shortDesc ol:last-child,
.product__shortDesc ul:last-child {
  margin-bottom: 0;
}
.product__shortDesc ul li {
  list-style: disc inside !important;
}
.product__shortDesc ol li {
  list-style: decimal inside !important;
}
.product__thumbWrap,
.product__summaryWrap {
  flex: 0 0 250px;
}
.product__summaryWrap {
  padding-left: 15px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.product__subtitle {
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.product__reviewsCount {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  margin-left: 15px;
  vertical-align: middle;
}
.product__reviewsLink {
  font-size: 16px;
  font-weight: lighter !important;
  color: #191919 !important;
  transition: all 0.25s ease-in-out;
}
.product__reviewsLink:hover {
  color: #cc0099 !important;
  text-decoration: none !important;
}
@media screen and (max-width: 1200px) {
  .product__shortDesc {
    font-size: 16px;
  }
  .product__thumbWrap {
    flex-basis: 140px;
  }
}
@media screen and (max-width: 991px) {
  .product__thumbWrap {
    order: -1;
  }
  .product__shortDesc {
    padding-right: 15px;
    padding-left: 30px;
  }
  .product__subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .product__shortDesc {
    padding: 0 0 0 15px;
  }
  .product__reviews {
    order: -2;
    margin-right: auto;
  }
  .product__summaryWrap {
    flex-basis: 100%;
    text-align: left;
    margin-top: 30px;
    padding: 0;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
  }
}
@media screen and (max-width: 576px) {
  .product__shortDesc {
    padding: 15px 0 0 0;
    flex-basis: 100%;
  }
  .product__reviews {
    margin-bottom: 15px;
  }
  .product__summaryWrap {
    margin-top: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.shopPanel {
  padding: 30px 0;
  background-color: #f5f5f5;
  margin-bottom: 60px;
  /**
   * WPML Currency Switcher
   */
}
.shopPanel__inner {
  display: flex;
  justify-content: space-between;
}
.shopPanel__cart {
  position: relative;
}
.shopPanel__cart.active:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #cc0099;
  border-radius: 50%;
  top: -3px;
  right: -5px;
  position: absolute;
}
.shopPanel__cart svg {
  transition: all 0.25s ease-in-out;
}
.shopPanel__cart:hover svg {
  fill: #cc0099;
}
.shopPanel .wcml_currency_switcher.product {
  width: auto;
  font-size: 20px;
  font-weight: 600;
  margin: 0 2rem 0 auto;
  padding-right: 2rem;
  border-right: 1px solid #c5c5c5;
}
.shopPanel .wcml_currency_switcher.product.wcml-horizontal-list li a {
  padding: 0;
  color: #191919;
}
.shopPanel .wcml_currency_switcher.product.wcml-horizontal-list li.wcml-cs-active-currency a {
  color: #cc0099;
}
.shopPanel .wcml_currency_switcher.product.wcml-horizontal-list li + li {
  margin-left: 1rem;
}
.shopPanel .wcml_currency_switcher.product.wcml-dropdown,
.shopPanel .wcml_currency_switcher.product.wcml-dropdown-click {
  align-self: center;
}
.shopPanel .wcml_currency_switcher.product.wcml-dropdown .wcml-cs-submenu,
.shopPanel .wcml_currency_switcher.product.wcml-dropdown-click .wcml-cs-submenu {
  min-width: calc(100% + 20px);
  background-color: #f5f5f5;
  padding: 10px;
  left: -10px;
  right: auto;
  border: none;
  border-bottom: 1px solid #c5c5c5;
}
.shopPanel .wcml_currency_switcher.product.wcml-dropdown .wcml-cs-submenu li + li,
.shopPanel .wcml_currency_switcher.product.wcml-dropdown-click .wcml-cs-submenu li + li {
  margin-top: 10px;
}
.shopPanel .wcml_currency_switcher.product.wcml-dropdown li,
.shopPanel .wcml_currency_switcher.product.wcml-dropdown-click li {
  border: none;
  background-color: transparent;
}
.shopPanel .wcml_currency_switcher.product.wcml-dropdown li a,
.shopPanel .wcml_currency_switcher.product.wcml-dropdown-click li a {
  color: #191919;
  padding: 0;
  transition: color 0.25s ease-in-out;
}
.shopPanel .wcml_currency_switcher.product.wcml-dropdown li a:hover,
.shopPanel .wcml_currency_switcher.product.wcml-dropdown-click li a:hover {
  color: #cc0099;
}
.shopPanel .wcml_currency_switcher.product.wcml-dropdown li a.wcml-cs-item-toggle,
.shopPanel .wcml_currency_switcher.product.wcml-dropdown-click li a.wcml-cs-item-toggle {
  display: flex;
  height: 30px;
  align-items: center;
}
.shopPanel .wcml_currency_switcher.product.wcml-dropdown li a.wcml-cs-item-toggle:after,
.shopPanel .wcml_currency_switcher.product.wcml-dropdown-click li a.wcml-cs-item-toggle:after {
  border: 6px solid transparent;
  border-top: 6px solid;
  position: static;
  margin-left: 10px;
  margin-top: 6px;
}
@media screen and (max-width: 991px) {
  .shopPanel {
    padding: 15px 0;
  }
  .shopPanel .wcml_currency_switcher.product {
    font-size: 16px;
    margin: 0 1rem 0 auto;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .shopPanel .wcml_currency_switcher.product {
    margin: 0 0.75rem 0 auto;
    padding-right: 0.75rem;
  }
  .shopPanel .wcml_currency_switcher.product.wcml-horizontal-list li + li {
    margin-left: 0.5rem;
  }
}
.testimonialsSlider {
  padding: 90px 0;
  position: relative;
}
.testimonialsSlider__arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  left: calc(50% - 15px);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.testimonialsSlider__arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.testimonialsSlider__arrow-top {
  top: 60px;
}
.testimonialsSlider__arrow-top:before {
  top: 50%;
  transform: rotateZ(-135deg);
}
.testimonialsSlider__arrow-bottom {
  bottom: 60px;
}
.testimonialsSlider__arrow-bottom:before {
  bottom: 50%;
  transform: rotateZ(45deg);
}
.testimonialsSlide {
  display: flex;
  padding: 60px 0;
}
.testimonialsSlide__img {
  margin-right: 30px;
  flex-basis: 300px;
}
.testimonialsSlide__desc {
  color: #ffffff;
  flex: 1 1 0;
  line-height: 1.5;
  padding: 0 30px;
}
.testimonialsSlide__title {
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 15px;
}
.testimonialsSlide__subtitle {
  font: 400 14px/1.3 'Droid Serif', serif;
  margin: 0 0 30px;
}
.disabled .testimonialsSlider__arrow:before {
  border-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 991px) {
  .testimonialsSlide__img {
    flex-basis: 200px;
  }
}
@media screen and (max-width: 768px) {
  .testimonialsSlider {
    padding: 75px 0;
  }
  .testimonialsSlider__arrow-top {
    top: 45px;
  }
  .testimonialsSlider__arrow-bottom {
    bottom: 45px;
  }
  .testimonialsSlide {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .testimonialsSlide__img {
    flex-basis: 100%;
    margin-left: 30px;
    margin-bottom: 20px;
  }
  .testimonialsSlide__desc {
    flex: 1 0 100%;
  }
  .testimonialsSlide__subtitle {
    margin-bottom: 20px;
  }
}
.singleProduct__row {
  display: flex;
}
.singleProduct__row ~ .singleProduct__row {
  margin-top: 30px;
}
.singleProduct__img {
  flex: 0 0 300px;
  position: relative;
}
.singleProduct__img + .singleProduct__excerpt {
  padding-left: 30px;
}
.singleProduct__excerpt {
  flex: 1 0 0;
  line-height: 1.5em;
  font-weight: lighter;
}
.singleProduct__excerpt ul {
  padding: 0 0 0 1rem;
}
.singleProduct__subtitle {
  font-size: 23px !important;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: normal;
}
.singleProduct__summary {
  flex: 0 0 250px;
  padding-left: 15px;
  text-align: right;
}
.singleProduct__desc {
  padding-top: 45px;
  margin-top: 45px;
  border-top: 1px solid #ece9ec;
  font-weight: lighter;
  line-height: 1.5em;
}
.singleProduct__desc h1,
.singleProduct__desc h2,
.singleProduct__desc h3,
.singleProduct__desc h4,
.singleProduct__desc h5 {
  line-height: 1.11em;
}
.single_product-review_meta {
  display: flex;
}
@media screen and (max-width: 991px) {
  .singleProduct__row {
    flex-wrap: wrap;
  }
  .singleProduct__summary {
    flex: 0 0 100%;
    padding-left: 0;
    text-align: left;
    margin-top: 30px;
  }
  .singleProduct__img {
    flex-basis: 100%;
    text-align: center;
  }
  .singleProduct__excerpt {
    flex-basis: 100%;
    padding-left: 0 !important;
    margin-top: 30px;
  }
}
.present_box {
  border: 2px solid #f5f3f5;
  padding: 30px;
  text-align: center;
  margin-top: 45px;
  background: #fff3fd url("../img/present.png") left bottom no-repeat;
}
.present_box-title {
  color: #cc0099;
  text-transform: uppercase;
  font-size: 23px;
  margin-bottom: 25px;
}
.present_box-desc {
  font-size: 18px;
  line-height: 1.5em;
}
.present_box-field_wrapp {
  margin-top: 15px;
}
.present_box-field_label {
  font-size: 18px;
}
.present_box-field {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  width: 440px;
  max-width: 100%;
  display: block;
  border: 1px solid #ebe8eb;
  margin: 10px auto;
}
.present_box-field_btn {
  height: 40px;
  padding: 0 40px;
  color: #ffffff;
  font-size: 16px;
  background-color: #cc0099;
  border: 2px solid #cc0099;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.present_box-field_btn:hover {
  color: #cc0099;
  background-color: transparent;
}
.relatedProducts {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -45px;
}
.relatedProducts__item {
  flex: 0 0 50%;
  padding: 0 15px;
  margin-bottom: 45px;
}
.relatedProduct {
  display: flex;
  flex-wrap: wrap;
}
.relatedProduct__img {
  flex-basis: 40%;
}
.relatedProduct__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.relatedProduct__desc {
  padding-left: 30px;
  flex-grow: 1;
  flex-basis: 60%;
}
.relatedProduct__btn {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .relatedProducts__item {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 576px) {
  .relatedProduct__img,
  .relatedProduct__desc {
    flex-basis: 100%;
  }
  .relatedProduct__img {
    margin-bottom: 15px;
    margin-left: 60px;
    margin-right: 60px;
    text-align: center;
  }
  .relatedProduct__desc {
    padding-left: 0;
  }
}
.accordion {
  margin: 0 0 25px;
  border-bottom: 1px solid #efefef;
}
.accordion-title {
  border: none;
  background-color: transparent;
  padding: 15px 30px;
  width: 100%;
  position: relative;
  text-align: left;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  font-weight: 600;
  border-top: 1px solid #efefef;
}
.accordion-title:before,
.accordion-title:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  right: 21px;
  background: #191919;
  transition: all 0.25s ease-in-out;
}
.accordion-title:before {
  transform: rotate(90deg);
}
.accordion-title.open {
  background-color: #191919;
  color: #ffffff;
}
.accordion-title.open:before,
.accordion-title.open:after {
  background-color: #ffffff;
}
.accordion-title.open:before {
  transform: rotate(-45deg);
}
.accordion-title.open:after {
  transform: rotate(45deg);
}
.accordion-content {
  padding: 15px 30px;
}
.accordion-btn_wrapp {
  display: block;
  margin-top: 15px;
}
.accordion-btn_wrapp.center {
  text-align: center;
}
.accordion-btn_wrapp.left {
  text-align: left;
}
.accordion-btn_wrapp.right {
  text-align: right;
}
.video_card {
  position: relative;
  overflow: hidden;
  background: #191919;
  text-align: center;
  cursor: pointer;
  height: 100%;
}
.video_card:hover .video_card-img {
  opacity: 0.5;
  transform: scale(1);
}
.video_card:hover .video_card-play {
  opacity: 0;
  visibility: hidden;
}
.video_card:hover .video_card-caption:before,
.video_card:hover .video_card-text {
  opacity: 1;
  transform: scale(1);
}
.video_card-img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.9;
  transform: scale(1.12);
  transition: opacity 0.35s, transform 0.35s;
}
.video_card-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3em;
  color: #ffffff;
  font-size: 15px;
  backface-visibility: hidden;
}
.video_card-caption:before,
.video_card-caption:after {
  pointer-events: none;
}
.video_card-caption:before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #ffffff;
  content: "";
  transform: scale(1.1);
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
.video_card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video_card-title {
  padding: 15% 0 15px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}
.video_card-play {
  position: absolute;
  width: 66px;
  height: 66px;
  left: 50%;
  top: calc(50% - 10px);
  margin-left: -33px;
  transition: 0.25s ease-in-out;
  fill: #ffffff;
}
.video_card-text {
  margin: 0 auto;
  transform: scale(1.5);
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
@media screen and (max-width: 1440px) {
  .video_card-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .video_card-title {
    padding: 10% 0 15px 0;
  }
  .video_card-text {
    display: none;
  }
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background-color: #333333;
  border: none;
  min-height: 70px;
  display: flex;
  align-items: center;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  display: flex;
  justify-content: space-between;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
  font-weight: 400;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  border-radius: 0;
}
.pagination {
  text-align: center;
  padding-bottom: 50px;
}
.pagination .container {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0;
}
.pagination span.page-numbers.current {
  color: #000000;
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  border-bottom: 2px solid #000000;
  display: inline-block;
  vertical-align: top;
}
.pagination a.page-numbers {
  color: #000000;
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  transition: 0.2s;
}
.pagination a.page-numbers:hover {
  border-bottom: 2px solid #000000;
}
.pagination .page-numbers {
  padding: 5.5px 10px;
}
.pagination .page-numbers.dots {
  color: #000000;
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  transition: 0.2s;
}
.pagination a.next {
  padding-top: 3px;
  padding-bottom: 8px;
}
.pagination a.prev {
  padding-top: 3px;
  padding-bottom: 8px;
}
.scroll-top {
  overflow: hidden;
  position: fixed;
  right: 0;
  bottom: 100px;
  display: flex;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  background: #cc0099;
  width: 42px;
  height: 42px;
}
.scroll-top > svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  margin: auto;
}
.scroll-top:hover > svg {
  animation: jump 1.5s ease 0s infinite normal;
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-5px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.guests {
  display: flex;
  flex-wrap: wrap;
}
.guests__item {
  margin: 0 30px 30px 0;
}
.owl-book {
  padding-left: 40px;
  padding-right: 40px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  overflow: hidden;
  text-indent: -999px;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  width: 25px;
  height: 25px;
  position: absolute;
}
.owl-theme .owl-nav {
  margin: 0;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-next:hover {
  background: transparent url("../img/right-arrow.svg") no-repeat center;
  right: 0;
  top: 50%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-prev:hover {
  left: 0;
  top: 50%;
  background: transparent url("../img/left-arrow.svg") no-repeat center;
}
@media screen and (max-width: 768px) {
  .section-book-slider {
    margin: 50px 0;
  }
  .one-slide {
    flex-flow: row wrap;
  }
  .one-slide .thumb {
    margin: 0 auto 40px;
    flex: 0 0 100%;
  }
}
.section__header {
  text-align: center;
  padding-bottom: 24px;
  background-color: #ffffff;
}
.section__title {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
}
.section__desc {
  margin-bottom: 55px;
}
.section-separated {
  margin-top: 120px;
  margin-bottom: 120px;
}
.section-separated + .featuredCards {
  margin-top: calc(-120px + 1.5rem);
}
.section + .section {
  margin-top: 80px;
}
.section-video:after {
  content: "";
  min-height: inherit;
}
.section-video + .bg-whitish {
  margin-top: 0;
}
.section:last-child {
  margin-bottom: 0;
}
.section:last-child.bg-secondary {
  border-bottom: 1px solid #676161;
}
.section-custom:last-child {
  margin-bottom: 80px;
}
.section.bg-secondary {
  padding-top: 55px;
  padding-bottom: 55px;
}
.section.bg-secondary .section__header {
  background-color: transparent;
  color: #ffffff;
  padding-bottom: 45px;
}
.breadcrumbs + .section-separated {
  margin-top: 80px;
}
.featuredCards {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  height: 340px;
}
.featuredCards__inner {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}
.featuredCards__item {
  flex: 1 0 25%;
  max-width: 25%;
}
.featuredCards:last-child {
  margin-bottom: 0;
}
.featuredCard {
  height: 340px;
  position: relative;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  flex-direction: column;
  padding: 30px;
  text-align: center;
}
.featuredCard__title {
  position: relative;
  z-index: 1;
  margin: 0 !important;
}
.featuredCard__text {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
}
.featuredCard__btn {
  padding: 12px;
  width: auto;
  max-width: 100%;
  font-size: 12px;
}
.featuredCard:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all .5s;
}
.featuredCard:hover:before {
  background-color: rgba(204, 0, 153, 0.65);
}
@media screen and (max-width: 1440px) {
  .featuredCard__text {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 1200px) {
  .featuredCards {
    height: 680px;
  }
  .featuredCards__inner {
    flex-wrap: wrap;
  }
  .featuredCards__item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .featuredCards {
    height: 1360px;
  }
  .featuredCards__item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.announcement {
  display: flex;
  color: #ffffff;
}
.announcement:not(:only-child) {
  margin: 2.8rem auto;
}
.announcement__col {
  padding: 40px 38px;
  flex-basis: 50%;
  max-width: 50%;
  text-align: center;
}
.announcement__header {
  display: flex;
  margin-bottom: 32px;
}
.announcement__date {
  margin-left: 20px;
  flex: 1 1 auto;
  text-align: left;
}
.announcement__day {
  font-size: 28px;
  font-weight: bold;
}
.announcement__day-sm {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.announcement__time {
  padding-top: 12px;
  margin-top: 12px;
  color: #c5c5c5;
  font-family: "Droid Serif", serif;
  border-top: 1px solid #999999;
}
.announcement [class^="wp-image-"]:only-child {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .announcement__col {
    padding: 32px;
  }
}
@media screen and (max-width: 768px) {
  .announcement {
    flex-wrap: wrap;
  }
  .announcement__col {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.quotes {
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
  margin-left: -22px;
  margin-right: -22px;
  margin-bottom: -44px;
}
.quotes__item {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding-left: 22px;
  padding-right: 22px;
  margin-bottom: 44px;
}
.quote {
  text-align: center;
  padding: 32px 12px 24px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid #999999;
  position: relative;
  font-size: 13px;
  height: 100%;
}
.quote:before {
  content: "”";
  font-weight: bold;
  font-size: 44px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 60px;
  position: absolute;
  left: 12px;
  top: -22px;
  text-align: center;
  background-color: #cc0099;
  color: #ffffff;
}
.quote__author {
  text-transform: uppercase;
  margin-top: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .quotes__item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.searchform {
  display: flex;
  border: 1px solid #191919;
}
.searchform__input {
  background-color: transparent;
  height: 40px;
  flex: 1 0;
  padding: 0 15px;
  width: 100%;
  min-width: 0;
}
.searchform__btn {
  background-color: transparent;
  flex: 0 0 40px;
  cursor: pointer;
  border-left: 1px solid #191919;
}
.searchform__btn:hover .searchform__icon {
  fill: #cc0099;
}
.searchform__icon {
  width: 20px;
  height: 20px;
  fill: #191919;
  transition: all .5s;
}
.side {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
.menu-open .side {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.side-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 310px;
  height: 100%;
  padding: 70px 40px 40px 40px;
  background-color: #fafafa;
  overflow-x: hidden;
  overflow-y: auto;
}
.side-menu > ul {
  border-bottom: 1px solid #e9e9e9;
  padding: 35px 0;
  margin: 0;
  list-style: none;
}
.side-menu > ul:last-child {
  border-bottom: none;
}
.side-menu ul li + li:not(.user_menu-item) {
  margin-top: 20px;
}
.side-menu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  color: #191919;
  transition: all .5s;
}
.side-menu ul li a:hover {
  color: #cc0099;
}
.side-menu ul li.menu-item-has-children {
  position: relative;
}
.side-menu ul li.menu-item-has-children > .side_menu-trigger {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: url("../img/down-arrow_black.png") center no-repeat;
  border: none;
  margin-left: 9px;
  background-size: 9px;
  transition: all .2s;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}
.side-menu ul li.menu-item-has-children > .side_menu-trigger.active {
  transform: rotateZ(180deg);
}
.side_menu-trigger {
  display: none;
}
.dash.menu-item {
  border-top: 1px solid #efefef;
  padding-top: 20px;
}
.side-menu ul.sub-menu {
  padding-left: 15px;
  margin-top: 15px;
  display: none;
  list-style: none;
}
.side-menu ul.sub-menu li a {
  font-size: 13px;
}
.side-menu ul.sub-menu li + li {
  margin-top: 12px;
}
@media screen and (max-width: 599px) {
  .side-menu {
    width: 100%;
    padding: 20px 40px 50px;
  }
  .side-menu .sub-menu {
    display: none;
  }
}
.newsletter {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 0 33px 0;
}
.newsletter__text {
  padding-right: 25px;
  margin-top: 13px;
}
.newsletter__btn {
  margin-top: 13px;
}
@media screen and (max-width: 991px) {
  .newsletter__text {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.about {
  display: flex;
  align-items: center;
}
.about__body {
  flex: 1 0;
}
.about__body p {
  line-height: 1.6;
  margin-bottom: 30px;
}
.about__title {
  margin: 0 0 20px;
  text-align: left;
}
.about__subtitle {
  font: 400 16px/1.3 'Droid Serif', serif;
  color: #999999;
  margin: 0 0 20px;
}
.about__thumb {
  border-radius: 50%;
  flex: 0 0 316px;
  max-width: 316px;
  margin: 0 86px 0 0;
}
@media screen and (max-width: 768px) {
  .about {
    flex-flow: row wrap;
  }
  .about__thumb {
    margin: 0 auto 30px;
  }
  .about__body {
    flex: 0 0 100%;
    text-align: center;
  }
  .about__title {
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.07em;
  }
  .about__subtitle {
    font: 400 15px/1.3 'Droid Serif', serif;
  }
}
@media screen and (max-width: 576px) {
  .about .thumb {
    flex: 0 0 200px;
    max-width: 200px;
  }
}
.bottomBar {
  position: fixed;
  left: 0;
  bottom: -1px;
  display: flex;
  align-items: center;
  align-content: center;
  height: 66px;
  background-color: #191919;
  width: 100%;
  z-index: 999;
  flex-flow: row wrap;
  justify-content: center;
  border-top: 1px solid #676161;
}
.bottomBar > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.bottomBar h2 {
  color: #ffffff;
  text-align: center;
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 400;
}
.bottomBar .multi-language {
  position: absolute;
  left: 30px;
  top: 10px;
}
.bottomBar .social {
  justify-content: center;
}
.bottomBar .social__item {
  margin-right: 38px;
}
.bottomBar__btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 250px;
  flex: 0 0 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
.footer-link .email .svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .bottomBar__btn {
    width: auto;
    padding: 0 20px;
  }
  .bottomBar__btn > span {
    display: none;
  }
  .bottomBar h2 {
    display: none;
  }
  .bottomBar .multi-language {
    display: none;
  }
  .bottomBar .social {
    justify-content: flex-start;
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .bottomBar .social__item {
    margin-right: 14px;
  }
}
.social {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0;
  list-style: none;
}
.social__item {
  margin-right: 14px;
  line-height: 1.3;
}
.social__item-text {
  border-right: 1px solid #ffffff;
  padding-right: 14px;
}
.social__item:last-child {
  margin-right: 0 !important;
}
.social__link {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  transition: all .5s;
}
.social__link:hover {
  color: #cc0099;
}
.social__link:hover .svg {
  fill: #cc0099;
}
@media screen and (max-width: 576px) {
  .social__item-text {
    display: none;
  }
}
.categories {
  padding-top: 60px;
  padding-bottom: 70px;
}
.categories .list {
  margin: 0 -12px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.categories .list .item {
  display: block;
  padding: 0 12px;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 50px;
}
.categories .list .item a {
  text-decoration: none;
  overflow: hidden;
  height: 205px;
  position: relative;
  display: block;
}
.categories .list .item a:hover::before {
  background: #cc0099;
  opacity: 0.4;
}
.categories .list .item a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .3;
  background: #000000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.categories .list .item a img {
  width: 100%;
  height: auto;
}
.categories .list .item a .desc {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  padding: 0 15px;
  transform: translate(0, -50%);
  text-align: center;
}
.categories .list .item a .desc h4 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 27px;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .categories .list .item a {
    height: 151px;
  }
}
@media screen and (max-width: 991px) {
  .categories .list {
    text-align: center;
    display: block;
  }
  .categories .list .item {
    margin: 0 auto 30px;
    display: block;
    max-width: 100%;
    width: 300px;
  }
}
.banner {
  text-align: center;
  flex: 0 0 50%;
  max-width: 50%;
  color: #f5f5f5;
  background-color: #000000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 605px;
  padding: 0 15px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all .5s;
}
.banner__title {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  max-width: 90%;
  margin: 0 auto;
}
.banner p {
  margin: 15px auto 20px;
  position: relative;
  max-width: 300px;
  line-height: 1.5;
}
.banner .btn-border {
  padding: 12px;
  width: auto;
}
.one-card:hover::before {
  background-color: rgba(204, 0, 153, 0.65);
}
@media screen and (max-width: 1200px) {
  .banner {
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .banner {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.search-result {
  padding: 75px 0;
}
.search-result h1.search-title {
  font-size: 30px;
  text-transform: uppercase;
}
.search-result ul {
  margin-top: 50px;
  list-style: none;
}
.search-result ul li {
  margin-bottom: 35px;
}
.search-result ul li h3 {
  padding-bottom: 15px;
}
.search-result ul li h3 a {
  color: #000000;
  font-size: 18px;
}
.search-result ul li .h-readmore {
  padding-top: 15px;
}
.search-result ul li .h-readmore a {
  color: #c09;
  font-weight: 700;
  font-size: 16px;
}
.scrollDown {
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  border: none;
  padding: 0;
  font-size: 0.8rem;
  line-height: 1em;
  text-align: center;
  width: 50px;
  color: #ffffff;
  opacity: 0.8;
  display: none;
}
@media screen and (max-width: 1440px) {
  .scrollDown {
    display: block;
  }
}
.scrollDown:after,
.scrollDown:before {
  content: "";
  display: block;
  margin: 0 auto;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotateZ(45deg);
}
.scrollDown:after {
  height: 30px;
  width: 30px;
  position: relative;
  bottom: 8px;
  margin-top: 12px;
}
.scrollDown:before {
  height: 14px;
  width: 14px;
  margin-left: -7px;
  opacity: 0.8;
  position: absolute;
  left: 50%;
  bottom: 28px;
  animation: fadeInDown 1.15s ease-out infinite alternate;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    bottom: 28px;
  }
  20% {
    opacity: 0.2;
    bottom: 26px;
  }
  40% {
    opacity: 0.4;
    bottom: 24px;
  }
  60% {
    opacity: 0.6;
    bottom: 22px;
  }
  80% {
    opacity: 0.8;
    bottom: 20px;
  }
  100% {
    opacity: 0.8;
    bottom: 18px;
  }
}
.textBtn {
  border: none;
  transition: all 0.3s ease-in-out;
  background: transparent;
  color: #191919;
  cursor: pointer;
  font-weight: lighter;
}
.textBtn:hover,
.textBtn:active,
.textBtn:focus {
  color: #cc0099;
}
.thumb {
  position: relative;
  overflow: hidden;
  display: block;
}
.thumb > img {
  display: block;
  width: 100%;
}
.dateCell {
  width: 110px;
  text-align: center;
  font-weight: bold;
}
.dateCell__month {
  font-size: 16px;
  color: #ffffff;
  background-color: #cc0099;
  padding: 6px;
}
.dateCell__day {
  font-size: 62px;
  color: #191919;
  height: 80px;
  line-height: 80px;
  white-space: nowrap;
  background-color: #ffffff;
}
.postAuthor {
  clear: both;
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 40px 0;
}
.postAuthor__img {
  flex: 0 0 100px;
  margin-right: 80px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.postAuthor__img img {
  width: 100%;
  height: auto;
}
.postAuthor__bio {
  flex: 0 1 100%;
}
.postAuthor__bio strong {
  display: block;
  margin-bottom: 9px;
  font-size: 16px;
}
.postAuthor__bio p {
  font-size: 15px;
  line-height: 1.63;
  font-kerning: normal;
}
.author {
  text-align: center;
}
.author__img,
.author__name,
.author__bio {
  margin-top: 12px;
}
.author__quote,
.author__name {
  text-transform: uppercase;
  font-size: 18px;
}
.author__quote {
  font-family: "Droid Serif", serif;
  color: #c5c5c5;
}
.author__img {
  border-radius: 50%;
  width: 146px;
  height: 146px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.author__img .avatar {
  margin: 0;
}
.author__name {
  font-weight: bold;
}
.author__bio {
  font-size: 13px;
}
.checklist {
  list-style: none;
  text-align: left;
  margin: 50px 0;
}
.checklist__item,
.checklist li {
  position: relative;
  padding-left: 70px;
  min-height: 45px;
  display: flex;
  align-items: center;
}
.checklist__item + .checklist__item,
.checklist__item + .checklist li,
.checklist li + .checklist__item,
.checklist li + .checklist li,
.checklist__item + li,
.checklist li + li {
  margin-top: 35px;
}
.checklist__item:before,
.checklist li:before {
  content: "";
  display: block;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #191919;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.checklist__item:after,
.checklist li:after {
  content: "";
  display: block;
  width: 23px;
  height: 15px;
  border-left: 6px solid #191919;
  border-bottom: 6px solid #191919;
  position: absolute;
  left: 12px;
  top: 12px;
  transform: rotateZ(-45deg);
}
.attributeSelection {
  text-align: center;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.attributeSelection__title {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 18px;
  display: block;
}
.attributeSelection__btn,
.attributeSelection__select {
  height: 54px;
  display: block;
  width: 100%;
  font-size: 16px;
}
.attributeSelection__select {
  border: 1px solid #e5e5e5;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background: #ffffff url('../img/arrow-down.svg') right 30px center no-repeat;
  background-size: 20px 20px;
}
.attributeSelection__select::-ms-expand {
  display: none;
}
.attributeSelection__btn {
  margin-top: 12px;
  font-size: 18px;
}
.countdown {
  margin-bottom: 32px;
}
.countdown__title {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.countdown__values {
  display: flex;
  justify-content: center;
}
.countdown__value {
  font-weight: bold;
  text-align: center;
  margin-left: 12px;
  margin-right: 12px;
}
.countdown__number {
  display: block;
  height: 56px;
  width: 56px;
  line-height: 56px;
  font-size: 32px;
  background-color: #ffffff;
  color: #191919;
}
.countdown__label {
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 10px;
}
.copyright {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #999;
  font-size: 13px;
}
.copyright a {
  color: #e5e5e5;
}
.copyright a:hover {
  color: #ffffff;
}
.breadcrumbs {
  padding: 50px 0 0 0;
}
.breadcrumbs a {
  color: #cc0099;
  font-weight: 700;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  color: #191919;
  flex: 0 0 260px;
  max-width: 260px;
}
.logo:hover,
.logo:focus,
.logo:active {
  text-decoration: none;
}
.logo__img {
  width: 35px;
}
.logo__title {
  margin: 0 0 0 7px;
}
.close {
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.close svg {
  display: block;
  max-height: 20px;
}
@media screen and (max-width: 991px) {
  .postAuthor {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .logo {
    flex: 1 0 auto;
    max-width: 100%;
  }
  .logo__title {
    font-size: 80%;
  }
  .postAuthor {
    display: block;
  }
  .postAuthor__bio {
    padding-top: 25px;
  }
  .close {
    display: none;
  }
}
.hidden {
  display: none;
}
.visible {
  opacity: 1;
  visibility: visible;
}
.uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.bg {
  background-color: #ffffff;
}
.bg-main {
  background-color: #cc0099;
}
.bg-main .btn-primary,
.bg-main .button-primary {
  background-color: #191919;
  border-color: #191919;
  color: #ffffff;
}
.bg-main .btn-primary:hover,
.bg-main .button-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-main .announcement__time {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-main .dateCell__month {
  background-color: #000000;
}
.bg-main .dateCell__day {
  color: #cc0099;
}
.bg-secondary {
  background-color: #191919;
}
.bg-secondary .btn-primary:hover,
.bg-secondary .button-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .checklist__item:after,
.bg-secondary .checklist li:after {
  border-color: #cc0099;
}
.bg-whitish {
  background-color: #f5f5f5;
}
.color-main {
  color: #cc0099;
}
.display-flex {
  display: flex;
  flex-flow: row wrap;
}
.lead {
  font-size: 1.4em;
}
@media screen and (max-width: 576px) {
  .hidden-p {
    display: none;
  }
}
/**
 * CF7 styles
 */
span.wpcf7-list-item {
  margin: 0;
  display: block;
}
.mc4wp-checkbox-woocommerce {
  margin-bottom: 0 !important;
}
.mc4wp-checkbox-woocommerce input {
  margin: -2px 8px 0 0;
  vertical-align: middle;
}
.mc4wp-checkbox-woocommerce span:before {
  content: " ";
}
/**
 * WP content alignment
 */
.alignnone {
  margin: 0 2rem 2rem 0;
}
.aligncenter {
  display: block;
  margin: 0 auto 2rem auto;
}
.alignright {
  float: right;
  margin: 0 0 0 2rem;
  max-width: 35%;
  height: auto;
}
.alignleft {
  float: left;
  margin: 0 2rem 0 0;
  max-width: 35%;
  height: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 2rem 0;
}
a img.alignnone {
  margin: 0 2rem 2rem 0;
}
a img.alignleft {
  float: left;
  margin: 0 2rem 0 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .alignright,
  .alignleft {
    float: none;
    max-width: 50%;
    margin: 0 0 2rem;
  }
  a img.alignright,
  a img.alignleft {
    float: none;
  }
  .gbox {
    float: none;
    width: auto;
    margin: 0 0 25px;
  }
  .gbox + p {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .modal {
    max-width: 100%;
    padding: 40px 30px;
  }
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 96px;
}
#add_payment_method #payment div.form-row:not(.place-order),
.woocommerce-cart #payment div.form-row:not(.place-order),
.woocommerce-checkout #payment div.form-row:not(.place-order) {
  padding: 0;
}
.woocommerce-cart .wc-proceed-to-checkout {
  text-align: right;
  display: flex;
  justify-content: space-between;
}
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before {
  content: none;
}
.woocommerce-cart .wc-proceed-to-checkout .btn:last-child {
  margin-left: auto;
}
.woocommerce-cart .product-subtotal {
  text-align: right;
}
.woocommerce-cart .cart_totals table.shop_table {
  text-align: right;
  border: none;
  font-size: 1.4rem;
}
.woocommerce-cart .cart_totals table.shop_table th {
  width: 100%;
}
.woocommerce-cart .cart_totals table.shop_table td {
  padding-right: 0;
}
.woocommerce-page .cart-collaterals {
  display: flex;
  flex-direction: column;
}
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  order: -1;
}
.woocommerce-page .cart-collaterals .cross-sells {
  float: none;
  width: 100%;
}
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 100%;
}
.woocommerce-page div.product div.images {
  float: none;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .woocommerce-page .table.shop_table {
    display: block;
    border: none;
  }
  .woocommerce-page .table.shop_table thead,
  .woocommerce-page .table.shop_table tbody,
  .woocommerce-page .table.shop_table th,
  .woocommerce-page .table.shop_table td,
  .woocommerce-page .table.shop_table tr {
    display: block;
  }
  .woocommerce-page .table.shop_table thead tr {
    display: none;
  }
  .woocommerce-page .table.shop_table tr + tr {
    margin-top: 30px;
  }
  .woocommerce-page .table.shop_table td {
    border: 1px solid #e5e5e5;
    position: relative;
    padding-left: 45% !important;
    text-align: left;
  }
  .woocommerce-page .table.shop_table td:not(.product-remove) + td {
    border-top: none;
  }
  .woocommerce-page .table.shop_table td:before {
    content: attr(data-title);
    position: absolute;
    top: 9px;
    left: 12px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    line-height: 1.5em;
  }
  .woocommerce-page .table.shop_table td.product-spacer {
    border-color: #ffffff;
    height: 10px;
  }
  .woocommerce-page .table.shop_table td.product-remove {
    padding: 0;
    border: none;
  }
  .woocommerce-page .table.shop_table td.product-remove:before {
    content: none;
  }
  .woocommerce-page .table.shop_table td.product-remove a.remove {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
    background-color: #cc0099;
    color: #ffffff !important;
  }
  .woocommerce-page .table.shop_table td.actions {
    float: none;
    text-align: left;
    border: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .woocommerce-page .woocommerce #content table.cart td.actions .coupon,
  .woocommerce-page .woocommerce table.cart td.actions .coupon,
  .woocommerce-page .woocommerce-page #content table.cart td.actions .coupon,
  .woocommerce-page .woocommerce-page table.cart td.actions .coupon {
    float: none;
    width: 100%;
  }
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
    margin-bottom: 1rem;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100%;
    margin: 0;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text + .btn {
    width: 100%;
    margin-top: 15px;
  }
  .woocommerce table.cart td.actions .coupon + .btn {
    margin-top: 15px;
    width: 100%;
  }
}
.woocommerce {
  /**
   * Reviews override
   */
  /**
   * Product override
   */
}
.woocommerce:after {
  content: "";
  clear: both;
  display: table;
}
.woocommerce .cart-collaterals {
  display: flex;
  flex-direction: column;
}
.woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  order: -1;
}
.woocommerce .cart-collaterals .cross-sells {
  float: none;
  width: 100%;
}
.woocommerce .cart-collaterals .cross-sells ul.products li {
  width: 100%;
}
.woocommerce .cart-collaterals ul.products li.product .woocommerce-loop-product__title {
  font-size: 28px;
}
.woocommerce a.remove {
  color: #c09 !important;
}
.woocommerce a.remove:hover {
  background-color: #c09;
  text-decoration: none;
}
.woocommerce .quantity .qty {
  width: 60px;
  text-align: center;
  padding: 0 0.6rem;
}
.woocommerce table.shop_table {
  border-radius: 0;
  border-color: #e5e5e5;
}
.woocommerce table.shop_table td {
  border-color: #e5e5e5;
}
.woocommerce form .form-row {
  padding: 0;
}
.woocommerce form .form-row .input-text {
  padding: .8rem 1.2rem;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  border-radius: 0;
  height: 2.8rem;
}
.woocommerce form .form-row textarea.input-text {
  height: 8.4rem;
  resize: none;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled] button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  background-color: transparent !important;
  color: #cc0099 !important;
  opacity: 1;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #cc0099;
  border: 1px solid #cc0099;
  font-weight: normal;
  border-radius: 0;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: transparent;
  color: #cc0099;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  top: 0;
}
.woocommerce #reviews {
  padding-top: 45px;
  margin-top: 45px;
  border-top: 1px solid #ece9ec;
}
.woocommerce #reviews #comments h2 {
  font-size: 23px;
  font-weight: normal;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
  margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li + .woocommerce #reviews #comments ol.commentlist li {
  margin-top: 15px;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  font-size: 1em;
  color: #191919;
}
.woocommerce #reviews #comments ol.commentlist li .description {
  padding: 0;
  margin-left: 96px;
}
.woocommerce #reviews #comments .star-rating {
  float: none;
  margin-right: 15px;
}
.woocommerce #reviews #comments .star-rating span:before {
  color: #fca800;
}
.woocommerce div.product .product_title {
  margin-bottom: 60px;
  text-transform: none;
}
.woocommerce div.product span.onsale {
  right: auto;
  top: 0;
  left: 0;
  padding: 0 15px;
  margin: 0;
  height: 30px;
  min-height: inherit;
  min-width: inherit;
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 0;
  background-color: #cc0099;
  text-transform: uppercase;
}
.woocommerce div.product p.price {
  color: #191919;
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 20px;
}
.woocommerce div.product p.price del {
  display: block;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-product-rating .star-rating {
  display: inline-block;
  color: #fca800;
  font-size: 18px;
  margin: 0;
  float: none;
  vertical-align: middle;
}
.woocommerce div.product form.cart:not(.wc-appointments-appointment-form-wrap) {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.woocommerce div.product form.cart:not(.wc-appointments-appointment-form-wrap) div.quantity {
  margin: 0;
}
.woocommerce div.product form.cart:not(.wc-appointments-appointment-form-wrap) div.quantity .qty {
  width: 50px;
  padding: 7px;
  height: 40px;
  border: 1px solid #ebebeb;
}
.woocommerce div.product form.cart:not(.wc-appointments-appointment-form-wrap) .button {
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid #cc0099;
  background-color: #cc0099;
  color: #ffffff;
  text-align: center;
  transition: all 0.25s ease-in-out;
  flex: 0 1 auto;
}
.woocommerce div.product form.cart:not(.wc-appointments-appointment-form-wrap) .button:hover {
  color: #cc0099;
  background-color: #ffffff;
}
.woocommerce div.product form.cart:not(.wc-appointments-appointment-form-wrap) .variations select {
  margin-right: 0;
  min-width: 100%;
}
.woocommerce .woocommerce-result-count {
  display: none;
}
.woocommerce .woocommerce-ordering {
  margin-top: -67px;
}
.woocommerce .woocommerce-ordering select {
  height: 42px;
  border: 1px solid #ebebeb;
  cursor: pointer;
}
.woocommerce ul.products {
  margin-bottom: 120px;
}
.woocommerce ul.products li.product {
  padding: 60px 30px;
  border: 1px solid #ebebeb;
  width: 100%;
  float: none;
  display: flex;
  flex-direction: row;
  margin: 0;
}
.woocommerce ul.products li.product + li.product {
  border-top: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0;
}
.woocommerce ul.products li.product .button {
  margin: 0 0 25px;
  min-width: 160px;
  height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  width: auto;
  font-size: 16px;
  background-color: #cc0099;
  border: 2px solid #cc0099;
  padding: 0 15px;
  line-height: 36px;
  border-radius: 0;
  transition: all 0.25s ease-in-out;
  font-weight: normal;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:active,
.woocommerce ul.products li.product .button:focus {
  background-color: transparent;
  color: #cc0099;
}
.woocommerce ul.products li.product .onsale {
  right: auto;
  top: 0;
  left: 0;
  padding: 0 15px;
  margin: 0;
  height: 30px;
  min-height: inherit;
  min-width: inherit;
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 0;
  background-color: #cc0099;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .price {
  font-size: 21px;
  color: #191919;
  margin-bottom: 30px;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
  font-weight: 400;
}
.woocommerce ul.products li.product .price del {
  opacity: 1;
  font-size: 18px;
  margin-top: 5px;
  font-weight: 300;
}
.woocommerce ul.products li.product .star-rating {
  display: inline-block;
  color: #fca800;
  font-size: 18px;
  margin: 0;
  vertical-align: middle;
}
.woocommerce ul.products li.product .button.loading {
  padding-right: 52px;
}
.woocommerce ul.products li.product strong {
  display: inline;
}
.woocommerce .upsells {
  padding-top: 45px;
  margin-top: 45px;
  border-top: 1px solid #ece9ec;
  margin-bottom: 0;
}
.woocommerce .upsells ul.products {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.woocommerce .upsells ul.products:after,
.woocommerce .upsells ul.products:before {
  content: none;
}
.woocommerce .upsells ul.products li.product {
  padding: 0;
  border: none;
  flex-basis: 50%;
  float: none;
  display: flex;
  flex-direction: row;
  margin: 0;
}
.woocommerce .upsells ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0;
  text-transform: none;
}
.woocommerce .upsells ul.products li.product .star-rating {
  display: inline-block;
  color: #fca800;
  font-size: 18px;
  margin: 0;
}
.woocommerce .upsells ul.products li.product .star-rating span {
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .woocommerce div.product .product_title {
    font-size: 36px;
  }
  .woocommerce ul.products li.product {
    padding: 30px 15px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce div.product .product_title {
    font-size: 28px;
  }
  .woocommerce ul.products li.product {
    flex-wrap: wrap;
  }
  .woocommerce ul.products li.product .price {
    order: -1;
    margin: 0 25px 0 0;
  }
  .woocommerce ul.products li.product .button {
    margin: 0;
  }
  .woocommerce .upsells ul.products li.product {
    flex-basis: 100%;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    float: none;
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .woocommerce div.product .product_title {
    margin-bottom: 30px;
  }
  .woocommerce ul.products li.product {
    padding: 15px;
  }
  .woocommerce ul.products li.product .price {
    margin: 0 15px 0 0;
  }
  .woocommerce ul.products li.product .onsale {
    left: auto;
    right: 0;
  }
  .woocommerce ul.products li.product a img {
    margin: 0 auto;
    width: auto;
  }
  .woocommerce .upsells ul.products {
    display: block;
  }
  .woocommerce .upsells ul.products li.product {
    width: auto;
    margin-bottom: 15px;
  }
  .woocommerce .woocommerce-ordering {
    margin: 0 0 25px 0;
    float: none;
  }
  .woocommerce .woocommerce-ordering select {
    width: 100%;
  }
}
/**
 * WC Appointments plugin styles override
 */
.wc-appointments-appointment-form-wrap {
  max-width: 320px;
}
.wc-appointments-appointment-form {
  text-align: left;
}
.wc-pao-addon-description {
  font-size: 0.8em;
}
.wc-appointments-date-picker .ui-datepicker .ui-icon-circle-triangle-e,
.wc-appointments-date-picker .ui-datepicker .ui-icon-circle-triangle-w {
  color: transparent;
}
.wc-appointments-date-picker .ui-datepicker .ui-icon-circle-triangle-e:before,
.wc-appointments-date-picker .ui-datepicker .ui-icon-circle-triangle-w:before {
  color: #191919;
}
.wc-appointments-date-picker .slot-picker {
  font-size: 0.8em;
}
.wc-appointments-appointment-form-button {
  width: 100%;
}
/**
 * WC Account page override
 */
.woocommerce-account .woocommerce {
  display: flex;
  flex-direction: row;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
  flex-basis: 35%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li + li {
  margin-top: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li > a {
  transition: all 0.25s ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li > a:hover {
  color: #191919;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a {
  color: #191919;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: auto;
  flex-basis: 65%;
}
/**
 * WC Related products override
 */
.related_product:not(.last) {
  padding-right: 30px !important;
}
.related_product .woocommerce-loop-product__link {
  display: block;
  color: #191919;
  font-weight: normal;
}
.related_product-img_wrapp {
  flex: 0 0 40%;
}
.related_product-desc_wrapp {
  flex: 1 0;
  padding-left: 30px;
}
.related_product-desc {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .related_product-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .related_product:not(.last) {
    padding: 0 0 30px 0 !important;
  }
}
@media screen and (max-width: 576px) {
  .related_product-img_wrapp {
    margin-bottom: 15px;
    flex-basis: 100%;
  }
  .related_product-desc_wrapp {
    padding-left: 0;
  }
}
/**
 *
 */
#wc-stripe-payment-request-button-separator {
  clear: both;
}
#wc-stripe-payment-request-wrapper {
  clear: none !important;
  padding-top: 0 !important;
}
.woocommerce-variation-availability {
  margin-bottom: 1em;
}
.single_add_to_cart_button {
  width: calc(100% - 50px);
}
.single_variation_wrap {
  flex: 1 0 auto;
}
@media screen and (max-width: 768px) {
  .woocommerce-variation-availability {
    text-align: right;
  }
}
.woocommerce-loop-product__link {
  color: #191919;
}
.woocommerce-loop-product__link:hover,
.woocommerce-loop-product__link:focus,
.woocommerce-loop-product__link:active {
  color: #c09;
}
.woocommerce #reviews #comments ol.commentlist {
  margin-top: 5px;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  margin-bottom: 5px;
}
.woocommerce #review_form #respond {
  margin-top: 45px;
}
.woocommerce #review_form #respond textarea {
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  border-radius: 0;
  height: 8.4rem;
  padding: .8rem 1.2rem;
  line-height: 1.2rem;
  font-family: inherit;
  font-size: 13px;
  resize: none;
}
.woocommerce .single_product-review {
  margin-top: 20px;
}
.woocommerce .comment-form-comment {
  width: 50%;
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  .comment-form-comment {
    width: 100%;
  }
}
/**
 * WC input, select2 styles
 */
.select2-container--default .select2-selection--single {
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  border-radius: 0;
  height: 2.8rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: .8rem 1.2rem;
  line-height: 1.2rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px;
  right: 1rem;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #cc0099;
}
.select2-dropdown {
  border-color: #ebebeb;
}
