/*!
Theme Name: A Major Difference
Theme URI: https://www.amajordifference.com
Author: Gemini Design
Author URI: http://geminidesign.pl
Description: Description
Version: 1.0.0
Text Domain: amd
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Mixins
# Reset
# External
# Fonts
# General
# Blocks
	## Header
	## Frontpage
	## Landing top
	## Landing split
	## Video parallax
	## Testimonial slider
	## Facebook stars
	## Calculator
	## Testimonial single
	## Guarantees
	## CTA
	## Single article
	## Single listing
	## WP Page


--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* ## Typography */
h3.page-subheading {
  font-size: 18px;
  margin: 0 0 25px; }

.lost_password,
.smallinfo {
  font-size: 11px;
  padding-bottom: 15px;
  color: #90a2ac; }
  .lost_password a,
  .smallinfo a {
    color: #90a2ac;
    text-decoration: none; }
    .lost_password a:hover,
    .smallinfo a:hover {
      text-decoration: underline; }

.btn-light {
  text-decoration: none; }

body a {
  text-decoration: none;
  transition: all 0.3s; }

/* ## Tracking styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e4459;
  font-weight: 400;
  margin-bottom: 0.4em; }

h1 {
  font-size: 54px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 34px; }

h4 {
  font-size: 28px; }

h5 {
  font-size: 22px; }

h6 {
  font-size: 18px; }

.text-center {
  text-align: center; }

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

.btn-default:not(.social-sharing):not(.button-small).btn-block,
.button:not(.social-sharing):not(.button-small).btn-block {
  display: block; }

.page-template-template-tracking a:hover {
  text-decoration: none; }

.page-template-template-tracking .amd-post-img-link {
  margin-bottom: 20px; }

.page-template-template-tracking .amd-blog-post-title {
  margin-bottom: 10px; }

.amd-container-btp {
  padding-top: 100px; }

.amd-card-box {
  border-radius: 5px;
  box-shadow: 0 6px 42px rgba(30, 68, 89, 0.08);
  color: #1e4459;
  height: 100%;
  padding: 0 30px 30px;
  text-align: center; }
  .amd-card-box img {
    height: auto;
    max-width: 100%; }
  .amd-card-box p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 20px; }
  .amd-card-box strong {
    font-weight: 500; }

.amd-card-box-title {
  background: #e7eef1;
  border-radius: 5px 5px 0 0;
  display: block;
  font-weight: 500;
  margin-bottom: 30px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 20px 10px; }

.amd-delivery-details-wrapper {
  align-items: center;
  display: flex;
  height: calc(100% - 58px - 30px); }

.amd-delivery-details {
  width: 100%; }

.amd-delivery-details-day-name {
  font-size: 26px;
  margin-bottom: 2px; }

.amd-delivery-details-month {
  color: rgba(30, 68, 89, 0.6);
  font-size: 18px; }

.amd-delivery-details-day-number {
  color: #3bb1ad;
  font-size: 110px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 10px; }

.amd-delivery-details-status {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase; }

.amd-delivery-tracking-title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 12px; }

.amd-delivery-tracking-number {
  margin-bottom: 20px; }
  .amd-delivery-tracking-number a {
    background: rgba(59, 177, 173, 0.2);
    color: #3bb1ad;
    text-decoration: none;
    padding: 12px 10px;
    border-radius: 3px;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 1px;
    display: block; }
    .amd-delivery-tracking-number a:hover, .amd-delivery-tracking-number a:focus {
      background: #2E8B86;
      color: #fff; }

.amd-delivery-tracking-logo svg {
  height: 40px;
  width: auto; }

.amd-tracking-timeline {
  padding: 60px 0 0;
  position: relative;
  text-align: center; }

.amd-timeline-col {
  position: relative; }
  .amd-timeline-col:nth-last-of-type(1) {
    margin-bottom: 0; }
  .amd-timeline-col::before {
    background: #bad5e6;
    content: '';
    height: 2px;
    margin-top: 32px;
    position: absolute;
    top: 50%;
    width: 100%;
    right: 50%;
    z-index: -1; }
  .amd-timeline-col:nth-of-type(1)::before {
    display: none; }
  @media (max-width: 767px) {
    .amd-timeline-col::before {
      display: none; } }
  .amd-timeline-col.is-done::before {
    background: #3bb1ad; }
  .amd-timeline-col.is-done .amd-timeline-box-icon {
    background: rgba(59, 177, 173, 0.1); }
    .amd-timeline-col.is-done .amd-timeline-box-icon > svg {
      color: #3bb1ad; }
  .amd-timeline-col.is-done .amd-timeline-box-heading {
    color: #3bb1ad; }
  .amd-timeline-col.is-done .amd-timeline-box-dot {
    background: #3bb1ad;
    border-color: #3bb1ad; }
    .amd-timeline-col.is-done .amd-timeline-box-dot > svg {
      display: block; }

.amd-timeline-box-icon {
  background: rgba(186, 213, 230, 0.15);
  border-radius: 50%;
  display: inline-block;
  height: 88px;
  margin-bottom: 20px;
  padding: 20px; }
  .amd-timeline-box-icon > svg {
    color: #bad5e6; }
  .amd-timeline-box-icon.amd-icon-2 > svg,
  .amd-timeline-box-icon.amd-icon-4 > svg {
    height: 42px; }

.amd-timeline-box-heading {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase; }

.amd-timeline-box-dot {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #bad5e6;
  box-shadow: 0 0 0 10px #fff;
  display: flex;
  height: 30px;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  width: 30px; }
  .amd-timeline-box-dot > svg {
    display: none;
    color: #fff; }

.amd-recent-posts {
  padding-top: 60px; }

.amd-recent-posts-title {
  margin-bottom: 40px; }

.amd-tracking-footer {
  color: #1e4459;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7em;
  padding: 30px 0;
  text-align: center; }
  .amd-tracking-footer a {
    text-decoration: none;
    transition: color 0.2s ease-in-out; }
    .amd-tracking-footer a:hover, .amd-tracking-footer a:focus {
      color: #1e4459; }

/* ## WP specific scripts */
@media all and (max-width: 768px) {
  html {
    overflow-x: hidden;
    overflow-y: scroll; }
    html body, html.home,
    html body.page-template-template-home {
      overflow: hidden !important; } }

body .landing-split {
  background-color: #fff; }

.footer__social-item a {
  color: #fff; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

/* TODO: move this to proper blocks */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px; }

.switch input {
  display: none; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3bb1ad;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3; }

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px); }

.slider.round {
  border-radius: 18px; }

.slider.round:before {
  border-radius: 50%; }

.label-solo,
.label-premier {
  color: #90a2ac;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  top: -8px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .label-solo.active,
  .label-premier.active {
    color: #000000; }

.label-solo {
  margin-right: 8px; }

.label-premier {
  margin-left: 8px; }

body div.checker > span.checked:after {
  top: -1px; }

.grecaptcha-badge {
  visibility: collapse !important; }

body form p.full-width.email label {
  margin-top: 0; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.faq {
  background: #fff;
  position: relative;
  z-index: 1; }

.testimonial-slider__container {
  cursor: grab;
  position: relative; }
  .testimonial-slider__container::before {
    content: "";
    display: inline-block;
    width: 64px;
    height: 46px;
    background-image: url(../img/quote.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: -83px;
    transform: translate(-50%, 0);
    top: 120px; }
  .testimonial-slider__container::after {
    content: "";
    display: inline-block;
    width: 64px;
    height: 46px;
    background-image: url(../img/quote.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    transform: rotate(180deg) scaleX(-1) translate(50%, 0);
    right: -83px;
    bottom: 15px; }
  .testimonial-slider__container .slick-prev,
  .testimonial-slider__container .slick-next {
    color: #1e4459 !important;
    font-family: "Sofia Pro", sans-serif;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1.17px;
    text-transform: uppercase;
    top: unset;
    bottom: 10px;
    z-index: 9; }
    .testimonial-slider__container .slick-prev:active, .testimonial-slider__container .slick-prev:visited, .testimonial-slider__container .slick-prev:hover,
    .testimonial-slider__container .slick-next:active,
    .testimonial-slider__container .slick-next:visited,
    .testimonial-slider__container .slick-next:hover {
      color: #1e4459 !important; }
  .testimonial-slider__container .slick-prev:before,
  .testimonial-slider__container .slick-next:before {
    color: #1e4459 !important;
    font-family: "Sofia Pro", sans-serif !important;
    font-size: 24px;
    position: absolute;
    top: -6px; }
  .testimonial-slider__container .slick-prev {
    left: 42%; }
    .testimonial-slider__container .slick-prev::before {
      left: -160%; }
  .testimonial-slider__container .slick-next {
    right: 42%; }
    .testimonial-slider__container .slick-next::before {
      right: -240%; }

.wpcf7-list-item {
  margin-right: 10px; }
  .wpcf7-list-item.last {
    margin-right: 0; }

@media only screen and (max-width: 1024px) {
  .woocommerce-account .auth_container {
    margin-top: 50px; }
  .woocommerce-account .already-registered {
    margin-top: 40px; } }

@media only screen and (max-width: 768px) {
  body:not(.home):not(.pagenotfound):not(.error404):not(.content_only):not(.page-template-template-premier):not(.page-template-template-home):not(.page-template-template-solo):not(.checkout-page):not(.page-template-template-ppc):not(.page-template-template-research):not(.page-template-template-testimonials):not(.page-template-template-home):not(.page-template-template-solo):not(.page-template-template-medical-implants):not(.page-template-template-free-consult):not(.page-template-page-add-pracitioner-popup) {
    padding-bottom: 80px; } }

/* ## Grid */
.amd-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1200px; }

.amd-row {
  margin-left: -15px;
  margin-right: -15px; }

.amd-col-sm-3,
.amd-col-md-3,
.amd-col-sm-4,
.amd-col-md-4,
.amd-col-sm-5,
.amd-col-md-5,
.amd-col-sm-6,
.amd-col-md-6,
.amd-col-sm-7,
.amd-col-md-7,
.amd-col-sm-8,
.amd-col-md-8,
.amd-col-sm-9,
.amd-col-md-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .amd-col-sm-3,
  .amd-col-sm-4,
  .amd-col-sm-5,
  .amd-col-sm-6,
  .amd-col-sm-7,
  .amd-col-sm-8,
  .amd-col-sm-9 {
    float: left; }
  .amd-col-sm-9 {
    width: 75%; }
  .amd-col-sm-8 {
    width: 66.66666667%; }
  .amd-col-sm-7 {
    width: 58.33333333%; }
  .amd-col-sm-6 {
    width: 50%; }
  .amd-col-sm-5 {
    width: 41.66666667%; }
  .amd-col-sm-4 {
    width: 33.33333333%; }
  .amd-col-sm-3 {
    width: 25%; } }

@media (min-width: 992px) {
  .amd-col-md-3,
  .amd-col-md-4,
  .amd-col-md-5,
  .amd-col-md-6,
  .amd-col-md-7,
  .amd-col-md-8,
  .amd-col-md-9 {
    float: left; }
  .amd-col-md-9 {
    width: 75%; }
  .amd-col-md-8 {
    width: 66.66666667%; }
  .amd-col-md-7 {
    width: 58.33333333%; }
  .amd-col-md-6 {
    width: 50%; }
  .amd-col-md-5 {
    width: 41.66666667%; }
  .amd-col-md-4 {
    width: 33.33333333%; }
  .amd-col-md-3 {
    width: 25%; } }

.amd-container::before,
.amd-container::after,
.amd-row::before,
.amd-row::after {
  content: " ";
  display: table; }

.amd-container::after,
.amd-row::after {
  clear: both; }

.amd-row-flex {
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.amd-col-flex-md-4 {
  margin-bottom: 30px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%; }

@media (min-width: 769px) {
  .amd-col-flex-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-bottom: 0; } }

.ml-auto {
  margin-left: auto; }

/* ## Pagination */
.amd-pagination .nav-links {
  display: flex;
  justify-content: center; }
  .amd-pagination .nav-links a,
  .amd-pagination .nav-links span {
    border-radius: 4px;
    color: #1e4459;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 26px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 26px; }
  .amd-pagination .nav-links .current {
    background-color: #eff4f4; }
  .amd-pagination .nav-links .dots {
    width: 16px; }

.visible-on-mobile {
  display: block; }
  @media (min-width: 992px) {
    .visible-on-mobile {
      display: none; } }

.hide-on-mobile {
  display: none; }
  @media (min-width: 992px) {
    .hide-on-mobile {
      display: block; } }

/* ## Widgets */
@media (max-width: 991px) {
  .widget-area {
    margin-top: 50px; } }

.widget-area .widget {
  margin-bottom: 40px; }

.widget-title {
  color: #1e4459;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px; }

.widget .search-form {
  position: relative; }
  .widget .search-form label {
    display: block;
    width: 100%; }

.widget .search-field {
  background: #eff4f4;
  border: none;
  border-radius: 4px;
  color: #1e4459;
  font-family: "Sofia Pro";
  height: 38px;
  padding: 11px 12px 10px;
  width: 100%;
  font-size: 14px;
  line-height: 17px; }

.widget .search-submit {
  align-items: center;
  background: #3bb1ad;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  display: flex;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  transition: background 0.2s ease;
  width: 40px; }
  .widget .search-submit:hover, .widget .search-submit:focus {
    background: #55cbc7; }

.search-field::placeholder {
  color: #90a2ac;
  opacity: 1; }

.search-field:-ms-input-placeholder {
  color: #90a2ac; }

.search-field::-ms-input-placeholder {
  color: #90a2ac; }

.amd-widget-archives-list-year-title,
.amd-widget-archives-list-month-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 6px 0; }
  .amd-widget-archives-list-year-title a,
  .amd-widget-archives-list-month-title a {
    color: #90a2ac;
    display: flex;
    text-decoration: none;
    transition: color 0.2s ease-in-out; }
    .amd-widget-archives-list-year-title a:hover, .amd-widget-archives-list-year-title a:focus,
    .amd-widget-archives-list-month-title a:hover,
    .amd-widget-archives-list-month-title a:focus {
      color: #3bb1ad; }

.amd-widget-archives-list-months,
.amd-widget-archives-list-posts {
  display: none; }

.amd-widget-archives-list-months {
  padding: 10px 0 10px 20px; }

.amd-widget-archives-list-posts {
  padding: 6px 0 6px 27px; }

.amd-widget-archives-more {
  width: 17px;
  height: 17px;
  background: #e3ebeb;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  transition: background 0.2s ease-in-out; }
  .amd-widget-archives-more::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #1e4459;
    position: absolute;
    top: 5px;
    left: 6px;
    transition: all 0.2s ease-in-out; }

.active .amd-widget-archives-more {
  background: #3bb1ad; }
  .active .amd-widget-archives-more::after {
    border-color: transparent transparent transparent #fff;
    transform: rotate(90deg); }

.amd-widget-archives-list-post {
  padding: 6px 0; }
  .amd-widget-archives-list-post a {
    color: #90a2ac;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2em;
    text-decoration: none;
    transition: color 0.2s ease-in-out; }
    .amd-widget-archives-list-post a:hover, .amd-widget-archives-list-post a:focus {
      color: #3bb1ad; }

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/* ## Frontpage */
body.home {
  overflow: auto;
  display: flex;
  flex-flow: column;
  background-size: 170%;
  background-position: 46% 65%;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    body.home {
      background-size: cover; } }
  body.home.page-template-template-home section.video-parallax {
    margin-bottom: -70px; }

.frontpage {
  flex: 1 1 auto;
  position: relative; }
  .frontpage__container {
    position: absolute;
    top: 46.2%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      .frontpage__container {
        top: 51%; } }
    @media only screen and (max-width: 767px) {
      .frontpage__container {
        top: 52.3%; } }
  .frontpage__logo-wrapper {
    position: relative;
    display: inline-block; }
  .frontpage__logo {
    max-width: 488px; }
    @media only screen and (max-width: 1024px) {
      .frontpage__logo {
        max-width: 400px; } }
    @media only screen and (max-width: 767px) {
      .frontpage__logo {
        max-width: 253px; } }
  .frontpage__logo-list {
    position: absolute;
    bottom: 10px;
    left: 0;
    user-select: none; }
    @media only screen and (max-width: 1024px) {
      .frontpage__logo-list {
        bottom: 5px; } }
    @media only screen and (max-width: 767px) {
      .frontpage__logo-list {
        position: static;
        margin-top: 5px; } }
  .frontpage__logo-item {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff; }
    @media only screen and (max-width: 1024px) {
      .frontpage__logo-item {
        font-size: 13px; } }
    @media only screen and (max-width: 767px) {
      .frontpage__logo-item {
        font-size: 14px; } }
    .frontpage__logo-item:last-of-type img {
      display: none; }
  .frontpage__dot {
    margin: 0 18px; }
    @media only screen and (max-width: 1024px) {
      .frontpage__dot {
        margin: 0 15px; } }
  .frontpage__buttons {
    margin-top: 36px; }
  .frontpage__button {
    width: 192px;
    height: 48px;
    line-height: 47px;
    text-align: center;
    border-radius: 5px;
    background: #ffffff;
    color: #1e4459;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: inline-block;
    margin: 0 13px; }
    .frontpage__button:hover {
      background: #3bb1ad;
      color: #ffffff; }
    @media only screen and (max-width: 1024px) {
      .frontpage__button {
        margin: 0 8px;
        width: 160px;
        height: 42px;
        line-height: 42px;
        font-size: 11px; } }
    @media only screen and (max-width: 767px) {
      .frontpage__button {
        margin: 10px auto;
        display: block;
        width: 254px;
        height: 48px;
        line-height: 47px;
        font-size: 12px; } }
    .frontpage__button:hover {
      background: #3bb1ad;
      color: #ffffff; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mac .frontpage__button {
    line-height: 45px; } }

body.page-template-template-home {
  padding-bottom: 0 !important; }
  body.page-template-template-home .testimonial-slider {
    background-color: #fff; }
  body.page-template-template-home .cta .cta__button--double {
    display: inline-block;
    margin: 35px 17px 0; }
  body.page-template-template-home .landing-split__column--image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  body.page-template-template-home .landing-split__image-wrapper > img {
    display: none; }

.home-intro-text {
  background-color: #fff;
  color: #1e4459;
  padding: 100px 0;
  text-align: center; }
  .home-intro-text.home-intro-text-icons {
    background-color: #1e4459;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow-x: hidden; }
    .home-intro-text.home-intro-text-icons .home-intro-text-header {
      color: #fff; }
    .home-intro-text.home-intro-text-icons .home-intro-icons-list-single h6 {
      color: #fff; }

.home-intro-text-container {
  margin: 0 auto;
  max-width: 720px;
  padding: 0 20px; }

.home-intro-text-header {
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    .home-intro-text-header {
      font-size: 40px; } }

.home-intro-text-description {
  font-size: 18px;
  line-height: 2em;
  margin: 0; }
  @media (min-width: 768px) {
    .home-intro-text-description {
      font-size: 20px; } }
  .home-intro-text-description p {
    margin-bottom: 0;
    padding-bottom: 0; }

.home-intro-icons-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 80px; }

.home-intro-icons-list-single {
  margin: 0 30px 30px;
  max-width: 180px;
  text-align: center; }
  .home-intro-icons-list-single img {
    margin: 0 auto 24px;
    max-height: 91px;
    width: auto; }
  .home-intro-icons-list-single h6 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px; }
  .home-intro-icons-list-single p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.1em; }

.landing-home-ratings {
  background-color: #3bb1ad;
  padding: 80px 20px 50px;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .landing-home-ratings {
      padding: 90px 20px 60px; } }

.landing-home-ratings-container {
  margin: 0 auto;
  max-width: 1100px;
  display: block; }
  @media (min-width: 768px) {
    .landing-home-ratings-container {
      display: flex;
      justify-content: space-between; } }

.landing-home-ratings-single {
  margin-bottom: 30px; }
  .landing-home-ratings-single > a {
    align-items: center;
    display: flex;
    transition: opacity 0.2s ease-in-out; }
    .landing-home-ratings-single > a:hover, .landing-home-ratings-single > a:focus {
      opacity: 0.6; }
  .landing-home-ratings-single img {
    margin-right: 30px;
    width: 60px; }
  .landing-home-ratings-single p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 18px;
    text-transform: uppercase; }

.text-testimonials {
  overflow-x: hidden; }

/* ## Landing top */
.landing-top {
  height: 100vh;
  background-image: url("img/premier-bg.png");
  background-size: cover;
  background-position: center;
  position: relative; }
  .landing-top--solo {
    background-image: url("img/solo-bg.png"); }
  .landing-top--ppc {
    background-image: url("img/ppc-bg.png"); }
  .landing-top__container {
    position: absolute;
    top: 46.2%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
  .landing-top__logo-wrapper {
    position: relative;
    display: inline-block; }
  .landing-top__logo {
    width: 488px; }
    @media only screen and (max-width: 767px) {
      .landing-top__logo {
        width: 259px; } }
  .landing-top__button {
    width: 192px;
    height: 48px;
    line-height: 47px;
    text-align: center;
    border-radius: 5px;
    background: #ffffff;
    color: #1e4459;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
    margin: 24px auto 0 auto; }
    .landing-top__button:hover {
      background: #3bb1ad;
      color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .landing-top__button {
        width: 254px; } }
  .landing-top__header {
    color: #ffffff;
    font-size: 39px;
    font-weight: 500;
    position: absolute;
    right: 122px;
    bottom: -16px; }
    @media only screen and (max-width: 767px) {
      .landing-top__header {
        font-size: 20px;
        right: 63px;
        bottom: -6px; } }
  .landing-top__icons-wrapper {
    display: flex;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    flex-wrap: nowrap; }
  .landing-top__icon-single {
    flex: 1;
    align-self: center;
    text-align: center;
    padding-top: 50px; }
    .landing-top__icon-single img {
      max-width: 100%;
      padding: 0 20px; }
  .landing-top__icon-text-single {
    flex: 1;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    padding-top: 40px;
    line-height: 1.3em; }
    .landing-top__icon-text-single span {
      display: block;
      padding: 0 10px; }
      @media only screen and (max-width: 479px) {
        .landing-top__icon-text-single span {
          font-size: 18px;
          line-height: 1.2em; } }
  .landing-top__bottom {
    position: absolute;
    bottom: 0; }

.mouse-wrapper {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0.5;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  animation-name: bounce; }

.mouse {
  width: 3px;
  padding: 5px 8px 5px 6px;
  height: 28px;
  border: 2px solid #fff;
  border-radius: 10px; }

.mouse-scroller {
  width: 2px;
  height: 5px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite; }

@keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(5px);
    opacity: 0; } }

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-5px); } }

@keyframes bounce {
  0%,
  100% {
    transform: translate(-50%, 0); }
  50% {
    transform: translate(-50%, -5px); } }

.landing-top-multi-buttons .cta__button {
  display: inline-block;
  margin-left: 17px;
  margin-right: 17px; }

/* ## Landing sticky */
.landing-sticky {
  width: 322px;
  height: 80px;
  padding: 15px 20px 15px 31px;
  background: #fff;
  box-shadow: 0 2px 40px rgba(47, 62, 62, 0.06);
  border-radius: 4px 0 0 4px;
  position: fixed;
  top: 93px;
  right: 0;
  z-index: 97; }
  .landing-sticky[data-aos^=fade][data-aos^=fade] {
    transition-property: all; }
  .landing-sticky.closed {
    right: -250px; }
    .landing-sticky.closed .landing-sticky__arrow img:first-of-type {
      transform: rotate(180deg); }
    .landing-sticky.closed .landing-sticky__atom {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 32px;
      transform: translate(0, -50%); }
    .landing-sticky.closed .landing-sticky__img-wrapper {
      display: none; }
  .landing-sticky.colapsed {
    right: -100%; }
  @media only screen and (max-width: 767px) {
    .landing-sticky {
      top: 80px; } }
  .landing-sticky__img-wrapper {
    position: relative;
    background: url(../img/sticky_header_logo.png) right 10px center no-repeat;
    height: 100%;
    width: calc(100% - 117px);
    float: left; }
  .landing-sticky__name {
    display: block;
    color: #3bb1ad;
    font-size: 17px;
    font-style: italic;
    text-align: right;
    padding-top: 4px;
    padding-right: 10px; }
  .landing-sticky__button {
    display: inline-block;
    width: 112px;
    height: 40px;
    border-radius: 4px;
    background-color: #3bb1ad;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    margin-top: 5px;
    float: right;
    transition: background-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .landing-sticky__button:hover {
      background-color: #55CBC7; }
    @media only screen and (max-width: 380px) {
      .landing-sticky__button {
        width: 90px; } }
    @media only screen and (max-width: 340px) {
      .landing-sticky__button {
        width: 70px; } }
  .landing-sticky__arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    padding: 8px 8px 8px 18px; }
    @media only screen and (max-width: 767px) {
      .landing-sticky__arrow {
        display: inline-block; } }
    .landing-sticky__arrow img:first-of-type {
      transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      width: 9px; }
  .landing-sticky__atom {
    display: none;
    width: 35px;
    height: auto; }

.mac .landing-sticky__button {
  line-height: 44px; }

/* ## Landing split */
.landing-split {
  display: flex;
  overflow: hidden; }
  .landing-split.left-img {
    flex-direction: row-reverse; }
  @media only screen and (max-width: 767px) {
    .landing-split {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .landing-split--research {
      display: flex;
      flex-direction: column-reverse; }
      .landing-split--research > div {
        height: auto; }
        .landing-split--research > div:last-of-type {
          min-height: 515px; } }
  .landing-split__column {
    flex: 1;
    padding: 122px 83px 122px 9.3619972260%;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .landing-split__column {
        padding: 70px 28px 70px 4.8619972260%; } }
    @media only screen and (max-width: 767px) {
      .landing-split__column {
        text-align: center;
        padding: 70px 10px 70px 10px; } }
    .landing-split__column--pattern {
      position: relative;
      background-color: #f1f4f6; }
      .landing-split__column--pattern:after {
        background-image: url("../img/split-section-pattern.png");
        background-repeat: repeat;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: .08; }
    @media only screen and (max-width: 767px) {
      .landing-split__column--image {
        display: none; } }
    .landing-split__column--grey {
      background-color: #f1f4f6; }
      @media only screen and (max-width: 767px) {
        .landing-split__column--grey {
          padding: 70px 20px 70px 20px;
          text-align: left; }
          .landing-split__column--grey .landing-split__header {
            padding: 0 20px 0 0; } }
    .landing-split__column--blue {
      background-color: #1e4459; }
      .landing-split__column--blue:after {
        background-image: url("../img/split-section-pattern-2.png"); }
      @media only screen and (max-width: 767px) {
        .landing-split__column--blue {
          height: 334px; } }
      .landing-split__column--blue h2, .landing-split__column--blue .landing-split__inner p {
        color: #ffffff; }
    .landing-split__column--research {
      padding: 165px 83px 165px 9.3619972260%; }
      @media only screen and (max-width: 767px) {
        .landing-split__column--research {
          padding: 50px 20px 70px 20px;
          height: auto; } }
      @media only screen and (max-width: 767px) {
        .landing-split__column--research p {
          margin: 0 auto; } }
    .landing-split__column--wider {
      padding: 165px 20px 165px 9.3619972260%; }
      @media only screen and (max-width: 767px) {
        .landing-split__column--wider {
          padding: 50px 20px 50px 9.3619972260%; } }
    @media only screen and (max-width: 767px) {
      .landing-split__column--visible {
        display: block;
        height: 371px; }
        .landing-split__column--visible .landing-split__img {
          max-width: 255px; } }
  .landing-split__image-wrapper {
    position: absolute;
    top: 60%;
    left: 53%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 108%;
    max-width: 748px; }
    .landing-split__image-wrapper--solo {
      max-width: 721px;
      width: 100%;
      transform: translate(0, -50%);
      top: 50%;
      left: 0; }
      @media only screen and (max-width: 1700px) {
        .landing-split__image-wrapper--solo {
          max-width: 100%;
          width: 100%; } }
      @media only screen and (max-width: 1640px) {
        .landing-split__image-wrapper--solo {
          max-width: 105%;
          width: 105%; } }
      @media only screen and (max-width: 1440px) {
        .landing-split__image-wrapper--solo {
          max-width: 115%;
          width: 115%; } }
      @media only screen and (max-width: 1024px) {
        .landing-split__image-wrapper--solo {
          max-width: 135%;
          width: 135%; } }
    .landing-split__image-wrapper--graph {
      max-width: 474px;
      width: 90%;
      left: 50%;
      top: 50%; }
  .landing-split__img {
    max-width: 100%; }
  .landing-split__header {
    color: #1e4459;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      .landing-split__header {
        color: #1e4459;
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 30px;
        padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .landing-split__list {
      display: inline-block; } }
  .landing-split__item {
    height: 58px;
    display: flex;
    align-items: center;
    margin-top: 30px; }
    .landing-split__item:first-of-type {
      margin-top: 0; }
    @media only screen and (max-width: 1024px) {
      .landing-split__item {
        margin-top: 25px; } }
    @media only screen and (max-width: 767px) {
      .landing-split__item {
        margin-top: 5px; } }
    @media only screen and (max-width: 767px) {
      .landing-split__item:nth-of-type(1) img:not(.landing-split__item-icon) {
        width: 34px; } }
    @media only screen and (max-width: 767px) {
      .landing-split__item:nth-of-type(2) img:not(.landing-split__item-icon) {
        width: 30px; } }
    @media only screen and (max-width: 767px) {
      .landing-split__item:nth-of-type(3) img:not(.landing-split__item-icon) {
        width: 31px; } }
    .landing-split__item--alt {
      height: 124px;
      margin-top: 70px; }
      @media only screen and (max-width: 1130px) {
        .landing-split__item--alt {
          height: 90px; } }
      @media only screen and (max-width: 1024px) {
        .landing-split__item--alt {
          margin-top: 50px; } }
  .landing-split__wrapper {
    width: 58px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .landing-split__wrapper {
        width: 34px; } }
  .landing-split__text {
    color: #232d2e;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1.17px;
    margin-left: 30px; }
    @media only screen and (max-width: 1024px) {
      .landing-split__text {
        margin-left: 20px;
        font-size: 13px; } }
    @media only screen and (max-width: 767px) {
      .landing-split__text {
        font-size: 12px; } }
  .landing-split__inner {
    position: relative;
    z-index: 3; }
    .landing-split__inner p {
      color: #1e4459;
      font-size: 16px;
      font-weight: 300;
      line-height: 27px;
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (max-width: 767px) {
        .landing-split__inner p {
          font-size: 13px;
          margin-top: 20px; } }
      .landing-split__inner p:first-of-type {
        margin-top: -20px; }
        @media only screen and (max-width: 767px) {
          .landing-split__inner p:first-of-type {
            margin-top: 25px; } }
  .landing-split__stat-wrapper {
    max-width: 530px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 5; }
    .landing-split__stat-wrapper--research {
      max-width: 445px;
      left: 55%; }
      @media only screen and (max-width: 1024px) {
        .landing-split__stat-wrapper--research {
          width: 90%; } }
      @media only screen and (max-width: 767px) {
        .landing-split__stat-wrapper--research {
          left: 50%; } }
      .landing-split__stat-wrapper--research p {
        padding-right: 63px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 300;
        line-height: 27px; }
        @media only screen and (max-width: 767px) {
          .landing-split__stat-wrapper--research p {
            padding-right: 0;
            font-size: 13px;
            line-height: 25px; } }
  .landing-split__stat {
    width: 50%;
    flex-basis: 50%;
    text-align: center;
    margin: 60px 0; }
    @media only screen and (max-width: 767px) {
      .landing-split__stat {
        margin: 10px 0;
        padding: 0 10px; } }
  .landing-split__number {
    color: #ffffff;
    font-size: 54px;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .landing-split__number {
        font-size: 40px; } }
  .landing-split__percent {
    font-size: 18px; }
    @media only screen and (max-width: 767px) {
      .landing-split__percent {
        font-size: 16px; } }
  .landing-split__stat-header {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1.17px;
    margin-top: 30px; }
    @media only screen and (max-width: 1024px) {
      .landing-split__stat-header {
        line-height: 18px; } }
    @media only screen and (max-width: 767px) {
      .landing-split__stat-header {
        font-size: 12px;
        line-height: 17px;
        margin-top: 20px; } }
  .landing-split__button {
    width: 151px;
    height: 95px;
    line-height: 94px;
    text-align: center;
    border-radius: 5px;
    background: #ffffff;
    color: #1e4459;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: inline-block;
    padding: 28px 15px;
    line-height: 20px;
    margin-top: 7px; }
    .landing-split__button:hover {
      background: #3bb1ad;
      color: #ffffff; }
    @media only screen and (max-width: 1024px) {
      .landing-split__button {
        margin-top: 17px; } }
    @media only screen and (max-width: 767px) {
      .landing-split__button {
        width: 122px;
        height: 80px;
        padding: 20px 15px;
        margin-top: 11px; } }
  .landing-split__inner-button {
    width: 192px;
    height: 48px;
    line-height: 47px;
    text-align: center;
    border-radius: 5px;
    background: #ffffff;
    color: #1e4459;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: inline-block;
    margin-top: 35px; }
    .landing-split__inner-button:hover {
      background: #3bb1ad;
      color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .landing-split__inner-button {
        margin-top: 20px; } }
  .landing-split__item-icon {
    max-width: 124px; }
    @media only screen and (max-width: 1130px) {
      .landing-split__item-icon {
        max-width: 90px; } }
    @media only screen and (max-width: 767px) {
      .landing-split__item-icon {
        max-width: 100px;
        width: auto; } }
  .landing-split__item-one {
    color: #303639;
    font-size: 25px;
    font-weight: 400;
    display: block;
    margin-left: 30px; }
    @media only screen and (max-width: 1320px) {
      .landing-split__item-one {
        font-size: 20px; } }
    @media only screen and (max-width: 1130px) {
      .landing-split__item-one {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .landing-split__item-one {
        margin-left: 20px; } }
  .landing-split__item-two {
    color: #3bb1ad;
    font-size: 40px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
    margin-left: 30px; }
    @media only screen and (max-width: 1320px) {
      .landing-split__item-two {
        font-size: 30px; } }
    @media only screen and (max-width: 1130px) {
      .landing-split__item-two {
        font-size: 25px; } }
    @media only screen and (max-width: 767px) {
      .landing-split__item-two {
        font-size: 20px;
        margin-left: 20px; } }

.page-template-template-solo .landing-split__image-wrapper, .page-template-template-medical-implants .landing-split__image-wrapper {
  max-width: 721px;
  width: 100%;
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  text-align: center; }

.landing-split__column.landing-split__bgimage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.page-template-template-free-consult > .cta {
  min-height: 100vh; }

/* ## Video parallax */
body.page-template section.video-parallax {
  margin-bottom: 0; }

/* ## Meet the team */
.mtt .intro {
  text-align: center; }
  .mtt .intro img {
    border-radius: 50%; }
    .mtt .intro img.normal {
      display: inline;
      filter: grayscale(100%); }
    .mtt .intro img.hover {
      display: none; }
  .mtt .intro .mtt-image-wrapper {
    padding: 0 20px; }
    .mtt .intro .mtt-image-wrapper:hover .normal {
      display: none; }
    .mtt .intro .mtt-image-wrapper:hover .hover {
      display: inline; }
  .mtt .intro h3 {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 4px;
    color: #3bb1ad;
    margin: 10px 0 0; }
    @media only screen and (max-width: 768px) {
      .mtt .intro h3 {
        font-size: 22px; } }
  .mtt .intro .position {
    font-size: 20px;
    font-weight: 200;
    margin-top: 5px; }
    @media only screen and (max-width: 768px) {
      .mtt .intro .position {
        font-size: 16px; } }

.mtt #top-accordion .acc-item {
  display: none;
  padding-bottom: 30px; }
  .mtt #top-accordion .acc-item .intro img {
    display: inline; }

.mtt #top-accordion .member-details {
  margin-top: 27px; }
  .mtt #top-accordion .member-details p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.27em; }

.mtt #members-grid {
  display: flex;
  flex-flow: wrap; }
  .mtt #members-grid .acc-item {
    flex: 0 1 33%;
    padding: 0 0 10px;
    margin-bottom: 40px;
    position: relative; }
    @media only screen and (max-width: 1080px) {
      .mtt #members-grid .acc-item {
        flex: 0 1 50%; } }
    @media only screen and (max-width: 768px) {
      .mtt #members-grid .acc-item {
        flex: 0 1 100%;
        padding: 0 0 20px; } }
    .mtt #members-grid .acc-item::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100%;
      height: 3px;
      content: '';
      background-color: #3bb1ad;
      -webkit-transform: translate(-50%, 0) scaleX(0);
      transform: translate(-50%, 0) scaleX(0);
      transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .mtt #members-grid .acc-item:hover {
      cursor: pointer; }
      .mtt #members-grid .acc-item:hover::after {
        -webkit-transform: translate(-50%, 0) scaleX(1);
        transform: translate(-50%, 0) scaleX(1); }

/* ## Heder-text section  */
.header-text {
  color: #1e4459; }
  .header-text__container {
    width: 100%;
    max-width: 497px;
    text-align: center;
    margin: 0 auto;
    padding: 80px 10px; }
    @media only screen and (max-width: 479px) {
      .header-text__container {
        padding: 40px 10px; } }
  .header-text__header {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 400; }
    @media only screen and (max-width: 479) {
      .header-text__header {
        font-size: 30px; } }
  .header-text__description {
    font-size: 19px;
    font-weight: 300;
    line-height: 35px; }
    @media only screen and (max-width: 479px) {
      .header-text__description {
        font-size: 13px;
        line-height: 20px; } }

.header__container .header__logo-wrapper .header__logo {
  max-height: 31px; }
  @media only screen and (max-width: 767px) {
    .header__container .header__logo-wrapper .header__logo {
      max-width: 78px; } }

/* ## Heder-text-bg section  */
.header-text-bg {
  color: #fff;
  background-size: cover; }
  .header-text-bg__container {
    width: 100%;
    max-width: 497px;
    text-align: center;
    margin: 0 auto;
    padding: 80px 10px; }
    @media only screen and (max-width: 479px) {
      .header-text-bg__container {
        padding: 40px 10px; } }
  .header-text-bg__header {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 400; }
    @media only screen and (max-width: 479px) {
      .header-text-bg__header {
        font-size: 30px; } }
  .header-text-bg__description {
    font-size: 19px;
    font-weight: 300;
    line-height: 35px; }
    @media only screen and (max-width: 479px) {
      .header-text-bg__description {
        font-size: 13px;
        line-height: 20px; } }

/* ## Menu - Cart  */
.header .header__nav-item--cart .hover-cart__empty {
  display: block; }

.header .header__nav-item--cart .hover-cart__button-wrapper {
  display: block; }

.header .header__nav-item--cart .hover-cart__img img {
  max-width: 80px;
  height: auto;
  width: 100%; }

/* ## Menu - Side  */
.side-menu {
  height: 100vh;
  max-width: 331px;
  width: 100%;
  background: #ffffff;
  position: fixed;
  right: -362px;
  top: 0;
  bottom: 0;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 99;
  -webkit-box-shadow: -8px 4px 20px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: -8px 4px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: -8px 4px 20px 0px rgba(0, 0, 0, 0.06); }
  .side-menu.opened {
    right: 0; }
  @media only screen and (min-width: 768px) {
    .side-menu {
      overflow-y: auto; } }
  @media only screen and (max-width: 767px) {
    .side-menu {
      max-width: 100%;
      right: -101%; } }
  .side-menu__inner {
    padding: 61px 20px 60px 69px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .side-menu__inner {
        overflow-y: auto;
        height: 100%;
        padding: 41px 20px 40px 49px; } }
  .side-menu__close-wrapper {
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 16px;
    width: 37px;
    height: 37px;
    padding: 9px;
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: transparent;
    border-radius: 18px; }
    .side-menu__close-wrapper:hover {
      background-color: #eff4f4; }
  .side-menu__close {
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .side-menu .menu > li {
    margin-top: 37px; }
    .side-menu .menu > li > a {
      color: #1e4459;
      font-size: 16px;
      line-height: 35px;
      font-weight: 300;
      text-decoration: none;
      position: relative;
      padding-left: 29px;
      transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .side-menu .menu > li > a.active {
        color: #3bb1ad; }
        .side-menu .menu > li > a.active .side-menu__icon {
          transform: rotate(90deg); }
      .side-menu .menu > li > a:hover {
        color: #3bb1ad !important; }
    .side-menu .menu > li img {
      position: absolute;
      left: 0;
      bottom: 5px;
      transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      height: 10px;
      width: 10px;
      z-index: -1; }
    .side-menu .menu > li li {
      margin-top: 30px; }
      .side-menu .menu > li li a {
        color: #1e4459;
        font-size: 14px;
        font-weight: 300;
        line-height: 25px;
        text-decoration: none;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
        .side-menu .menu > li li a:hover {
          color: #3bb1ad !important; }
  .side-menu .menu #auth-menu a {
    background: url("../../img/account.svg") left top no-repeat; }
  .side-menu .menu .menu-item-has-children > a {
    position: relative; }
    .side-menu .menu .menu-item-has-children > a:before {
      content: "";
      background: url("../img/arrow.svg") left 2px center no-repeat;
      position: absolute;
      left: 0;
      top: 0;
      height: 75%;
      width: 20px; }
    .side-menu .menu .menu-item-has-children > a.active:before {
      transform: rotate(90deg);
      top: 42%;
      left: -5px; }
  .side-menu .menu .sub-menu {
    display: none;
    padding-left: 37px; }
  .side-menu__secondary-menu {
    display: none;
    padding-left: 37px; }
  .side-menu__secondary-item {
    margin-top: 30px; }
  .side-menu__secondary-link {
    color: #1e4459;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    text-decoration: none; }

/* ## Implants info */
.implants-info {
  background-color: #1e4459;
  width: 100%;
  color: #fff; }
  .implants-info__container {
    width: 100%;
    max-width: 860px;
    padding: 70px 10px;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 479px) {
      .implants-info__container {
        padding: 30px 10px; } }
  .implants-info__header {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 40px; }
  .implants-info__description {
    font-size: 19px;
    font-weight: 200;
    line-height: 35px; }
    @media only screen and (max-width: 479px) {
      .implants-info__description {
        font-size: 16px;
        line-height: 20px; } }
  .implants-info__image {
    padding-top: 70px; }
    @media only screen and (max-width: 479px) {
      .implants-info__image {
        padding-top: 40px; } }
    .implants-info__image img {
      max-width: 100%; }

/* ## Toxicity section */
.toxicity__container {
  display: flex;
  flex-flow: wrap;
  max-width: 993px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 10px 80px; }

.toxicity__single {
  text-align: center;
  padding: 0 10px;
  flex: 1; }
  @media only screen and (max-width: 767px) {
    .toxicity__single {
      flex: 1 0 100%;
      padding: 20px 10px;
      display: flex;
      max-width: 460px;
      margin: 0 auto;
      align-items: center; } }
  .toxicity__single .img-wrapper {
    height: 91px;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .toxicity__single .img-wrapper {
        flex: 0 0 40%;
        text-align: center; } }
    .toxicity__single .img-wrapper .img-wrapper__inner {
      flex: 1;
      align-self: center; }
    .toxicity__single .img-wrapper img {
      max-width: 100%; }
  @media only screen and (max-width: 767px) {
    .toxicity__single .text-wrapper {
      flex: 0 0 60%; } }

.toxicity__name {
  color: #1e4459;
  font-size: 25px;
  font-weight: 400;
  display: block;
  padding-top: 25px;
  padding-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .toxicity__name {
      padding-top: 0; } }

.toxicity__desc {
  color: #1e4459;
  font-size: 17px;
  font-weight: 200;
  max-width: 180px;
  display: inline-block; }

/* ## Blog listing */
.page-title.blog-page-title {
  margin-left: 0;
  margin-right: 0; }

.amd-blog-post {
  margin-bottom: 40px; }
  .amd-blog-post a {
    transition: color 0.2s ease; }

.amd-post-img-link {
  display: block; }
  @media (max-width: 767px) {
    .amd-post-img-link {
      margin-bottom: 20px; } }
  .amd-post-img-link:hover .amd-post-img, .amd-post-img-link:focus .amd-post-img {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px); }

.amd-post-img {
  border-radius: 4px;
  display: block;
  height: 240px;
  object-fit: cover;
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
  width: 100%; }

.amd-blog-post-title {
  color: #1e4459;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 2px; }
  .amd-blog-post-title a {
    color: #1e4459;
    text-decoration: none; }
    .amd-blog-post-title a:hover, .amd-blog-post-title a:focus {
      color: #3bb1ad; }

.amd-blog-post-meta {
  color: #90a2ac;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 15px; }
  .amd-blog-post-meta a,
  .amd-blog-post-meta a:hover,
  .amd-blog-post-meta a:focus {
    color: #90a2ac;
    text-decoration: none; }

.amd-blog-post-excerpt {
  color: #1e4459;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7em;
  margin-bottom: 15px; }

.amd-blog-post-more {
  color: #3bb1ad;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none; }
  .amd-blog-post-more:hover, .amd-blog-post-more:focus {
    color: #1e4459; }

.single-article__content-container ul,
.single-article__content-container ol,
.single-article__content-container p {
  font-weight: 300; }

/* ## Popup styles */
.pum-container .pum-content > :last-child,
.pum-form__message:last-child {
  margin-bottom: 0; }

@keyframes rotate-forever {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@keyframes spinner-loader {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.pum-container,
.pum-content,
.pum-overlay,
.pum-title {
  background: 0 0;
  border: none;
  bottom: auto;
  clear: none;
  cursor: default;
  float: none;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  overflow: visible;
  position: static;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  top: auto;
  visibility: visible;
  white-space: normal;
  width: auto;
  z-index: 98; }

.pum-content,
.pum-title {
  position: relative;
  z-index: 1; }

.pum-overlay,
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
  position: fixed; }

.pum-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: initial;
  display: none;
  transition: 0.15s ease-in-out; }
  .pum-overlay.remote-content .pum-container {
    top: 3rem !important;
    padding-top: 4rem;
    background-color: white; }

.pum-overlay.pum-form-submission-detected,
.pum-overlay.pum-preview {
  display: block; }

.pum-overlay,
.pum-overlay *,
.pum-overlay :after,
.pum-overlay :before,
.pum-overlay:after,
.pum-overlay:before {
  box-sizing: border-box; }

.pum-container {
  top: 100px;
  position: absolute;
  margin-bottom: 3em;
  z-index: 1999999999; }

.pum-container.pum-responsive {
  left: 50%;
  margin-left: -47.5%;
  width: 95%;
  height: auto;
  overflow: visible; }

.pum-container.pum-responsive img {
  max-width: 100%;
  height: auto; }

@media only screen and (min-width: 1024px) {
  .pum-container.pum-responsive.pum-responsive-nano {
    margin-left: -5%;
    width: 10%; }
  .pum-container.pum-responsive.pum-responsive-micro {
    margin-left: -10%;
    width: 20%; }
  .pum-container.pum-responsive.pum-responsive-tiny {
    margin-left: -15%;
    width: 30%; }
  .pum-container.pum-responsive.pum-responsive-small {
    margin-left: -20%;
    width: 40%; }
  .pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -30%;
    width: 60%; }
  .pum-container.pum-responsive.pum-responsive-normal {
    margin-left: -30%;
    width: 70%; }
  .pum-container.pum-responsive.pum-responsive-large {
    margin-left: -35%;
    width: 80%; }
  .pum-container.pum-responsive.pum-responsive-xlarge {
    margin-left: -47.5%;
    width: 95%; }
  .pum-container.pum-responsive.pum-position-fixed {
    position: fixed; } }

@media only screen and (max-width: 1024px) {
  .pum-container.pum-responsive.pum-position-fixed {
    position: absolute; } }

.pum-container.custom-position {
  left: auto;
  top: auto;
  margin-left: inherit; }

.pum-container.pum-scrollable .pum-content {
  overflow: auto;
  overflow-y: scroll;
  max-height: 95%; }

.pum-overlay.pum-overlay-disabled {
  visibility: hidden; }

.pum-overlay.pum-overlay-disabled::-webkit-scrollbar {
  display: block; }

.pum-overlay.pum-overlay-disabled .pum-container {
  visibility: visible; }

.popmake-close,
.pum-overlay.pum-click-to-close {
  cursor: pointer; }

html.pum-open.pum-open-overlay,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
  overflow: hidden; }

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding-right: 15px; }

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active {
  position: static;
  height: auto;
  width: auto; }

.pum-form {
  margin: 0 auto 16px; }

.pum-form__field {
  margin-bottom: 1em; }

.pum-form__field label {
  font-weight: 700; }

.pum-form__field input[type="date"],
.pum-form__field select {
  margin: 0 auto;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  padding: 3px;
  vertical-align: middle; }

.pum-form__field select {
  padding: 5px 3px; }

.pum-form__loader {
  font-size: 2em;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
  animation-name: rotate-forever;
  animation-timing-function: linear;
  height: 0.75em;
  width: 0.75em;
  border: 0.25em solid rgba(0, 0, 0, 0.5);
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block; }

.pum-form__submit {
  position: relative; }

.pum-form__submit .pum-form__loader {
  margin-left: 0.5em;
  border: 0.25em solid rgba(255, 255, 255, 0.5);
  border-right-color: transparent; }

.pum-form__messages {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 0.5em;
  padding: 1em;
  position: relative; }

.pum-form__message {
  margin-bottom: 0.5em; }

.pum-form__message--error {
  color: red !important;
  border-color: red; }

.pum-form__message--success {
  color: green !important;
  border-color: green; }

.pum-form--loading,
.pum-sub-form .pum-sub-form-loading {
  opacity: 0.5; }

.pum-alignment-left,
.pum-form--alignment-left {
  text-align: left; }

.pum-alignment-center {
  text-align: center; }

.pum-alignment-right {
  text-align: right; }

.pum-form--alignment-center {
  text-align: center; }

.pum-form--alignment-right {
  text-align: right; }

.pum-form--layout-standard .pum-form__field > label {
  margin-bottom: 0.25em;
  display: block; }

.pum-form--layout-inline .pum-form__field {
  display: inline-block; }

.pum-form--layout-block .pum-form__field,
.pum-form--layout-block button,
.pum-form--layout-block div,
.pum-form--layout-block input {
  display: block;
  width: 100%; }

.pum-form--style-default label {
  font-size: 14px;
  font-weight: 700; }

.pum-form--style-default input[type="email"],
.pum-form--style-default input[type="text"] {
  background-color: #f8f7f7;
  margin-bottom: 5px;
  font-size: 14px;
  padding: 10px 8px; }

.pum-form--style-default button {
  font-size: 18px;
  margin: 10px 0 0;
  padding: 10px 5px;
  cursor: pointer; }

.pum-sub-form p.pum-newsletter-error-msg {
  margin: 0; }

.pum-sub-form .spinner-loader {
  right: 50%;
  position: absolute;
  bottom: 40%; }

.pum-sub-form .spinner-loader:not(:required) {
  animation: 1.5s linear infinite spinner-loader;
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%; }

.pum-form__field--consent {
  text-align: left; }

.pum-form__field--consent.pum-form__field--checkbox label,
.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label {
  display: inline-block;
  vertical-align: middle; }

.pum-form__field--consent.pum-form__field--checkbox label input {
  display: inline-block;
  width: inherit;
  margin: 0;
  vertical-align: middle; }

.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input {
  display: inline-block;
  width: inherit;
  margin: 0;
  vertical-align: middle; }

.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label + label {
  margin-left: 1em; }

.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label {
  display: block; }

.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input {
  display: inline-block;
  width: inherit;
  margin: 0;
  vertical-align: middle; }

.pum-container iframe.formidable {
  width: 100%;
  overflow: visible; }

.pika-single,
body div#ui-datepicker-div[style] {
  z-index: 9999999999 !important; }

.pum-theme-default-theme.pum-overlay {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.pum-container {
  background-color: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  max-width: 96%;
  padding: 30px 20px;
  position: relative; }
  @media (min-width: 767px) {
    .pum-container#popmake-3321 {
      padding: 50px 40px 260px !important;
      background-position: bottom !important;
      background-color: white !important; } }
  .pum-container .pum-close {
    background-color: transparent;
    background-image: url("../img/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 50%;
    height: 40px;
    position: absolute;
    right: 8px;
    text-indent: -9999px;
    top: 8px;
    width: 40px;
    transition: background 0.2s ease; }
    .pum-container .pum-close:hover, .pum-container .pum-close:focus {
      background-color: #eff4f4; }
  .pum-container.remote-content .pum-close,
  .pum-container#popmake-3321 .pum-close {
    background-color: transparent !important;
    background-image: url("../img/close.svg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: 0 !important;
    border-radius: 50% !important;
    height: 40px !important;
    position: absolute;
    right: 8px !important;
    text-indent: -9999px !important;
    top: 8px !important;
    width: 40px !important;
    transition: background 0.2s ease; }
    .pum-container.remote-content .pum-close:hover, .pum-container.remote-content .pum-close:focus,
    .pum-container#popmake-3321 .pum-close:hover,
    .pum-container#popmake-3321 .pum-close:focus {
      background-color: #eff4f4 !important; }

.pum-content h1,
.pum-content h2,
.pum-content h3,
.pum-content h4,
.pum-content h5,
.pum-content h6 {
  color: #1e4459;
  font-weight: 300;
  margin-bottom: 10px; }

.pum-content h2 {
  font-size: 24px;
  line-height: 1.2em; }

.pum-content p {
  color: #595959;
  font-size: 16px;
  font-weight: 300; }

.pum-content .form-input input:not([type='checkbox']):not([type=file]):not([type=submit]),
.pum-content .wpcf7 input:not([type='checkbox']):not([type=file]):not([type=submit]) {
  margin-bottom: 0; }
  @media (min-width: 767px) {
    .pum-content .form-input input:not([type='checkbox']):not([type=file]):not([type=submit]),
    .pum-content .wpcf7 input:not([type='checkbox']):not([type=file]):not([type=submit]) {
      margin-bottom: 10px; } }

.pum-content .wpcf7 {
  margin-top: 10px;
  padding: 0; }
  .pum-content .wpcf7 .form-two-col > * {
    flex: 0 1 50%;
    padding-right: 10px; }
  .pum-content .wpcf7 .form-two-col > .full-width {
    flex: 0 1 100%;
    padding-right: 10px; }
  @media (min-width: 767px) {
    .pum-content .wpcf7 {
      margin-top: 20px; } }
  .pum-content .wpcf7 label {
    font-size: 12px;
    margin-top: 10px; }

.pum-content .wpcf7-form-control {
  margin: 10px 0 0; }
  .pum-content .wpcf7-form-control.wpcf7-submit {
    float: none;
    margin: 10px auto 0; }
    @media (min-width: 767px) {
      .pum-content .wpcf7-form-control.wpcf7-submit {
        margin: 20px auto 0; } }

.pum-content div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #33b757;
  border-color: #33b757;
  color: #fff;
  font-size: 14px;
  margin: 10px 0;
  padding: 12px 12px 10px; }

@media all and (max-width: 768px) {
  .popmake.active {
    right: 5px;
    left: initial !important; }
    .popmake.active .wpcf7 input[type="text"],
    .popmake.active .wpcf7 input[type="email"] {
      font-size: 16px; } }

/* ## Tooltips styles */
.tooltip-wrapper {
  display: inline-block;
  position: relative; }
  .tooltip-wrapper .tooltip-content {
    background: #fff;
    border: 1px solid #545454;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    color: #545454;
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    opacity: 0;
    margin-bottom: 15px;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: -20px;
    text-transform: none;
    transform: translateY(10px);
    transition: all 0.25s ease-out;
    width: 300px;
    /* This bridges the gap so you can mouse into the tooltip without it disappearing */
    /* CSS Triangles */ }
    .tooltip-wrapper .tooltip-content::before {
      content: " ";
      display: block;
      position: absolute;
      bottom: -20px;
      left: 0;
      height: 20px;
      width: 100%; }
    .tooltip-wrapper .tooltip-content::after {
      content: " ";
      border-top: solid #545454 10px;
      border-right: solid transparent 10px;
      border-left: solid transparent 10px;
      margin-left: -13px;
      position: absolute;
      bottom: -10px;
      left: 26px;
      height: 0;
      width: 0; }
    .tooltip-wrapper .tooltip-content .table-title {
      background-color: #000;
      color: #fff;
      padding: 10px; }
      .tooltip-wrapper .tooltip-content .table-title p {
        font-size: 14px;
        text-align: center; }
    .tooltip-wrapper .tooltip-content .table-content {
      border: 1px solid #000;
      padding: 0 10px 10px 10px; }
      .tooltip-wrapper .tooltip-content .table-content thead tr th {
        background-color: #eff4f4; }
      .tooltip-wrapper .tooltip-content .table-content tbody tr td:nth-child(1) {
        width: 60%; }
      .tooltip-wrapper .tooltip-content .table-content tbody tr td:nth-child(2) {
        width: 20%; }
      .tooltip-wrapper .tooltip-content .table-content tbody tr td:nth-child(3) {
        width: 20%; }
    .tooltip-wrapper .tooltip-content .table-caption {
      font-size: 11px;
      margin-top: 7px; }
  .tooltip-wrapper:hover .tooltip-content {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px); }

/* ## Presta */
/*
Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
/* Input & Textarea */
/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
/* Select */
/* Select1 */
/* Select2 */
/* Select3 */
/* Checkbox */
/* Radio */
/* Uploader */
/* Buttons */
/* INPUT & TEXTAREA */
/* ************************************************************************************************
		uniform
************************************************************************************************ */
/* PRESENTATION */
/* Buttons */
/* Select */
/* Checker */
/* Radio */
/* Uploader */
/*# sourceMappingURL=uniform.default.css.map */
.variations div.selector {
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  margin: 0;
  position: relative;
  overflow: hidden;
  font-size: 12px; }
  .variations div.selector span {
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    height: 27px;
    line-height: 27px;
    box-sizing: content-box;
    padding: 5px 10px;
    padding-right: 30px;
    cursor: pointer;
    width: 100%;
    display: block;
    color: #666;
    text-shadow: 0 1px 0 #fff; }
  .variations div.selector:focus {
    outline: 0; }
  .variations div.selector * {
    margin: 0;
    padding: 0; }
  .variations div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 27px;
    top: 0px;
    left: 0px;
    width: 100%;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px; }

div.checker {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  position: relative;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-right: 5px; }
  div.checker span {
    background-image: url("../gd-legacy/img/jquery/uniform/sprite.png");
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    width: 15px;
    height: 15px;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -257px;
    position: relative;
    top: -2px; }
  div.checker:focus {
    outline: 0; }
  div.checker * {
    margin: 0;
    padding: 0; }
  div.checker input {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  div.checker span.checked {
    background-position: -15px -257px; }

div.radio {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline;
  width: 13px;
  height: 13px;
  margin-right: 3px; }
  div.radio span {
    background-image: url("../gd-legacy/img/jquery/uniform/sprite.png");
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    width: 13px;
    height: 13px;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -243px;
    position: relative;
    top: -2px; }
  div.radio:focus {
    outline: 0; }
  div.radio * {
    margin: 0;
    padding: 0; }
  div.radio input {
    width: 13px;
    height: 13px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center; }
  div.radio span.checked {
    background-position: -13px -243px; }

div.uploader {
  background-image: url("../gd-legacy/img/jquery/uniform/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  background: none;
  height: 27px;
  width: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  div.uploader span.action {
    background-image: url("../gd-legacy/img/jquery/uniform/sprite.png");
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    background-position: 0 -378px;
    height: 27px;
    line-height: 27px;
    width: 94px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer;
    text-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px;
    font-size: 13px;
    font-weight: bold;
    color: #fff; }
  div.uploader:focus {
    outline: 0; }
  div.uploader * {
    margin: 0;
    padding: 0; }
  div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 27px;
    margin: 0px 0 0px 0px;
    line-height: 27px;
    width: 172px;
    padding: 0 10px;
    color: #777;
    border: solid 1px #d6d4d4;
    font-size: 13px;
    background: #fbfbfb;
    margin-right: 2px; }
  div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%; }

div.button {
  background-image: url("../gd-legacy/img/jquery/uniform/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  background-position: 0 -634px;
  height: 30px;
  cursor: pointer;
  position: relative; }
  div.button span {
    background-image: url("../gd-legacy/img/jquery/uniform/sprite.png");
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 30px;
    text-align: center;
    background-position: right -514px;
    height: 30px;
    margin-left: 13px;
    padding: 0;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  div.button:focus {
    outline: 0; }
  div.button * {
    margin: 0;
    padding: 0; }
  div.button a {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  div.button button {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }

.highContrastDetect {
  background: url("../gd-legacy/img/jquery/uniform/../img/jquery/uniform/bg-input.png") repeat-x 0 0;
  width: 0px;
  height: 0px; }

input.uniform-input {
  padding: 3px;
  background: white;
  outline: 0;
  font-size: 13px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 18px;
  color: #777;
  border: solid 1px #d6d4d4;
  background-color: #fff; }
  input.uniform-input:focus {
    background-color: #fff; }

select.uniform-multiselect {
  padding: 3px;
  background: white;
  outline: 0;
  font-size: 13px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 18px;
  color: #777;
  border: solid 1px #d6d4d4; }

textarea.uniform {
  padding: 3px;
  background: white;
  outline: 0;
  font-size: 13px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 18px;
  color: #777;
  border: solid 1px #d6d4d4; }

input[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none; }
  input[type="search"]:active {
    -moz-appearance: none;
    -webkit-appearance: none; }

div.selector.fixedWidth {
  width: 190px; }
  div.selector.fixedWidth span {
    width: 150px; }

div.selector.active span {
  background-position: right -27px; }

div.selector.hover span {
  background-position: right -27px; }

div.selector.focus span {
  background-position: right -27px; }

div.selector.hover.active span {
  background-position: right -27px; }

div.selector.focus.active span {
  background-position: right -27px; }

div.selector.disabled span {
  background-position: right 0;
  color: #bbb; }

div.selector.disabled.active span {
  background-position: right 0;
  color: #bbb; }

div.selector1 > div {
  background-position: 0 -135px; }
  div.selector1 > div span {
    background-position: right -81px; }

div.selector1 > div.active span {
  background-position: right -108px; }

div.selector1 > div.hover span {
  background-position: right -108px; }

div.selector1 > div.focus span {
  background-position: right -108px; }

div.selector1 > div.hover.active span {
  background-position: right -108px; }

div.selector1 > div.focus.active span {
  background-position: right -108px; }

div.selector1 > div.disabled {
  background-position: 0 -135px; }
  div.selector1 > div.disabled span {
    background-position: right -81px; }

div.selector1 > div.disabled.active {
  background-position: 0 -135px; }
  div.selector1 > div.disabled.active span {
    background-position: right -81px; }

div.selector2 > div {
  background-position: 0 -216px; }
  div.selector2 > div span {
    background-position: right -162px; }

div.selector2 > div.active span {
  background-position: right -189px; }

div.selector2 > div.hover span {
  background-position: right -189px; }

div.selector2 > div.focus span {
  background-position: right -189px; }

div.selector2 > div.hover.active span {
  background-position: right -189px; }

div.selector2 > div.focus.active span {
  background-position: right -189px; }

div.selector2 > div.disabled {
  background-position: 0 -216px; }
  div.selector2 > div.disabled span {
    background-position: right -162px; }

div.selector2 > div.disabled.active {
  background-position: 0 -216px; }
  div.selector2 > div.disabled.active span {
    background-position: right -162px; }

div.selector3 > div {
  background-position: 0 -351px; }
  div.selector3 > div span {
    background-position: right -297px; }

div.selector3 > div.active span {
  background-position: right -324px; }

div.selector3 > div.hover span {
  background-position: right -324px; }

div.selector3 > div.focus span {
  background-position: right -324px; }

div.selector3 > div.hover.active span {
  background-position: right -324px; }

div.selector3 > div.focus.active span {
  background-position: right -324px; }

div.selector3 > div.disabled {
  background-position: 0 -351px; }
  div.selector3 > div.disabled span {
    background-position: right -297px; }

div.selector3 > div.disabled.active {
  background-position: 0 -351px; }
  div.selector3 > div.disabled.active span {
    background-position: right -297px; }

div.checker.active span {
  background-position: -15px -257px; }

div.checker.active span.checked {
  background-position: -15px -257px; }

div.checker.hover span {
  background-position: -30px -257px; }

div.checker.hover span.checked {
  background-position: -15px -257px; }

div.checker.focus span {
  background-position: -30px -257px; }

div.checker.focus span.checked {
  background-position: -15px -257px; }

div.checker.hover.active span {
  background-position: -15px -257px; }

div.checker.hover.active span.checked {
  background-position: -15px -257px; }

div.checker.focus.active span {
  background-position: -15px -257px; }

div.checker.focus.active span.checked {
  background-position: -15px -257px; }

div.checker.disabled {
  background-position: 0 -257px; }
  div.checker.disabled span.checked {
    background-position: 0 -257px; }

div.checker.disabled.active {
  background-position: 0 -257px; }
  div.checker.disabled.active span.checked {
    background-position: 0 -257px; }

div.radio.active span {
  background-position: -13px -243px; }

div.radio.active span.checked {
  background-position: -13px -243px; }

div.radio.hover span {
  background-position: -13px -243px; }

div.radio.hover span.checked {
  background-position: -13px -243px; }

div.radio.focus span {
  background-position: -13px -243px; }

div.radio.focus span.checked {
  background-position: -13px -243px; }

div.radio.hover.active span {
  background-position: -13px -243px; }

div.radio.hover.active span.checked {
  background-position: -13px -243px; }

div.radio.focus.active span {
  background-position: -13px -243px; }

div.radio.focus.active span.checked {
  background-position: -13px -243px; }

div.radio.disabled span {
  background-position: 0 -243px; }

div.radio.disabled span.checked {
  background-position: 0 -243px; }

div.radio.disabled.active span {
  background-position: 0 -243px; }

div.radio.disabled.active span.checked {
  background-position: 0 -243px; }

div.button.active {
  background-position: 0 -664px; }
  div.button.active span {
    background-position: right -544px;
    cursor: default; }

div.button.hover {
  background-position: 0 -694px; }
  div.button.hover span {
    background-position: right -574px;
    color: #555; }

div.button.focus {
  background-position: 0 -694px; }
  div.button.focus span {
    background-position: right -574px;
    color: #555; }

div.button.disabled {
  background-position: 0 -724px; }
  div.button.disabled span {
    background-position: right -604px;
    cursor: default;
    color: #bbb; }

div.button.disabled.active {
  background-position: 0 -724px; }
  div.button.disabled.active span {
    background-position: right -604px;
    cursor: default;
    color: #bbb; }

input.uniform-input.hover {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border-color: #cbcaca; }

input.uniform-input.focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border-color: #cbcaca; }

select.uniform-multiselect.hover {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border-color: #cbcaca; }

select.uniform-multiselect.focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border-color: #cbcaca; }

textarea.uniform.hover {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border-color: #cbcaca; }

textarea.uniform.focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border-color: #cbcaca; }

#compare_shipping .form-group label {
  display: block; }

.checker span input {
  margin: 0 !important; }

.radio input[type="radio"] {
  margin: 0 !important; }

.radio-inline {
  cursor: default; }
  .radio-inline input[type="radio"] {
    margin: 0 !important; }

.checkbox input[type="checkbox"] {
  margin: 0 !important; }

.checkbox-inline {
  cursor: default; }
  .checkbox-inline input[type="checkbox"] {
    margin: 0 !important; }

#layered_form div.checker {
  display: inline; }

div.uploader.disabled span.action {
  color: #aaa; }

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa; }

div.uploader.disabled.active span.action {
  color: #aaa; }

div.uploader.disabled.active span.filename {
  border-color: #ddd;
  color: #aaa; }

/* ## WooCommerce */
.woocommerce {
  position: relative; }
  .woocommerce button.button.added::after {
    display: none !important; }
  .woocommerce .xoo-cp-modal.xoo-cp-active .xoo-cp-container {
    border-radius: 3px; }
  .woocommerce .xoo-cp-modal.xoo-cp-active .xcp-totxt {
    font-size: 10px;
    text-transform: uppercase; }
  .woocommerce .xoo-cp-modal.xoo-cp-active .xcp-ptotal {
    font-size: 30px; }
  .woocommerce .xoo-cp-modal.xoo-cp-active .xoo-cp-ptitle {
    font-size: 18px;
    color: #303639;
    padding-top: 20px; }
  .woocommerce .xoo-cp-modal.xoo-cp-active td.xoo-cp-remove .xoo-cp-remove-pd {
    display: none !important; }
  .woocommerce .xoo-cp-modal.xoo-cp-active .xoo-cp-close.xoo-cp-icon-cross {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: transparent;
    z-index: 2;
    border-radius: 18px;
    transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .woocommerce .xoo-cp-modal.xoo-cp-active .xoo-cp-close.xoo-cp-icon-cross::before {
      display: inline-block;
      width: 100%;
      height: 100%;
      content: "";
      background-size: contain;
      background: url(../img/close.svg) center center no-repeat; }
    .woocommerce .xoo-cp-modal.xoo-cp-active .xoo-cp-close.xoo-cp-icon-cross:hover {
      background: #eff4f4; }
  .woocommerce .xoo-cp-modal.xoo-cp-active .xoo-cp-variations .variation {
    overflow: visible; }
  .woocommerce .xoo-cp-modal.xoo-cp-active .nofloat {
    float: none;
    clear: both; }
  .woocommerce .xoo-cp-modal.xoo-cp-active .attr,
  .woocommerce .xoo-cp-modal.xoo-cp-active .qty,
  .woocommerce .xoo-cp-modal.xoo-cp-active .price {
    color: #90a2ac;
    margin-bottom: 5px; }
    .woocommerce .xoo-cp-modal.xoo-cp-active .attr span,
    .woocommerce .xoo-cp-modal.xoo-cp-active .qty span,
    .woocommerce .xoo-cp-modal.xoo-cp-active .price span {
      font-weight: normal; }
  .woocommerce .xoo-cp-modal.xoo-cp-active .xoo-cp-pdetails {
    padding: 10px 10px 10px 10px;
    margin: 10px 30px 30px 30px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #e7eef1 !important;
    border-radius: 5px;
    color: #90a2ac;
    width: auto;
    display: block; }
  .woocommerce .xoo-cp-modal.xoo-cp-active .xoo-cp-ptotal {
    border: 0;
    display: block;
    float: left;
    color: #1e4459; }
  .woocommerce .xoo-cp-modal.xoo-cp-active .xoo-cp-success {
    background-color: transparent;
    color: #3bb1ad;
    text-align: center;
    display: block;
    padding: 50px 0 20px 0;
    font-size: 18px; }
  .woocommerce .xoo-cp-modal.xoo-cp-active .xoo-cp-btns {
    padding: 0 30px 50px; }
  .woocommerce .xoo-cp-modal.xoo-cp-active .d-flex {
    display: flex;
    align-items: center; }
  .woocommerce .xoo-cp-modal.xoo-cp-active .footer-popup {
    padding: 0 30px 30px;
    text-align: left; }
  .woocommerce .xoo-cp-modal.xoo-cp-active .xoo-cp-shipping {
    text-align: right;
    margin-left: auto; }
  .woocommerce .xoo-cp-modal.xoo-cp-active a.xcp-btn {
    float: right;
    color: #fff;
    text-shadow: 0 1px 0 #287a78;
    background-color: #3bb1ad;
    font-size: 12px;
    border: 0;
    text-transform: uppercase;
    display: block;
    width: 40%;
    padding: 10px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0;
    position: relative; }
    .woocommerce .xoo-cp-modal.xoo-cp-active a.xcp-btn:hover {
      background: #1e4459; }
    .woocommerce .xoo-cp-modal.xoo-cp-active a.xcp-btn.xoo-cp-btn-vc {
      background: #90a2ac;
      float: left;
      color: #fff; }
      .woocommerce .xoo-cp-modal.xoo-cp-active a.xcp-btn.xoo-cp-btn-vc:hover {
        background-color: #30918e; }
  .woocommerce .xoo-cp-modal.xoo-cp-active [class^="xoo-cp-icon-check"]::before,
  .woocommerce .xoo-cp-modal.xoo-cp-active [class*=" xoo-cp-icon-check"]::before {
    content: "";
    background: url(../img/add_to_cart_modal_header.png) no-repeat center center;
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block; }
  .woocommerce .auth_container {
    display: flex;
    flex-flow: wrap;
    width: 800px;
    max-width: 100%;
    margin: 0 auto; }
    .woocommerce .auth_container > * {
      flex: 1; }
      .woocommerce .auth_container > * form {
        padding-right: 20px; }
    @media only screen and (max-width: 1024px) {
      .woocommerce .auth_container {
        flex-direction: column; } }
  .woocommerce button.button.alt:hover:hover {
    background-color: #2e8b88;
    color: white; }
  .woocommerce .payment_method_braintree_paypal img {
    max-width: 42%;
    width: 42%; }
  .woocommerce .variations .attribute_list .selector {
    width: 100% !important;
    width: 100% !important; }
  .woocommerce div.product form.cart .variations select {
    margin-right: 0; }
  .woocommerce #wc_braintree_paypal_container {
    margin-left: auto; }
  .woocommerce .product-remove a.remove,
  .woocommerce .woocommerce-remove-coupon {
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url(../img/cart_delete_icon.png) center top no-repeat;
    transition: all 0.3s;
    border-radius: 0; }
    .woocommerce .product-remove a.remove:hover,
    .woocommerce .woocommerce-remove-coupon:hover {
      background-position: bottom; }
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-message {
    margin-bottom: 4rem; }
  .woocommerce input {
    font-family: "Sofia Pro", sans-serif;
    font-size: 16px; }
  .woocommerce #ywpar-copy-to-clipboard-wrapper input[type=text].ywpar-copy-to-clipboard__field {
    margin-bottom: 0; }
  .woocommerce .ywpar-wrapper + .ywpar-wrapper {
    display: none !important; }
  .woocommerce #share_points {
    background: none;
    padding: 0; }
    .woocommerce #share_points input#ywpar-share-points__submit {
      background-color: #3bb1ad; }
    .woocommerce #share_points #ywpar_share_points_to_share {
      display: inline-block; }
    .woocommerce #share_points .send-points-email {
      margin-bottom: 0; }
    .woocommerce #share_points table.shop_table.ywpar_points_rewards.my_account_orders th,
    .woocommerce #share_points table.shop_table.ywpar_points_rewards.my_account_orders td {
      font-size: inherit;
      padding: 9px 10px !important; }
  .woocommerce .woocommerce-input-wrapper {
    vertical-align: middle; }
    .woocommerce .woocommerce-input-wrapper .selector > span {
      height: unset; }
    .woocommerce .woocommerce-input-wrapper .selector > span:not(.select2) {
      height: 1px;
      margin-bottom: 0;
      line-height: 1px;
      display: inline-block;
      overflow: hidden;
      position: absolute;
      height: auto;
      visibility: hidden; }
  .woocommerce form .form-row .required {
    position: relative;
    top: -0.5em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    color: #90a2ac; }
  .woocommerce form .form-row .error-inline.absolute {
    position: absolute; }
  .woocommerce form .form-row.email:not(.form-row-wide), .woocommerce form .form-row.password, .woocommerce form .form-row.how-heard {
    float: left;
    width: 48% !important;
    margin-right: 2% !important; }
  .woocommerce form .form-row input:not([type=checkbox]):not([type=file]):not([type=submit]):not([type=radio]):not([type=button]) {
    margin-bottom: 10px; }
  .woocommerce form .form-row.submit-btns {
    clear: both; }
    .woocommerce form .form-row.submit-btns button:hover {
      color: white; }
  .woocommerce form .form-row .input-text,
  .woocommerce form .form-row select.input-select {
    min-height: 35px !important;
    max-height: 35px !important;
    height: 35px !important; }
    .woocommerce form .form-row .input-text#order_comments,
    .woocommerce form .form-row select.input-select#order_comments {
      min-height: 50px !important;
      max-height: 50px !important;
      height: 50px !important; }
  .woocommerce form .form-row select.input-select {
    background-color: #eff4f4;
    width: 98%; }
  .woocommerce form .form-row.half_width.newr#afreg_additionalshowhide_71844 {
    width: 47% !important; }
  .woocommerce .afreg_extra_fields {
    display: none; }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%; }
    .woocommerce .cart-collaterals .cart_totals table td,
    .woocommerce .cart-collaterals .cart_totals table th,
    .woocommerce .woocommerce-page .cart-collaterals .cart_totals table td,
    .woocommerce .woocommerce-page .cart-collaterals .cart_totals table th {
      text-align: right; }
      .woocommerce .cart-collaterals .cart_totals table td img,
      .woocommerce .cart-collaterals .cart_totals table th img,
      .woocommerce .woocommerce-page .cart-collaterals .cart_totals table td img,
      .woocommerce .woocommerce-page .cart-collaterals .cart_totals table th img {
        width: auto; }
  .woocommerce .woocommerce-ResetPassword {
    width: 400px;
    max-width: 100%;
    margin: 0 auto; }
    .woocommerce .woocommerce-ResetPassword .form-row-first {
      width: 100%; }
    .woocommerce .woocommerce-ResetPassword .form-row-last {
      width: 100%; }
    .woocommerce .woocommerce-ResetPassword p:first-child {
      padding-bottom: 20px; }

form[name="checkout"] > .blockUI::before {
  display: none !important; }

.postid-4188 .input-container .quantity,
.postid-4188 .input-container .quantity-nav {
  display: none !important; }

@media only screen and (max-width: 1080px) {
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%; } }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
  position: relative;
  margin: 0 0 20px; }
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    display: inline-block;
    color: #303639;
    font-weight: 400;
    margin-top: 6px;
    font-size: 14px;
    text-decoration: none; }
    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
      color: #3bb1ad; }
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a::before {
    background-position: center center;
    margin-right: 20px;
    background-repeat: no-repeat;
    height: 20px;
    background-size: contain;
    width: 30px;
    display: inline-block;
    content: ""; }
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
    background-image: url("../img/history.png"); }
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
    background-image: url("../img/address.png"); }
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    background-image: url("../img/logout.png"); }
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
    background-image: url("../img/cc.png"); }
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    background-image: url("../img/identity.png"); }
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-portal a::before {
    background-image: url("../img/portal.png"); }
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--practitioners a::before {
    background-image: url("../img/practitioners.png"); }
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--points-and-rewards a::before {
    background-image: url("../img/loyalty.png"); }

.woocommerce-page .wp-page__container {
  padding-top: 0; }

.woocommerce-page .wp-page__title {
  margin-bottom: 0.8em; }

input[name="ywpar_input_points"] {
  display: none; }

.woocommerce table.shop_table,
.woocommerce table.gv-table-view {
  border: 0; }
  .woocommerce table.shop_table th,
  .woocommerce table.gv-table-view th {
    font-size: 12px;
    text-transform: uppercase;
    color: #90a2ac;
    font-weight: normal;
    white-space: nowrap;
    vertical-align: middle;
    border: 0; }
  .woocommerce table.shop_table td,
  .woocommerce table.shop_table th,
  .woocommerce table.gv-table-view td,
  .woocommerce table.gv-table-view th {
    padding: 9px 10px;
    position: relative;
    text-align: left; }
    .woocommerce table.shop_table td.product-quantity,
    .woocommerce table.shop_table th.product-quantity,
    .woocommerce table.gv-table-view td.product-quantity,
    .woocommerce table.gv-table-view th.product-quantity {
      text-align: center;
      min-height: 70px; }
      .woocommerce table.shop_table td.product-quantity .quantity,
      .woocommerce table.shop_table th.product-quantity .quantity,
      .woocommerce table.gv-table-view td.product-quantity .quantity,
      .woocommerce table.gv-table-view th.product-quantity .quantity {
        position: absolute;
        left: calc(100% - 70px);
        min-width: 70px;
        width: 70px; }
  .woocommerce table.shop_table .product-thumbnail img,
  .woocommerce table.gv-table-view .product-thumbnail img {
    width: 98px; }
  .woocommerce table.shop_table td,
  .woocommerce table.gv-table-view td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0; }
  .woocommerce table.shop_table .product-price,
  .woocommerce table.shop_table .product-subtotal,
  .woocommerce table.gv-table-view .product-price,
  .woocommerce table.gv-table-view .product-subtotal {
    text-align: right; }
  .woocommerce table.shop_table .cart-subtotal td,
  .woocommerce table.shop_table .cart-subtotal th,
  .woocommerce table.shop_table .order-total td,
  .woocommerce table.shop_table .order-total th,
  .woocommerce table.gv-table-view .cart-subtotal td,
  .woocommerce table.gv-table-view .cart-subtotal th,
  .woocommerce table.gv-table-view .order-total td,
  .woocommerce table.gv-table-view .order-total th {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1); }
  .woocommerce table.shop_table .product-quantity .input-text.qty,
  .woocommerce table.gv-table-view .product-quantity .input-text.qty {
    width: 65px;
    height: 50px;
    border: none;
    text-align: center;
    font-size: 14px;
    color: #1e4459;
    background-color: #eff4f4; }
  .woocommerce table.shop_table .product-quantity .quantity.wac-quantity,
  .woocommerce table.gv-table-view .product-quantity .quantity.wac-quantity {
    position: relative; }
    .woocommerce table.shop_table .product-quantity .quantity.wac-quantity .wac-qty-button,
    .woocommerce table.gv-table-view .product-quantity .quantity.wac-quantity .wac-qty-button {
      display: block;
      background: #eff4f4;
      height: 26px;
      width: 20px;
      border: 1px solid white;
      color: transparent;
      position: absolute;
      padding-left: 10px;
      left: 45px; }
      .woocommerce table.shop_table .product-quantity .quantity.wac-quantity .wac-qty-button:hover,
      .woocommerce table.gv-table-view .product-quantity .quantity.wac-quantity .wac-qty-button:hover {
        background-color: transparent; }
      .woocommerce table.shop_table .product-quantity .quantity.wac-quantity .wac-qty-button.wac-btn-sub,
      .woocommerce table.gv-table-view .product-quantity .quantity.wac-quantity .wac-qty-button.wac-btn-sub {
        background: #eff4f4 url(https://www.amajordifference.com/shop/themes/gd-amd-new/css/../img/qty_down.png) center center no-repeat;
        bottom: -1px;
        border-radius: 0 0 4px 0; }
      .woocommerce table.shop_table .product-quantity .quantity.wac-quantity .wac-qty-button.wac-btn-inc,
      .woocommerce table.gv-table-view .product-quantity .quantity.wac-quantity .wac-qty-button.wac-btn-inc {
        background: #eff4f4 url(https://www.amajordifference.com/shop/themes/gd-amd-new/css/../img/qty_up.png) center center no-repeat;
        top: -1px;
        border-radius: 0 4px 0 0; }
  .woocommerce table.shop_table .cart-discount,
  .woocommerce table.gv-table-view .cart-discount {
    color: #3bb1ad; }
    .woocommerce table.shop_table .cart-discount a,
    .woocommerce table.gv-table-view .cart-discount a {
      color: red; }
  .woocommerce table.shop_table .product-name a,
  .woocommerce table.gv-table-view .product-name a {
    font-size: 18px;
    color: #303639; }
  .woocommerce table.shop_table p.gray,
  .woocommerce table.gv-table-view p.gray {
    display: block;
    padding-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    color: #90a2ac; }
  .woocommerce table.shop_table .woocommerce-Price-amount.amount,
  .woocommerce table.gv-table-view .woocommerce-Price-amount.amount {
    padding: 3px 0;
    font-weight: normal; }
  .woocommerce table.shop_table .cart-subtotal td,
  .woocommerce table.shop_table .cart-subtotal th,
  .woocommerce table.gv-table-view .cart-subtotal td,
  .woocommerce table.gv-table-view .cart-subtotal th {
    vertical-align: middle;
    padding-bottom: 25px; }
  .woocommerce table.shop_table .cart-subtotal .woocommerce-Price-amount.amount,
  .woocommerce table.gv-table-view .cart-subtotal .woocommerce-Price-amount.amount {
    font-size: 30px;
    color: #1e4459;
    padding: 3px 0;
    font-weight: normal; }
  .woocommerce table.shop_table .cart-subtotal .subtotal,
  .woocommerce table.gv-table-view .cart-subtotal .subtotal {
    display: block;
    padding-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    color: #90a2ac; }
  .woocommerce table.shop_table .cart-subtotal .cart_total_info,
  .woocommerce table.gv-table-view .cart-subtotal .cart_total_info {
    font-size: 10px;
    text-transform: uppercase;
    color: #90a2ac; }

.pull-left.bottom-logos div,
.pull-left.bottom-logos a {
  display: inline-block; }
  .pull-left.bottom-logos div img,
  .pull-left.bottom-logos a img {
    width: auto; }

.button:not(.social-sharing):not(.button-small):not(.single_add_to_cart_button),
#gdrf-submit-button {
  padding: 0 30px;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background-color: #3bb1ad;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }

#gdrf-submit-button {
  border: none; }
  #gdrf-submit-button:hover {
    opacity: .9; }

body ul.wpuf-form li label.wpuf-form-sub-label {
  text-transform: none;
  font-size: .65rem !important;
  padding: 0 !important;
  display: block !important;
  margin-top: -8px !important; }

.wpuf-fields input,
.wpuf-fields textarea,
.wpuf-fields select,
body ul.wpuf-form li .wpuf-address-field,
body ul.wpuf-form li {
  margin-top: 0 !important; }

body ul.wpuf-form li {
  padding-top: 0 !important; }

body ul.wpuf-form li {
  margin-bottom: 0 !important; }

.btn-default:not(.social-sharing),
#ywpar-share-points__submit,
.wpuf-submit-button,
.wpuf-fields button,
.wpuf-attachment-upload-filelist a.button {
  margin-bottom: 10px;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  border: none;
  border-radius: 4px;
  background-color: #3bb1ad;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .btn-default:not(.social-sharing):hover,
  #ywpar-share-points__submit:hover,
  .wpuf-submit-button:hover,
  .wpuf-fields button:hover,
  .wpuf-attachment-upload-filelist a.button:hover {
    opacity: .9; }

body.woocommerce-checkout .ywpar_apply_discounts, body.woocommerce-cart .ywpar_apply_discounts {
  display: block;
  text-align: right; }
.woocommerce-cart #wc_braintree_paypal_pay_later_messaging_container{
  display: none !important;
}
body.woocommerce-checkout #yith-par-message-reward-cart, body.woocommerce-cart #yith-par-message-reward-cart {
  position: absolute;
  bottom: 240px;
  right: 0; }
  body.woocommerce-checkout #yith-par-message-reward-cart strong, body.woocommerce-cart #yith-par-message-reward-cart strong {
    font-weight: bold; }
  body.woocommerce-checkout #yith-par-message-reward-cart .legend, body.woocommerce-cart #yith-par-message-reward-cart .legend {
    text-transform: uppercase;
    display: block; }
  body.woocommerce-checkout #yith-par-message-reward-cart h4, body.woocommerce-cart #yith-par-message-reward-cart h4 {
    font-size: 10px;
    color: #1e4459;
    text-transform: uppercase;
    font-weight: bold; }
  body.woocommerce-checkout #yith-par-message-reward-cart .btn-default, body.woocommerce-cart #yith-par-message-reward-cart .btn-default {
    background-color: white;
    color: #3bb1ad;
    border: 1px solid #3bb1ad;
    position: relative;
    z-index: 9; }
    body.woocommerce-checkout #yith-par-message-reward-cart .btn-default:hover, body.woocommerce-cart #yith-par-message-reward-cart .btn-default:hover {
      background-color: #3bb1ad;
      color: white; }

@media only screen and (max-width: 1080px) {
  body.woocommerce-cart .wc-proceed-to-checkout {
    margin-top: 3rem;
    text-align: center; }
    body.woocommerce-cart .wc-proceed-to-checkout #wc_braintree_paypal_container {
      margin: 5px auto; } }

body.woocommerce-checkout .woocommerce-billing-fields h3 {
  display: none; }

body.woocommerce-checkout #payment div.payment_box .sv-wc-payment-gateway-payment-form-saved-payment-method img {
  margin-left: 0; }

body.woocommerce-checkout #payment div.payment_box .sv-wc-payment-gateway-payment-form-manage-payment-methods {
  margin-top: 0; }

body.woocommerce-checkout #payment ul.payment_methods li input {
  margin-right: .5rem; }

body.woocommerce-checkout #payment .form-row-wide.mailchimp-newsletter {
  text-align: right;
  margin-bottom: .77rem;
  padding-right: 0;
  margin-right: 0; }
  body.woocommerce-checkout #payment .form-row-wide.mailchimp-newsletter label {
    margin-right: 0; }

body.woocommerce-checkout #payment ul.payment_methods li {
  margin: 0;
  padding: 0; }
  body.woocommerce-checkout #payment ul.payment_methods li input + label {
    padding: 1rem 0; }

body.woocommerce-checkout #payment .form-row.place-order {
  padding-right: 0; }

body.woocommerce-checkout .woocommerce-additional-fields p.gray {
  display: none !important; }

body.woocommerce-checkout .woocommerce-additional-fields label {
  font-size: 16px;
  color: #1e4459;
  letter-spacing: normal;
  text-transform: none;
  margin-left: .5rem; }

body.woocommerce-checkout #yith-par-message-reward-cart {
  position: static; }

body.woocommerce-checkout #thwmsc_wrapper,
body.woocommerce-checkout .shop_table.woocommerce-cart-form__contents,
body.woocommerce-checkout .cart_totals {
  float: none !important;
  width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1080px) {
    body.woocommerce-checkout #thwmsc_wrapper,
    body.woocommerce-checkout .shop_table.woocommerce-cart-form__contents,
    body.woocommerce-checkout .cart_totals {
      width: auto; } }

body #add_payment_method #payment div.payment_box,
body #payment .wc_payment_methods div.payment_box {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
  background: transparent; }
  body #add_payment_method #payment div.payment_box::before,
  body #payment .wc_payment_methods div.payment_box::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #d3ced2;
    right: 50%;
    top: -19px;
    left: auto;
    margin: 0; }
  body #add_payment_method #payment div.payment_box:after,
  body #payment .wc_payment_methods div.payment_box:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #fff;
    right: 50%;
    top: -18px;
    left: auto;
    margin: 0; }

header h1.header-title {
  flex: 1;
  text-align: center;
  font-size: 30px;
  color: #303639; }

.thwmscp-accordion .thwmsc-tab-icon {
  font-size: 12px; }

.thwmscp-accordion .thwmsc-tab-content {
  padding-top: 0px; }
  @media only screen and (max-width: 768px) {
    .thwmscp-accordion .thwmsc-tab-content {
      padding-left: 10px; } }

.thwmscp-accordion .thwmsc-tab-panel.billing .thwmsc-tab-content {
  margin-top: -8px; }

.thwmscp-accordion .thwmsc-tab-panel.order_review .thwmsc-tab-content {
  margin-top: -17px; }

.thwmscp-accordion .thwmsc-tab-panel.order_review #payment ul.payment_methods {
  padding: 0; }

.thwmscp-accordion .thwmsc-tab-panels {
  margin-top: 75px !important; }
  .thwmscp-accordion .thwmsc-tab-panels .thwmsc-tab-panel {
    display: flex !important;
    float: none !important;
    border: none !important; }
    @media only screen and (max-width: 768px) {
      .thwmscp-accordion .thwmsc-tab-panels .thwmsc-tab-panel {
        flex-direction: column; } }
    .thwmscp-accordion .thwmsc-tab-panels .thwmsc-tab-panel > a {
      width: 240px;
      margin-bottom: 20px;
      line-height: 1.27em; }
      .thwmscp-accordion .thwmsc-tab-panels .thwmsc-tab-panel > a .thwmsc-tab-label {
        font-size: 25px !important;
        font-weight: normal !important;
        color: #303639 !important;
        padding-bottom: 0 !important;
        margin-left: 32px !important; }
      .thwmscp-accordion .thwmsc-tab-panels .thwmsc-tab-panel > a .thwmsc-index {
        margin-top: 5px;
        margin-left: -32px !important; }
    .thwmscp-accordion .thwmsc-tab-panels .thwmsc-tab-panel a.thwmsc-completed {
      background: transparent !important; }
    .thwmscp-accordion .thwmsc-tab-panels .thwmsc-tab-panel:last-child .thwmsc-buttons {
      display: none !important; }

.wc-proceed-to-checkout {
  text-align: right; }
  .wc-proceed-to-checkout .btn-default.checkout {
    padding: 0 30px;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #3bb1ad;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }

.menu-single-product-menu-container {
  text-align: right; }

body.single-product .single-product-menu li.current-menu-item a {
  color: #3bb1ad; }

.cart-coupon-hide {
  display: none !important; }

.product-description-long-visible p {
  padding-bottom: 10px; }

/* Firefox */
.customization_block_input[type=number] {
  -moz-appearance: textfield; }

.customization_block_input::-webkit-outer-spin-button, .customization_block_input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.postid-4188 .product-slider {
  margin: 0 auto !important;
  text-align: center; }
  .postid-4188 .product-slider:first-child {
    display: none !important; }

body.single-product.postid-4188 .woocommerce .product .product-gallery .slider-main {
  border-left: 0; }

a#bbblink {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #005A78;
  text-decoration: none;
  overflow: hidden;
  margin: 0;
  padding: 0; }

a#bbblink img {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  max-width: 200%; }

a#bbblink.cshzbal,
a#bbblink.cshzbul {
  width: 293px;
  height: 61px; }

a#bbblink.cuvtbas,
a#bbblink.cuvtbus {
  width: 63px;
  height: 134px; }

a#bbblink.cuvtbam,
a#bbblink.cuvtbum {
  width: 69px;
  height: 145px; }

a#bbblink.cuvtbal,
a#bbblink.cuvtbul {
  width: 81px;
  height: 171px; }

a#bbblink.cuhzbas,
a#bbblink.cuhzbus {
  width: 96px;
  height: 50px; }

a#bbblink.cuhzbam,
a#bbblink.cuhzbum {
  width: 137px;
  height: 70px; }

a#bbblink.cuhzbal,
a#bbblink.cuhzbul {
  width: 160px;
  height: 82px; }

a#bbblink.ruvtbas,
a#bbblink.ruvtbus {
  width: 40px;
  height: 75px; }

a#bbblink.csvtbas,
a#bbblink.csvtbus {
  width: 153px;
  height: 100px; }

a#bbblink.csvtbam,
a#bbblink.csvtbum {
  width: 158px;
  height: 110px; }

a#bbblink.csvtbal,
a#bbblink.csvtbul {
  width: 187px;
  height: 130px; }

a#bbblink.cshzbas,
a#bbblink.cshzbus {
  width: 200px;
  height: 42px; }

a#bbblink.cshzbam,
a#bbblink.cshzbum {
  width: 250px;
  height: 52px; }

a#bbblink.ruhzbam,
a#bbblink.ruhzbum {
  width: 150px;
  height: 69px; }

a#bbblink.sevtbam,
a#bbblink.rbvtbam,
a#bbblink.sevtbum,
a#bbblink.rbvtbum {
  width: 60px;
  height: 98px; }

a#bbblink.sevtbam:hover img,
a#bbblink.rbvtbam:hover img,
a#bbblink.ruvtbam:hover img,
a#bbblink.sevtbum:hover img,
a#bbblink.rbvtbum:hover img,
a#bbblink.ruvtbum:hover img {
  margin-left: -60px; }

a#bbblink.ruvtbam,
a#bbblink.ruvtbum {
  width: 60px;
  height: 110px; }

a#bbblink.sehzbas,
a#bbblink.rbhzbas,
a#bbblink.sehzbus,
a#bbblink.rbhzbus {
  width: 100px;
  height: 38px; }

a#bbblink.sehzbas:hover img,
a#bbblink.rbhzbas:hover img,
a#bbblink.ruhzbas:hover img,
a#bbblink.sehzbus:hover img,
a#bbblink.rbhzbus:hover img,
a#bbblink.ruhzbus:hover img {
  margin-left: -100px; }

a#bbblink.ruhzbas,
a#bbblink.ruhzbus {
  width: 100px;
  height: 48px; }

a#bbblink.sevtbas,
a#bbblink.rbvtbas,
a#bbblink.sevtbus,
a#bbblink.rbvtbus {
  width: 40px;
  height: 65px; }

a#bbblink.sevtbas:hover img,
a#bbblink.rbvtbas:hover img,
a#bbblink.ruvtbas:hover img,
a#bbblink.sevtbus:hover img,
a#bbblink.rbvtbus:hover img,
a#bbblink.ruvtbus:hover img {
  margin-left: -40px; }

a#bbblink.sehzbal,
a#bbblink.rbhzbal,
a#bbblink.sehzbul,
a#bbblink.rbhzbul {
  width: 200px;
  height: 76px; }

a#bbblink.sehzbal:hover img,
a#bbblink.rbhzbal:hover img,
a#bbblink.ruhzbal:hover img,
a#bbblink.sehzbul:hover img,
a#bbblink.rbhzbul:hover img,
a#bbblink.ruhzbul:hover img {
  margin-left: -200px; }

a#bbblink.ruhzbal,
a#bbblink.ruhzbul {
  width: 200px;
  height: 90px; }

a#bbblink.sevtbal,
a#bbblink.rbvtbal,
a#bbblink.sevtbul,
a#bbblink.rbvtbul {
  width: 80px;
  height: 132px; }

a#bbblink.sevtbal:hover img,
a#bbblink.rbvtbal:hover img,
a#bbblink.ruvtbal:hover img,
a#bbblink.sevtbul:hover img,
a#bbblink.rbvtbul:hover img,
a#bbblink.ruvtbul:hover img {
  margin-left: -80px; }

a#bbblink.ruvtbal,
a#bbblink.ruvtbul {
  width: 80px;
  height: 144px; }

a#bbblink.sehzbam,
a#bbblink.rbhzbam,
a#bbblink.sehzbum,
a#bbblink.rbhzbum {
  width: 150px;
  height: 57px; }

a#bbblink.sehzbam:hover img,
a#bbblink.rbhzbam:hover img,
a#bbblink.ruhzbam:hover img,
a#bbblink.sehzbum:hover img,
a#bbblink.rbhzbum:hover img,
a#bbblink.ruhzbum:hover img {
  margin-left: -150px; }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: white; }

.woocommerce-edit-address .col2-set.addresses .col-1,
.woocommerce-edit-address .col2-set.addresses .col-2 {
  flex: 0 0 50%;
  margin: 10px 0;
  display: block;
  height: 100%;
  border: 1px solid #eff4f4;
  padding: 20px;
  border-radius: 3px; }
  .woocommerce-edit-address .col2-set.addresses .col-1:hover,
  .woocommerce-edit-address .col2-set.addresses .col-2:hover {
    box-shadow: 0 2px 40px rgba(47, 62, 62, 0.06);
    border-color: #ffffff; }

input:not([type=checkbox]):not([type=file]):not([type=submit]):not([type=radio]):not([type=button]):not(.calculator__input),
select {
  background-color: #eff4f4;
  border: none; }

.wpuf-form select,
.wpuf-form textarea {
  background-color: #eff4f4 !important; }

.wc_payment_method.payment_method_braintree_paypal,
.woocommerce-add-payment-method .payment_method_braintree_paypal,
.wcmca_address_title_checkbox.wcmca_address_shipping_title_checkbox,
.wcmca_address_title_checkbox.wcmca_address_billing_title_checkbox {
  display: none !important; }

#add_payment_method #payment ul.payment_methods {
  border-bottom: 0; }

.wcwl_intro p {
  margin-top: .5rem;
  margin-bottom: .75rem; }

input[type="radio"],
input[type="checkbox"] {
  accent-color: #279995;
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: middle;
  display: inline-block; }
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    cursor: pointer; }

.iti.iti--allow-dropdown {
  width: 100%; }

.ups_holiday_warning {
  font-size: 12px; }
  .ups_holiday_warning a {
    color: #3bb1ad; }
    .ups_holiday_warning a:hover {
      text-decoration: underline;
      color: #2e8b88; }

.payment_box input[type="radio"],
.payment_box input[type="checkbox"] {
  width: 1.2rem !important;
  height: 1.2rem !important; }

.select2-container--default {
  padding: 0px !important; }
  .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
    border: 0; }
  .select2-container--default.select2-container--open .select2-search--dropdown {
    padding: 0; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    right: 5px; }
  .select2-container--default .select2-selection--single {
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-color: #eff4f4;
    border-radius: 3px;
    padding-left: 2px;
    padding-top: 2px;
    line-height: inherit;
    border: 0;
    margin-bottom: 10px;
    height: 35px; }

.woocommerce-account .addresses .title h3,
.woocommerce-account h2.wcmca_address_title,
.woocommerce-order-details__title,
.woocommerce-column__title {
  font-size: 18px;
  font-weight: 400;
  padding: 20px 0 10px;
  margin-bottom: 0;
  padding-top: 0; }

.u-column1.col-1.woocommerce-Address {
  width: auto; }

.woocommerce-MyAccount-content h2.page-subheading,
.woocommerce-edit-address h2.page-subheading,
.woocommerce-order h2.page-subheading {
  font-size: 24px;
  line-height: 1.21em;
  font-weight: 400;
  padding-bottom: 20px; }

.page-subheading.flex {
  display: flex;
  justify-content: space-between; }

.single_variation_wrap .tpt__tiered-pricing {
  display: none !important; }

tr.woocommerce-cart-form__cart-item .product-name .variation {
  padding-top: 10px;
  display: block;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.3em;
  color: #90a2ac; }


.woocommerce-MyAccount-content .wcmca_default_address_badge {
  display: block;
  font-size: 12px;
  color: #90a2ac !important;
  background-color: transparent !important;
  padding: 0;
  height: auto;
  float: none !important; }

.woocommerce-MyAccount-content .wcmca_address_container {
  background-color: transparent;
  padding: 0; }

.woocommerce-MyAccount-content .wcmca_duplicate_address_button,
.woocommerce-MyAccount-content .class_action_sparator,
.woocommerce-MyAccount-content .button.wcmca_bulk_delete_button,
.woocommerce-MyAccount-content .wcmca_address_title .checker {
  display: none !important; }

.woocommerce-MyAccount-content .wcmca_edit_address_button,
.woocommerce-MyAccount-content .wcmca_delete_address_button,
.woocommerce-MyAccount-content .wcmca_duplicate_address_button {
  float: none !important; }

.woocommerce-MyAccount-content #wcmca_add_new_address_button_shipping,
.woocommerce-MyAccount-content #wcmca_add_new_address_button_billing {
  position: absolute;
  top: 40px;
  right: 0;
  margin-bottom: 10px;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  border: none;
  border-radius: 4px;
  background-color: #3bb1ad;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 270px; }
  .woocommerce-MyAccount-content #wcmca_add_new_address_button_shipping:hover,
  .woocommerce-MyAccount-content #wcmca_add_new_address_button_billing:hover {
    background-color: #2e8b88;
    color: white; }

.woocommerce-MyAccount-content #wcmca_add_new_address_button_billing {
  top: 80px; }

.woocommerce-MyAccount-content #wcmca_custom_addresses .col2-set.addresses .col-1.address,
.woocommerce-MyAccount-content #wcmca_custom_addresses .col2-set.addresses .col-2.address {
  position: relative; }

.woocommerce-MyAccount-content #wcmca_custom_addresses .col2-set.addresses .col-2:not(.address),
.woocommerce-MyAccount-content #wcmca_custom_addresses .col2-set.addresses .col-1:not(.address),
.woocommerce-MyAccount-content .wcmca_action_button_container {
  border: 0;
  height: 0;
  padding: 0;
  margin: 0; }

.woocommerce-MyAccount-content .wcmca_edit_address_button,
.woocommerce-MyAccount-content .wcmca_delete_address_button {
  font-size: 12px;
  text-transform: uppercase;
  color: #3bb1ad;
  text-align: center;
  border: 1px solid #bad5e6;
  background-color: transparent;
  border-radius: 4px;
  display: inline-block;
  height: 35px;
  position: relative;
  line-height: 35px;
  padding: 0 20px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  bottom: 20px;
  width: 42%; }
  .woocommerce-MyAccount-content .wcmca_edit_address_button:hover,
  .woocommerce-MyAccount-content .wcmca_delete_address_button:hover {
    border-color: #3bb1ad;
    background-color: #3bb1ad;
    color: #fff;
    text-decoration: none; }

.woocommerce-MyAccount-content .wcmca_delete_address_button {
  left: 52%;
  color: #e92828; }
  .woocommerce-MyAccount-content .wcmca_delete_address_button:hover {
    background-color: #e92828;
    border-color: #e92828;
    color: white; }

.gv-field-1-delete_link a {
  color: #e92828; }
  .gv-field-1-delete_link a:hover {
    background-color: #e92828;
    border-color: #e92828;
    color: white; }

.address_update .btn-light.edit, .address_update .btn-light.btn-red {
  width: 49%; }

.woocommerce .woocommerce-customer-details address {
  border: 0;
  padding: 0;
  line-height: 1.2; }

.woocommerce table.gv-table-view tfoot {
  display: none !important; }

.woocommerce-table--order-details,
.woocommerce table.gv-table-view {
  border-radius: 5px;
  overflow: hidden;
  font-weight: 200;
  font-size: 14px;
  width: 100%;
  margin: 15px 0; }
  .woocommerce-table--order-details tr,
  .woocommerce table.gv-table-view tr {
    border-left: 1px solid #eff4f4;
    border-right: 1px solid #eff4f4; }
    .woocommerce-table--order-details tr:last-child,
    .woocommerce table.gv-table-view tr:last-child {
      border-bottom: 1px solid #eff4f4; }
  .woocommerce-table--order-details thead,
  .woocommerce table.gv-table-view thead {
    background-color: #eff4f4;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.31em; }
    .woocommerce-table--order-details thead th,
    .woocommerce table.gv-table-view thead th {
      padding: 15px 10px;
      font-weight: 300; }
    .woocommerce-table--order-details thead th.price,
    .woocommerce table.gv-table-view thead th.price {
      text-align: right; }
    .woocommerce-table--order-details thead th.quantity,
    .woocommerce table.gv-table-view thead th.quantity {
      text-align: center; }
  .woocommerce-table--order-details tbody,
  .woocommerce table.gv-table-view tbody {
    font-weight: 400; }
    .woocommerce-table--order-details tbody td,
    .woocommerce-table--order-details tbody th,
    .woocommerce table.gv-table-view tbody td,
    .woocommerce table.gv-table-view tbody th {
      vertical-align: middle;
      border: 0 !important; }
    .woocommerce-table--order-details tbody td.history_date,
    .woocommerce table.gv-table-view tbody td.history_date {
      color: #90a2ac; }
    .woocommerce-table--order-details tbody td.price,
    .woocommerce table.gv-table-view tbody td.price {
      text-align: right; }
    .woocommerce-table--order-details tbody td.unit-price,
    .woocommerce table.gv-table-view tbody td.unit-price {
      text-align: right; }
    .woocommerce-table--order-details tbody td.quantity,
    .woocommerce table.gv-table-view tbody td.quantity {
      text-align: center; }
    .woocommerce-table--order-details tbody tr,
    .woocommerce table.gv-table-view tbody tr {
      border: 0 !important; }
  .woocommerce-table--order-details tfoot tr.totalprice,
  .woocommerce table.gv-table-view tfoot tr.totalprice {
    font-size: 16px;
    font-weight: 400; }
  .woocommerce-table--order-details tfoot tr td,
  .woocommerce table.gv-table-view tfoot tr td {
    text-align: right;
    border: 0 !important; }
  .woocommerce-table--order-details tfoot tr th,
  .woocommerce table.gv-table-view tfoot tr th {
    border: 0 !important; }

@media only screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title); }
  .woocommerce .woocommerce-checkout-table-wrapper {
    overflow-x: scroll; } }

.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  padding: 0 30px;
  color: rgba(47, 62, 62, 0.6); }

.woocommerce .cart-coupon button[name="update_cart"] {
  display: none !important; }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  min-width: 200px;
  height: 40px; }

.single-product .page-heading + .product.type-product::after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
  float: none; }

.woocommerce .woocommerce-checkout-table-wrapper {
  width: 100%; }

.woocommerce #order_review_heading {
  margin-top: 25px; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0;
  margin-bottom: 30px; }

.product_list {
  display: flex;
  flex-wrap: wrap;
  /* @media (hover: hover) */ }
  .product_list li {
    flex: 0 0 25%;
    float: none;
    font-size: 13px;
    overflow: hidden;
    margin: 0 0 30px 0;
    padding: 0;
    position: relative;
    width: unset; }
    @media only screen and (max-width: 1080px) {
      .product_list li {
        flex: 0 0 33%; } }
    @media only screen and (max-width: 860px) {
      .product_list li {
        flex: 0 0 50%; } }
    @media only screen and (max-width: 640px) {
      .product_list li {
        flex: 0 0 100%; } }
    .product_list li .product-container {
      border: 1px solid #e7eef1;
      margin: 0 15px;
      position: relative;
      transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      height: 100%; }
      .product_list li .product-container:hover {
        border-color: #ffffff;
        box-shadow: 0 2px 40px rgba(47, 62, 62, 0.06); }
        .product_list li .product-container:hover .bottom-block {
          background-color: #eff4f4;
          transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .product_list li .product-container .product-image-container {
        overflow: hidden;
        padding: 20px 20px 0;
        text-align: center; }
        .product_list li .product-container .product-image-container img {
          height: auto;
          max-width: 100%; }
      .product_list li .product-container .product-name {
        color: #1e4459;
        font-size: 18px;
        padding: 15px 15px 100px;
        text-align: center; }
      .product_list li .product-container .bottom-block {
        position: absolute;
        bottom: 0;
        height: 90px;
        width: 100%; }
        .product_list li .product-container .bottom-block .ajax_add_to_cart_button {
          display: block;
          float: right;
          position: relative;
          height: inherit;
          width: 90px; }
          .product_list li .product-container .bottom-block .ajax_add_to_cart_button span {
            background: url("../img/icon_product_cart.png") center bottom no-repeat;
            display: block;
            margin: 35px auto 0;
            transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
            height: 23px;
            width: 20px; }
          .product_list li .product-container .bottom-block .ajax_add_to_cart_button:hover {
            background: #3bb1ad; }
            .product_list li .product-container .bottom-block .ajax_add_to_cart_button:hover span {
              background-position: center top; }
        .product_list li .product-container .bottom-block .content_price {
          display: block;
          margin-right: 90px;
          height: inherit; }
          .product_list li .product-container .bottom-block .content_price a {
            color: inherit;
            display: block;
            padding: 35px 0 35px 30px;
            height: inherit; }
            .product_list li .product-container .bottom-block .content_price a span {
              color: #1e4459;
              font-size: 24px; }
  @media (hover: none) and (max-width: 750px) {
    .product_list li .product-image-container:hover .button-container a {
      bottom: -34px; } }

/* ## Lightbox styles */
.videocenter {
  display: table;
  position: relative; }
  .videocenter::after {
    content: " ";
    background: url("../img/video-icon-trans-blue.png") no-repeat scroll center center transparent;
    display: table-cell;
    font-size: 26px;
    text-align: center;
    position: absolute;
    top: 0;
    left: -3px;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    z-index: 3; }
  .videocenter:hover::after {
    opacity: 0.6; }

.col-image,
.image {
  position: relative; }

.plc-lightbox-active {
  overflow: hidden; }

.plc-lightbox-controls-container {
  min-width: 50px; }

.plc-lightbox-controls {
  cursor: pointer;
  transition: opacity 0.8s; }

.plc-lightbox-controls svg {
  fill: none;
  filter: drop-shadow(rgba(0, 0, 0, 0.4) 1px 1px 1px);
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: bevel;
  stroke-width: 2px;
  pointer-events: none;
  height: auto;
  width: 35px; }

.plc-lightbox-exitButton {
  position: fixed;
  top: 35px;
  right: 35px;
  transition: opacity 0.8s;
  z-index: 99999; }
  @media (max-width: 768px) {
    .plc-lightbox-exitButton {
      top: 20px;
      right: 10px; } }

.plc-lightbox-exitButton:hover {
  opacity: 0.7; }

.plc-lightbox-overlay {
  background: rgba(24, 24, 27, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 9999; }
  .plc-lightbox-overlay.plc-lightbox-overlay-form {
    align-items: flex-start; }
  .plc-lightbox-overlay.plc-lightbox-overlay-video .plc-lightbox-overlay-video__wrapper_outer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%; }
    @media (max-width: 768px) {
      .plc-lightbox-overlay.plc-lightbox-overlay-video .plc-lightbox-overlay-video__wrapper_outer {
        width: 80%; } }
    @media (max-width: 768px) {
      .plc-lightbox-overlay.plc-lightbox-overlay-video .plc-lightbox-overlay-video__wrapper_outer {
        width: 90%; } }
  .plc-lightbox-overlay.plc-lightbox-overlay-video .plc-lightbox-overlay-video__wrapper_inner {
    padding-bottom: 56.25%;
    /* 16:9 */
    position: relative;
    height: 0; }
    .plc-lightbox-overlay.plc-lightbox-overlay-video .plc-lightbox-overlay-video__wrapper_inner iframe {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }

.plc-lightbox-overlay img {
  margin: 0;
  max-height: 100%;
  max-width: 80%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5% 20px; }

.plc-lightbox-form .plc-lightbox-form-content {
  margin-top: 30px; }

.plc-lightbox-form .form-sidebar-container {
  max-width: 450px; }
  .plc-lightbox-form .form-sidebar-container .ginput_container_consent {
    min-height: unset;
    max-height: 20px; }
    .plc-lightbox-form .form-sidebar-container .ginput_container_consent label,
    .plc-lightbox-form .form-sidebar-container .ginput_container_consent span {
      position: relative;
      top: -15px; }

.plc-lightbox-form-container-hidden {
  display: none; }

@media screen and (min-width: 768px) {
  .plc-lightbox-overlay img {
    max-width: 60%; } }

@media screen and (min-width: 1200px) {
  .plc-lightbox-overlay img {
    max-width: 50%; } }

.consent-more {
  text-decoration: underline; }

/* ## Single Product */
body.single-product {
  padding-top: 70px; }
  body.single-product a {
    text-decoration: none; }
  body.single-product .single-product-menu {
    list-style: none;
    margin-top: 15px; }
    body.single-product .single-product-menu li {
      display: inline-block;
      margin-right: 30px;
      margin-bottom: 10px; }
      body.single-product .single-product-menu li:last-child {
        margin-right: 0; }
      body.single-product .single-product-menu li a {
        color: #1e4459;
        font-size: 14px;
        font-weight: 400;
        position: relative;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
        body.single-product .single-product-menu li a::after {
          content: "";
          background: #3bb1ad;
          display: block;
          margin-top: 5px;
          position: absolute;
          right: 0;
          transition: width 0.2s ease;
          height: 2px;
          width: 0; }
        body.single-product .single-product-menu li a:hover {
          color: #3bb1ad; }
          body.single-product .single-product-menu li a:hover::after {
            left: 0;
            width: 100%; }
  body.single-product .page-heading {
    padding: 40px 0 0; }
    body.single-product .page-heading h1 {
      color: #1e4459;
      font-size: 40px;
      margin: 0 0 30px; }
  body.single-product .woocommerce .product-description button {
    font-family: "Sofia Pro";
    padding-left: 0; }
  body.single-product .woocommerce .product {
    clear: both;
    color: #1e4459; }
    body.single-product .woocommerce .product .product-col-left {
      float: left;
      position: relative;
      width: 48%; }
      body.single-product .woocommerce .product .product-col-left:hover .social_share {
        opacity: 1; }
      @media (max-width: 768px) {
        body.single-product .woocommerce .product .product-col-left {
          float: none;
          width: 100%; } }
    body.single-product .woocommerce .product .social_share {
      display: block;
      margin-top: 10px;
      position: absolute;
      right: 10px;
      z-index: 30;
      opacity: 0;
      transition: 0.2s ease-in-out; }
      @media only screen and (max-width: 1080px) {
        body.single-product .woocommerce .product .social_share {
          opacity: 1; } }
      body.single-product .woocommerce .product .social_share a {
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        font-size: 11px;
        font-weight: 700;
        margin: 0 2px;
        padding: 4px 7px 3px;
        text-decoration: none; }
      body.single-product .woocommerce .product .social_share .btn-facebook {
        background: #4267b2;
        border: 1px solid #4267b2; }
      body.single-product .woocommerce .product .social_share .btn-pinterest {
        background: #e23537;
        border: 1px solid #e23537; }
    body.single-product .woocommerce .product .product-gallery {
      border: 1px solid #e7eef1;
      display: flex;
      min-height: 370px; }
      body.single-product .woocommerce .product .product-gallery .slick-list {
        padding-top: 0 !important;
        height: 370px; }
      body.single-product .woocommerce .product .product-gallery .slider-nav {
        margin-bottom: 0;
        padding: 30px 0;
        width: 100px; }
        body.single-product .woocommerce .product .product-gallery .slider-nav .slick-list {
          height: 300px !important; }
        body.single-product .woocommerce .product .product-gallery .slider-nav .slider-item {
          border-bottom: 1px solid #e7eef1;
          cursor: pointer; }
          body.single-product .woocommerce .product .product-gallery .slider-nav .slider-item img {
            padding: 10px;
            max-width: 100%; }
          body.single-product .woocommerce .product .product-gallery .slider-nav .slider-item:last-of-type {
            border-bottom: 0; }
        body.single-product .woocommerce .product .product-gallery .slider-nav .slick-arrow.slick-prev, body.single-product .woocommerce .product .product-gallery .slider-nav .slick-arrow.slick-next {
          left: 50%;
          transform: translate(-50%, -50%); }
        body.single-product .woocommerce .product .product-gallery .slider-nav .slick-arrow.slick-prev {
          top: 20px;
          bottom: unset; }
          body.single-product .woocommerce .product .product-gallery .slider-nav .slick-arrow.slick-prev::before {
            content: url("../img/thumbs_up_arrow.png"); }
        body.single-product .woocommerce .product .product-gallery .slider-nav .slick-arrow.slick-next {
          top: unset;
          bottom: 0; }
          body.single-product .woocommerce .product .product-gallery .slider-nav .slick-arrow.slick-next::before {
            content: url("../img/thumbs_down_arrow.png"); }
      body.single-product .woocommerce .product .product-gallery .slider-main {
        border-left: 1px solid #e7eef1;
        margin-bottom: 0; }
        body.single-product .woocommerce .product .product-gallery .slider-main.slider-main-placeholder {
          width: 100%; }
          body.single-product .woocommerce .product .product-gallery .slider-main.slider-main-placeholder > .slick-list {
            height: auto !important; }
        body.single-product .woocommerce .product .product-gallery .slider-main:not(.slider-main-placeholder) {
          width: calc(100% - 100px); }
        body.single-product .woocommerce .product .product-gallery .slider-main .slider-item {
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 430px; }
          body.single-product .woocommerce .product .product-gallery .slider-main .slider-item img {
            margin: 0 auto;
            max-height: 400px;
            max-width: 100%;
            width: auto; }
          body.single-product .woocommerce .product .product-gallery .slider-main .slider-item.thumbnail_video {
            position: relative; }
            body.single-product .woocommerce .product .product-gallery .slider-main .slider-item.thumbnail_video a {
              display: block; }
    body.single-product .woocommerce .product .product-subheading {
      color: #1e4459;
      font-size: 18px;
      margin: 0 0 25px; }
      @media only screen and (max-width: 768px) {
        body.single-product .woocommerce .product .product-subheading {
          margin: 25px 0; } }
    body.single-product .woocommerce .product .product-description {
      color: #90a2ac;
      font-size: 14px;
      font-weight: 300;
      line-height: 1.75em; }
      body.single-product .woocommerce .product .product-description .product-description-long {
        display: none;
        margin-top: 20px; }
      body.single-product .woocommerce .product .product-description .read-more,
      body.single-product .woocommerce .product .product-description .read-less {
        margin: 15px 0 20px; }
        body.single-product .woocommerce .product .product-description .read-more button,
        body.single-product .woocommerce .product .product-description .read-less button {
          background: none;
          border: 0;
          box-shadow: none;
          color: #3bb1ad;
          cursor: pointer;
          font-size: 14px; }
          body.single-product .woocommerce .product .product-description .read-more button::after,
          body.single-product .woocommerce .product .product-description .read-less button::after {
            content: "";
            background: url("../img/product-read-more.png") center center repeat;
            position: absolute;
            transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
            height: 16px;
            width: 20px; }
      body.single-product .woocommerce .product .product-description .read-less {
        display: none; }
        body.single-product .woocommerce .product .product-description .read-less button::after {
          background-position: center -4px;
          transform: rotate(180deg); }
    body.single-product .woocommerce .product div.entry-summary {
      margin-bottom: 0; }
      body.single-product .woocommerce .product div.entry-summary > .price {
        display: none; }
      body.single-product .woocommerce .product div.entry-summary > .stock {
        display: none; }
    body.single-product .woocommerce .product form.variations_form,
    body.single-product .woocommerce .product .page-product-box form.cart {
      background-color: #eff4f4;
      border-radius: 3px;
      margin-top: 20px;
      margin-bottom: 0;
      padding: 25px 25px 15px 25px; }
      body.single-product .woocommerce .product form.variations_form .variations .attribute_fieldset,
      body.single-product .woocommerce .product form.cart .variations .attribute_fieldset {
        padding-bottom: 15px; }
        body.single-product .woocommerce .product form.variations_form .variations .attribute_fieldset label,
        body.single-product .woocommerce .product form.cart .variations .attribute_fieldset label {
          color: #90a2ac;
          display: block;
          font-size: 10px;
          font-weight: 400;
          letter-spacing: 0.83px;
          padding-bottom: 5px;
          text-transform: uppercase; }
      body.single-product .woocommerce .product form.variations_form .variations .attribute_list,
      body.single-product .woocommerce .product form.cart .variations .attribute_list {
        position: relative; }
        body.single-product .woocommerce .product form.variations_form .variations .attribute_list::before,
        body.single-product .woocommerce .product form.cart .variations .attribute_list::before {
          content: "";
          display: inline-block;
          height: 35px;
          border-radius: 3px;
          background-color: white;
          position: absolute;
          right: 0rem;
          width: 2rem; }
        body.single-product .woocommerce .product form.variations_form .variations .attribute_list select,
        body.single-product .woocommerce .product form.cart .variations .attribute_list select {
          position: relative;
          border-radius: 3px;
          background: white;
          padding-right: 2rem;
          padding-left: 0.75rem;
          font-size: 0.75rem;
          width: calc(100% - 0.75rem);
          font-family: "Sofia Pro", sans-serif; }
      body.single-product .woocommerce .product form.variations_form .price-summary,
      body.single-product .woocommerce .product form.cart .price-summary {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        @media only screen and (max-width: 768px) {
          body.single-product .woocommerce .product form.variations_form .price-summary,
          body.single-product .woocommerce .product form.cart .price-summary {
            flex-direction: column; }
            body.single-product .woocommerce .product form.variations_form .price-summary .price-wrapper,
            body.single-product .woocommerce .product form.cart .price-summary .price-wrapper {
              margin-bottom: 20px; } }
        body.single-product .woocommerce .product form.variations_form .price-summary .woocommerce-variation-description,
        body.single-product .woocommerce .product form.variations_form .price-summary .woocommerce-variation-availability,
        body.single-product .woocommerce .product form.cart .price-summary .woocommerce-variation-description,
        body.single-product .woocommerce .product form.cart .price-summary .woocommerce-variation-availability {
          display: none; }
        body.single-product .woocommerce .product form.variations_form .price-summary .price-label,
        body.single-product .woocommerce .product form.cart .price-summary .price-label {
          display: block;
          font-size: 10px;
          padding-bottom: 7px;
          text-transform: uppercase; }
        body.single-product .woocommerce .product form.variations_form .price-summary .price-display .price,
        body.single-product .woocommerce .product form.cart .price-summary .price-display .price {
          color: #1e4459;
          display: block;
          font-size: 28px; }
      body.single-product .woocommerce .product .page-product-box form.variations_form .add-to-cart-wrapper,
      body.single-product .woocommerce .product form.cart .add-to-cart-wrapper {
        display: flex;
        flex-direction: row; }
        body.single-product .woocommerce .product form.variations_form .add-to-cart-wrapper .input-container .quantity,
        body.single-product .woocommerce .product form.cart .add-to-cart-wrapper .input-container .quantity {
          position: relative; }
          body.single-product .woocommerce .product form.variations_form .add-to-cart-wrapper .input-container .quantity input[type="number"]::-webkit-inner-spin-button,
          body.single-product .woocommerce .product form.variations_form .add-to-cart-wrapper .input-container .quantity input[type="number"]::-webkit-outer-spin-button,
          body.single-product .woocommerce .product form.cart .add-to-cart-wrapper .input-container .quantity input[type="number"]::-webkit-inner-spin-button,
          body.single-product .woocommerce .product form.cart .add-to-cart-wrapper .input-container .quantity input[type="number"]::-webkit-outer-spin-button {
            margin: 0;
            -webkit-appearance: none; }
          body.single-product .woocommerce .product form.variations_form .add-to-cart-wrapper .input-container .quantity input[type="number"],
          body.single-product .woocommerce .product form.cart .add-to-cart-wrapper .input-container .quantity input[type="number"] {
            background-color: #fff;
            border: none;
            border-radius: 4px;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
            display: block;
            float: left;
            font-size: 14px;
            line-height: 1.65;
            margin: 0;
            padding: 0 0 0 22px;
            text-align: left;
            height: 42px;
            width: 70px;
            -moz-appearance: textfield;
            appearance: textfield; }
          body.single-product .woocommerce .product form.variations_form .add-to-cart-wrapper .input-container .quantity input:focus,
          body.single-product .woocommerce .product form.cart .add-to-cart-wrapper .input-container .quantity input:focus {
            outline: 0; }
        body.single-product .woocommerce .product form.variations_form .add-to-cart-wrapper .input-container .quantity-nav,
        body.single-product .woocommerce .product form.cart .add-to-cart-wrapper .input-container .quantity-nav {
          float: left;
          position: relative;
          left: -5px;
          height: 42px; }
          body.single-product .woocommerce .product form.variations_form .add-to-cart-wrapper .input-container .quantity-nav .quantity-button,
          body.single-product .woocommerce .product form.cart .add-to-cart-wrapper .input-container .quantity-nav .quantity-button {
            background-color: #fff;
            border: none;
            border-left: 1px solid rgba(0, 0, 0, 0.08);
            color: #90a2ac;
            cursor: pointer;
            display: block;
            font-family: "FontAwesome" !important;
            font-size: 12px;
            line-height: 1.5;
            padding: 0;
            position: relative;
            text-align: center;
            transform: translateX(-100%);
            user-select: none;
            width: 21px; }
          body.single-product .woocommerce .product form.variations_form .add-to-cart-wrapper .input-container .quantity-nav .quantity-button:active,
          body.single-product .woocommerce .product form.cart .add-to-cart-wrapper .input-container .quantity-nav .quantity-button:active {
            background: #eaeaea; }
          body.single-product .woocommerce .product form.variations_form .add-to-cart-wrapper .input-container .quantity-nav .quantity-button.quantity-up,
          body.single-product .woocommerce .product form.cart .add-to-cart-wrapper .input-container .quantity-nav .quantity-button.quantity-up {
            border-bottom: 1px solid rgba(0, 0, 0, 0.08);
            border-radius: 0 4px 0 0;
            font-family: "FontAwesome";
            line-height: 1.6;
            position: absolute;
            top: 0;
            height: 50%; }
          body.single-product .woocommerce .product form.variations_form .add-to-cart-wrapper .input-container .quantity-nav .quantity-button.quantity-down,
          body.single-product .woocommerce .product form.cart .add-to-cart-wrapper .input-container .quantity-nav .quantity-button.quantity-down {
            font-family: "FontAwesome";
            border-radius: 0 0 4px 0;
            position: absolute;
            bottom: 0;
            height: 50%; }
        body.single-product .woocommerce .product form.variations_form .add-to-cart-wrapper .button-container,
        body.single-product .woocommerce .product form.cart .add-to-cart-wrapper .button-container {
          margin-left: 20px; }
          body.single-product .woocommerce .product form.variations_form .add-to-cart-wrapper .button-container .single_add_to_cart_button,
          body.single-product .woocommerce .product form.cart .add-to-cart-wrapper .button-container .single_add_to_cart_button {
            background: #3bb1ad;
            border: none;
            border-radius: 3px;
            color: #fff;
            cursor: pointer;
            float: none !important;
            font-size: 14px;
            font-weight: 400;
            overflow: hidden;
            padding: 14px 20px;
            position: relative;
            text-transform: uppercase;
            transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
            height: inherit;
            width: 100%; }
            body.single-product .woocommerce .product form.variations_form .add-to-cart-wrapper .button-container .single_add_to_cart_button:hover,
            body.single-product .woocommerce .product form.cart .add-to-cart-wrapper .button-container .single_add_to_cart_button:hover {
              background: #2e8b88; }
          body.single-product .woocommerce .product form.variations_form .add-to-cart-wrapper .button-container .tiered-pricing-wrapper,
          body.single-product .woocommerce .product form.cart .add-to-cart-wrapper .button-container .tiered-pricing-wrapper {
            display: none; }
      body.single-product .woocommerce .product form.variations_form .price-form-bottom #quantityDiscount,
      body.single-product .woocommerce .product form.cart .price-form-bottom #quantityDiscount {
        color: #90a2ac;
        font-size: 12px;
        padding-top: 10px; }
      body.single-product .woocommerce .product form.variations_form .price-form-bottom .page_product_ppal,
      body.single-product .woocommerce .product form.cart .price-form-bottom .page_product_ppal {
        background-color: #eff4f4;
        border-top: 1px solid #b8cdd8;
        border-radius: 0 3px 3px 0;
        color: #90a2ac;
        display: flex;
        align-items: center;
        font-size: 12px;
        margin: 20px 0 0 -25px;
        padding: 15px 25px 0 25px;
        width: calc(100% + 50px); }
        body.single-product .woocommerce .product form.variations_form .price-form-bottom .page_product_ppal span,
        body.single-product .woocommerce .product form.cart .price-form-bottom .page_product_ppal span {
          margin: 4px 0 0 2px; }
          @media only screen and (max-width: 768px) {
            body.single-product .woocommerce .product form.variations_form .price-form-bottom .page_product_ppal span,
            body.single-product .woocommerce .product form.cart .price-form-bottom .page_product_ppal span {
              margin: 4px 0 0 15px; } }
        body.single-product .woocommerce .product form.variations_form .price-form-bottom .page_product_ppal a,
        body.single-product .woocommerce .product form.cart .price-form-bottom .page_product_ppal a {
          color: #1e4459;
          margin-left: 5px;
          text-decoration: none; }
          @media only screen and (max-width: 480px) {
            body.single-product .woocommerce .product form.variations_form .price-form-bottom .page_product_ppal a,
            body.single-product .woocommerce .product form.cart .price-form-bottom .page_product_ppal a {
              display: block;
              margin: 3px 0 0 0; } }
    body.single-product .woocommerce .product #extra_product_tabs {
      margin-top: 50px; }
      body.single-product .woocommerce .product #extra_product_tabs #product-tabs-header {
        display: none; }
        @media only screen and (max-width: 760px) {
          body.single-product .woocommerce .product #extra_product_tabs #product-tabs-header {
            background: url(../img/tabs-arrow-bottom.png) right 15px center no-repeat;
            color: #1e4459;
            display: block;
            font-size: 18px;
            font-weight: 700;
            padding: 15px 15px 10px; }
            body.single-product .woocommerce .product #extra_product_tabs #product-tabs-header .legend {
              display: block;
              font-size: 12px;
              font-style: italic; } }
        @media only screen and (max-width: 1023px) {
          body.single-product .woocommerce .product #extra_product_tabs #product-tabs-header {
            background: #eff4f4;
            border-radius: 5px;
            padding: 15px; } }
      body.single-product .woocommerce .product #extra_product_tabs #product-tabs {
        padding-top: 60px; }
        @media only screen and (max-width: 768px) {
          body.single-product .woocommerce .product #extra_product_tabs #product-tabs {
            padding-top: 20px; } }
        body.single-product .woocommerce .product #extra_product_tabs #product-tabs .product-tabs-headers {
          background: #fafcfc;
          color: #1e4459;
          display: flex;
          align-items: center;
          margin: 0;
          padding: 0;
          height: 70px;
          width: 100%; }
          body.single-product .woocommerce .product #extra_product_tabs #product-tabs .product-tabs-headers::before {
            display: none; }
          body.single-product .woocommerce .product #extra_product_tabs #product-tabs .product-tabs-headers li {
            background-color: #fafcfc;
            border: 0;
            flex-grow: 1;
            margin: 0;
            padding: 0;
            text-align: center;
            height: inherit; }
            body.single-product .woocommerce .product #extra_product_tabs #product-tabs .product-tabs-headers li::before, body.single-product .woocommerce .product #extra_product_tabs #product-tabs .product-tabs-headers li::after {
              display: none; }
            body.single-product .woocommerce .product #extra_product_tabs #product-tabs .product-tabs-headers li a {
              color: inherit;
              display: block;
              font-size: 1rem;
              font-weight: 400;
              padding: 30px 20px 0;
              transition: 0.2s all ease-in-out;
              height: inherit; }
              body.single-product .woocommerce .product #extra_product_tabs #product-tabs .product-tabs-headers li a:hover {
                color: #3bb1ad; }
            body.single-product .woocommerce .product #extra_product_tabs #product-tabs .product-tabs-headers li.active {
              background: #eff4f4;
              border-radius: 4px 4px 0 0; }
              body.single-product .woocommerce .product #extra_product_tabs #product-tabs .product-tabs-headers li.active a {
                color: #3bb1ad; }
          @media only screen and (max-width: 1023px) {
            body.single-product .woocommerce .product #extra_product_tabs #product-tabs .product-tabs-headers {
              display: none;
              padding-bottom: 10px;
              height: auto; }
              body.single-product .woocommerce .product #extra_product_tabs #product-tabs .product-tabs-headers li {
                display: block;
                text-align: left;
                width: 100%; }
                body.single-product .woocommerce .product #extra_product_tabs #product-tabs .product-tabs-headers li a {
                  padding: 15px 15px 10px; }
                  body.single-product .woocommerce .product #extra_product_tabs #product-tabs .product-tabs-headers li a.active {
                    border-radius: 4px; } }
        @media only screen and (max-width: 1023px) {
          body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabHeader {
            background: url(../img/thumbs_down_arrow.png) right center no-repeat;
            color: #1e4459;
            display: block;
            font-size: 16px;
            margin: 0 10px;
            padding: 15px 0; }
            body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabHeader ~ .extraTabHeader {
              border-top: 1px solid #dfe6e6; }
            body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabHeader.active {
              background-image: url(../img/thumbs_up_arrow.png); } }
        body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent {
          background: #eff4f4;
          clear: both;
          display: none;
          font-size: 14px;
          line-height: 1.27em;
          padding: 40px; }
          @media only screen and (max-width: 766px) {
            body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent {
              padding: 20px 10px; } }
          body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent.active {
            display: block; }
          body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent > h2 {
            font-size: 16px;
            margin-top: 30px;
            margin-bottom: 20px;
            padding-left: 25px;
            position: relative; }
            body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent > h2:hover, body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent > h2.active {
              color: #3bb1ad;
              cursor: pointer; }
            body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent > h2 .colapse__icon {
              background-color: #fff;
              border-radius: 3px;
              padding: 3px 3px;
              position: absolute;
              top: 1px;
              left: 0;
              transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
              height: 15px;
              width: 15px; }
              body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent > h2 .colapse__icon.active {
                background-color: #45b5b1; }
              body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent > h2 .colapse__icon .plus-minus {
                box-sizing: border-box;
                margin: 1px;
                position: relative;
                transform: rotate(180deg);
                transition: transform 0.3s;
                height: 7px;
                width: 7px; }
                body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent > h2 .colapse__icon .plus-minus::before {
                  content: "";
                  border-bottom: solid 2px #1e4459;
                  display: block;
                  position: absolute;
                  bottom: 2.5px;
                  transform: rotate(90deg);
                  transition: width 0.3s;
                  height: 0px;
                  width: 7px; }
                body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent > h2 .colapse__icon .plus-minus::after {
                  content: "";
                  border-bottom: solid 2px #1e4459;
                  display: block;
                  position: absolute;
                  bottom: 2.5px;
                  height: 0px;
                  width: 7px; }
                body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent > h2 .colapse__icon .plus-minus.active {
                  transform: rotate(0deg); }
                  body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent > h2 .colapse__icon .plus-minus.active::before {
                    content: "";
                    border-bottom: solid 2px #ffffff;
                    display: block;
                    position: absolute;
                    bottom: 2.5px;
                    transform: rotate(90deg);
                    height: 0px;
                    width: 0px; }
                  body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent > h2 .colapse__icon .plus-minus.active::after {
                    border-bottom: solid 2px #ffffff; }
          body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent > .tab-content {
            display: none; }
          body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent > div {
            font-size: 14px; }
          body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent p {
            font-weight: 100;
            line-height: 1.75;
            padding-bottom: 10px; }
          body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent a {
            color: #3bb1ad; }
            body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent a:hover {
              text-decoration: underline; }
          body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent ul {
            list-style-type: disc;
            margin-top: 1em;
            margin-bottom: 1em;
            padding-left: 15px; }
            body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent ul li {
              line-height: 1.27em;
              padding-bottom: 5px; }
          body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent ol {
            list-style: initial;
            list-style-position: inside;
            list-style-type: decimal;
            margin-top: 1em;
            margin-bottom: 1em; }
            body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent ol li {
              line-height: 1.27em;
              padding-bottom: 5px; }
          body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent strong {
            font-weight: bold; }
          body.single-product .woocommerce .product #extra_product_tabs #product-tabs .extraTabContent table {
            width: 100% !important; }
      @media only screen and (max-width: 1023px) {
        body.single-product .woocommerce .product #extra_product_tabs .extraTabContent [nowrap="nowrap"] {
          white-space: normal; }
        body.single-product .woocommerce .product #extra_product_tabs .extraTabContent img {
          height: auto !important;
          max-width: 100%; }
        body.single-product .woocommerce .product #extra_product_tabs .extraTabContent table.compare {
          display: block; }
          body.single-product .woocommerce .product #extra_product_tabs .extraTabContent table.compare tr {
            display: flex;
            flex-wrap: wrap;
            padding: 5px 0; }
            body.single-product .woocommerce .product #extra_product_tabs .extraTabContent table.compare tr td:first-of-type {
              text-align: center;
              width: 100%; }
            body.single-product .woocommerce .product #extra_product_tabs .extraTabContent table.compare tr td:nth-of-type(2) {
              font-size: 12px;
              padding: 9px 8px;
              text-align: center;
              width: 50%; }
            body.single-product .woocommerce .product #extra_product_tabs .extraTabContent table.compare tr td:nth-of-type(3) {
              font-size: 12px;
              padding: 7px 8px;
              text-align: center;
              width: 50%; }
          body.single-product .woocommerce .product #extra_product_tabs .extraTabContent table.compare.sticky {
            padding-top: 105px; }
            body.single-product .woocommerce .product #extra_product_tabs .extraTabContent table.compare.sticky tr:first-of-type {
              background: #fff;
              padding: 5px 45px;
              position: fixed;
              top: 50px;
              right: 0;
              left: 0; } }
      body.single-product .woocommerce .product #extra_product_tabs .accessories-block {
        clear: both;
        margin-top: 60px; }
      body.single-product .woocommerce .product #extra_product_tabs .accessories-block h2 {
        font-size: 40px;
        padding-bottom: 30px;
        text-align: center;
        text-transform: capitalize; }
      @media only screen and (max-width: 640px) {
        body.single-product .woocommerce .product #extra_product_tabs .accessories-block h2 {
          font-size: 28px; } }
      body.single-product .woocommerce .product #extra_product_tabs .compare_models-container .models-container .model-container {
        text-align: center; }
        body.single-product .woocommerce .product #extra_product_tabs .compare_models-container .models-container .model-container .title {
          font-size: 22px;
          font-weight: 400 !important;
          margin-bottom: 30px; }
        body.single-product .woocommerce .product #extra_product_tabs .compare_models-container .models-container .model-container .image_main {
          height: auto;
          max-height: 330px;
          width: auto; }
        body.single-product .woocommerce .product #extra_product_tabs .compare_models-container .models-container .model-container .whats_included-container {
          border-top: 2px solid #555555;
          margin-top: 50px;
          padding-top: 30px; }
          body.single-product .woocommerce .product #extra_product_tabs .compare_models-container .models-container .model-container .whats_included-container .whats_included-heading {
            margin-bottom: 20px; }
            body.single-product .woocommerce .product #extra_product_tabs .compare_models-container .models-container .model-container .whats_included-container .whats_included-heading p {
              font-size: 18px;
              font-weight: 400 !important;
              line-height: 1.75;
              padding-bottom: 10px; }
          body.single-product .woocommerce .product #extra_product_tabs .compare_models-container .models-container .model-container .whats_included-container .whats_included-item .image {
            padding: 10px;
            height: auto;
            max-width: 200px; }
          body.single-product .woocommerce .product #extra_product_tabs .compare_models-container .models-container .model-container .whats_included-container .whats_included-item .text {
            padding: 10px; }
      body.single-product .woocommerce .product #extra_product_tabs .compare_models-container .table-container {
        margin-top: 40px; }
      body.single-product .woocommerce .product #extra_product_tabs table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100% !important; }
        body.single-product .woocommerce .product #extra_product_tabs table td,
        body.single-product .woocommerce .product #extra_product_tabs table th {
          padding: 10px;
          text-align: left;
          vertical-align: top; }
        body.single-product .woocommerce .product #extra_product_tabs table th {
          font-weight: 700; }
        body.single-product .woocommerce .product #extra_product_tabs table td:first-child {
          width: 22%; }
        body.single-product .woocommerce .product #extra_product_tabs table tbody tr:nth-child(odd) {
          background-color: #fff; }
  body.single-product .related {
    margin-top: 60px; }
    body.single-product .related .heading {
      margin-bottom: 30px;
      text-align: center; }
    body.single-product .related .product_list {
      display: flex;
      flex-wrap: wrap;
      /* @media (hover: hover) */ }
      body.single-product .related .product_list li {
        flex: 0 0 25%;
        float: none;
        font-size: 13px;
        overflow: hidden;
        margin: 0 0 30px 0;
        padding: 0;
        position: relative;
        width: unset; }
        @media only screen and (max-width: 1080px) {
          body.single-product .related .product_list li {
            flex: 0 0 33%; } }
        @media only screen and (max-width: 860px) {
          body.single-product .related .product_list li {
            flex: 0 0 50%; } }
        @media only screen and (max-width: 640px) {
          body.single-product .related .product_list li {
            flex: 0 0 100%; } }
        body.single-product .related .product_list li .product-container {
          border: 1px solid #e7eef1;
          margin: 0 15px;
          position: relative;
          transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
          height: 100%; }
          body.single-product .related .product_list li .product-container:hover {
            border-color: #ffffff;
            box-shadow: 0 2px 40px rgba(47, 62, 62, 0.06); }
            body.single-product .related .product_list li .product-container:hover .bottom-block {
              background-color: #eff4f4;
              transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
          body.single-product .related .product_list li .product-container .product-image-container {
            overflow: hidden;
            padding: 20px 20px 0;
            text-align: center; }
            body.single-product .related .product_list li .product-container .product-image-container img {
              height: auto;
              max-width: 100%; }
          body.single-product .related .product_list li .product-container .product-name {
            color: #1e4459;
            font-size: 18px;
            padding: 15px 15px 100px;
            text-align: center; }
          body.single-product .related .product_list li .product-container .bottom-block {
            position: absolute;
            bottom: 0;
            height: 90px;
            width: 100%; }
            body.single-product .related .product_list li .product-container .bottom-block .ajax_add_to_cart_button {
              display: block;
              float: right;
              position: relative;
              height: inherit;
              width: 90px; }
              body.single-product .related .product_list li .product-container .bottom-block .ajax_add_to_cart_button span {
                background: url("../img/icon_product_cart.png") center bottom no-repeat;
                display: block;
                margin: 35px auto 0;
                transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
                height: 23px;
                width: 20px; }
              body.single-product .related .product_list li .product-container .bottom-block .ajax_add_to_cart_button:hover {
                background: #3bb1ad; }
                body.single-product .related .product_list li .product-container .bottom-block .ajax_add_to_cart_button:hover span {
                  background-position: center top; }
            body.single-product .related .product_list li .product-container .bottom-block .content_price {
              display: block;
              margin-right: 90px;
              height: inherit; }
              body.single-product .related .product_list li .product-container .bottom-block .content_price a {
                color: inherit;
                display: block;
                padding: 13px 0 15px 15px;
                height: inherit; }
                body.single-product .related .product_list li .product-container .bottom-block .content_price a span {
                  color: #1e4459;
                  font-size: 22px; }
      @media (hover: none) and (max-width: 750px) {
        body.single-product .related .product_list li .product-image-container:hover .button-container a {
          bottom: -34px; } }

/* ## Google Maps */
.wpgmp_map_container {
  display: flex;
  flex-flow: column; }
  .wpgmp_map_container .wpgmp_map_parent {
    order: 1; }
  .wpgmp_map_container .wpgmp_filter_wrappers {
    order: 0; }
  .wpgmp_map_container .wpgmp_listing_container *,
  .wpgmp_map_container .wpgmp_infowindow,
  .wpgmp_map_container input,
  .wpgmp_map_container select {
    font-family: "Sofia Pro", sans-serif !important; }
  .wpgmp_map_container .location_listing1 {
    order: 2; }
  .wpgmp_map_container .wpgmp_pagination {
    order: 3; }
  .wpgmp_map_container .wpgmp_pagination {
    display: flex;
    justify-content: center; }
    .wpgmp_map_container .wpgmp_pagination a,
    .wpgmp_map_container .wpgmp_pagination span {
      border-radius: 4px;
      color: #1e4459 !important;
      display: inline-block;
      font-size: 14px;
      font-weight: 400;
      background-color: transparent !important;
      height: 26px;
      line-height: 26px;
      text-align: center;
      text-decoration: none;
      transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      min-width: 26px; }
      .wpgmp_map_container .wpgmp_pagination a:hover,
      .wpgmp_map_container .wpgmp_pagination span:hover {
        background-color: #eff4f4 !important; }
    .wpgmp_map_container .wpgmp_pagination .current {
      background-color: #eff4f4 !important; }
    .wpgmp_map_container .wpgmp_pagination .dots {
      width: 16px; }
  .wpgmp_map_container.wpgmp-map-1 .wpgmp_before_listing {
    display: none !important; }
  .wpgmp_map_container.wpgmp-map-1 .extrafield .extra-to-hide {
    display: none !important; }
  .wpgmp_map_container.wpgmp-map-1 a[href=""].button.btn.btn-default,
  .wpgmp_map_container.wpgmp-map-1 a[href=""] .link-custom,
  .wpgmp_map_container.wpgmp-map-1 a[href="<div class='wpgmp_empty'>wpgmp_empty</div>"].button.btn.btn-default,
  .wpgmp_map_container.wpgmp-map-1 a[href="<div class='wpgmp_empty'>wpgmp_empty</div>"] .link-custom {
    display: none !important; }
  .wpgmp_map_container.wpgmp-map-1 .categories_filter select {
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-color: #eff4f4;
    border-radius: 3px;
    padding-left: 2px;
    padding-top: 2px;
    line-height: inherit;
    border: 0;
    margin-bottom: 10px;
    color: #000 !important;
    height: 35px;
    width: 100%;
    background-image: none !important;
    appearance: auto !important;
    line-height: 35px !important;
    padding-bottom: 0 !important;
    display: block !important;
    float: none !important;
    max-width: unset !important; }
  .wpgmp_map_container.wpgmp-map-1 .wpgmp_locations .fc-feature-img {
    float: left; }
    .wpgmp_map_container.wpgmp-map-1 .wpgmp_locations .fc-feature-img img {
      width: 50px !important; }
  .wpgmp_map_container.wpgmp-map-1 .wpgmp_locations .wpgmp_location_meta .extrafield.phone + .wpgmp_location_category.fc-badge {
    display: none !important; }
  .wpgmp_map_container.wpgmp-map-1 .wpgmp_locations .extrafield.website {
    margin-left: auto;
    display: inline-block; }
  .wpgmp_map_container.wpgmp-map-1 .wpgmp_locations .wpgmp_locations_content,
  .wpgmp_map_container.wpgmp-map-1 .wpgmp_locations .wpgmp_locations_foot {
    float: none; }
  .wpgmp_map_container.wpgmp-map-1 .wpgmp_locations .wpgmp_locations_foot {
    text-align: right; }
    .wpgmp_map_container.wpgmp-map-1 .wpgmp_locations .wpgmp_locations_foot .extrafield {
      margin-top: .5rem; }
  .wpgmp_map_container.wpgmp-map-1 .wpgmp_filter_wrappers {
    background: transparent;
    padding: 0;
    display: flex;
    gap: 10px; }
  .wpgmp_map_container.wpgmp-map-1 .wpgmp_search_form::after {
    display: none !important; }
  .wpgmp_map_container.wpgmp-map-1 .wpgmp_listing_header,
  .wpgmp_map_container.wpgmp-map-1 .categories_filter {
    width: 50%; }

/* ## Calculator */
.page-template {
  /* ## Calculator */ }
  .page-template .calculator {
    padding-top: 100px;
    text-align: center; }
  @media only screen and (max-width: 767px) {
    .page-template .calculator {
      padding: 70px 20px 0 20px; } }
  .page-template .calculator--v2 {
    background-color: #f1f4f6;
    padding-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .page-template .calculator--v2 {
      padding-bottom: 70px; } }
  .page-template .calculator__header {
    color: #1e4459;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 25px; }
  @media only screen and (max-width: 767px) {
    .page-template .calculator__header {
      font-size: 30px; } }
  .page-template .calculator__text {
    color: #90a2ac;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    display: block;
    margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .page-template .calculator__text {
      font-size: 14px; } }
  .page-template .calculator__form {
    display: flex;
    max-width: 929px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto; }
  @media only screen and (max-width: 1024px) {
    .page-template .calculator__form {
      max-width: 460px;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 767px) {
    .page-template .calculator__form {
      display: block; } }
  .page-template .calculator__form--v2 {
    max-width: 688px;
    flex-wrap: nowrap; }
  @media only screen and (max-width: 1024px) {
    .page-template .calculator__form--v2 .calculator__field {
      flex-basis: auto;
      margin: 0 10px;
      padding: 0 0; } }
  @media only screen and (max-width: 767px) {
    .page-template .calculator__form--v2 .calculator__field {
      margin: 10px 0; } }
  .page-template .calculator__field {
    flex: 1;
    text-align: left;
    margin: 0 10px; }
  @media only screen and (max-width: 1024px) {
    .page-template .calculator__field {
      flex-basis: 50%;
      margin: 10px 0;
      padding: 0 7px; } }
  @media only screen and (max-width: 767px) {
    .page-template .calculator__field {
      padding: 0 0; } }
  .page-template .calculator__field--dollar {
    position: relative; }
  .page-template .calculator__field--dollar:before {
    content: "$";
    display: inline-block;
    position: absolute;
    color: #1e4459;
    font-size: 14px;
    font-weight: 300;
    bottom: 11px;
    left: 15px; }
  .page-template .calculator__field--dollar input {
    padding-left: 25px; }
  .page-template .calculator__label {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.83px; }
  .page-template .calculator__input {
    width: 209px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    background-color: #ffffff;
    outline: none;
    color: #1e4459;
    font-size: 14px;
    font-weight: 300;
    border-width: 0;
    padding-left: 15px;
    margin-top: 13px; }
  @media only screen and (max-width: 1024px) {
    .page-template .calculator__input {
      width: 100%; } }
  .page-template .calculator__input:disabled {
    background-color: #f1f4f6;
    border: 1px solid #dbdfe2; }
  .page-template .calculator .calculator__container .calculator__button {
    width: 209px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    background-color: #3bb1ad;
    font-family: "Sofia Pro";
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-width: 0;
    outline: none;
    margin-top: 25px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media only screen and (max-width: 767px) {
    .page-template .calculator .calculator__container .calculator__button {
      max-width: 460px;
      width: 100%; } }
  .page-template .calculator .calculator__container .calculator__button:hover {
    background: #55CBC7; }
  .page-template .calculator__result {
    background: #fff;
    max-width: 588px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    border-radius: 4px; }
  @media only screen and (max-width: 767px) {
    .page-template .calculator__result {
      display: block;
      max-width: 460px; } }
  .page-template .calculator__result:before {
    content: "";
    display: block;
    width: 1px;
    height: 76px;
    background: #e2eaf0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  @media only screen and (max-width: 767px) {
    .page-template .calculator__result:before {
      display: none; } }
  .page-template .calculator__column {
    height: 180px;
    flex: 1;
    padding-top: 45px; }
  @media only screen and (max-width: 767px) {
    .page-template .calculator__column {
      height: 126px;
      padding-top: 15px; } }
  .page-template .calculator__number {
    font-size: 35px;
    font-weight: 300;
    color: #1e4459; }
  @media only screen and (max-width: 767px) {
    .page-template .calculator__number {
      font-size: 20px; } }
  .page-template .calculator__number-inner {
    font-size: 54px;
    margin-left: 8px;
    font-weight: 400; }
  @media only screen and (max-width: 767px) {
    .page-template .calculator__number-inner {
      font-size: 40px; } }
  .page-template .calculator__per {
    color: #1e4459;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-top: 21px; }
  .page-template .calculator__info--ppc {
    max-width: 547px;
    margin: 40px auto 0 auto; }
  .page-template .calculator__info-p {
    color: #90a2ac;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 20px; }
  .page-template .calculator__expense-result {
    color: #1e4459;
    font-size: 70px;
    font-weight: 400;
    margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    .page-template .calculator__expense-result {
      font-size: 60px; } }
  .page-template .calculator__expense-dollar {
    font-size: 40px;
    font-weight: 300;
    margin-right: 10px; }
  @media only screen and (max-width: 767px) {
    .page-template .calculator__expense-dollar {
      font-size: 36px; } }
  .page-template .calculator__expense-per {
    color: #1e4459;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
    display: block; }
  .page-template .calculator .switch-wrapper {
    margin: 50px 0 43px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .page-template .grey-wrapper {
    background-color: #f1f4f6;
    padding-bottom: 100px; }
  @media only screen and (max-width: 1024px) {
    .page-template .grey-wrapper {
      padding-bottom: 75px; } }
  .page-template .mac .calculator__container .calculator__button {
    line-height: 38px; }

/* ## Pay Per Cleanse */
/* cms - paypercleanse */
.page-template-page-paypercleanse .breadcrumb {
  display: none; }

.page-template-page-paypercleanse .page-content table#agreement {
  width: 100%;
  background: #fff;
  margin-bottom: 20px; }
  .page-template-page-paypercleanse .page-content table#agreement thead {
    background-color: #1E4459;
    color: #FFF;
    text-shadow: 0px 1px 0px #1E4459;
    font-size: 12px; }
    .page-template-page-paypercleanse .page-content table#agreement thead th {
      height: 40px;
      vertical-align: middle;
      text-align: right;
      padding: 0px 15px;
      font-weight: normal; }
      .page-template-page-paypercleanse .page-content table#agreement thead th:first-child {
        text-align: left; }
  .page-template-page-paypercleanse .page-content table#agreement tbody th {
    padding: 10px 15px;
    background: #327195;
    color: #fff;
    font-size: 12px;
    text-align: right;
    font-weight: normal; }
    .page-template-page-paypercleanse .page-content table#agreement tbody th:first-child {
      text-align: left; }
  .page-template-page-paypercleanse .page-content table#agreement td {
    padding: 10px 15px;
    text-align: right; }
    .page-template-page-paypercleanse .page-content table#agreement td:first-of-type {
      text-align: left; }
    .page-template-page-paypercleanse .page-content table#agreement td a {
      color: #3bb1ad; }
      .page-template-page-paypercleanse .page-content table#agreement td a:hover {
        text-decoration: underline; }
  .page-template-page-paypercleanse .page-content table#agreement td.section-total {
    font-weight: bold;
    text-align: right; }
  .page-template-page-paypercleanse .page-content table#agreement td#m_total {
    font-weight: bold; }
  .page-template-page-paypercleanse .page-content table#agreement td#total {
    font-weight: bold; }
  .page-template-page-paypercleanse .page-content table#agreement input.pro-input {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    width: 50px;
    padding: 0px 10px;
    height: 25px;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #808080;
    text-align: right;
    background-color: white; }

.page-template-page-paypercleanse .page-content table.no_padding td {
  padding: 0; }

.page-template-page-paypercleanse .page-content table.no_padding th {
  padding: 0; }

.page-template-page-paypercleanse .page-content .hdng2 a {
  color: #3bb1ad; }

.page-template-page-paypercleanse .page-content #ppc-conditions {
  height: 200px;
  margin-bottom: 15px;
  overflow: auto;
  border: 1px solid #eee;
  padding: 20px; }
  .page-template-page-paypercleanse .page-content #ppc-conditions strong {
    font-weight: bold; }

.page-template-page-paypercleanse .page-content .place_order a {
  display: block;
  position: relative;
  float: right;
  text-align: center;
  box-sizing: border-box;
  width: 140px;
  height: 42px;
  border: medium none;
  border-radius: 3px;
  font-size: 16px;
  color: #F2F2F2;
  padding: 0px;
  line-height: 42px;
  background: #30918E;
  transition: all 0.3s;
  text-shadow: 0px 1px 0px #2A807D;
  cursor: pointer; }
  .page-template-page-paypercleanse .page-content .place_order a:hover {
    background: #327195;
    color: #FFF; }

.page-template-page-paypercleanse .page-content #uniform-is_agree {
  float: left; }

.page-template-page-paypercleanse .page-content #uniform-is_agree_2 {
  float: left; }

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

.wcmca_address_title_text_content {
    vertical-align: middle;
    font-size: 22px;
}
.wcmca_address_container{
	font-size:16px;
}
.wcmca_custom_addresses h2{
	font-size:30px;
}
.woocommerce .related .add-to-cart-wrapper{
  display: block !important;
}

.woocommerce div.product .related form.cart::after, .woocommerce div.product .related form.cart::before{
  display: initial !important;
}

.woocommerce .related .product-image-container{
  min-height: 285px;
}

.woocommerce #wc_braintree_paypal_container {
    margin-left: auto;
    min-height: 45px;
}
.cart-coupon{
	display: none;
}
.payment_method_cheque{
	display: none !important;
}
.shipping_method_0_ups803{
	display: none !important;
}
li:has(#shipping_method_0_ups803) {
    display: none !important;
}



.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
    background-color: #a46497;
    color: #fff;    
    border:0;
}

.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], .woocommerce 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] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

#payment ul.payment_methods li label[for='payment_method_braintree_paypal'] > img{
    width: auto;
    margin-left:10px !important;
}

.woocommerce #wc_braintree_paypal_container{
    margin-left: 0 !important;
    min-height: 0 !important;    
}

ul.payment_methods li div.sv-wc-payment-gateway-card-icons{
    display: inline-block !important;    
}

#payment ul.payment_methods li label[for='payment_method_braintree_credit_card'],
#payment ul.payment_methods li label[for='payment_method_braintree_paypal']{
    display: inline-block !important;
}

.button:not(.social-sharing):not(.button-small):not(.single_add_to_cart_button), #gdrf-submit-button{
 background-color: #3bb1ad !important;
 color: white !important;
}