/*Colors*/
/*Fonts*/
.btn, .return-to-shop .btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 200px;
  padding: 10px 20px;
  border: 1px solid #2B2F3B;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #2B2F3B;
  font-size: 25px;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  -webkit-border-radius: 0;
          border-radius: 0;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  .btn:hover, .return-to-shop .btn:hover {
    opacity: 1;
    background-color: #2B2F3B;
    color: #fff; }
  .btn_accent, .btn-secondary, .return-to-shop .btn_accent, .return-to-shop .btn-secondary {
    border-color: #B4D600;
    background-color: #B4D600;
    color: #fff; }
    .btn_accent:hover, .btn-secondary:hover, .return-to-shop .btn_accent:hover, .return-to-shop .btn-secondary:hover {
      border-color: #8FB708;
      background-color: #8FB708; }
  .btn .icon, .return-to-shop .btn .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    margin-top: 2px;
    margin-left: 7px; }
  .btn.disabled, .return-to-shop .btn.disabled {
    cursor: not-allowed; }

.btn-secondary {
  font-family: "Futura", sans-serif; }

.return-to-shop .btn {
  color: #2B2F3B !important; }
  .return-to-shop .btn:hover {
    color: #fff !important; }

.error-404 .search-submit {
  background-color: #88aa00 !important; }

.error-404 .search-submit:hover {
  background-color: #000 !important; }

/*===== Dreadcrumbs =====*/
.woocommerce-breadcrumb {
  padding: 8px 0;
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  text-transform: none; }
  .woocommerce-breadcrumb a {
    color: #2B2F3B;
    text-decoration: none;
    cursor: pointer; }
    .woocommerce-breadcrumb a:hover {
      color: #89ab3f; }

/*===== Product =====*/
.product_content_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px; }

.product_gallery {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .product_gallery {
      width: -webkit-calc(50% - 10px);
      width: calc(50% - 10px); } }
  @media screen and (min-width: 1024px) {
    .product_gallery {
      width: -webkit-calc(60% - 23px);
      width: calc(60% - 23px); } }

.product_summary {
  width: 100%; }
  .product_summary .woocommerce-message p {
    margin-bottom: 14px; }
  .product_summary .single_variation {
    margin-bottom: 15px; }
  .product_summary .wcwl_control[data-context='leave'] .woocommerce_waitlist {
    padding: 9px 43px;
    letter-spacing: 0;
    color: #2B2F3B;
    font-size: 16px;
    line-height: 1.56;
    border: 1px solid #2B2F3B;
    background: #FFFFFF;
    font-family: "Futura", sans-serif;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .product_summary .wcwl_control[data-context='leave'] .woocommerce_waitlist:hover {
      cursor: pointer;
      color: #fff;
      background-color: #2B2F3B; }
  .product_summary .wcwl_control[data-context='join'] .woocommerce_waitlist {
    padding: 9px 43px;
    letter-spacing: 0;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.56;
    background: #86AB4A;
    border: none;
    font-family: "Futura", sans-serif;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .product_summary .wcwl_control[data-context='join'] .woocommerce_waitlist:hover {
      cursor: pointer;
      color: #fff;
      background-color: #B4D600; }
  .product_summary .wcwl_notice_dismiss {
    position: relative;
    padding: 9px 19px;
    letter-spacing: 0;
    color: #2B2F3B;
    font-size: 16px;
    line-height: 1.56;
    border: 1px solid #2B2F3B;
    background: #FFFFFF;
    font-family: "Futura", sans-serif;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 0;
            border-radius: 0;
    text-align: center; }
    .product_summary .wcwl_notice_dismiss:hover {
      cursor: pointer;
      color: #fff;
      background-color: #2B2F3B; }
    .product_summary .wcwl_notice_dismiss:before {
      display: none; }
  .product_summary .wcwl_email_elements {
    float: left;
    color: #707070; }
    .product_summary .wcwl_email_elements .wcwl_email {
      border: 1px solid #C8C9CC;
      padding: 12px;
      width: 300px; }
  .product_summary .wcwl_control .button {
    margin: 0; }
  @media screen and (min-width: 768px) {
    .product_summary {
      width: -webkit-calc(50% - 10px);
      width: calc(50% - 10px); } }
  @media screen and (min-width: 1024px) {
    .product_summary {
      width: -webkit-calc(40% - 23px);
      width: calc(40% - 23px); } }
  .product_summary .woocommerce-product-details__short-description {
    color: #2b2f3b;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5; }
    @media screen and (min-width: 1024px) {
      .product_summary .woocommerce-product-details__short-description {
        font-size: 18px; } }
  .product_summary .add_to_cart_button,
  .product_summary .single_add_to_cart_button {
    width: 100%;
    text-transform: uppercase;
    font-size: 25px !important; }
    .product_summary .add_to_cart_button .icon,
    .product_summary .single_add_to_cart_button .icon {
      margin-top: -3px;
      margin-right: 5px;
      margin-left: 0;
      font-size: 22px; }
    .product_summary .add_to_cart_button + .added_to_cart_button,
    .product_summary .single_add_to_cart_button + .added_to_cart_button {
      display: none; }

.product_title {
  margin-bottom: 21px;
  color: #2b2f3b;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.34;
  text-align: left; }
  @media screen and (min-width: 1024px) {
    .product_title {
      font-size: 32px; } }
  @media screen and (min-width: 1200px) {
    .product_title {
      font-size: 35px; } }

.product-badges {
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 3; }
  @media screen and (min-width: 992px) {
    .product-badges {
      top: 40px;
      left: 30px; } }

.product-sale {
  display: inline-block;
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #89ab3f;
  font-size: 17px;
  font-weight: bold;
  line-height: 55px;
  color: #ffffff;
  text-align: center; }

.product-details__description-more.hidden {
  display: none; }

.product-details__link-more {
  color: #89ab3f; }
  .product-details__link-more.hidden {
    display: none; }

.product-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-top: 24px; }
  .product-services__item {
    width: -webkit-calc((100% / 3) - 10px);
    width: calc((100% / 3) - 10px); }
  .product-services__link {
    display: block;
    text-decoration: none; }
  .product-services__image {
    margin-bottom: 8px;
    text-align: center;
    font-size: 0; }
  .product-services__title {
    color: #2b2f3b;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.19;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .product-services__title {
        font-size: 16px; } }
    @media screen and (min-width: 1025px) {
      .product-services__title:hover {
        color: #89ab3f; } }

/*===== Gallery of product =====*/
.woocommerce-product-gallery__wrapper {
  margin: 0; }

.woocommerce-product-gallery__image {
  text-align: center; }

.mypandalife-gallery__container {
  position: relative; }

.mypandalife-gallery__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  margin-top: 20px; }

.video__wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  z-index: 9;
  width: -webkit-calc(100% + 22px);
  width: calc(100% + 22px);
  height: 100%;
  background-color: #fff; }
  .video__wrapper.open {
    display: block; }
  .video__wrapper video {
    position: absolute;
    top: 50%;
    left: 11px;
    width: -webkit-calc(100% - 22px);
    width: calc(100% - 22px);
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }

.video-open-btn {
  display: block;
  width: 20%;
  padding: 0 4px;
  font-size: 0; }
  @media screen and (max-width: 479px) {
    .video-open-btn {
      width: -webkit-calc(100% / 3);
      width: calc(100% / 3); } }
  .video-open-btn img {
    display: block;
    width: 100%;
    height: auto; }
  .video-open-btn + .mypandalife-gallery__container_nav {
    width: 80%;
    margin-left: 0; }
    @media screen and (max-width: 479px) {
      .video-open-btn + .mypandalife-gallery__container_nav {
        width: -webkit-calc((100% / 3) * 2);
        width: calc((100% / 3) * 2); } }

.video-close-btn {
  position: absolute;
  top: 10px;
  right: 11px;
  z-index: 2;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #c7c7c7;
  cursor: pointer; }
  .video-close-btn:before, .video-close-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 18px;
    height: 2px;
    background-color: #fff;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; }
  .video-close-btn:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
  .video-close-btn:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }

.mypandalife-gallery__container_preview .slick-slide {
  position: relative;
  outline: none;
  cursor: pointer;
  padding-bottom: 80vw; }
  @media screen and (min-width: 768px) {
    .mypandalife-gallery__container_preview .slick-slide {
      padding-bottom: 45vw; } }
  @media screen and (min-width: 1340px) {
    .mypandalife-gallery__container_preview .slick-slide {
      padding-bottom: 32.26vw; } }
  .mypandalife-gallery__container_preview .slick-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    margin: 0 auto; }

.mypandalife-gallery__container_preview .slider__prev,
.mypandalife-gallery__container_preview .slider__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #c7c7c7;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  @media screen and (min-width: 1024px) {
    .mypandalife-gallery__container_preview .slider__prev,
    .mypandalife-gallery__container_preview .slider__next {
      width: 56px;
      height: 56px;
      font-size: 20px;
      line-height: 55px; } }
  @media screen and (min-width: 1025px) {
    .mypandalife-gallery__container_preview .slider__prev:hover,
    .mypandalife-gallery__container_preview .slider__next:hover {
      background-color: #2B2F3B; } }

.mypandalife-gallery__container_preview .slider__prev {
  left: -11px;
  padding-right: 2px; }

.mypandalife-gallery__container_preview .slider__next {
  right: -11px;
  padding-left: 2px; }

.mypandalife-gallery__container_nav {
  width: -webkit-calc(100% + 8px);
  width: calc(100% + 8px);
  margin-left: -4px;
  padding: 0;
  max-height: 150px; }
  .mypandalife-gallery__container_nav.disable .slick-track {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important; }
  .mypandalife-gallery__container_nav .slick-slide {
    position: relative;
    padding: 0 4px;
    outline: none;
    cursor: pointer; }
    .mypandalife-gallery__container_nav .slick-slide:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 4px;
      z-index: 3;
      width: -webkit-calc(100% - 8px);
      width: calc(100% - 8px);
      height: 4px;
      background-color: #89ab3f;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    .mypandalife-gallery__container_nav .slick-slide img {
      margin: 0 auto; }
    .mypandalife-gallery__container_nav .slick-slide.slick-current:after {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }

/*===== Price =====*/
.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.51;
  color: #2b2f3b; }
  @media screen and (min-width: 1024px) {
    .price {
      font-size: 30px; } }
  @media screen and (min-width: 1200px) {
    .price {
      font-size: 35px; } }
  .price del {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 16px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.48;
    color: #d5d5d5; }
    @media screen and (min-width: 1024px) {
      .price del {
        font-size: 19px; } }
    @media screen and (min-width: 1200px) {
      .price del {
        font-size: 21px; } }
  .price ins {
    text-decoration: none; }

/*===== Rating from Reviews =====*/
.woocommerce-product-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 13px;
  line-height: 0;
  margin-bottom: 10px; }
  @media screen and (min-width: 480px) {
    .woocommerce-product-rating {
      margin-bottom: 30px;
      font-size: 16px; } }
  .woocommerce-product-rating .rating {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 0;
    color: #eeeeee;
    line-height: 1;
    letter-spacing: 2px; }
    .woocommerce-product-rating .rating i {
      font-size: 18px;
      font-style: normal; }
    .woocommerce-product-rating .rating__progress {
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      height: 100%;
      background-color: #fff;
      color: #12cf6c; }
  .woocommerce-product-rating .ReviewsLogo {
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px; }
    .woocommerce-product-rating .ReviewsLogo__star {
      display: inline-block;
      vertical-align: middle;
      width: 15px;
      height: 15px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background-color: #12cf6c;
      color: #fff;
      font-size: 14px;
      text-align: center;
      line-height: 15px; }
    .woocommerce-product-rating .ReviewsLogo__text {
      display: inline-block;
      vertical-align: middle;
      color: #000;
      font-size: 16px;
      text-transform: uppercase; }
  .woocommerce-product-rating .reviews__oneTribe {
    width: 95px;
    margin-bottom: 14px; }

/*==== Change color/size/material form*/
#variation-price {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.51;
  color: #2b2f3b; }

.variations_form .woocommerce-variation-price {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.51;
  color: #2b2f3b; }
  .variations_form .woocommerce-variation-price .price del {
    color: #9A9A9A; }

.variations_form .label {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #2b2f3b; }

.variations_form .variation_buttons:after {
  content: "";
  display: block;
  clear: both; }

.variations_form .variation_buttons_wrapper {
  margin-bottom: 5px; }

.variations_form .variation_button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #2b2f3b;
  background-color: #fff;
  color: #2b2f3b;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .variations_form .variation_button:last-child {
    margin-right: 0; }
  .variations_form .variation_button.selected {
    background-color: #2b2f3b;
    color: #fff; }
  @media screen and (min-width: 1025px) {
    .variations_form .variation_button:hover {
      background-color: #2b2f3b;
      color: #fff; } }
  .variations_form .variation_button[rel='pa_bed-size'] {
    font-size: 14px; }
  .variations_form .variation_button[rel='pa_colours'], .variations_form .variation_button[rel='pa_bedding-colours'], .variations_form .variation_button[rel='pa_eye-mask-colour'], .variations_form .variation_button[rel='pa_bundle-bedding-colour'], .variations_form .variation_button[rel='bath-sheet-colour'], .variations_form .variation_button[rel='pa_eye-mask-colours'], .variations_form .variation_button[rel='pa_bath-sheet-colour'] {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 2px solid #ededed;
    font-size: 0; }
    .variations_form .variation_button[rel='pa_colours'] span, .variations_form .variation_button[rel='pa_bedding-colours'] span, .variations_form .variation_button[rel='pa_eye-mask-colour'] span, .variations_form .variation_button[rel='pa_bundle-bedding-colour'] span, .variations_form .variation_button[rel='bath-sheet-colour'] span, .variations_form .variation_button[rel='pa_eye-mask-colours'] span, .variations_form .variation_button[rel='pa_bath-sheet-colour'] span {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
    .variations_form .variation_button[rel='pa_colours'].selected, .variations_form .variation_button[rel='pa_bedding-colours'].selected, .variations_form .variation_button[rel='pa_eye-mask-colour'].selected, .variations_form .variation_button[rel='pa_bundle-bedding-colour'].selected, .variations_form .variation_button[rel='bath-sheet-colour'].selected, .variations_form .variation_button[rel='pa_eye-mask-colours'].selected, .variations_form .variation_button[rel='pa_bath-sheet-colour'].selected {
      border-color: #2b2f3b; }
    @media screen and (min-width: 1025px) {
      .variations_form .variation_button[rel='pa_colours']:hover, .variations_form .variation_button[rel='pa_bedding-colours']:hover, .variations_form .variation_button[rel='pa_eye-mask-colour']:hover, .variations_form .variation_button[rel='pa_bundle-bedding-colour']:hover, .variations_form .variation_button[rel='bath-sheet-colour']:hover, .variations_form .variation_button[rel='pa_eye-mask-colours']:hover, .variations_form .variation_button[rel='pa_bath-sheet-colour']:hover {
        border-color: #2b2f3b; } }

.variations_form .variation_reset,
.variations_form .reset_variations {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.56;
  color: #434343;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }
  .variations_form .variation_reset:after,
  .variations_form .reset_variations:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #89ab3f; }
  @media screen and (min-width: 1025px) {
    .variations_form .variation_reset:hover,
    .variations_form .reset_variations:hover {
      color: #89ab3f; } }

.variations_form .variation_reset_message {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px; }
  .variations_form .variation_reset_message .variation_reset {
    margin-top: 10px; }

.dis_select_box_div {
  position: relative;
  width: 290px;
  max-width: 100%;
  margin-bottom: 25px; }
  .dis_select_box_div:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #adafb3;
    border-right: 1px solid #adafb3;
    -webkit-transform: translateY(-75%) rotateZ(45deg);
        -ms-transform: translateY(-75%) rotate(45deg);
            transform: translateY(-75%) rotateZ(45deg); }
  .dis_select_box_div:before {
    content: '';
    position: absolute;
    top: 0;
    right: 40px;
    width: 1px;
    height: 100%;
    background-color: #adafb3; }
  .dis_select_box_div select {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 40px;
    padding: 8px 40px 8px 8px;
    border: 1px solid #adafb3;
    background-color: transparent;
    color: #2b2f3b;
    font-size: 18px;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none; }

/*===== Countdown (hide) ====*/
.countdown-timer-wrap.cdn_before_adt_cart {
  display: none; }

.woocommerce-notices-wrapper {
  width: 100%; }

span.phoen_swatches.swatches_id_phoen_image {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat; }

.nice-select.open .list {
  z-index: 999; }

#wc-stripe-payment-request-button-separator {
  display: none !important; }

.woocommerce-variation-references {
  display: none !important; }

/* Hide debit/credit buttons */
.paypal-buttons-label-undefined,
.paypal-buttons-label-unknown {
  display: none !important; }

.tribe-img-desktop img {
  margin: 20px auto 0;
  display: none; }
  @media screen and (max-width: 768px) {
    .tribe-img-desktop img {
      display: block !important; } }

.tribe-img-tablet {
  max-width: 480px;
  margin: 0 auto; }
  .tribe-img-tablet img {
    margin: 30px auto;
    display: none; }
    @media screen and (max-width: 768px) {
      .tribe-img-tablet img {
        display: none; } }

.single_add_to_cart_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.xoo-cp-opac {
  opacity: 0.05; }

.popup-cart.xoo-cp-modal {
  top: 96px;
  right: -100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
  opacity: 1;
  visibility: visible;
  z-index: -1; }

.popup-cart.xoo-cp-modal.xoo-cp-active {
  right: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 1000000; }

.popup-cart .xoo-cp-container {
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  max-width: 500px;
  display: block;
  position: absolute;
  top: 0;
  right: 0; }

.popup-cart span.xoo-cp-close {
  font-size: 44px;
  right: -22px;
  top: -22px; }

.popup-cart .spk-icon-black {
  position: absolute;
  display: block;
  margin-top: 15px;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  background: white;
  text-align: center;
  font-size: 28px; }

.popup-cart .spk-icon-black::before {
  display: block;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.popup-cart .spk-icon-black:hover::before {
  cursor: pointer;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.popup-cart .spk-icon-red {
  display: block;
  color: lightgrey !important;
  width: 20px;
  height: 20px;
  text-align: right;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.popup-cart .spk-icon-red:hover {
  cursor: pointer;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2); }

.popup-cart .xoo-cp-remove {
  vertical-align: top !important; }

.popup-cart td.xoo-cp-ptitle {
  width: 55%;
  padding-left: 5px; }

.popup-cart td.xoo-cp-ptitle {
  padding-left: 10px; }

.popup-cart td.xoo-cp-ptitle a {
  font-size: 21px; }

.popup-cart .xoo-cp-ptitle a {
  text-decoration: none;
  color: black;
  font-family: "Futura", sans-serif; }

.popup-cart .xoo-cp-pprice {
  display: block;
  font-family: "Futura", sans-serif;
  font-size: 20px;
  padding-top: 10px; }

.popup-cart .xoo-cp-qtybox {
  border: 0;
  font-size: 20px;
  font-weight: 500; }

.popup-cart .xoo-cp-pqty {
  position: absolute;
  top: 50%;
  right: 2px; }

.popup-cart .xcp-chng {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.popup-cart .xcp-chng:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3); }

.popup-cart span.xcp-plus {
  border-left-width: 0; }

.popup-cart span.xcp-minus {
  border-right-width: 0; }

.popup-cart .xoo-cp-ptotal {
  margin-right: 0; }

.popup-cart .xcp-ptotal {
  font-size: 20px; }

.popup-cart .xoo-cp-btns {
  padding-top: 5px; }

.popup-cart .xcp-btn {
  background: transparent;
  color: black;
  font-size: 15px;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.popup-cart .xcp-btn:hover {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  color: black; }

.popup-cart a.xcp-btn {
  margin-right: 10px;
  width: 35%;
  padding: 6px 5px; }

.popup-cart .xoo-cp-atcn {
  -webkit-border-radius: 0;
          border-radius: 0; }

.popup-cart .xoo-cp-variations .variation {
  overflow: hidden; }

@media only screen and (max-width: 700px) {
  .popup-cart a.xcp-btn {
    width: 45%; }
  .popup-cart td.xoo-cp-ptitle {
    width: 80%; } }

@media only screen and (max-width: 500px) {
  .popup-cart.xoo-cp-modal {
    top: -100%;
    right: auto;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    visibility: visible; }
  .popup-cart.xoo-cp-modal.xoo-cp-active {
    top: 0;
    -webkit-transition: top ease-in-out 0.5s;
    -o-transition: top ease-in-out 0.5s;
    transition: top ease-in-out 0.5s;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .popup-cart .xoo-cp-container {
    padding: 12px 10px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .popup-cart .spk-icon-black {
    top: 0;
    right: 0;
    margin-top: 12px; }
  .popup-cart .xoo-cp-pdetails {
    padding-top: 0; }
    .popup-cart .xoo-cp-pdetails tbody {
      display: block; }
  .popup-cart .xoo-cp-pdetails td.xoo-cp-remove {
    width: auto; }
  .popup-cart td.xoo-cp-pimg {
    display: block; }
  .popup-cart .xoo-cp-pdetails tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .popup-cart .xoo-cp-pimg img {
    min-width: 100px;
    width: 90%; }
  .popup-cart .xoo-cp-remove {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    position: absolute; }
  .popup-cart .xoo-cp-pimg {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .popup-cart td.xoo-cp-pimg {
    width: 60%; }
  .popup-cart .xoo-cp-ptitle {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .popup-cart td.xoo-cp-ptitle a {
    font-size: 20px; }
  .popup-cart .xoo-cp-pdetails td.xoo-cp-ptitle {
    text-align: center; }
  .popup-cart .spk-icon-red {
    margin-right: 25px; }
  .popup-cart .xoo-cp-pqty {
    margin: 15px;
    position: static; }
  .popup-cart span.xcp-plus, .popup-cart span.xcp-minus {
    width: 50px;
    font-size: 35px; }
  .popup-cart .xoo-cp-ptotal {
    float: none;
    margin: 0 auto; }
  .popup-cart span.xcp-ptotal, .popup-cart .xoo-cp-ptotal {
    font-size: 20px;
    padding: 5px 0; }
  .popup-cart .xoo-cp-btns {
    padding-top: 0; }
  .popup-cart a.xcp-btn {
    width: 80%;
    font-size: 15px;
    padding: 13px 0;
    margin: 8px 0; } }

@media only screen and (max-width: 345px) {
  .popup-cart .spk-icon-black {
    top: -18px;
    right: -7px;
    width: 30px;
    height: 30px; } }

.ppc-button-wrapper {
  margin-top: 1em; }

/* Hide pinterest buttons */
.pinterest-for-woocommerce-image-wrapper a {
  display: none; }

a[data-pin-log="button_pinit"] {
  display: none; }

.home-section {
  padding: 64px 0 0; }
  @media screen and (min-width: 1024px) {
    .home-section {
      padding: 84px 0 0; } }
  .home-section__title {
    margin-top: 0;
    margin-bottom: 45px;
    color: #696b70;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.51;
    text-align: center; }
    @media screen and (min-width: 650px) {
      .home-section__title {
        margin-bottom: 60px;
        font-size: 35px; } }

.subsection {
  position: relative;
  padding: 64px 20px 40px;
  background-color: #eee; }
  @media screen and (min-width: 650px) {
    .subsection {
      padding: 34px 20px; } }
  @media screen and (min-width: 1024px) {
    .subsection {
      padding: 134px 105px; } }
  .subsection__image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0; }
    .subsection__image img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: left bottom;
         object-position: left bottom;
      font-family: 'object-fit: cover; object-position: center;'; }
  .subsection__title {
    position: relative;
    z-index: 1;
    margin-top: 0;
    margin-bottom: 5px;
    color: #2b2f3b;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.32;
    text-align: center; }
    @media screen and (min-width: 650px) {
      .subsection__title {
        font-size: 42px;
        line-height: 1.52; } }
    @media screen and (min-width: 1024px) {
      .subsection__title {
        font-size: 50px; } }
  .subsection__subtitle {
    display: none;
    position: relative;
    z-index: 1;
    margin-top: 0;
    margin-bottom: 28px;
    color: #2b2f3b;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .subsection__subtitle {
        display: block; } }
    @media screen and (min-width: 1024px) {
      .subsection__subtitle {
        font-size: 18px; } }
    .subsection__subtitle br {
      display: none; }
      @media screen and (min-width: 560px) {
        .subsection__subtitle br {
          display: block; } }
  .subsection__footer {
    position: relative;
    z-index: 1;
    text-align: center; }
    .subsection__footer a {
      margin: 10px 8px; }

.products {
  margin: 0; }
  .products__item {
    position: relative; }
    .products__item.info-top .products__info {
      top: 20px; }
    .products__item.info-bottom .products__info {
      bottom: 20px; }
  .products__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-decoration: none; }
    @media screen and (min-width: 1025px) {
      .products__link:hover {
        opacity: 1; }
        .products__link:hover .products__category {
          color: #d5d5d5; }
          .products__link:hover .products__category:after {
            opacity: 0; }
        .products__link:hover .products__button {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: -webkit-transform 0.2s 0.4s;
          transition: -webkit-transform 0.2s 0.4s;
          -o-transition: transform 0.2s 0.4s;
          transition: transform 0.2s 0.4s;
          transition: transform 0.2s 0.4s, -webkit-transform 0.2s 0.4s; }
        .products__link:hover .products__price {
          color: #2b2f3b; }
        .products__link:hover .products__name {
          overflow: visible;
          opacity: 1;
          max-height: 80px;
          -webkit-transition: all 0.4s ease-out;
          -o-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out; }
        .products__link:hover .products__description {
          overflow: visible;
          opacity: 1;
          max-height: 130px;
          padding: 8px 0 13px;
          -webkit-transition: all 0.4s ease-out;
          -o-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out; }
        .products__link:hover .products__image:after {
          opacity: 1;
          -webkit-transition: opacity 0.4s;
          -o-transition: opacity 0.4s;
          transition: opacity 0.4s; } }
  .products__image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    font-size: 0; }
    .products__image:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(88, 89, 91, 0.4);
      opacity: 0;
      -webkit-transition: opacity 0.4s 0.4s;
      -o-transition: opacity 0.4s 0.4s;
      transition: opacity 0.4s 0.4s; }
  .products__info {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 190px;
    max-width: 100%;
    padding: 10px 14px;
    background-color: #fff;
    font-size: 0; }
    @media screen and (min-width: 1024px) {
      .products__info {
        width: 200px; } }
  .products__discount {
    position: absolute;
    top: 22px;
    left: 17px;
    z-index: 2;
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
    background-color: #89ab3f;
    font-size: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 55px;
    color: #ffffff;
    text-align: center; }
  .products__category {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.56;
    color: #2b2f3b;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s; }
    .products__category:after {
      content: '';
      opacity: 1;
      position: absolute;
      top: -webkit-calc(100% + 3px);
      top: calc(100% + 3px);
      left: 0;
      z-index: 1;
      height: 1px;
      width: 107px;
      background-color: #696b70;
      -webkit-transition: opacity 0.1s;
      -o-transition: opacity 0.1s;
      transition: opacity 0.1s; }
  .products__price {
    margin: 0;
    color: #89ab3f;
    font-size: 16px;
    line-height: 1.56; }
  .products__name {
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    margin: 0;
    color: #2b2f3b;
    font-size: 16px;
    line-height: 1.22;
    -webkit-transition: all 0.4s 0.2s ease-in;
    -o-transition: all 0.4s 0.2s ease-in;
    transition: all 0.4s 0.2s ease-in; }
  .products__description {
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.29;
    text-align: left;
    color: #2b2f3b;
    -webkit-transition: all 0.4s 0.2s ease-in;
    -o-transition: all 0.4s 0.2s ease-in;
    transition: all 0.4s 0.2s ease-in; }
  .products__button {
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #B4D600;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 55px;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: bacground-color 0.3s, -webkit-transform 0.3s;
    transition: bacground-color 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, bacground-color 0.3s;
    transition: transform 0.3s, bacground-color 0.3s;
    transition: transform 0.3s, bacground-color 0.3s, -webkit-transform 0.3s; }
    .products__button:hover {
      background-color: #8FB708; }
  .products__pseudolink {
    position: relative;
    display: inline-block;
    margin-top: 6px;
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.56;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .products__pseudolink:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 1px;
      background-color: #89ab3f; }
    .products__pseudolink:hover {
      color: #89ab3f; }

.products.two-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: -webkit-calc(100% + 8px);
  width: calc(100% + 8px);
  margin-left: -4px; }
  .products.two-column .products__item {
    width: 100%;
    padding-bottom: 86%;
    margin: 0 4px 8px;
    background-color: #eee; }
    @media screen and (min-width: 480px) {
      .products.two-column .products__item {
        padding-bottom: 60%; } }
    @media screen and (min-width: 650px) {
      .products.two-column .products__item {
        width: -webkit-calc(40% - 8px);
        width: calc(40% - 8px);
        padding-bottom: 36%;
        margin: 8px 4px; } }
    @media screen and (min-width: 900px) {
      .products.two-column .products__item {
        width: -webkit-calc((100% / 3) - 8px);
        width: calc((100% / 3) - 8px);
        padding-bottom: 30%; } }
    .products.two-column .products__item_large {
      padding-bottom: 110%; }
      @media screen and (min-width: 480px) {
        .products.two-column .products__item_large {
          padding-bottom: 80%; } }
      @media screen and (min-width: 650px) {
        .products.two-column .products__item_large {
          width: -webkit-calc(60% - 8px);
          width: calc(60% - 8px);
          padding-bottom: 36%; } }
      @media screen and (min-width: 900px) {
        .products.two-column .products__item_large {
          width: -webkit-calc((100% / 3) * 2 - 8px);
          width: calc((100% / 3) * 2 - 8px);
          padding-bottom: 30%; } }
    @media screen and (min-width: 650px) {
      .products.two-column .products__item.full-width {
        width: -webkit-calc(100% - 8px);
        width: calc(100% - 8px);
        padding-bottom: 40%; } }
    @media screen and (min-width: 900px) {
      .products.two-column .products__item.full-width {
        padding-bottom: 35%; } }

.products.masonry-list {
  opacity: 0;
  width: 100%;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .products.masonry-list.active {
    opacity: 1; }
  .products.masonry-list .products__item {
    width: 100%;
    margin: 0 0 8px;
    padding-bottom: -webkit-calc(92% - 4px);
    padding-bottom: calc(92% - 4px);
    background-color: #eee; }
    @media screen and (min-width: 480px) {
      .products.masonry-list .products__item {
        padding-bottom: -webkit-calc(50% - 4px);
        padding-bottom: calc(50% - 4px); } }
    @media screen and (min-width: 650px) {
      .products.masonry-list .products__item {
        width: -webkit-calc(50% - 8px);
        width: calc(50% - 8px);
        padding-bottom: -webkit-calc(32% - 4px);
        padding-bottom: calc(32% - 4px); } }
    @media screen and (min-width: 992px) {
      .products.masonry-list .products__item {
        width: -webkit-calc(25% - 8px);
        width: calc(25% - 8px);
        padding-bottom: -webkit-calc(21% - 4px);
        padding-bottom: calc(21% - 4px); }
        .products.masonry-list .products__item.width--2 {
          width: -webkit-calc(50% - 8px);
          width: calc(50% - 8px); } }
    .products.masonry-list .products__item.height--2 {
      padding-bottom: -webkit-calc(112% - 4px);
      padding-bottom: calc(112% - 4px); }
      @media screen and (min-width: 480px) {
        .products.masonry-list .products__item.height--2 {
          padding-bottom: -webkit-calc(68% - 4px);
          padding-bottom: calc(68% - 4px); } }
      @media screen and (min-width: 650px) {
        .products.masonry-list .products__item.height--2 {
          padding-bottom: 64%; } }
      @media screen and (min-width: 992px) {
        .products.masonry-list .products__item.height--2 {
          padding-bottom: 42%; } }
  .products.masonry-list .products__link.permanent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #89ab3f;
    text-decoration: none;
    color: #fff;
    font-size: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 1025px) {
      .products.masonry-list .products__link.permanent:hover {
        background-color: #2B2F3B; } }
  .products.masonry-list .grid-sizer {
    width: -webkit-calc(25% - 8px);
    width: calc(25% - 8px); }
  .products.masonry-list .gutter-sizer {
    width: 8px; }

.comments__footer {
  text-align: center; }

.comments-slider-wrap {
  position: relative;
  width: 840px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto 45px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 50px 0 rgba(201, 205, 207, 0.2);
          box-shadow: 0 3px 50px 0 rgba(201, 205, 207, 0.2); }
  @media screen and (min-width: 650px) {
    .comments-slider-wrap {
      padding: 30px 80px; } }
  .comments-slider-wrap .quote {
    display: none;
    position: absolute;
    z-index: 1;
    font-size: 60px;
    line-height: 1;
    color: #89ab3f; }
    @media screen and (min-width: 992px) {
      .comments-slider-wrap .quote {
        display: block; } }
    .comments-slider-wrap .quote_top {
      top: -26px;
      left: -37px; }
    .comments-slider-wrap .quote_bottom {
      bottom: -45px;
      right: -39px; }

.comments-slider__item {
  padding: 30px 0;
  font-size: 0;
  outline: none; }
  @media screen and (min-width: 768px) {
    .comments-slider__item {
      padding: 30px 60px; } }
  @media screen and (min-width: 1024px) {
    .comments-slider__item {
      padding: 30px 80px; } }
  .comments-slider__item .rating {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
    color: #89ab3f; }
  .comments-slider__item .title {
    margin-top: 0;
    margin-bottom: 27px;
    color: #2b2f3b;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.52;
    text-align: center; }
  .comments-slider__item .content {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    color: #2b2f3b; }
  .comments-slider__item .author,
  .comments-slider__item .date {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 0 10px;
    color: #2b2f3b;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.56;
    text-transform: uppercase; }
    @media screen and (min-width: 560px) {
      .comments-slider__item .author,
      .comments-slider__item .date {
        padding: 0 21px; } }
  .comments-slider__item .author {
    position: relative;
    text-align: right; }
    .comments-slider__item .author:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background-color: #696b70; }
  .comments-slider__item .date {
    text-align: left; }
  .comments-slider__item a {
    position: relative;
    display: inline-block;
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.56;
    color: #434343;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
    .comments-slider__item a:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #89ab3f; }
    .comments-slider__item a:hover, .comments-slider__item a:focus {
      opacity: 1;
      color: #89ab3f; }

.comments-slider .slider__prev,
.comments-slider .slider__next {
  position: absolute;
  top: 20px;
  z-index: 1;
  width: 30px;
  height: 40px;
  font-size: 22px;
  line-height: 38px;
  cursor: pointer; }
  @media screen and (min-width: 650px) {
    .comments-slider .slider__prev,
    .comments-slider .slider__next {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }
  .comments-slider .slider__prev.slick-disabled,
  .comments-slider .slider__next.slick-disabled {
    opacity: 0.5; }

.comments-slider .slider__prev {
  left: 30px; }
  @media screen and (min-width: 650px) {
    .comments-slider .slider__prev {
      left: -50px; } }

.comments-slider .slider__next {
  right: 30px; }
  @media screen and (min-width: 650px) {
    .comments-slider .slider__next {
      right: -50px; } }

.advantages {
  /** new item */ }
  .advantages__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%; }
    @media screen and (min-width: 375px) {
      .advantages__inner {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .advantages__item {
    width: 100%;
    max-width: 340px;
    padding: 10px;
    margin-bottom: 10px; }
    @media screen and (min-width: 650px) {
      .advantages__item {
        width: -webkit-calc(50% - 18px);
        width: calc(50% - 18px); } }
    @media screen and (min-width: 768px) {
      .advantages__item {
        width: -webkit-calc((100% / 3) - 18px);
        width: calc((100% / 3) - 18px);
        max-width: none;
        padding: 10px 5px;
        margin-bottom: 0; } }
    @media screen and (min-width: 900px) {
      .advantages__item {
        padding: 10px 15px; } }
    @media screen and (min-width: 1200px) {
      .advantages__item {
        padding: 10px 25px; } }
  .advantages__img {
    height: 135px;
    margin-bottom: 18px;
    font-size: 0;
    text-align: center; }
    .advantages__img img {
      display: block;
      width: auto;
      height: 100%;
      margin: 0 auto; }
  .advantages__subtitle {
    padding: 0 23px;
    margin-top: 0;
    margin-bottom: 19px;
    color: #2b2f3b;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
    text-align: center; }
    @media screen and (min-width: 650px) {
      .advantages__subtitle {
        min-height: 58px; } }
    @media screen and (min-width: 768px) {
      .advantages__subtitle {
        font-size: 25px;
        min-height: 69px; } }
  .advantages__content p {
    position: relative;
    color: #2b2f3b;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center; }
    @media screen and (min-width: 650px) {
      .advantages__content p {
        font-size: 18px; } }
    .advantages__content p + p {
      margin-top: 40px; }
      .advantages__content p + p:before {
        content: '';
        position: absolute;
        top: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 86px;
        height: 3px;
        background-color: #89ab3f; }
  .advantages__new_item {
    width: 100%;
    max-width: 340px;
    padding: 10px;
    margin-bottom: 10px; }
    @media screen and (min-width: 375px) {
      .advantages__new_item {
        width: -webkit-calc(50% - 18px);
        width: calc(50% - 18px); } }
    @media screen and (min-width: 560px) {
      .advantages__new_item {
        width: -webkit-calc((100% / 3) - 18px);
        width: calc((100% / 3) - 18px);
        max-width: none;
        padding: 10px 5px;
        margin-bottom: 0; } }
    @media screen and (min-width: 900px) {
      .advantages__new_item {
        width: -webkit-calc(100% / 6);
        width: calc(100% / 6);
        padding: 10px 15px; } }
    @media screen and (min-width: 1200px) {
      .advantages__new_item {
        padding: 10px 25px; } }
  .advantages__new_img {
    height: 135px;
    margin-bottom: 18px;
    font-size: 0;
    text-align: center; }
    @media screen and (min-width: 650px) {
      .advantages__new_img {
        height: 124px; } }
    .advantages__new_img img {
      display: block;
      width: auto;
      height: 100%;
      margin: 0 auto; }
  .advantages__new_subtitle {
    padding: 0px;
    margin-top: 0;
    margin-bottom: 19px;
    color: #2b2f3b;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
    text-align: center;
    overflow-wrap: normal;
    word-wrap: normal; }
    @media screen and (min-width: 375px) {
      .advantages__new_subtitle {
        font-size: 20px; } }
    @media screen and (min-width: 650px) {
      .advantages__new_subtitle {
        font-size: 18px;
        min-height: 58px; } }
    @media screen and (min-width: 768px) {
      .advantages__new_subtitle {
        font-size: 22px;
        min-height: 69px; } }

.pluses__row {
  width: 100%;
  margin-bottom: 42px;
  text-indent: 0;
  text-align: justify; }
  @media screen and (min-width: 768px) {
    .pluses__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-right: 4px solid #89ab3f;
      margin-bottom: 84px; } }
  .pluses__row:last-child {
    margin-bottom: 0; }

.pluses__image {
  position: relative;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  margin-left: -20px;
  padding-bottom: 90%; }
  @media screen and (min-width: 650px) {
    .pluses__image {
      width: 100%;
      margin-left: 0;
      padding-bottom: 67%; } }
  @media screen and (min-width: 768px) {
    .pluses__image {
      width: 58%;
      padding-bottom: 47.6%; } }
  .pluses__image-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    font-size: 0; }

.pluses__content {
  padding: 20px 15px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .pluses__content {
      width: 42%;
      padding: 20px; } }
  @media screen and (min-width: 900px) {
    .pluses__content {
      padding: 36px 43px; } }
  @media screen and (min-width: 1200px) {
    .pluses__content {
      padding: 36px 86px; } }
  .pluses__content h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.34;
    text-align: center;
    color: #696b70; }
    @media screen and (min-width: 768px) {
      .pluses__content h2 {
        margin-bottom: 26px;
        font-size: 28px; } }
    @media screen and (min-width: 900px) {
      .pluses__content h2 {
        margin-bottom: 40px;
        font-size: 35px; } }
  .pluses__content p {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #2b2f3b; }
    .pluses__content p:last-child {
      margin-bottom: 0; }
    .pluses__content p:nth-child(even) {
      margin-bottom: 20px; }
    @media screen and (min-width: 900px) {
      .pluses__content p {
        font-size: 18px; } }
  .pluses__content a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .pluses__content a:hover {
      color: #89ab3f; }
    .pluses__content a img {
      display: inline-block;
      height: 100%;
      width: auto; }
      .pluses__content a img.aligncenter {
        display: block;
        margin: 0 auto; }

@media screen and (min-width: 768px) {
  .pluses:nth-child(even) .pluses__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    border-right: none;
    border-left: 4px solid #89ab3f; } }

.video-player-block .wpb_video_wrapper {
  padding-top: 0 !important; }
  .video-player-block .wpb_video_wrapper .wp-video {
    margin: 0 auto; }

.styles__inner {
  position: relative;
  padding: 30px 0; }
  @media screen and (min-width: 650px) {
    .styles__inner {
      padding: 46px 0; } }
  @media screen and (min-width: 1024px) {
    .styles__inner {
      padding: 76px 0; } }
  .styles__inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 0;
    width: 100vw;
    height: 100%;
    background-color: #eee; }

.styles-slider {
  z-index: 1;
  width: 1082px;
  max-width: 100%;
  margin: 0 auto; }
  .styles-slider .slider__prev,
  .styles-slider .slider__next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff; }
    @media screen and (min-width: 1024px) {
      .styles-slider .slider__prev,
      .styles-slider .slider__next {
        height: 50px;
        font-size: 22px;
        line-height: 48px;
        background-color: transparent; } }
    .styles-slider .slider__prev.slick-disabled span,
    .styles-slider .slider__next.slick-disabled span {
      opacity: 0.5; }
  .styles-slider .slider__prev {
    left: -10px; }
    @media screen and (min-width: 650px) {
      .styles-slider .slider__prev {
        left: -5px; } }
    @media screen and (min-width: 1024px) {
      .styles-slider .slider__prev {
        left: -15px; } }
    @media screen and (min-width: 1200px) {
      .styles-slider .slider__prev {
        left: -40px; } }
  .styles-slider .slider__next {
    right: -10px; }
    @media screen and (min-width: 650px) {
      .styles-slider .slider__next {
        right: -5px; } }
    @media screen and (min-width: 1024px) {
      .styles-slider .slider__next {
        right: -15px; } }
    @media screen and (min-width: 1200px) {
      .styles-slider .slider__next {
        right: -40px; } }
  .styles-slider .slick-slide {
    position: relative;
    margin: 0 10px;
    outline: none; }
    @media screen and (min-width: 650px) {
      .styles-slider .slick-slide {
        margin: 0 23px; } }
    .styles-slider .slick-slide a, .styles-slider .slick-slide p {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%;
      margin: 0;
      background-color: rgba(88, 89, 91, 0.37);
      color: #fff;
      text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
      text-decoration: none;
      -webkit-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    .styles-slider .slick-slide img {
      margin: 0 auto; }
    .styles-slider .slick-slide:hover a {
      opacity: 1; }
    .styles-slider .slick-slide:hover p {
      opacity: 1; }

.instagram-slider {
  overflow-x: hidden; }

.benefits-accordion {
  position: relative;
  overflow: hidden;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 20px; }
  @media screen and (min-width: 900px) {
    .benefits-accordion {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; } }
  .benefits-accordion__section {
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 9px;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s; }
    .benefits-accordion__section:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 900px) {
      .benefits-accordion__section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        width: -webkit-calc(25% - 12px);
        width: calc(25% - 12px);
        height: 465px;
        margin-bottom: 0; } }
    @media screen and (min-width: 1200px) {
      .benefits-accordion__section {
        width: -webkit-calc(25% - 24px);
        width: calc(25% - 24px); } }
    .benefits-accordion__section.active .benefits-accordion__face {
      background-color: #89ab3f; }
      @media screen and (min-width: 900px) {
        .benefits-accordion__section.active .benefits-accordion__face {
          min-width: 220px;
          max-width: 220px;
          height: -webkit-calc(100% + 20px);
          height: calc(100% + 20px);
          background-color: #fff; } }
      @media screen and (min-width: 1200px) {
        .benefits-accordion__section.active .benefits-accordion__face {
          min-width: 300px;
          max-width: 300px; } }
    .benefits-accordion__section.active .benefits-accordion__info {
      opacity: 1;
      visibility: visible;
      height: auto;
      padding-top: 30px;
      padding-bottom: 30px; }
      @media screen and (min-width: 900px) {
        .benefits-accordion__section.active .benefits-accordion__info {
          position: static;
          z-index: 1;
          height: 100%; } }
      @media screen and (min-width: 1200px) {
        .benefits-accordion__section.active .benefits-accordion__info {
          padding-top: 50px;
          padding-bottom: 50px; } }
    .benefits-accordion__section.active .benefits-accordion__caption {
      color: #fff; }
      @media screen and (min-width: 900px) {
        .benefits-accordion__section.active .benefits-accordion__caption {
          color: #2b2f3b; } }
    .benefits-accordion__section.active .benefits-accordion__learn-more-button {
      -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      border-color: #fff; }
      .benefits-accordion__section.active .benefits-accordion__learn-more-button:after, .benefits-accordion__section.active .benefits-accordion__learn-more-button:before {
        background-color: #fff; }
    .benefits-accordion__section.active .benefits-accordion__content {
      opacity: 1;
      -webkit-transition-delay: 0.2s;
           -o-transition-delay: 0.2s;
              transition-delay: 0.2s; }
  .benefits-accordion__face {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    height: 100%;
    padding: 26px 56px 26px 30px;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgba(235, 235, 235, 0.64);
    border-left: 4px solid #89ab3f;
    -webkit-box-shadow: 0 3px 50px 0 rgba(201, 205, 207, 0.2);
            box-shadow: 0 3px 50px 0 rgba(201, 205, 207, 0.2);
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer; }
    @media screen and (min-width: 900px) {
      .benefits-accordion__face {
        padding: 76px 15px;
        border-left: 1px solid rgba(235, 235, 235, 0.64);
        border-bottom: 4px solid #89ab3f;
        -webkit-transition: height 0.2s;
        -o-transition: height 0.2s;
        transition: height 0.2s; } }
    @media screen and (min-width: 1200px) {
      .benefits-accordion__face {
        padding: 76px 20px; } }
    @media screen and (min-width: 1025px) {
      .benefits-accordion__face:hover .benefits-accordion__img img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); } }
  .benefits-accordion__info {
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid rgba(235, 235, 235, 0.64);
    -webkit-box-shadow: 0 3px 50px 0 rgba(201, 205, 207, 0.2);
            box-shadow: 0 3px 50px 0 rgba(201, 205, 207, 0.2);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 900px) {
      .benefits-accordion__info {
        position: absolute;
        z-index: -1;
        width: -webkit-calc(100% - 220px);
        width: calc(100% - 220px);
        height: 100%;
        padding: 25px;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    @media screen and (min-width: 1200px) {
      .benefits-accordion__info {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
        padding: 50px; } }
  .benefits-accordion__learn-more-button {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 2px solid #89ab3f;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 900px) {
      .benefits-accordion__learn-more-button {
        display: none; } }
    .benefits-accordion__learn-more-button:after, .benefits-accordion__learn-more-button:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      background-color: #89ab3f;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s; }
    .benefits-accordion__learn-more-button:after {
      width: 8px;
      height: 2px; }
    .benefits-accordion__learn-more-button:before {
      width: 2px;
      height: 8px; }
  .benefits-accordion__learn-more-link {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 40px;
    z-index: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    color: #2b2f3b;
    font-size: 14px;
    line-height: 1.29;
    text-align: center; }
    @media screen and (min-width: 900px) {
      .benefits-accordion__learn-more-link {
        display: block; } }
    @media screen and (min-width: 1025px) {
      .benefits-accordion__learn-more-link:hover:after {
        width: 50%; }
      .benefits-accordion__learn-more-link:hover:before {
        left: 0;
        width: 50%; } }
    .benefits-accordion__learn-more-link:after, .benefits-accordion__learn-more-link:before {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 50%;
      width: 0;
      height: 1px;
      background-color: #696b70;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .benefits-accordion__learn-more-link .icon {
      display: inline-block;
      vertical-align: middle;
      font-size: 6px; }
  .benefits-accordion__img {
    display: none;
    height: 119px;
    margin: 0 auto 65px;
    font-size: 0;
    text-align: center;
    -webkit-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s; }
    @media screen and (min-width: 900px) {
      .benefits-accordion__img {
        display: block; } }
    @media screen and (min-width: 1200px) {
      .benefits-accordion__img {
        height: 135px; } }
    .benefits-accordion__img img {
      width: auto;
      height: 100%;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
  .benefits-accordion__caption {
    margin-top: 0;
    margin-bottom: 0;
    color: #2b2f3b;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.36;
    text-align: left;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
    @media screen and (min-width: 480px) {
      .benefits-accordion__caption {
        font-size: 20px; } }
    @media screen and (min-width: 900px) {
      .benefits-accordion__caption {
        width: 100%;
        text-align: center;
        -webkit-transform-origin: center left;
            -ms-transform-origin: center left;
                transform-origin: center left; } }
    @media screen and (min-width: 992px) {
      .benefits-accordion__caption {
        font-size: 22px; } }
    @media screen and (min-width: 1200px) {
      .benefits-accordion__caption {
        font-size: 25px; } }
  .benefits-accordion__content {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s; }
    .benefits-accordion__content p {
      margin-top: 0;
      margin-bottom: 20px;
      color: #2b2f3b;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.5; }
      @media screen and (min-width: 1024px) {
        .benefits-accordion__content p {
          font-size: 18px; } }
    .benefits-accordion__content .btn {
      font-size: 20px;
      margin-top: 15px; }
      @media screen and (min-width: 1024px) {
        .benefits-accordion__content .btn {
          font-size: 25px;
          margin-top: 40px; } }
  @media screen and (min-width: 900px) {
    .benefits-accordion.accordion-init .benefits-accordion__section:not(.active) {
      width: -webkit-calc(10% - 6px);
      width: calc(10% - 6px); }
      .benefits-accordion.accordion-init .benefits-accordion__section:not(.active) .benefits-accordion__face {
        padding: 76px 6px; }
      .benefits-accordion.accordion-init .benefits-accordion__section:not(.active) .benefits-accordion__img {
        height: 55px;
        margin-bottom: 35px; }
      .benefits-accordion.accordion-init .benefits-accordion__section:not(.active) .benefits-accordion__caption {
        position: absolute;
        top: 166px;
        left: 50%;
        margin: 0;
        min-width: 226px;
        -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
                transform: rotate(90deg) translate3d(0, 0, 0);
        font-size: 16px;
        text-align: left; }
    .benefits-accordion.accordion-init .benefits-accordion__section.active {
      width: -webkit-calc(70% - 6px);
      width: calc(70% - 6px);
      cursor: default; } }
  .benefits-accordion.accordion-init .benefits-accordion__learn-more-link {
    display: none; }

/* Visualcomposer layout */
.vc_section,
.vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }

.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.home-section .wpb_wrapper {
  max-width: 1340px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  font-weight: 300; }
  .home-section .wpb_wrapper:after {
    display: block;
    content: '';
    clear: both; }

.home-section .banner-wide .wpb_wrapper {
  max-width: 100%;
  padding: 0; }

.product_layout .QAWidget {
  max-width: 840px;
  margin: 20px auto; }

.Reviews-Header.Header-- {
  display: none !important; }

.author__heading {
  display: none !important; }

.ReviewList.QuestionsList {
  width: 100%; }

.CombinedWidget.reviews-combined-widget .ListContent .ListSummary {
  display: block !important;
  text-align: end !important; }

.item__comments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.item__replies {
  display: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.item__replies.active {
  display: block; }

.List__item .comments__close {
  font-size: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.List__item .comments__close.active {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.List__item:hover {
  cursor: pointer; }

.CombinedWidget.reviews-combined-widget .item__footer {
  height: 0px; }

.CombinedWidget.reviews-combined-widget .ListContent .List__item {
  margin: 0 !important;
  padding: 10px 25px !important; }

.CombinedWidget.reviews-combined-widget .List__items .List__item {
  margin-bottom: 0 !important; }

.CombinedWidget.reviews-combined-widget .CallToAction .ParagraphHeading {
  font-size: 22px !important;
  font-weight: 700 !important; }

.CombinedWidget.reviews-combined-widget .ListContent .List__item .item__replies .reply {
  border-left: none !important;
  padding-left: 0 !important; }

.CombinedWidget.reviews-combined-widget .List__item .item__comments .comments__text {
  max-width: 90%; }

.CombinedWidget.reviews-combined-widget .List__item:last-child {
  border-bottom: 1px solid; }

.List__item .comments__text {
  font-weight: 700; }

.CombinedWidget.reviews-combined-widget .RUKPagination {
  margin-top: 20px; }

.CombinedWidget.reviews-combined-widget .ListContent .RUKPagination .RUKPagination__item.isSelected {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }

.ReviewsWidget__title2 {
  border-top: 1px solid #ececec; }

.ReviewsWidget__title,
.ReviewsWidget__title2 {
  border-bottom: 1px solid #ececec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  .ReviewsWidget__title span,
  .ReviewsWidget__title2 span {
    font-size: 50px;
    position: absolute;
    top: 32%;
    right: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .ReviewsWidget__title span.active,
    .ReviewsWidget__title2 span.active {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .ReviewsWidget__title:hover,
  .ReviewsWidget__title2:hover {
    cursor: pointer; }

#ReviewsWidget2,
#ReviewsWidget {
  display: none; }

.product-bamboo-bedding-page #variation_pa_products .variation_buttons_wrapper,
.product-bamboo-bedding-page #variation_pa_bed-size .variation_buttons_wrapper,
.product-bamboo-bedding-page #variation_pa_sizes .variation_buttons_wrapper {
  position: absolute;
  z-index: 9;
  display: none; }

/*# sourceMappingURL=maps/theme.css.map */
